@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,79 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
3
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
4
|
-
import { useState, useEffect } from 'react';
|
|
5
|
-
import { v4 } from 'uuid';
|
|
6
|
-
import { Notifications } from './Notifications.js';
|
|
7
|
-
import { jsx } from 'react/jsx-runtime';
|
|
8
|
-
|
|
9
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
10
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11
|
-
var DEFAULT_AUTO_HIDE_DURATION = 3000;
|
|
12
|
-
var NotificationsContainer = function NotificationsContainer() {
|
|
13
|
-
var _useState = useState([]),
|
|
14
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
15
|
-
notificationToasts = _useState2[0],
|
|
16
|
-
setNotificationToasts = _useState2[1];
|
|
17
|
-
var addNotification = function addNotification(notification) {
|
|
18
|
-
setNotificationToasts(function (prevNotificationToasts) {
|
|
19
|
-
return [].concat(_toConsumableArray(prevNotificationToasts), [notification]);
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
var removeNotification = function removeNotification(id) {
|
|
23
|
-
setNotificationToasts(function (prevNotificationToasts) {
|
|
24
|
-
return prevNotificationToasts.filter(function (toast) {
|
|
25
|
-
return toast.id !== id;
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
};
|
|
29
|
-
var createNotification = function createNotification(variant, message) {
|
|
30
|
-
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
31
|
-
var mapVariantToContent = {
|
|
32
|
-
info: 'Info',
|
|
33
|
-
error: 'Error',
|
|
34
|
-
warning: 'Warning',
|
|
35
|
-
success: 'Success'
|
|
36
|
-
};
|
|
37
|
-
var notification = _objectSpread({
|
|
38
|
-
autoHideDuration: DEFAULT_AUTO_HIDE_DURATION,
|
|
39
|
-
content: message || mapVariantToContent[variant] || 'info',
|
|
40
|
-
id: v4(),
|
|
41
|
-
variant: variant
|
|
42
|
-
}, options);
|
|
43
|
-
addNotification(notification);
|
|
44
|
-
return notification.id;
|
|
45
|
-
};
|
|
46
|
-
var showSuccessNotification = function showSuccessNotification(message, options) {
|
|
47
|
-
return createNotification('success', message, options);
|
|
48
|
-
};
|
|
49
|
-
var showErrorNotification = function showErrorNotification(message, options) {
|
|
50
|
-
return createNotification('error', message, options);
|
|
51
|
-
};
|
|
52
|
-
var showWarningNotification = function showWarningNotification(message, options) {
|
|
53
|
-
return createNotification('warning', message, options);
|
|
54
|
-
};
|
|
55
|
-
var showInfoNotification = function showInfoNotification(message, options) {
|
|
56
|
-
return createNotification('info', message, options);
|
|
57
|
-
};
|
|
58
|
-
var showNeutralNotification = function showNeutralNotification(message, options) {
|
|
59
|
-
return createNotification('info', message, options);
|
|
60
|
-
};
|
|
61
|
-
useEffect(function () {
|
|
62
|
-
window[Symbol.for('notificationToasts')] = {
|
|
63
|
-
createNotification: addNotification,
|
|
64
|
-
removeNotification: removeNotification,
|
|
65
|
-
showErrorNotification: showErrorNotification,
|
|
66
|
-
showInfoNotification: showInfoNotification,
|
|
67
|
-
showNeutralNotification: showNeutralNotification,
|
|
68
|
-
showSuccessNotification: showSuccessNotification,
|
|
69
|
-
showWarningNotification: showWarningNotification
|
|
70
|
-
};
|
|
71
|
-
}, []);
|
|
72
|
-
return /*#__PURE__*/jsx(Notifications, {
|
|
73
|
-
notifications: notificationToasts,
|
|
74
|
-
removeNotification: removeNotification
|
|
75
|
-
});
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
export { DEFAULT_AUTO_HIDE_DURATION, NotificationsContainer };
|
|
79
|
-
//# sourceMappingURL=NotificationsContainer.js.map
|
|
1
|
+
import{__spreadArray as o,__assign as i}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as n}from"react/jsx-runtime";import{useState as t,useEffect as r}from"react";import{v4 as f}from"uuid";import{Notifications as c}from"./Notifications.js";var e=3e3,u=function(){var e=t([]),u=e[0],a=e[1],s=function(i){a((function(n){return o(o([],n,!0),[i],!1)}))},m=function(o){a((function(i){return i.filter((function(i){return i.id!==o}))}))},N=function(o,n,t){void 0===t&&(t={});var r=i({autoHideDuration:3e3,content:n||{info:"Info",error:"Error",warning:"Warning",success:"Success"}[o]||"info",id:f(),variant:o},t);return s(r),r.id},d=function(o,i){return N("success",o,i)},w=function(o,i){return N("error",o,i)},v=function(o,i){return N("warning",o,i)},l=function(o,i){return N("info",o,i)},p=function(o,i){return N("info",o,i)};return r((function(){window[Symbol.for("notificationToasts")]={createNotification:s,removeNotification:m,showErrorNotification:w,showInfoNotification:l,showNeutralNotification:p,showSuccessNotification:d,showWarningNotification:v}}),[]),n(c,{notifications:u,removeNotification:m})};export{e as DEFAULT_AUTO_HIDE_DURATION,u as NotificationsContainer};
|
|
@@ -1,155 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
|
-
import { useEffect, cloneElement } from 'react';
|
|
4
|
-
import classNames from 'classnames';
|
|
5
|
-
import { noop } from 'lodash';
|
|
6
|
-
import { Grow, SnackbarContent, Tooltip, Typography } from '@material-ui/core';
|
|
7
|
-
import { useStyles } from './Toast.styles.js';
|
|
8
|
-
import IconButton from '../IconButton/index.js';
|
|
9
|
-
import { NOTIFICATION_VARIANTS } from '../../constants/notifications.js';
|
|
10
|
-
import { CheckOneIcon, CautionIcon, AttentionIcon, InfoIcon, CloseSmallIcon } from '../../icons/iconParkIcons.js';
|
|
11
|
-
import '../../icons/customIcons/icons/AddMessage.js';
|
|
12
|
-
import '../../icons/customIcons/icons/Attention.js';
|
|
13
|
-
import '../../icons/customIcons/icons/Collapse.js';
|
|
14
|
-
import '../../icons/customIcons/icons/Dashboard.js';
|
|
15
|
-
import '../../icons/customIcons/icons/Expand.js';
|
|
16
|
-
import '../../icons/customIcons/icons/FolderClosed.js';
|
|
17
|
-
import '../../icons/customIcons/icons/FolderClosedFilled.js';
|
|
18
|
-
import '../../icons/customIcons/icons/FolderOpened.js';
|
|
19
|
-
import '../../icons/customIcons/icons/GreaterOrEqual.js';
|
|
20
|
-
import '../../icons/customIcons/icons/LessOrEqual.js';
|
|
21
|
-
import '../../icons/customIcons/icons/Search.js';
|
|
22
|
-
import '../../icons/customIcons/icons/Wellhub.js';
|
|
23
|
-
import '../../icons/customIcons/icons/MultiRuler.js';
|
|
24
|
-
import '../../icons/customIcons/icons/Checkbox.js';
|
|
25
|
-
import '../../icons/customIcons/icons/CheckboxChecked.js';
|
|
26
|
-
import '../../icons/customIcons/icons/CheckboxIndeterminate.js';
|
|
27
|
-
import '../../icons/customIcons/icons/Radio.js';
|
|
28
|
-
import '../../icons/customIcons/icons/RadioChecked.js';
|
|
29
|
-
import '../../icons/customIcons/icons/SimulFrac.js';
|
|
30
|
-
import '../../icons/customIcons/icons/ZipperFrac.js';
|
|
31
|
-
import '../../icons/customIcons/icons/CautionFilled.js';
|
|
32
|
-
import '../../icons/customIcons/icons/MoreApp.js';
|
|
33
|
-
import '../../icons/customIcons/icons/Pad.js';
|
|
34
|
-
import '../../icons/customIcons/icons/Gap.js';
|
|
35
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
36
|
-
|
|
37
|
-
var _excluded = ["onDismissClick", "toast"];
|
|
38
|
-
var _icons;
|
|
39
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
40
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
41
|
-
var icons = (_icons = {}, _defineProperty(_icons, NOTIFICATION_VARIANTS.success, CheckOneIcon), _defineProperty(_icons, NOTIFICATION_VARIANTS.warning, CautionIcon), _defineProperty(_icons, NOTIFICATION_VARIANTS.error, AttentionIcon), _defineProperty(_icons, NOTIFICATION_VARIANTS.info, InfoIcon), _icons);
|
|
42
|
-
var Toast = function Toast(_ref) {
|
|
43
|
-
var onDismissClick = _ref.onDismissClick,
|
|
44
|
-
toast = _ref.toast,
|
|
45
|
-
other = _objectWithoutProperties(_ref, _excluded);
|
|
46
|
-
var alertLevel = toast.alertLevel,
|
|
47
|
-
_toast$autoHideDurati = toast.autoHideDuration,
|
|
48
|
-
autoHideDuration = _toast$autoHideDurati === void 0 ? 3000 : _toast$autoHideDurati,
|
|
49
|
-
content = toast.content,
|
|
50
|
-
hideIcon = toast.hideIcon,
|
|
51
|
-
icon = toast.icon,
|
|
52
|
-
id = toast.id,
|
|
53
|
-
_toast$onClick = toast.onClick,
|
|
54
|
-
onClick = _toast$onClick === void 0 ? noop : _toast$onClick,
|
|
55
|
-
_toast$onClose = toast.onClose,
|
|
56
|
-
onClose = _toast$onClose === void 0 ? noop : _toast$onClose,
|
|
57
|
-
timestamp = toast.timestamp,
|
|
58
|
-
title = toast.title,
|
|
59
|
-
tooltipProps = toast.tooltipProps,
|
|
60
|
-
_toast$variant = toast.variant,
|
|
61
|
-
variant = _toast$variant === void 0 ? 'info' : _toast$variant;
|
|
62
|
-
useEffect(function () {
|
|
63
|
-
if (autoHideDuration === Infinity) return;
|
|
64
|
-
var timeout = setTimeout(function () {
|
|
65
|
-
return onDismissClick(id);
|
|
66
|
-
}, autoHideDuration);
|
|
67
|
-
return function () {
|
|
68
|
-
return clearTimeout(timeout);
|
|
69
|
-
};
|
|
70
|
-
}, []);
|
|
71
|
-
var styles = useStyles();
|
|
72
|
-
var Icon = icons[variant];
|
|
73
|
-
return /*#__PURE__*/jsx(Grow, {
|
|
74
|
-
appear: true,
|
|
75
|
-
in: true,
|
|
76
|
-
children: /*#__PURE__*/jsx(SnackbarContent, _objectSpread({
|
|
77
|
-
classes: {
|
|
78
|
-
root: classNames(styles.main, !alertLevel && styles[variant], alertLevel && styles.alertNotification, alertLevel && styles["alertLevels-".concat(alertLevel)]),
|
|
79
|
-
action: styles.actionContainer,
|
|
80
|
-
message: styles.messageContainer
|
|
81
|
-
},
|
|
82
|
-
"aria-describedby": "client-snackbar",
|
|
83
|
-
"data-testid": "notificationPopup_".concat(NOTIFICATION_VARIANTS[variant]),
|
|
84
|
-
message: /*#__PURE__*/jsx(Tooltip, _objectSpread(_objectSpread({}, tooltipProps), {}, {
|
|
85
|
-
title: content,
|
|
86
|
-
classes: {
|
|
87
|
-
tooltip: styles.tooltip
|
|
88
|
-
},
|
|
89
|
-
placement: "bottom",
|
|
90
|
-
children: /*#__PURE__*/jsxs("div", {
|
|
91
|
-
id: "client-snackbar",
|
|
92
|
-
className: styles.messageWrapper,
|
|
93
|
-
onClick: onClick,
|
|
94
|
-
children: [!hideIcon && /*#__PURE__*/jsx("div", {
|
|
95
|
-
className: styles.iconWrapper,
|
|
96
|
-
children: icon ? cloneElement(icon, {
|
|
97
|
-
className: styles.icon,
|
|
98
|
-
nativeColor: '#000'
|
|
99
|
-
}) : /*#__PURE__*/jsx(Icon, {
|
|
100
|
-
size: 16,
|
|
101
|
-
className: styles.icon
|
|
102
|
-
})
|
|
103
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
104
|
-
className: styles.message,
|
|
105
|
-
children: [/*#__PURE__*/jsxs("div", {
|
|
106
|
-
className: styles.messageTop,
|
|
107
|
-
children: [title && /*#__PURE__*/jsx(Typography, {
|
|
108
|
-
"data-testid": "title",
|
|
109
|
-
variant: "subtitle2",
|
|
110
|
-
className: classNames(styles.title, _defineProperty({}, styles.alertTitle, alertLevel)),
|
|
111
|
-
children: title
|
|
112
|
-
}), timestamp && /*#__PURE__*/jsx(Typography, {
|
|
113
|
-
className: classNames(styles.timestamp, !alertLevel && styles[variant]),
|
|
114
|
-
children: timestamp
|
|
115
|
-
})]
|
|
116
|
-
}), /*#__PURE__*/jsx("div", {
|
|
117
|
-
className: classNames(styles.messageContent, !alertLevel && styles[variant]),
|
|
118
|
-
children: /*#__PURE__*/jsx(Typography, {
|
|
119
|
-
"data-testid": "content",
|
|
120
|
-
className: classNames(alertLevel ? styles.alertContent : styles.content),
|
|
121
|
-
children: content
|
|
122
|
-
})
|
|
123
|
-
})]
|
|
124
|
-
})]
|
|
125
|
-
})
|
|
126
|
-
})),
|
|
127
|
-
action: [/*#__PURE__*/jsx(IconButton, {
|
|
128
|
-
"data-testid": "closeButton",
|
|
129
|
-
"aria-label": "Close",
|
|
130
|
-
color: "inherit",
|
|
131
|
-
onClick: function onClick() {
|
|
132
|
-
onClose();
|
|
133
|
-
onDismissClick(id);
|
|
134
|
-
},
|
|
135
|
-
size: "small"
|
|
136
|
-
// @ts-ignore
|
|
137
|
-
,
|
|
138
|
-
tooltipProps: {
|
|
139
|
-
title: 'Close',
|
|
140
|
-
classes: {
|
|
141
|
-
tooltip: styles.tooltip
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
className: styles.closeIconButton,
|
|
145
|
-
children: /*#__PURE__*/jsx(CloseSmallIcon, {
|
|
146
|
-
size: 24,
|
|
147
|
-
fill: "#000"
|
|
148
|
-
})
|
|
149
|
-
}, "close")]
|
|
150
|
-
}, other))
|
|
151
|
-
});
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
export { Toast };
|
|
155
|
-
//# sourceMappingURL=Toast.js.map
|
|
1
|
+
import{__rest as o,__assign as s}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as i,jsxs as c}from"react/jsx-runtime";import{useEffect as t,cloneElement as n}from"react";import e from"classnames";import{noop as r}from"lodash";import{Grow as a,SnackbarContent as m,Tooltip as l,Typography as p}from"@material-ui/core";import{useStyles as d}from"./Toast.styles.js";import u from"../IconButton/index.js";import{NOTIFICATION_VARIANTS as j}from"../../constants/notifications.js";import{CheckOneIcon as I,CautionIcon as f,AttentionIcon as h,InfoIcon as C,CloseSmallIcon as v}from"../../icons/iconParkIcons.js";import"../../icons/customIcons/icons/AddMessage.js";import"../../icons/customIcons/icons/Attention.js";import"../../icons/customIcons/icons/Collapse.js";import"../../icons/customIcons/icons/Dashboard.js";import"../../icons/customIcons/icons/Expand.js";import"../../icons/customIcons/icons/FolderClosed.js";import"../../icons/customIcons/icons/FolderClosedFilled.js";import"../../icons/customIcons/icons/FolderOpened.js";import"../../icons/customIcons/icons/GreaterOrEqual.js";import"../../icons/customIcons/icons/LessOrEqual.js";import"../../icons/customIcons/icons/Search.js";import"../../icons/customIcons/icons/Wellhub.js";import"../../icons/customIcons/icons/MultiRuler.js";import"../../icons/customIcons/icons/Checkbox.js";import"../../icons/customIcons/icons/CheckboxChecked.js";import"../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../icons/customIcons/icons/Radio.js";import"../../icons/customIcons/icons/RadioChecked.js";import"../../icons/customIcons/icons/SimulFrac.js";import"../../icons/customIcons/icons/ZipperFrac.js";import"../../icons/customIcons/icons/CautionFilled.js";import"../../icons/customIcons/icons/MoreApp.js";import"../../icons/customIcons/icons/Pad.js";import"../../icons/customIcons/icons/Gap.js";var b,k=((b={})[j.success]=I,b[j.warning]=f,b[j.error]=h,b[j.info]=C,b),N=function(I){var f,h=I.onDismissClick,C=I.toast,b=o(I,["onDismissClick","toast"]),N=C.alertLevel,g=C.autoHideDuration,x=void 0===g?3e3:g,F=C.content,P=C.hideIcon,T=C.icon,D=C.id,z=C.onClick,A=void 0===z?r:z,B=C.onClose,E=void 0===B?r:B,L=C.timestamp,M=C.title,O=C.tooltipProps,R=C.variant,W=void 0===R?"info":R;t((function(){if(x!==1/0){var o=setTimeout((function(){return h(D)}),x);return function(){return clearTimeout(o)}}}),[]);var q=d(),y=k[W];return i(a,{appear:!0,in:!0,children:i(m,s({classes:{root:e(q.main,!N&&q[W],N&&q.alertNotification,N&&q["alertLevels-".concat(N)]),action:q.actionContainer,message:q.messageContainer},"aria-describedby":"client-snackbar","data-testid":"notificationPopup_".concat(j[W]),message:i(l,s({},O,{title:F,classes:{tooltip:q.tooltip},placement:"bottom",children:c("div",{id:"client-snackbar",className:q.messageWrapper,onClick:A,children:[!P&&i("div",{className:q.iconWrapper,children:T?n(T,{className:q.icon,nativeColor:"#000"}):i(y,{size:16,className:q.icon})}),c("div",{className:q.message,children:[c("div",{className:q.messageTop,children:[M&&i(p,{"data-testid":"title",variant:"subtitle2",className:e(q.title,(f={},f[q.alertTitle]=N,f)),children:M}),L&&i(p,{className:e(q.timestamp,!N&&q[W]),children:L})]}),i("div",{className:e(q.messageContent,!N&&q[W]),children:i(p,{"data-testid":"content",className:e(N?q.alertContent:q.content),children:F})})]})]})})),action:[i(u,{"data-testid":"closeButton","aria-label":"Close",color:"inherit",onClick:function(){E(),h(D)},size:"small",tooltipProps:{title:"Close",classes:{tooltip:q.tooltip}},className:q.closeIconButton,children:i(v,{size:24,fill:"#000"})},"close")]},b))})};export{N as Toast};
|
|
@@ -1,193 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useState } from 'react';
|
|
3
|
-
import PropTypes from 'prop-types';
|
|
4
|
-
import classNames from 'classnames';
|
|
5
|
-
import { makeStyles, Typography, Tooltip } from '@material-ui/core';
|
|
6
|
-
import { Info } from '@material-ui/icons';
|
|
7
|
-
import IconButton from '../IconButton/index.js';
|
|
8
|
-
import { WriteIcon, UpIcon, DownIcon } from '../../icons/iconParkIcons.js';
|
|
9
|
-
import '../../icons/customIcons/icons/AddMessage.js';
|
|
10
|
-
import '../../icons/customIcons/icons/Attention.js';
|
|
11
|
-
import '../../icons/customIcons/icons/Collapse.js';
|
|
12
|
-
import '../../icons/customIcons/icons/Dashboard.js';
|
|
13
|
-
import '../../icons/customIcons/icons/Expand.js';
|
|
14
|
-
import '../../icons/customIcons/icons/FolderClosed.js';
|
|
15
|
-
import '../../icons/customIcons/icons/FolderClosedFilled.js';
|
|
16
|
-
import '../../icons/customIcons/icons/FolderOpened.js';
|
|
17
|
-
import '../../icons/customIcons/icons/GreaterOrEqual.js';
|
|
18
|
-
import '../../icons/customIcons/icons/LessOrEqual.js';
|
|
19
|
-
import '../../icons/customIcons/icons/Search.js';
|
|
20
|
-
import '../../icons/customIcons/icons/Wellhub.js';
|
|
21
|
-
import '../../icons/customIcons/icons/MultiRuler.js';
|
|
22
|
-
import '../../icons/customIcons/icons/Checkbox.js';
|
|
23
|
-
import '../../icons/customIcons/icons/CheckboxChecked.js';
|
|
24
|
-
import '../../icons/customIcons/icons/CheckboxIndeterminate.js';
|
|
25
|
-
import '../../icons/customIcons/icons/Radio.js';
|
|
26
|
-
import '../../icons/customIcons/icons/RadioChecked.js';
|
|
27
|
-
import '../../icons/customIcons/icons/SimulFrac.js';
|
|
28
|
-
import '../../icons/customIcons/icons/ZipperFrac.js';
|
|
29
|
-
import '../../icons/customIcons/icons/CautionFilled.js';
|
|
30
|
-
import '../../icons/customIcons/icons/MoreApp.js';
|
|
31
|
-
import '../../icons/customIcons/icons/Pad.js';
|
|
32
|
-
import '../../icons/customIcons/icons/Gap.js';
|
|
33
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
34
|
-
|
|
35
|
-
var useStyles = makeStyles(function (_ref) {
|
|
36
|
-
var palette = _ref.palette;
|
|
37
|
-
return {
|
|
38
|
-
disabled: {
|
|
39
|
-
opacity: 0.4,
|
|
40
|
-
pointerEvents: 'none'
|
|
41
|
-
},
|
|
42
|
-
offsetContainer: {
|
|
43
|
-
cursor: 'pointer',
|
|
44
|
-
display: 'flex',
|
|
45
|
-
whiteSpace: 'nowrap',
|
|
46
|
-
flexWrap: 'nowrap',
|
|
47
|
-
alignItems: 'center',
|
|
48
|
-
width: 'fit-content'
|
|
49
|
-
},
|
|
50
|
-
hoveredContainer: {
|
|
51
|
-
backgroundColor: 'rgba(255, 255, 255, 0.16)',
|
|
52
|
-
color: palette.primary.light
|
|
53
|
-
},
|
|
54
|
-
offsetText: {
|
|
55
|
-
color: palette.primary.text6,
|
|
56
|
-
fontSize: 12,
|
|
57
|
-
paddingRight: 4,
|
|
58
|
-
'&:hover': {
|
|
59
|
-
color: palette.primary.contrastText
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
buttons: {
|
|
63
|
-
display: 'flex',
|
|
64
|
-
alignItems: 'center'
|
|
65
|
-
},
|
|
66
|
-
isActive: {
|
|
67
|
-
color: palette.primary.contrastText
|
|
68
|
-
},
|
|
69
|
-
primaryIcon: {
|
|
70
|
-
'&:hover': {
|
|
71
|
-
backgroundColor: 'rgba(255, 255, 255, 0.16)'
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
infoIcon: {
|
|
75
|
-
marginRight: '8px',
|
|
76
|
-
fontSize: '20px',
|
|
77
|
-
color: palette.info.light
|
|
78
|
-
},
|
|
79
|
-
infoTooltip: {
|
|
80
|
-
maxWidth: '264px'
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
});
|
|
84
|
-
var OffsetWellButton = function OffsetWellButton(_ref2) {
|
|
85
|
-
var onClick = _ref2.onClick,
|
|
86
|
-
wells = _ref2.wells,
|
|
87
|
-
label = _ref2.label,
|
|
88
|
-
disabled = _ref2.disabled,
|
|
89
|
-
expanded = _ref2.expanded,
|
|
90
|
-
onExpand = _ref2.onExpand,
|
|
91
|
-
offsetWellsLimited = _ref2.offsetWellsLimited,
|
|
92
|
-
isTooltipDisabled = _ref2.isTooltipDisabled,
|
|
93
|
-
iconElement = _ref2.iconElement;
|
|
94
|
-
var _useState = useState(false),
|
|
95
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
96
|
-
isHovered = _useState2[0],
|
|
97
|
-
setIsHovered = _useState2[1];
|
|
98
|
-
var styles = useStyles();
|
|
99
|
-
var wellsCount = wells.length;
|
|
100
|
-
var canBeExpanded = !!(wellsCount && onExpand);
|
|
101
|
-
var handleWellsExpand = function handleWellsExpand(event) {
|
|
102
|
-
event.stopPropagation();
|
|
103
|
-
onExpand();
|
|
104
|
-
};
|
|
105
|
-
var handleButtonHover = function handleButtonHover(_ref3) {
|
|
106
|
-
var target = _ref3.target;
|
|
107
|
-
var parentNode = target.parentNode;
|
|
108
|
-
if (target.getAttribute('data-icon') || parentNode.getAttribute('data-icon')) {
|
|
109
|
-
setIsHovered(false);
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
|
-
setIsHovered(true);
|
|
113
|
-
};
|
|
114
|
-
var handleButtonHoverLeave = function handleButtonHoverLeave() {
|
|
115
|
-
setIsHovered(false);
|
|
116
|
-
};
|
|
117
|
-
var editButtonContent = /*#__PURE__*/jsxs("div", {
|
|
118
|
-
"data-testid": "offsetWellsButton",
|
|
119
|
-
className: classNames(styles.offsetContainer, disabled && styles.disabled),
|
|
120
|
-
onClick: onClick,
|
|
121
|
-
onMouseMove: handleButtonHover,
|
|
122
|
-
onMouseLeave: handleButtonHoverLeave,
|
|
123
|
-
children: [/*#__PURE__*/jsxs(Typography, {
|
|
124
|
-
className: classNames(styles.offsetText, isHovered && styles.isActive),
|
|
125
|
-
children: [label, " (", wellsCount, ")"]
|
|
126
|
-
}), /*#__PURE__*/jsx(IconButton, {
|
|
127
|
-
className: classNames(styles.primaryIcon, isHovered && styles.hoveredContainer),
|
|
128
|
-
color: "primary",
|
|
129
|
-
size: "medium",
|
|
130
|
-
children: iconElement ? iconElement : /*#__PURE__*/jsx(WriteIcon, {
|
|
131
|
-
size: 24
|
|
132
|
-
})
|
|
133
|
-
})]
|
|
134
|
-
});
|
|
135
|
-
return /*#__PURE__*/jsxs("div", {
|
|
136
|
-
className: styles.buttons,
|
|
137
|
-
children: [offsetWellsLimited && /*#__PURE__*/jsx(Tooltip, {
|
|
138
|
-
title: "".concat(label, " list wasn't populated completely due to technical limitations of the app."),
|
|
139
|
-
classes: {
|
|
140
|
-
tooltip: styles.infoTooltip
|
|
141
|
-
},
|
|
142
|
-
children: /*#__PURE__*/jsx(Info, {
|
|
143
|
-
className: styles.infoIcon
|
|
144
|
-
})
|
|
145
|
-
}), /*#__PURE__*/jsx(Tooltip, {
|
|
146
|
-
title: "Edit ".concat(label),
|
|
147
|
-
placement: "bottom",
|
|
148
|
-
children: editButtonContent
|
|
149
|
-
}), canBeExpanded && /*#__PURE__*/jsx(IconButton, {
|
|
150
|
-
"data-testid": "expandOffsetWellChipsTabButton",
|
|
151
|
-
tooltipProps: !isTooltipDisabled && {
|
|
152
|
-
title: expanded ? "Collapse ".concat(label) : "Expand ".concat(label)
|
|
153
|
-
},
|
|
154
|
-
onClick: handleWellsExpand,
|
|
155
|
-
color: "default",
|
|
156
|
-
size: "medium",
|
|
157
|
-
"data-icon": "expandIcon",
|
|
158
|
-
children: expanded ? /*#__PURE__*/jsx(UpIcon, {
|
|
159
|
-
"data-icon": "expandIcon"
|
|
160
|
-
}) : /*#__PURE__*/jsx(DownIcon, {
|
|
161
|
-
"data-icon": "expandIcon"
|
|
162
|
-
})
|
|
163
|
-
})]
|
|
164
|
-
});
|
|
165
|
-
};
|
|
166
|
-
var offsetWellButtonPropTypes = {
|
|
167
|
-
onClick: PropTypes.func.isRequired,
|
|
168
|
-
wells: PropTypes.arrayOf(PropTypes.shape({
|
|
169
|
-
id: PropTypes.number,
|
|
170
|
-
title: PropTypes.string
|
|
171
|
-
})),
|
|
172
|
-
label: PropTypes.string,
|
|
173
|
-
disabled: PropTypes.bool,
|
|
174
|
-
onExpand: PropTypes.func,
|
|
175
|
-
expanded: PropTypes.bool,
|
|
176
|
-
offsetWellsLimited: PropTypes.bool,
|
|
177
|
-
isTooltipDisabled: PropTypes.bool,
|
|
178
|
-
iconElement: PropTypes.node
|
|
179
|
-
};
|
|
180
|
-
OffsetWellButton.propTypes = offsetWellButtonPropTypes;
|
|
181
|
-
OffsetWellButton.defaultProps = {
|
|
182
|
-
onExpand: null,
|
|
183
|
-
expanded: false,
|
|
184
|
-
wells: [],
|
|
185
|
-
disabled: false,
|
|
186
|
-
offsetWellsLimited: false,
|
|
187
|
-
isTooltipDisabled: false,
|
|
188
|
-
label: 'Offset Wells',
|
|
189
|
-
iconElement: null
|
|
190
|
-
};
|
|
191
|
-
|
|
192
|
-
export { OffsetWellButton as default };
|
|
193
|
-
//# sourceMappingURL=OffsetWellButton.js.map
|
|
1
|
+
import{jsxs as o,jsx as i}from"react/jsx-runtime";import{useState as s}from"react";import t from"prop-types";import n from"classnames";import{makeStyles as e,Typography as c,Tooltip as r}from"@material-ui/core";import{Info as a}from"@material-ui/icons";import l from"../IconButton/index.js";import{WriteIcon as m,UpIcon as p,DownIcon as d}from"../../icons/iconParkIcons.js";import"../../icons/customIcons/icons/AddMessage.js";import"../../icons/customIcons/icons/Attention.js";import"../../icons/customIcons/icons/Collapse.js";import"../../icons/customIcons/icons/Dashboard.js";import"../../icons/customIcons/icons/Expand.js";import"../../icons/customIcons/icons/FolderClosed.js";import"../../icons/customIcons/icons/FolderClosedFilled.js";import"../../icons/customIcons/icons/FolderOpened.js";import"../../icons/customIcons/icons/GreaterOrEqual.js";import"../../icons/customIcons/icons/LessOrEqual.js";import"../../icons/customIcons/icons/Search.js";import"../../icons/customIcons/icons/Wellhub.js";import"../../icons/customIcons/icons/MultiRuler.js";import"../../icons/customIcons/icons/Checkbox.js";import"../../icons/customIcons/icons/CheckboxChecked.js";import"../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../icons/customIcons/icons/Radio.js";import"../../icons/customIcons/icons/RadioChecked.js";import"../../icons/customIcons/icons/SimulFrac.js";import"../../icons/customIcons/icons/ZipperFrac.js";import"../../icons/customIcons/icons/CautionFilled.js";import"../../icons/customIcons/icons/MoreApp.js";import"../../icons/customIcons/icons/Pad.js";import"../../icons/customIcons/icons/Gap.js";var u=e((function(o){var i=o.palette;return{disabled:{opacity:.4,pointerEvents:"none"},offsetContainer:{cursor:"pointer",display:"flex",whiteSpace:"nowrap",flexWrap:"nowrap",alignItems:"center",width:"fit-content"},hoveredContainer:{backgroundColor:"rgba(255, 255, 255, 0.16)",color:i.primary.light},offsetText:{color:i.primary.text6,fontSize:12,paddingRight:4,"&:hover":{color:i.primary.contrastText}},buttons:{display:"flex",alignItems:"center"},isActive:{color:i.primary.contrastText},primaryIcon:{"&:hover":{backgroundColor:"rgba(255, 255, 255, 0.16)"}},infoIcon:{marginRight:"8px",fontSize:"20px",color:i.info.light},infoTooltip:{maxWidth:"264px"}}})),f=function(t){var e=t.onClick,f=t.wells,I=t.label,b=t.disabled,h=t.expanded,x=t.onExpand,j=t.offsetWellsLimited,C=t.isTooltipDisabled,g=t.iconElement,v=s(!1),y=v[0],k=v[1],E=u(),T=f.length,W=!(!T||!x),w=o("div",{"data-testid":"offsetWellsButton",className:n(E.offsetContainer,b&&E.disabled),onClick:e,onMouseMove:function(o){var i=o.target,s=i.parentNode;i.getAttribute("data-icon")||s.getAttribute("data-icon")?k(!1):k(!0)},onMouseLeave:function(){k(!1)},children:[o(c,{className:n(E.offsetText,y&&E.isActive),children:[I," (",T,")"]}),i(l,{className:n(E.primaryIcon,y&&E.hoveredContainer),color:"primary",size:"medium",children:g||i(m,{size:24})})]});return o("div",{className:E.buttons,children:[j&&i(r,{title:"".concat(I," list wasn't populated completely due to technical limitations of the app."),classes:{tooltip:E.infoTooltip},children:i(a,{className:E.infoIcon})}),i(r,{title:"Edit ".concat(I),placement:"bottom",children:w}),W&&i(l,{"data-testid":"expandOffsetWellChipsTabButton",tooltipProps:!C&&{title:h?"Collapse ".concat(I):"Expand ".concat(I)},onClick:function(o){o.stopPropagation(),x()},color:"default",size:"medium","data-icon":"expandIcon",children:i(h?p:d,{"data-icon":"expandIcon"})})]})},I={onClick:t.func.isRequired,wells:t.arrayOf(t.shape({id:t.number,title:t.string})),label:t.string,disabled:t.bool,onExpand:t.func,expanded:t.bool,offsetWellsLimited:t.bool,isTooltipDisabled:t.bool,iconElement:t.node};f.propTypes=I,f.defaultProps={onExpand:null,expanded:!1,wells:[],disabled:!1,offsetWellsLimited:!1,isTooltipDisabled:!1,label:"Offset Wells",iconElement:null};export{f as default};
|
|
@@ -1,155 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useState } from 'react';
|
|
3
|
-
import { makeStyles, Tooltip, Chip } from '@material-ui/core';
|
|
4
|
-
import { Close } from '@material-ui/icons';
|
|
5
|
-
import MiddleTruncate from '../MiddleTruncate/MiddleTruncate.js';
|
|
6
|
-
import utils from '../../utils/main.js';
|
|
7
|
-
import SubjectIcon from './icons/SubjectIcon.js';
|
|
8
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
9
|
-
|
|
10
|
-
var useStyles = makeStyles(function (theme) {
|
|
11
|
-
return {
|
|
12
|
-
chipRoot: {
|
|
13
|
-
position: 'relative',
|
|
14
|
-
height: 30,
|
|
15
|
-
padding: '7px 12px',
|
|
16
|
-
fontSize: 12,
|
|
17
|
-
color: theme.palette.primary.text6,
|
|
18
|
-
margin: '2px 4px',
|
|
19
|
-
'&:hover': {
|
|
20
|
-
cursor: 'pointer',
|
|
21
|
-
backgroundColor: 'rgba(255, 255, 255, 0.1)',
|
|
22
|
-
color: theme.palette.primary.contrastText
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
root: {
|
|
26
|
-
width: '100%',
|
|
27
|
-
display: 'flex',
|
|
28
|
-
alignItems: 'center'
|
|
29
|
-
},
|
|
30
|
-
label: {
|
|
31
|
-
padding: 0
|
|
32
|
-
},
|
|
33
|
-
mark: {
|
|
34
|
-
marginRight: 4,
|
|
35
|
-
width: 8,
|
|
36
|
-
height: 8,
|
|
37
|
-
borderRadius: 8
|
|
38
|
-
},
|
|
39
|
-
subject: {
|
|
40
|
-
display: 'flex',
|
|
41
|
-
marginRight: 4
|
|
42
|
-
},
|
|
43
|
-
closeIcon: {
|
|
44
|
-
fontSize: '1rem',
|
|
45
|
-
marginLeft: '4px'
|
|
46
|
-
},
|
|
47
|
-
closeArea: {
|
|
48
|
-
position: 'absolute',
|
|
49
|
-
top: 0,
|
|
50
|
-
right: 0,
|
|
51
|
-
width: 32,
|
|
52
|
-
height: 30
|
|
53
|
-
},
|
|
54
|
-
tooltip: {
|
|
55
|
-
marginTop: '8px'
|
|
56
|
-
},
|
|
57
|
-
titleContainer: {
|
|
58
|
-
display: 'flex',
|
|
59
|
-
alignItems: 'center'
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
});
|
|
63
|
-
var OffsetWellChip = function OffsetWellChip(_ref) {
|
|
64
|
-
var title = _ref.title,
|
|
65
|
-
_onClick = _ref.onClick,
|
|
66
|
-
markColor = _ref.markColor,
|
|
67
|
-
isSubject = _ref.isSubject,
|
|
68
|
-
rigName = _ref.rigName,
|
|
69
|
-
maxWidth = _ref.maxWidth,
|
|
70
|
-
wellId = _ref.wellId,
|
|
71
|
-
onRemoveOffsetWell = _ref.onRemoveOffsetWell,
|
|
72
|
-
isShowMark = _ref.isShowMark;
|
|
73
|
-
var _useState = useState(null),
|
|
74
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
75
|
-
truncatedText = _useState2[0],
|
|
76
|
-
setTruncatedText = _useState2[1];
|
|
77
|
-
var styles = useStyles({
|
|
78
|
-
isShowMark: isShowMark
|
|
79
|
-
});
|
|
80
|
-
var isTruncated = !!truncatedText;
|
|
81
|
-
var fullTooltip = rigName ? "".concat(title, " | ").concat(rigName) : title;
|
|
82
|
-
var handleTruncatedText = function handleTruncatedText(truncatedText) {
|
|
83
|
-
setTruncatedText(truncatedText);
|
|
84
|
-
};
|
|
85
|
-
var handleRemoveWell = function handleRemoveWell(e) {
|
|
86
|
-
e.stopPropagation();
|
|
87
|
-
if (onRemoveOffsetWell) onRemoveOffsetWell(wellId);
|
|
88
|
-
};
|
|
89
|
-
var markBackgroundColor = markColor || "#".concat(utils.getColorFromString(title));
|
|
90
|
-
var label = /*#__PURE__*/jsxs("div", {
|
|
91
|
-
className: styles.root,
|
|
92
|
-
children: [/*#__PURE__*/jsx(Tooltip, {
|
|
93
|
-
title: isTruncated ? fullTooltip : rigName,
|
|
94
|
-
classes: {
|
|
95
|
-
popper: styles.tooltip
|
|
96
|
-
},
|
|
97
|
-
children: /*#__PURE__*/jsxs("div", {
|
|
98
|
-
className: styles.titleContainer,
|
|
99
|
-
children: [isSubject ? /*#__PURE__*/jsx("span", {
|
|
100
|
-
className: styles.subject,
|
|
101
|
-
children: /*#__PURE__*/jsx(SubjectIcon, {})
|
|
102
|
-
}) : /*#__PURE__*/jsx("span", {
|
|
103
|
-
style: {
|
|
104
|
-
backgroundColor: markBackgroundColor,
|
|
105
|
-
display: isShowMark ? 'block' : 'none'
|
|
106
|
-
},
|
|
107
|
-
className: styles.mark
|
|
108
|
-
}), /*#__PURE__*/jsx(MiddleTruncate, {
|
|
109
|
-
onTruncate: handleTruncatedText,
|
|
110
|
-
truncatedText: truncatedText,
|
|
111
|
-
maxWidth: maxWidth,
|
|
112
|
-
children: title
|
|
113
|
-
})]
|
|
114
|
-
})
|
|
115
|
-
}), !isSubject && !!onRemoveOffsetWell && /*#__PURE__*/jsxs(Fragment, {
|
|
116
|
-
children: [/*#__PURE__*/jsx(Close, {
|
|
117
|
-
className: styles.closeIcon
|
|
118
|
-
}), /*#__PURE__*/jsx(Tooltip, {
|
|
119
|
-
title: "Remove",
|
|
120
|
-
classes: {
|
|
121
|
-
popper: styles.tooltip
|
|
122
|
-
},
|
|
123
|
-
children: /*#__PURE__*/jsx("div", {
|
|
124
|
-
className: styles.closeArea,
|
|
125
|
-
onClick: handleRemoveWell
|
|
126
|
-
})
|
|
127
|
-
})]
|
|
128
|
-
})]
|
|
129
|
-
});
|
|
130
|
-
return /*#__PURE__*/jsx(Chip, {
|
|
131
|
-
"data-not-migrated-MuiChip": true,
|
|
132
|
-
variant: "outlined",
|
|
133
|
-
size: "medium",
|
|
134
|
-
label: label,
|
|
135
|
-
classes: {
|
|
136
|
-
root: styles.chipRoot,
|
|
137
|
-
label: styles.label
|
|
138
|
-
},
|
|
139
|
-
onClick: function onClick(e) {
|
|
140
|
-
return _onClick && _onClick(e, wellId);
|
|
141
|
-
},
|
|
142
|
-
"data-testid": "".concat(title, "_offsetWellChip")
|
|
143
|
-
});
|
|
144
|
-
};
|
|
145
|
-
OffsetWellChip.defaultProps = {
|
|
146
|
-
onClick: null,
|
|
147
|
-
markColor: null,
|
|
148
|
-
maxWidth: 200,
|
|
149
|
-
rigName: null,
|
|
150
|
-
isShowMark: true,
|
|
151
|
-
onRemoveOffsetWell: null
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
export { OffsetWellChip as default };
|
|
155
|
-
//# sourceMappingURL=Chip.js.map
|
|
1
|
+
import{jsxs as t,jsx as e,Fragment as o}from"react/jsx-runtime";import{useState as i}from"react";import{makeStyles as r,Tooltip as a,Chip as l}from"@material-ui/core";import{Close as n}from"@material-ui/icons";import c from"../MiddleTruncate/MiddleTruncate.js";import s from"../../utils/main.js";import m from"./icons/SubjectIcon.js";var p=r((function(t){return{chipRoot:{position:"relative",height:30,padding:"7px 12px",fontSize:12,color:t.palette.primary.text6,margin:"2px 4px","&:hover":{cursor:"pointer",backgroundColor:"rgba(255, 255, 255, 0.1)",color:t.palette.primary.contrastText}},root:{width:"100%",display:"flex",alignItems:"center"},label:{padding:0},mark:{marginRight:4,width:8,height:8,borderRadius:8},subject:{display:"flex",marginRight:4},closeIcon:{fontSize:"1rem",marginLeft:"4px"},closeArea:{position:"absolute",top:0,right:0,width:32,height:30},tooltip:{marginTop:"8px"},titleContainer:{display:"flex",alignItems:"center"}}})),d=function(r){var d=r.title,u=r.onClick,h=r.markColor,f=r.isSubject,g=r.rigName,x=r.maxWidth,b=r.wellId,k=r.onRemoveOffsetWell,C=r.isShowMark,v=i(null),j=v[0],N=v[1],R=p({isShowMark:C}),S=!!j,w=g?"".concat(d," | ").concat(g):d,y=h||"#".concat(s.getColorFromString(d)),I=t("div",{className:R.root,children:[e(a,{title:S?w:g,classes:{popper:R.tooltip},children:t("div",{className:R.titleContainer,children:[e("span",f?{className:R.subject,children:e(m,{})}:{style:{backgroundColor:y,display:C?"block":"none"},className:R.mark}),e(c,{onTruncate:function(t){N(t)},truncatedText:j,maxWidth:x,children:d})]})}),!f&&!!k&&t(o,{children:[e(n,{className:R.closeIcon}),e(a,{title:"Remove",classes:{popper:R.tooltip},children:e("div",{className:R.closeArea,onClick:function(t){t.stopPropagation(),k&&k(b)}})})]})]});return e(l,{"data-not-migrated-MuiChip":!0,variant:"outlined",size:"medium",label:I,classes:{root:R.chipRoot,label:R.label},onClick:function(t){return u&&u(t,b)},"data-testid":"".concat(d,"_offsetWellChip")})};d.defaultProps={onClick:null,markColor:null,maxWidth:200,rigName:null,isShowMark:!0,onRemoveOffsetWell:null};export{d as default};
|
|
@@ -1,49 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import OffsetWellChip from './Chip.js';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
import { jsx } from 'react/jsx-runtime';
|
|
5
|
-
|
|
6
|
-
var useStyles = makeStyles(function () {
|
|
7
|
-
return {
|
|
8
|
-
container: {
|
|
9
|
-
display: 'flex',
|
|
10
|
-
flexWrap: 'wrap',
|
|
11
|
-
padding: '8px'
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
});
|
|
15
|
-
var OffsetWellChips = function OffsetWellChips(_ref) {
|
|
16
|
-
var wells = _ref.wells,
|
|
17
|
-
maxWidth = _ref.maxWidth,
|
|
18
|
-
onRemoveOffsetWell = _ref.onRemoveOffsetWell,
|
|
19
|
-
_ref$isShowMark = _ref.isShowMark,
|
|
20
|
-
isShowMark = _ref$isShowMark === void 0 ? true : _ref$isShowMark,
|
|
21
|
-
_ref$onChipClick = _ref.onChipClick,
|
|
22
|
-
onChipClick = _ref$onChipClick === void 0 ? null : _ref$onChipClick,
|
|
23
|
-
chipsContainerClassName = _ref.chipsContainerClassName;
|
|
24
|
-
var styles = useStyles();
|
|
25
|
-
return /*#__PURE__*/jsx("div", {
|
|
26
|
-
className: classNames(styles.container, chipsContainerClassName),
|
|
27
|
-
children: wells.map(function (_ref2) {
|
|
28
|
-
var wellId = _ref2.wellId,
|
|
29
|
-
title = _ref2.title,
|
|
30
|
-
isSubject = _ref2.isSubject,
|
|
31
|
-
markColor = _ref2.markColor,
|
|
32
|
-
rigName = _ref2.rigName;
|
|
33
|
-
return /*#__PURE__*/jsx(OffsetWellChip, {
|
|
34
|
-
maxWidth: maxWidth,
|
|
35
|
-
title: title,
|
|
36
|
-
isSubject: isSubject,
|
|
37
|
-
markColor: markColor,
|
|
38
|
-
rigName: rigName,
|
|
39
|
-
wellId: wellId,
|
|
40
|
-
onRemoveOffsetWell: onRemoveOffsetWell,
|
|
41
|
-
isShowMark: isShowMark,
|
|
42
|
-
onClick: onChipClick
|
|
43
|
-
}, wellId);
|
|
44
|
-
})
|
|
45
|
-
});
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
export { OffsetWellChips as default };
|
|
49
|
-
//# sourceMappingURL=ChipsContainer.js.map
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{makeStyles as e}from"@material-ui/core";import i from"./Chip.js";import a from"classnames";var o=e((function(){return{container:{display:"flex",flexWrap:"wrap",padding:"8px"}}})),t=function(e){var t=e.wells,l=e.maxWidth,n=e.onRemoveOffsetWell,m=e.isShowMark,s=void 0===m||m,c=e.onChipClick,f=void 0===c?null:c,p=e.chipsContainerClassName,d=o();return r("div",{className:a(d.container,p),children:t.map((function(e){var a=e.wellId,o=e.title,t=e.isSubject,m=e.markColor,c=e.rigName;return r(i,{maxWidth:l,title:o,isSubject:t,markColor:m,rigName:c,wellId:a,onRemoveOffsetWell:n,isShowMark:s,onClick:f},a)}))})};export{t as default};
|