@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
package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js
CHANGED
|
@@ -1,49 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import InfoOutlinedIcon from '@material-ui/icons/InfoOutlined';
|
|
4
|
-
import styles from './AppInfoMessage.css.js';
|
|
5
|
-
import AppHeader from '../../../AppHeader/AppHeader.js';
|
|
6
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
7
|
-
|
|
8
|
-
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; }
|
|
9
|
-
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; }
|
|
10
|
-
var PAGE_NAME = 'AppInfoMessage';
|
|
11
|
-
function AppInfoMessage(_ref) {
|
|
12
|
-
var appHeaderProps = _ref.appHeaderProps,
|
|
13
|
-
children = _ref.children,
|
|
14
|
-
message = _ref.message,
|
|
15
|
-
submessage = _ref.submessage;
|
|
16
|
-
return /*#__PURE__*/jsxs("div", {
|
|
17
|
-
className: styles.appInfoMessage,
|
|
18
|
-
"data-testid": PAGE_NAME,
|
|
19
|
-
children: [/*#__PURE__*/jsx(AppHeader, _objectSpread({}, appHeaderProps)), /*#__PURE__*/jsxs("div", {
|
|
20
|
-
className: styles.content,
|
|
21
|
-
children: [children, !children && /*#__PURE__*/jsxs(Fragment, {
|
|
22
|
-
children: [/*#__PURE__*/jsx(InfoOutlinedIcon, {
|
|
23
|
-
size: "large",
|
|
24
|
-
className: styles.infoIcon
|
|
25
|
-
}), /*#__PURE__*/jsx("p", {
|
|
26
|
-
className: styles.message,
|
|
27
|
-
children: message
|
|
28
|
-
}), submessage && /*#__PURE__*/jsx("p", {
|
|
29
|
-
className: styles.submessage,
|
|
30
|
-
children: submessage
|
|
31
|
-
})]
|
|
32
|
-
})]
|
|
33
|
-
})]
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
AppInfoMessage.propTypes = {
|
|
37
|
-
appHeaderProps: PropTypes.shape({}).isRequired,
|
|
38
|
-
children: PropTypes.node,
|
|
39
|
-
message: PropTypes.oneOfType([PropTypes.node, PropTypes.string]),
|
|
40
|
-
submessage: PropTypes.string
|
|
41
|
-
};
|
|
42
|
-
AppInfoMessage.defaultProps = {
|
|
43
|
-
message: '',
|
|
44
|
-
submessage: '',
|
|
45
|
-
children: null
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
export { PAGE_NAME, AppInfoMessage as default };
|
|
49
|
-
//# sourceMappingURL=AppInfoMessage.js.map
|
|
1
|
+
import e from"@babel/runtime/helpers/defineProperty";import r from"prop-types";import s from"@material-ui/icons/InfoOutlined";import t from"./AppInfoMessage.css.js";import n from"../../../AppHeader/AppHeader.js";import{jsxs as o,jsx as p,Fragment as a}from"react/jsx-runtime";function i(e,r){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);r&&(t=t.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),s.push.apply(s,t)}return s}function c(r){for(var s=1;s<arguments.length;s++){var t=null!=arguments[s]?arguments[s]:{};s%2?i(Object(t),!0).forEach((function(s){e(r,s,t[s])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(t,e))}))}return r}var m="AppInfoMessage";function l(e){var r=e.appHeaderProps,i=e.children,m=e.message,l=e.submessage;return o("div",{className:t.appInfoMessage,"data-testid":"AppInfoMessage",children:[p(n,c({},r)),o("div",{className:t.content,children:[i,!i&&o(a,{children:[p(s,{size:"large",className:t.infoIcon}),p("p",{className:t.message,children:m}),l&&p("p",{className:t.submessage,children:l})]})]})]})}l.propTypes={appHeaderProps:r.shape({}).isRequired,children:r.node,message:r.oneOfType([r.node,r.string]),submessage:r.string},l.defaultProps={message:"",submessage:"",children:null};export{m as PAGE_NAME,l as default};
|
package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js
CHANGED
|
@@ -1,365 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
|
-
import { useState, useRef, useEffect } from 'react';
|
|
4
|
-
import { func, shape, string, bool } from 'prop-types';
|
|
5
|
-
import { cloneDeep, debounce, noop, mapValues, keyBy } from 'lodash';
|
|
6
|
-
import { FormControl, InputLabel, Select, MenuItem } from '@material-ui/core';
|
|
7
|
-
import { ArrowForward } from '@material-ui/icons';
|
|
8
|
-
import EmptyState from '../../../../EmptyState/EmptyState.js';
|
|
9
|
-
import { getIsSustainabilityApp } from '../../utils.js';
|
|
10
|
-
import RemoveAppButton from './components/RemoveAppButton.js';
|
|
11
|
-
import { SettingsAccordion } from './components/SettingsAccordion.js';
|
|
12
|
-
import { useStyles } from './styles.js';
|
|
13
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
14
|
-
import '@material-ui/pickers';
|
|
15
|
-
import '@date-io/moment';
|
|
16
|
-
import 'moment';
|
|
17
|
-
import '../../../../../config/theme/index.js';
|
|
18
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
19
|
-
import withAssetEditorLockHOC from '../../../../../hocs/withAssetEditorLockHOC.js';
|
|
20
|
-
import ErrorBoundary from '../../../../ErrorBoundary/ErrorBoundary.js';
|
|
21
|
-
import DevCenterAppErrorView from '../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js';
|
|
22
|
-
import Button from '../../../../Button/components/Button/index.js';
|
|
23
|
-
import 'moment-timezone';
|
|
24
|
-
import 'classnames';
|
|
25
|
-
import '@icon-park/react/es/all';
|
|
26
|
-
import '../../../../../icons/IconParkProvider.js';
|
|
27
|
-
import '../../../../../icons/customIcons/icons/AddMessage.js';
|
|
28
|
-
import '../../../../../icons/customIcons/icons/Attention.js';
|
|
29
|
-
import '../../../../../icons/customIcons/icons/Collapse.js';
|
|
30
|
-
import '../../../../../icons/customIcons/icons/Dashboard.js';
|
|
31
|
-
import '../../../../../icons/customIcons/icons/Expand.js';
|
|
32
|
-
import '../../../../../icons/customIcons/icons/FolderClosed.js';
|
|
33
|
-
import '../../../../../icons/customIcons/icons/FolderClosedFilled.js';
|
|
34
|
-
import '../../../../../icons/customIcons/icons/FolderOpened.js';
|
|
35
|
-
import '../../../../../icons/customIcons/icons/GreaterOrEqual.js';
|
|
36
|
-
import '../../../../../icons/customIcons/icons/LessOrEqual.js';
|
|
37
|
-
import '../../../../../icons/customIcons/icons/Search.js';
|
|
38
|
-
import '../../../../../icons/customIcons/icons/Wellhub.js';
|
|
39
|
-
import '../../../../../icons/customIcons/icons/MultiRuler.js';
|
|
40
|
-
import '../../../../../icons/customIcons/icons/Checkbox.js';
|
|
41
|
-
import '../../../../../icons/customIcons/icons/CheckboxChecked.js';
|
|
42
|
-
import '../../../../../icons/customIcons/icons/CheckboxIndeterminate.js';
|
|
43
|
-
import '../../../../../icons/customIcons/icons/Radio.js';
|
|
44
|
-
import '../../../../../icons/customIcons/icons/RadioChecked.js';
|
|
45
|
-
import '../../../../../icons/customIcons/icons/SimulFrac.js';
|
|
46
|
-
import '../../../../../icons/customIcons/icons/ZipperFrac.js';
|
|
47
|
-
import '../../../../../icons/customIcons/icons/CautionFilled.js';
|
|
48
|
-
import '../../../../../icons/customIcons/icons/MoreApp.js';
|
|
49
|
-
import '../../../../../icons/customIcons/icons/Pad.js';
|
|
50
|
-
import '../../../../../icons/customIcons/icons/Gap.js';
|
|
51
|
-
import '../../../../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js';
|
|
52
|
-
import '../../../../Button/components/LiveButton/styles.js';
|
|
53
|
-
import Modal from '../../../../Modal/Modal.js';
|
|
54
|
-
import { DEV_CENTER_CLI_APP_ID } from '../../../../../constants/devcenter.js';
|
|
55
|
-
import '../../../../../constants/goals.js';
|
|
56
|
-
import { SEGMENTS, SEGMENT_TO_ASSET_TYPE } from '../../../../../constants/segment.js';
|
|
57
|
-
import '../../../../../constants/alerts.js';
|
|
58
|
-
import '../../../../../constants/apps.js';
|
|
59
|
-
import '../../../../../constants/drillstring.js';
|
|
60
|
-
import '../../../../../constants/completion.js';
|
|
61
|
-
import '../../../../../constants/appPackages.js';
|
|
62
|
-
import '../../../../../constants/notifications.js';
|
|
63
|
-
import '../../../../../constants/feed.js';
|
|
64
|
-
import '../../../../../constants/bha.js';
|
|
65
|
-
import { ASSET_TYPES } from '../../../../../constants/assetTypes.js';
|
|
66
|
-
import '../../../../../utils/env.js';
|
|
67
|
-
import '../../../../GradientManager/configuration/constants.js';
|
|
68
|
-
import AppSettingsAssetEditor from '../../../../AssetEditorV2/index.js';
|
|
69
|
-
import AppVersionsSelect from '../../../../AppVersionsSelect/AppVersionsSelect.js';
|
|
70
|
-
import DisabledSettingsMessage from '../../../../DisabledSettingsMessage/DisabledSettingsMessage.js';
|
|
71
|
-
import ConfirmationDialog from '../../../../ConfirmationDialog.js';
|
|
72
|
-
import '../../../../../utils/index.js';
|
|
73
|
-
import { AppIcon } from '../../../../AppIcon/AppIcon.js';
|
|
74
|
-
import { getAppSegment } from '../../../../../utils/devcenter.js';
|
|
75
|
-
import usePermissions from '../../../../../permissions/usePermissions.js';
|
|
76
|
-
import { PERMISSIONS } from '../../../../../permissions/constants/index.js';
|
|
77
|
-
import '../../../../LoadingIndicator/LoadingIndicator.js';
|
|
78
|
-
import '@babel/runtime/helpers/asyncToGenerator';
|
|
79
|
-
import '@babel/runtime/regenerator';
|
|
80
|
-
import 'query-string';
|
|
81
|
-
import '../../../../../clients/api/apiCore.js';
|
|
82
|
-
import '../../../../../clients/constants.js';
|
|
83
|
-
import '../../../../../permissions/ProvidePermissions.js';
|
|
84
|
-
import '../../../../../permissions/PermissionsContext.js';
|
|
85
|
-
import { showSuccessNotification } from '../../../../../utils/notificationToasts.js';
|
|
86
|
-
|
|
87
|
-
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; }
|
|
88
|
-
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; }
|
|
89
|
-
var PAGE_NAME = 'DC_appSettings';
|
|
90
|
-
var getAppPageUrl = function getAppPageUrl(appId) {
|
|
91
|
-
return "/app-store/app/".concat(appId);
|
|
92
|
-
};
|
|
93
|
-
var AssetEditorWithLock = withAssetEditorLockHOC(AppSettingsAssetEditor);
|
|
94
|
-
function AppSettingsDialog(_ref) {
|
|
95
|
-
var _app$segment, _app$app, _platformAppSettingsR, _customAppSettingsRef, _app$app2, _app$app2$icon, _appData$well;
|
|
96
|
-
var AppSettingsComponent = _ref.AppSettingsComponent,
|
|
97
|
-
app = _ref.app,
|
|
98
|
-
appData = _ref.appData,
|
|
99
|
-
appName = _ref.appName,
|
|
100
|
-
currentUser = _ref.currentUser,
|
|
101
|
-
isMultiRig = _ref.isMultiRig,
|
|
102
|
-
isSettingsDialogHidden = _ref.isSettingsDialogHidden,
|
|
103
|
-
layoutEnvironment = _ref.layoutEnvironment,
|
|
104
|
-
onAppRemove = _ref.onAppRemove,
|
|
105
|
-
onCloneDashboard = _ref.onCloneDashboard,
|
|
106
|
-
onSettingsChange = _ref.onSettingsChange,
|
|
107
|
-
openIntercom = _ref.openIntercom,
|
|
108
|
-
rigId = _ref.rigId,
|
|
109
|
-
toggleAppSettingsDialog = _ref.toggleAppSettingsDialog;
|
|
110
|
-
var hasSegmentSelector = (app === null || app === void 0 ? void 0 : (_app$segment = app.segment) === null || _app$segment === void 0 ? void 0 : _app$segment.length) > 1;
|
|
111
|
-
var _useState = useState(getAppSegment(app)),
|
|
112
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
113
|
-
appSegmentSetting = _useState2[0],
|
|
114
|
-
setAppSegmentSetting = _useState2[1];
|
|
115
|
-
var isCompletionSegment = appSegmentSetting === SEGMENTS.COMPLETION;
|
|
116
|
-
var assetEditorAppType = SEGMENT_TO_ASSET_TYPE[appSegmentSetting];
|
|
117
|
-
var isAssetPage = layoutEnvironment && layoutEnvironment.type === 'asset';
|
|
118
|
-
var _usePermissions = usePermissions([PERMISSIONS.getCanReadAppPackages(app.app.id)]),
|
|
119
|
-
_usePermissions2 = _slicedToArray(_usePermissions, 1),
|
|
120
|
-
_usePermissions2$ = _usePermissions2[0],
|
|
121
|
-
canReadAppPackages = _usePermissions2$.active,
|
|
122
|
-
isPermissionsLoading = _usePermissions2$.loading;
|
|
123
|
-
var _useState3 = useState(false),
|
|
124
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
125
|
-
isMounted = _useState4[0],
|
|
126
|
-
setIsMounted = _useState4[1];
|
|
127
|
-
var _useState5 = useState(true),
|
|
128
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
129
|
-
isAssetSelectorRendered = _useState6[0],
|
|
130
|
-
setIsAssetSelectorRendered = _useState6[1];
|
|
131
|
-
var isAssetSelectorVisible = !isMultiRig && !(isAssetPage && isCompletionSegment);
|
|
132
|
-
|
|
133
|
-
// NOTE: Keep in ref to have a way to reset default value
|
|
134
|
-
// of asset selector when changing app segment
|
|
135
|
-
var defaultRigId = useRef(rigId);
|
|
136
|
-
useEffect(function () {
|
|
137
|
-
if (!isAssetSelectorRendered) setIsAssetSelectorRendered(true);
|
|
138
|
-
}, [isAssetSelectorRendered]);
|
|
139
|
-
var _useState7 = useState(function () {
|
|
140
|
-
var _app$package;
|
|
141
|
-
return _objectSpread(_objectSpread({}, cloneDeep(app.settings)), {}, {
|
|
142
|
-
package: app.settings.package || (app === null || app === void 0 ? void 0 : (_app$package = app.package) === null || _app$package === void 0 ? void 0 : _app$package.version)
|
|
143
|
-
});
|
|
144
|
-
}),
|
|
145
|
-
_useState8 = _slicedToArray(_useState7, 2),
|
|
146
|
-
appSettings = _useState8[0],
|
|
147
|
-
setAppSettings = _useState8[1];
|
|
148
|
-
var handleChangeAppSegment = function handleChangeAppSegment(_ref2) {
|
|
149
|
-
var nextSegment = _ref2.target.value;
|
|
150
|
-
defaultRigId.current = null;
|
|
151
|
-
setIsAssetSelectorRendered(false);
|
|
152
|
-
setAppSegmentSetting(nextSegment);
|
|
153
|
-
setAppSettings(_objectSpread(_objectSpread({
|
|
154
|
-
package: appSettings.package,
|
|
155
|
-
segment: nextSegment
|
|
156
|
-
}, mapValues(keyBy(ASSET_TYPES, 'id'), function () {
|
|
157
|
-
return null;
|
|
158
|
-
})), {}, {
|
|
159
|
-
assets: null
|
|
160
|
-
}));
|
|
161
|
-
};
|
|
162
|
-
var isSustainabilityApp = getIsSustainabilityApp(app === null || app === void 0 ? void 0 : (_app$app = app.app) === null || _app$app === void 0 ? void 0 : _app$app.id);
|
|
163
|
-
var _useState9 = useState(''),
|
|
164
|
-
_useState10 = _slicedToArray(_useState9, 2),
|
|
165
|
-
validationError = _useState10[0],
|
|
166
|
-
setValidationError = _useState10[1];
|
|
167
|
-
var platformAppSettingsRef = useRef(null);
|
|
168
|
-
var customAppSettingsRef = useRef(null);
|
|
169
|
-
var hasPlatformAppSettings = isPermissionsLoading || canReadAppPackages || Boolean((_platformAppSettingsR = platformAppSettingsRef.current) === null || _platformAppSettingsR === void 0 ? void 0 : _platformAppSettingsR.clientHeight);
|
|
170
|
-
var hasCustomAppSettings = Boolean((_customAppSettingsRef = customAppSettingsRef.current) === null || _customAppSettingsRef === void 0 ? void 0 : _customAppSettingsRef.clientHeight);
|
|
171
|
-
var isAccordionRequired = hasPlatformAppSettings && hasCustomAppSettings;
|
|
172
|
-
var styles = useStyles({
|
|
173
|
-
isCompletionApp: isCompletionSegment,
|
|
174
|
-
isSustainabilityApp: isSustainabilityApp,
|
|
175
|
-
isAccordionRequired: isAccordionRequired
|
|
176
|
-
});
|
|
177
|
-
var isCLIApp = app.id === DEV_CENTER_CLI_APP_ID;
|
|
178
|
-
var onSave = function onSave() {
|
|
179
|
-
var isNoPackageError = !appSettings.package && !isCLIApp;
|
|
180
|
-
if (isNoPackageError) return setValidationError('Please select app version');
|
|
181
|
-
if (isAssetSelectorVisible && !isAssetPage) {
|
|
182
|
-
var appTypeKey = assetEditorAppType === null || assetEditorAppType === void 0 ? void 0 : assetEditorAppType.primaryAsset.assetType.id;
|
|
183
|
-
var appTypeLabel = assetEditorAppType === null || assetEditorAppType === void 0 ? void 0 : assetEditorAppType.primaryAsset.assetType.label;
|
|
184
|
-
if (appTypeKey && !appSettings[appTypeKey]) return setValidationError("Please select ".concat(appTypeLabel));
|
|
185
|
-
}
|
|
186
|
-
onSettingsChange(appSettings);
|
|
187
|
-
showSuccessNotification('Successfully saved');
|
|
188
|
-
return toggleAppSettingsDialog();
|
|
189
|
-
};
|
|
190
|
-
var onAppSettingChange = function onAppSettingChange(name, value) {
|
|
191
|
-
return setAppSettings(function (prevSettings) {
|
|
192
|
-
return _objectSpread(_objectSpread({}, prevSettings), {}, _defineProperty({}, name, value));
|
|
193
|
-
});
|
|
194
|
-
};
|
|
195
|
-
var onAppSettingsChange = function onAppSettingsChange(newSettings) {
|
|
196
|
-
return setAppSettings(function (prevSettings) {
|
|
197
|
-
return _objectSpread(_objectSpread({}, prevSettings), newSettings);
|
|
198
|
-
});
|
|
199
|
-
};
|
|
200
|
-
var AssetEditorComponent = isAssetPage ? AssetEditorWithLock : AppSettingsAssetEditor;
|
|
201
|
-
useEffect(function () {
|
|
202
|
-
var debouncedSetIsMounted = debounce(setIsMounted, 200);
|
|
203
|
-
debouncedSetIsMounted(true);
|
|
204
|
-
}, []);
|
|
205
|
-
var modalTitle = /*#__PURE__*/jsxs("div", {
|
|
206
|
-
className: styles.modalTitleContainer,
|
|
207
|
-
children: [/*#__PURE__*/jsx(AppIcon, {
|
|
208
|
-
className: styles.appIcon,
|
|
209
|
-
segment: [appSegmentSetting],
|
|
210
|
-
iconUrl: app === null || app === void 0 ? void 0 : (_app$app2 = app.app) === null || _app$app2 === void 0 ? void 0 : (_app$app2$icon = _app$app2.icon) === null || _app$app2$icon === void 0 ? void 0 : _app$app2$icon.url,
|
|
211
|
-
height: 48,
|
|
212
|
-
width: 48
|
|
213
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
214
|
-
children: [/*#__PURE__*/jsx("div", {
|
|
215
|
-
children: "".concat(appName, " Settings")
|
|
216
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
217
|
-
"data-testid": "".concat(PAGE_NAME, "_appstoreLink"),
|
|
218
|
-
className: styles.appStoreButton,
|
|
219
|
-
onClick: function onClick() {
|
|
220
|
-
var _app$app3;
|
|
221
|
-
return window.open(getAppPageUrl(app === null || app === void 0 ? void 0 : (_app$app3 = app.app) === null || _app$app3 === void 0 ? void 0 : _app$app3.id), '_top');
|
|
222
|
-
},
|
|
223
|
-
children: ["Open in Appstore ", /*#__PURE__*/jsx(ArrowForward, {
|
|
224
|
-
className: styles.arrowIcon
|
|
225
|
-
})]
|
|
226
|
-
})]
|
|
227
|
-
})]
|
|
228
|
-
});
|
|
229
|
-
var modalActions = /*#__PURE__*/jsxs("div", {
|
|
230
|
-
className: styles.modalActions,
|
|
231
|
-
children: [!isSettingsDialogHidden && onAppRemove && /*#__PURE__*/jsx(RemoveAppButton, {
|
|
232
|
-
appName: appName,
|
|
233
|
-
onAppRemove: onAppRemove
|
|
234
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
235
|
-
children: [/*#__PURE__*/jsx(Button, {
|
|
236
|
-
"data-testid": "".concat(PAGE_NAME, "_cancel"),
|
|
237
|
-
variation: "secondary",
|
|
238
|
-
onClick: toggleAppSettingsDialog,
|
|
239
|
-
children: "Cancel"
|
|
240
|
-
}), isSettingsDialogHidden && /*#__PURE__*/jsx(Button, {
|
|
241
|
-
variation: "primary",
|
|
242
|
-
onClick: function onClick() {
|
|
243
|
-
return onCloneDashboard();
|
|
244
|
-
},
|
|
245
|
-
children: "Copy Dashboard"
|
|
246
|
-
}), !isSettingsDialogHidden && /*#__PURE__*/jsx(Button, {
|
|
247
|
-
"data-testid": "".concat(PAGE_NAME, "_save"),
|
|
248
|
-
className: styles.saveButton,
|
|
249
|
-
variation: "primary",
|
|
250
|
-
onClick: onSave,
|
|
251
|
-
children: "Save"
|
|
252
|
-
})]
|
|
253
|
-
})]
|
|
254
|
-
});
|
|
255
|
-
return /*#__PURE__*/jsx(Modal, {
|
|
256
|
-
actions: modalActions,
|
|
257
|
-
closeIconClassName: styles.closeIcon,
|
|
258
|
-
contentContainerClassName: styles.modalContainer,
|
|
259
|
-
modalTitleClassName: styles.modalTitle,
|
|
260
|
-
onClose: toggleAppSettingsDialog,
|
|
261
|
-
open: true,
|
|
262
|
-
title: modalTitle,
|
|
263
|
-
children: /*#__PURE__*/jsxs(ErrorBoundary, {
|
|
264
|
-
ErrorView: DevCenterAppErrorView,
|
|
265
|
-
openIntercom: openIntercom,
|
|
266
|
-
children: [/*#__PURE__*/jsx(ConfirmationDialog, {
|
|
267
|
-
open: !!validationError,
|
|
268
|
-
isShowCancel: false,
|
|
269
|
-
title: "Validation failed",
|
|
270
|
-
text: validationError,
|
|
271
|
-
handleOk: function handleOk() {
|
|
272
|
-
return setValidationError('');
|
|
273
|
-
},
|
|
274
|
-
classes: {
|
|
275
|
-
confirmation: styles.confirmationText
|
|
276
|
-
}
|
|
277
|
-
}), isSettingsDialogHidden && /*#__PURE__*/jsx(DisabledSettingsMessage, {}), !isSettingsDialogHidden && isMounted && !hasCustomAppSettings && !hasPlatformAppSettings && /*#__PURE__*/jsx(EmptyState, {
|
|
278
|
-
image: EmptyState.IMAGES.UnderConstruction,
|
|
279
|
-
title: "No app settings"
|
|
280
|
-
}), !isSettingsDialogHidden && /*#__PURE__*/jsxs(Fragment, {
|
|
281
|
-
children: [/*#__PURE__*/jsxs(SettingsAccordion, {
|
|
282
|
-
defaultExpanded: true,
|
|
283
|
-
className: styles.assetAccordion,
|
|
284
|
-
accordionDetailsRef: platformAppSettingsRef,
|
|
285
|
-
isAccordionRequired: isAccordionRequired,
|
|
286
|
-
summary: "Asset",
|
|
287
|
-
children: [hasSegmentSelector && /*#__PURE__*/jsxs(FormControl, {
|
|
288
|
-
className: styles.segmentSelector,
|
|
289
|
-
children: [/*#__PURE__*/jsx(InputLabel, {
|
|
290
|
-
children: "Segment"
|
|
291
|
-
}), /*#__PURE__*/jsx(Select, {
|
|
292
|
-
value: appSegmentSetting,
|
|
293
|
-
onChange: handleChangeAppSegment,
|
|
294
|
-
children: app.segment.map(function (segmentItem) {
|
|
295
|
-
return /*#__PURE__*/jsx(MenuItem, {
|
|
296
|
-
className: styles.segmentMenuItem,
|
|
297
|
-
value: segmentItem,
|
|
298
|
-
children: segmentItem
|
|
299
|
-
}, segmentItem);
|
|
300
|
-
})
|
|
301
|
-
})]
|
|
302
|
-
}), isAssetSelectorVisible && isAssetSelectorRendered && /*#__PURE__*/jsx(AssetEditorComponent, {
|
|
303
|
-
appKey: isCLIApp ? null : app.app.app_key,
|
|
304
|
-
appType: assetEditorAppType,
|
|
305
|
-
defaultValue: defaultRigId.current,
|
|
306
|
-
secondaryDefaultValue: +(appData === null || appData === void 0 ? void 0 : (_appData$well = appData.well) === null || _appData$well === void 0 ? void 0 : _appData$well.id),
|
|
307
|
-
isHiddenMultipleAssetsToggle: true,
|
|
308
|
-
isHiddenTitle: true,
|
|
309
|
-
isNullable: isAssetPage,
|
|
310
|
-
label: "Asset",
|
|
311
|
-
onSettingsChange: onAppSettingsChange,
|
|
312
|
-
settings: appSettings
|
|
313
|
-
}), /*#__PURE__*/jsx(AppVersionsSelect, {
|
|
314
|
-
className: styles.appVersionSelect,
|
|
315
|
-
appId: app.app.id,
|
|
316
|
-
value: appSettings.package,
|
|
317
|
-
onChange: function onChange(val) {
|
|
318
|
-
return onAppSettingChange('package', val);
|
|
319
|
-
}
|
|
320
|
-
})]
|
|
321
|
-
}), /*#__PURE__*/jsx(SettingsAccordion, {
|
|
322
|
-
accordionDetailsRef: customAppSettingsRef,
|
|
323
|
-
className: styles.accordion,
|
|
324
|
-
defaultExpanded: true,
|
|
325
|
-
isAccordionRequired: isAccordionRequired,
|
|
326
|
-
summary: "App Settings",
|
|
327
|
-
children: AppSettingsComponent && /*#__PURE__*/jsx(AppSettingsComponent, {
|
|
328
|
-
app: app,
|
|
329
|
-
appData: appData,
|
|
330
|
-
settings: appSettings,
|
|
331
|
-
onSettingChange: onAppSettingChange,
|
|
332
|
-
onSettingsChange: onAppSettingsChange,
|
|
333
|
-
layoutEnvironment: layoutEnvironment,
|
|
334
|
-
currentUser: currentUser
|
|
335
|
-
})
|
|
336
|
-
})]
|
|
337
|
-
})]
|
|
338
|
-
})
|
|
339
|
-
});
|
|
340
|
-
}
|
|
341
|
-
AppSettingsDialog.propTypes = {
|
|
342
|
-
AppSettingsComponent: func,
|
|
343
|
-
app: shape({}).isRequired,
|
|
344
|
-
appData: shape({}).isRequired,
|
|
345
|
-
appName: string.isRequired,
|
|
346
|
-
currentUser: shape({}).isRequired,
|
|
347
|
-
isMultiRig: bool.isRequired,
|
|
348
|
-
isSettingsDialogHidden: bool,
|
|
349
|
-
layoutEnvironment: shape({}).isRequired,
|
|
350
|
-
onAppRemove: func,
|
|
351
|
-
onCloneDashboard: func,
|
|
352
|
-
onSettingsChange: func.isRequired,
|
|
353
|
-
toggleAppSettingsDialog: func.isRequired
|
|
354
|
-
};
|
|
355
|
-
AppSettingsDialog.defaultProps = {
|
|
356
|
-
AppSettingsComponent: function AppSettingsComponent() {
|
|
357
|
-
return null;
|
|
358
|
-
},
|
|
359
|
-
isSettingsDialogHidden: false,
|
|
360
|
-
onAppRemove: undefined,
|
|
361
|
-
onCloneDashboard: noop
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
export { PAGE_NAME, AppSettingsDialog as default };
|
|
365
|
-
//# sourceMappingURL=AppSettingsDialog.js.map
|
|
1
|
+
import o from"@babel/runtime/helpers/defineProperty";import e from"@babel/runtime/helpers/slicedToArray";import{useState as t,useRef as n,useEffect as i}from"react";import{func as s,shape as r,string as c,bool as a}from"prop-types";import{cloneDeep as p,debounce as m,noop as l,mapValues as u,keyBy as d}from"lodash";import{FormControl as g,InputLabel as f,Select as j,MenuItem as v}from"@material-ui/core";import{ArrowForward as h}from"@material-ui/icons";import C from"../../../../EmptyState/EmptyState.js";import{getIsSustainabilityApp as y}from"../../utils.js";import b from"./components/RemoveAppButton.js";import{SettingsAccordion as A}from"./components/SettingsAccordion.js";import{useStyles as I}from"./styles.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@material-ui/pickers";import"@date-io/moment";import"moment";import"../../../../../config/theme/index.js";import{jsxs as S,jsx as k,Fragment as D}from"react/jsx-runtime";import O from"../../../../../hocs/withAssetEditorLockHOC.js";import P from"../../../../ErrorBoundary/ErrorBoundary.js";import R from"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import E from"../../../../Button/components/Button/index.js";import"moment-timezone";import"classnames";import"@icon-park/react/es/all";import"../../../../../icons/IconParkProvider.js";import"../../../../../icons/customIcons/icons/AddMessage.js";import"../../../../../icons/customIcons/icons/Attention.js";import"../../../../../icons/customIcons/icons/Collapse.js";import"../../../../../icons/customIcons/icons/Dashboard.js";import"../../../../../icons/customIcons/icons/Expand.js";import"../../../../../icons/customIcons/icons/FolderClosed.js";import"../../../../../icons/customIcons/icons/FolderClosedFilled.js";import"../../../../../icons/customIcons/icons/FolderOpened.js";import"../../../../../icons/customIcons/icons/GreaterOrEqual.js";import"../../../../../icons/customIcons/icons/LessOrEqual.js";import"../../../../../icons/customIcons/icons/Search.js";import"../../../../../icons/customIcons/icons/Wellhub.js";import"../../../../../icons/customIcons/icons/MultiRuler.js";import"../../../../../icons/customIcons/icons/Checkbox.js";import"../../../../../icons/customIcons/icons/CheckboxChecked.js";import"../../../../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../../../../icons/customIcons/icons/Radio.js";import"../../../../../icons/customIcons/icons/RadioChecked.js";import"../../../../../icons/customIcons/icons/SimulFrac.js";import"../../../../../icons/customIcons/icons/ZipperFrac.js";import"../../../../../icons/customIcons/icons/CautionFilled.js";import"../../../../../icons/customIcons/icons/MoreApp.js";import"../../../../../icons/customIcons/icons/Pad.js";import"../../../../../icons/customIcons/icons/Gap.js";import"../../../../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js";import"../../../../Button/components/LiveButton/styles.js";import N from"../../../../Modal/Modal.js";import{DEV_CENTER_CLI_APP_ID as x}from"../../../../../constants/devcenter.js";import"../../../../../constants/goals.js";import{SEGMENTS as w,SEGMENT_TO_ASSET_TYPE as B}from"../../../../../constants/segment.js";import"../../../../../constants/alerts.js";import"../../../../../constants/apps.js";import"../../../../../constants/drillstring.js";import"../../../../../constants/completion.js";import"../../../../../constants/appPackages.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import{ASSET_TYPES as T}from"../../../../../constants/assetTypes.js";import"../../../../../utils/env.js";import"../../../../GradientManager/configuration/constants.js";import M from"../../../../AssetEditorV2/index.js";import q from"../../../../AppVersionsSelect/AppVersionsSelect.js";import V from"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import H from"../../../../ConfirmationDialog.js";import"../../../../../utils/index.js";import{AppIcon as F}from"../../../../AppIcon/AppIcon.js";import{getAppSegment as L}from"../../../../../utils/devcenter.js";import _ from"../../../../../permissions/usePermissions.js";import{PERMISSIONS as G}from"../../../../../permissions/constants/index.js";import"../../../../../permissions/withPermissionsHOC.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../../../../clients/jsonApi/index.js";import"../../../../../permissions/ProvidePermissions.js";import"../../../../../permissions/PermissionsContext.js";import{showSuccessNotification as U}from"../../../../../utils/notificationToasts.js";function W(o,e){var t=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(o,e).enumerable}))),t.push.apply(t,n)}return t}function z(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?W(Object(n),!0).forEach((function(t){o(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))}))}return e}var K="DC_appSettings",Z=O(M);function J(s){var r,c,a,l,O,W,J,Q=s.AppSettingsComponent,X=s.app,Y=s.appData,$=s.appName,oo=s.currentUser,eo=s.isMultiRig,to=s.isSettingsDialogHidden,no=s.layoutEnvironment,io=s.onAppRemove,so=s.onCloneDashboard,ro=s.onSettingsChange,co=s.openIntercom,ao=s.rigId,po=s.toggleAppSettingsDialog,mo=(null==X||null===(r=X.segment)||void 0===r?void 0:r.length)>1,lo=t(L(X)),uo=e(lo,2),go=uo[0],fo=uo[1],jo=go===w.COMPLETION,vo=B[go],ho=no&&"asset"===no.type,Co=_([G.getCanReadAppPackages(X.app.id)]),yo=e(Co,1)[0],bo=yo.active,Ao=yo.loading,Io=t(!1),So=e(Io,2),ko=So[0],Do=So[1],Oo=t(!0),Po=e(Oo,2),Ro=Po[0],Eo=Po[1],No=!(eo||ho&&jo),xo=n(ao);i((function(){Ro||Eo(!0)}),[Ro]);var wo=t((function(){var o;return z(z({},p(X.settings)),{},{package:X.settings.package||(null==X||null===(o=X.package)||void 0===o?void 0:o.version)})})),Bo=e(wo,2),To=Bo[0],Mo=Bo[1],qo=y(null==X||null===(c=X.app)||void 0===c?void 0:c.id),Vo=t(""),Ho=e(Vo,2),Fo=Ho[0],Lo=Ho[1],_o=n(null),Go=n(null),Uo=Ao||bo||Boolean(null===(a=_o.current)||void 0===a?void 0:a.clientHeight),Wo=Boolean(null===(l=Go.current)||void 0===l?void 0:l.clientHeight),zo=Uo&&Wo,Ko=I({isCompletionApp:jo,isSustainabilityApp:qo,isAccordionRequired:zo}),Zo=X.id===x,Jo=function(e,t){return Mo((function(n){return z(z({},n),{},o({},e,t))}))},Qo=function(o){return Mo((function(e){return z(z({},e),o)}))},Xo=ho?Z:M;i((function(){m(Do,200)(!0)}),[]);var Yo=S("div",{className:Ko.modalTitleContainer,children:[k(F,{className:Ko.appIcon,segment:[go],iconUrl:null==X||null===(O=X.app)||void 0===O||null===(W=O.icon)||void 0===W?void 0:W.url,height:48,width:48}),S("div",{children:[k("div",{children:"".concat($," Settings")}),S("div",{"data-testid":"".concat(K,"_appstoreLink"),className:Ko.appStoreButton,onClick:function(){var o,e;return window.open((e=null==X||null===(o=X.app)||void 0===o?void 0:o.id,"/app-store/app/".concat(e)),"_top")},children:["Open in Appstore ",k(h,{className:Ko.arrowIcon})]})]})]}),$o=S("div",{className:Ko.modalActions,children:[!to&&io&&k(b,{appName:$,onAppRemove:io}),S("div",{children:[k(E,{"data-testid":"".concat(K,"_cancel"),variation:"secondary",onClick:po,children:"Cancel"}),to&&k(E,{variation:"primary",onClick:function(){return so()},children:"Copy Dashboard"}),!to&&k(E,{"data-testid":"".concat(K,"_save"),className:Ko.saveButton,variation:"primary",onClick:function(){if(!To.package&&!Zo)return Lo("Please select app version");if(No&&!ho){var o=null==vo?void 0:vo.primaryAsset.assetType.id,e=null==vo?void 0:vo.primaryAsset.assetType.label;if(o&&!To[o])return Lo("Please select ".concat(e))}return ro(To),U("Successfully saved"),po()},children:"Save"})]})]});return k(N,{actions:$o,closeIconClassName:Ko.closeIcon,contentContainerClassName:Ko.modalContainer,modalTitleClassName:Ko.modalTitle,onClose:po,open:!0,title:Yo,children:S(P,{ErrorView:R,openIntercom:co,children:[k(H,{open:!!Fo,isShowCancel:!1,title:"Validation failed",text:Fo,handleOk:function(){return Lo("")},classes:{confirmation:Ko.confirmationText}}),to&&k(V,{}),!to&&ko&&!Wo&&!Uo&&k(C,{image:C.IMAGES.UnderConstruction,title:"No app settings"}),!to&&S(D,{children:[S(A,{defaultExpanded:!0,className:Ko.assetAccordion,accordionDetailsRef:_o,isAccordionRequired:zo,summary:"Asset",children:[mo&&S(g,{className:Ko.segmentSelector,children:[k(f,{children:"Segment"}),k(j,{value:go,onChange:function(o){var e=o.target.value;xo.current=null,Eo(!1),fo(e),Mo(z(z({package:To.package,segment:e},u(d(T,"id"),(function(){return null}))),{},{assets:null}))},children:X.segment.map((function(o){return k(v,{className:Ko.segmentMenuItem,value:o,children:o},o)}))})]}),No&&Ro&&k(Xo,{appKey:Zo?null:X.app.app_key,appType:vo,defaultValue:xo.current,secondaryDefaultValue:+(null==Y||null===(J=Y.well)||void 0===J?void 0:J.id),isHiddenMultipleAssetsToggle:!0,isHiddenTitle:!0,isNullable:ho,label:"Asset",onSettingsChange:Qo,settings:To}),k(q,{className:Ko.appVersionSelect,appId:X.app.id,value:To.package,onChange:function(o){return Jo("package",o)}})]}),k(A,{accordionDetailsRef:Go,className:Ko.accordion,defaultExpanded:!0,isAccordionRequired:zo,summary:"App Settings",children:Q&&k(Q,{app:X,appData:Y,settings:To,onSettingChange:Jo,onSettingsChange:Qo,layoutEnvironment:no,currentUser:oo})})]})]})})}J.propTypes={AppSettingsComponent:s,app:r({}).isRequired,appData:r({}).isRequired,appName:c.isRequired,currentUser:r({}).isRequired,isMultiRig:a.isRequired,isSettingsDialogHidden:a,layoutEnvironment:r({}).isRequired,onAppRemove:s,onCloneDashboard:s,onSettingsChange:s.isRequired,toggleAppSettingsDialog:s.isRequired},J.defaultProps={AppSettingsComponent:function(){return null},isSettingsDialogHidden:!1,onAppRemove:void 0,onCloneDashboard:l};export{K as PAGE_NAME,J as default};
|
|
@@ -1,106 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useState } from 'react';
|
|
3
|
-
import { makeStyles, Dialog, DialogTitle, DialogContent, DialogContentText, DialogActions } from '@material-ui/core';
|
|
4
|
-
import Button from '../../../../../Button/components/Button/index.js';
|
|
5
|
-
import '@babel/runtime/helpers/defineProperty';
|
|
6
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
7
|
-
import 'moment-timezone';
|
|
8
|
-
import 'classnames';
|
|
9
|
-
import { DeleteFourIcon } from '../../../../../../icons/iconParkIcons.js';
|
|
10
|
-
import '../../../../../../icons/customIcons/icons/AddMessage.js';
|
|
11
|
-
import '../../../../../../icons/customIcons/icons/Attention.js';
|
|
12
|
-
import '../../../../../../icons/customIcons/icons/Collapse.js';
|
|
13
|
-
import '../../../../../../icons/customIcons/icons/Dashboard.js';
|
|
14
|
-
import '../../../../../../icons/customIcons/icons/Expand.js';
|
|
15
|
-
import '../../../../../../icons/customIcons/icons/FolderClosed.js';
|
|
16
|
-
import '../../../../../../icons/customIcons/icons/FolderClosedFilled.js';
|
|
17
|
-
import '../../../../../../icons/customIcons/icons/FolderOpened.js';
|
|
18
|
-
import '../../../../../../icons/customIcons/icons/GreaterOrEqual.js';
|
|
19
|
-
import '../../../../../../icons/customIcons/icons/LessOrEqual.js';
|
|
20
|
-
import '../../../../../../icons/customIcons/icons/Search.js';
|
|
21
|
-
import '../../../../../../icons/customIcons/icons/Wellhub.js';
|
|
22
|
-
import '../../../../../../icons/customIcons/icons/MultiRuler.js';
|
|
23
|
-
import '../../../../../../icons/customIcons/icons/Checkbox.js';
|
|
24
|
-
import '../../../../../../icons/customIcons/icons/CheckboxChecked.js';
|
|
25
|
-
import '../../../../../../icons/customIcons/icons/CheckboxIndeterminate.js';
|
|
26
|
-
import '../../../../../../icons/customIcons/icons/Radio.js';
|
|
27
|
-
import '../../../../../../icons/customIcons/icons/RadioChecked.js';
|
|
28
|
-
import '../../../../../../icons/customIcons/icons/SimulFrac.js';
|
|
29
|
-
import '../../../../../../icons/customIcons/icons/ZipperFrac.js';
|
|
30
|
-
import '../../../../../../icons/customIcons/icons/CautionFilled.js';
|
|
31
|
-
import '../../../../../../icons/customIcons/icons/MoreApp.js';
|
|
32
|
-
import '../../../../../../icons/customIcons/icons/Pad.js';
|
|
33
|
-
import '../../../../../../icons/customIcons/icons/Gap.js';
|
|
34
|
-
import '../../../../../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js';
|
|
35
|
-
import '../../../../../Button/components/LiveButton/styles.js';
|
|
36
|
-
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
37
|
-
|
|
38
|
-
var PAGE_NAME = 'DC_removeApp';
|
|
39
|
-
var useStyles = makeStyles({
|
|
40
|
-
removeButtonIcon: {
|
|
41
|
-
marginRight: 8
|
|
42
|
-
},
|
|
43
|
-
paperClassName: {
|
|
44
|
-
width: 416
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
function RemoveAppButton(_ref) {
|
|
48
|
-
var appName = _ref.appName,
|
|
49
|
-
onAppRemove = _ref.onAppRemove;
|
|
50
|
-
var styles = useStyles();
|
|
51
|
-
var _useState = useState(false),
|
|
52
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
53
|
-
isConfirmationDialogOpened = _useState2[0],
|
|
54
|
-
setConfirmationDialogOpened = _useState2[1];
|
|
55
|
-
var closeConfirmationDialog = function closeConfirmationDialog() {
|
|
56
|
-
return setConfirmationDialogOpened(false);
|
|
57
|
-
};
|
|
58
|
-
return /*#__PURE__*/jsxs(Fragment, {
|
|
59
|
-
children: [/*#__PURE__*/jsxs(Button, {
|
|
60
|
-
color: "primary",
|
|
61
|
-
"data-testid": "".concat(PAGE_NAME, "_button"),
|
|
62
|
-
onClick: function onClick() {
|
|
63
|
-
return setConfirmationDialogOpened(true);
|
|
64
|
-
},
|
|
65
|
-
children: [/*#__PURE__*/jsx(DeleteFourIcon, {
|
|
66
|
-
className: styles.removeButtonIcon
|
|
67
|
-
}), "REMOVE APP"]
|
|
68
|
-
}), /*#__PURE__*/jsxs(Dialog, {
|
|
69
|
-
open: isConfirmationDialogOpened,
|
|
70
|
-
onClose: closeConfirmationDialog,
|
|
71
|
-
PaperProps: {
|
|
72
|
-
elevation: 1,
|
|
73
|
-
className: styles.paperClassName
|
|
74
|
-
},
|
|
75
|
-
children: [/*#__PURE__*/jsxs(DialogTitle, {
|
|
76
|
-
"data-testid": "".concat(PAGE_NAME, "_title"),
|
|
77
|
-
children: ["Remove ", appName, "?"]
|
|
78
|
-
}), /*#__PURE__*/jsx(DialogContent, {
|
|
79
|
-
children: /*#__PURE__*/jsx(DialogContentText, {
|
|
80
|
-
children: "App and all related information will be removed immediately. App can be added again from AppStore."
|
|
81
|
-
})
|
|
82
|
-
}), /*#__PURE__*/jsxs(DialogActions, {
|
|
83
|
-
children: [/*#__PURE__*/jsx(Button, {
|
|
84
|
-
color: "primary",
|
|
85
|
-
"data-testid": "".concat(PAGE_NAME, "_cancel"),
|
|
86
|
-
onClick: closeConfirmationDialog,
|
|
87
|
-
children: "Cancel"
|
|
88
|
-
}), /*#__PURE__*/jsx(Button, {
|
|
89
|
-
"data-testid": "".concat(PAGE_NAME, "_confirm")
|
|
90
|
-
// this fn comes from parent window through an iframe.
|
|
91
|
-
// It's important to call it without native event as it's not possible
|
|
92
|
-
// to pass it through the iframe, because it contains circular dependencies
|
|
93
|
-
,
|
|
94
|
-
onClick: function onClick() {
|
|
95
|
-
return onAppRemove();
|
|
96
|
-
},
|
|
97
|
-
variation: "primary",
|
|
98
|
-
children: "Remove"
|
|
99
|
-
})]
|
|
100
|
-
})]
|
|
101
|
-
})]
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
export { PAGE_NAME, RemoveAppButton as default };
|
|
106
|
-
//# sourceMappingURL=RemoveAppButton.js.map
|
|
1
|
+
import o from"@babel/runtime/helpers/slicedToArray";import{useState as s}from"react";import{makeStyles as c,Dialog as n,DialogTitle as i,DialogContent as t,DialogContentText as e,DialogActions as r}from"@material-ui/core";import m from"../../../../../Button/components/Button/index.js";import{jsxs as p,Fragment as a,jsx as l}from"react/jsx-runtime";import"moment-timezone";import"classnames";import{DeleteFourIcon as u}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";import"../../../../../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js";import"../../../../../Button/components/LiveButton/styles.js";var d="DC_removeApp",j=c({removeButtonIcon:{marginRight:8},paperClassName:{width:416}});function I(c){var d=c.appName,I=c.onAppRemove,C=j(),h=s(!1),v=o(h,2),f=v[0],A=v[1],b=function(){return A(!1)};return p(a,{children:[p(m,{color:"primary","data-testid":"".concat("DC_removeApp","_button"),onClick:function(){return A(!0)},children:[l(u,{className:C.removeButtonIcon}),"REMOVE APP"]}),p(n,{open:f,onClose:b,PaperProps:{elevation:1,className:C.paperClassName},children:[p(i,{"data-testid":"".concat("DC_removeApp","_title"),children:["Remove ",d,"?"]}),l(t,{children:l(e,{children:"App and all related information will be removed immediately. App can be added again from AppStore."})}),p(r,{children:[l(m,{color:"primary","data-testid":"".concat("DC_removeApp","_cancel"),onClick:b,children:"Cancel"}),l(m,{"data-testid":"".concat("DC_removeApp","_confirm"),onClick:function(){return I()},variation:"primary",children:"Remove"})]})]})]})}export{d as PAGE_NAME,I as default};
|
|
@@ -1,71 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
3
|
-
import { makeStyles, Accordion, AccordionSummary, AccordionDetails } from '@material-ui/core';
|
|
4
|
-
import { ExpandMore } from '@material-ui/icons';
|
|
5
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
6
|
-
|
|
7
|
-
var _excluded = ["accordionDetailsRef", "children", "isAccordionRequired", "summary"];
|
|
8
|
-
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; }
|
|
9
|
-
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; }
|
|
10
|
-
var useStyles = makeStyles(function (theme) {
|
|
11
|
-
return {
|
|
12
|
-
accordionDetails: {
|
|
13
|
-
flexDirection: 'column',
|
|
14
|
-
paddingTop: function paddingTop(_ref) {
|
|
15
|
-
var isAccordionRequired = _ref.isAccordionRequired;
|
|
16
|
-
return isAccordionRequired ? 12 : 0;
|
|
17
|
-
},
|
|
18
|
-
paddingLeft: function paddingLeft(_ref2) {
|
|
19
|
-
var isAccordionRequired = _ref2.isAccordionRequired;
|
|
20
|
-
return isAccordionRequired ? 32 : 0;
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
summaryContent: {
|
|
24
|
-
display: function display(_ref3) {
|
|
25
|
-
var isAccordionRequired = _ref3.isAccordionRequired;
|
|
26
|
-
return isAccordionRequired ? 'block' : 'none';
|
|
27
|
-
},
|
|
28
|
-
fontSize: 16,
|
|
29
|
-
color: theme.palette.primary.contrastText
|
|
30
|
-
},
|
|
31
|
-
expandIcon: {
|
|
32
|
-
display: function display(_ref4) {
|
|
33
|
-
var isAccordionRequired = _ref4.isAccordionRequired;
|
|
34
|
-
return isAccordionRequired ? 'block' : 'none';
|
|
35
|
-
},
|
|
36
|
-
'& svg': {
|
|
37
|
-
width: 24,
|
|
38
|
-
height: 24
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
});
|
|
43
|
-
function SettingsAccordion(_ref5) {
|
|
44
|
-
var accordionDetailsRef = _ref5.accordionDetailsRef,
|
|
45
|
-
children = _ref5.children,
|
|
46
|
-
isAccordionRequired = _ref5.isAccordionRequired,
|
|
47
|
-
summary = _ref5.summary,
|
|
48
|
-
props = _objectWithoutProperties(_ref5, _excluded);
|
|
49
|
-
var styles = useStyles({
|
|
50
|
-
isAccordionRequired: isAccordionRequired
|
|
51
|
-
});
|
|
52
|
-
return /*#__PURE__*/jsxs(Accordion, _objectSpread(_objectSpread({}, props), {}, {
|
|
53
|
-
children: [/*#__PURE__*/jsx(AccordionSummary, {
|
|
54
|
-
classes: {
|
|
55
|
-
content: styles.summaryContent,
|
|
56
|
-
expandIcon: styles.expandIcon
|
|
57
|
-
},
|
|
58
|
-
expandIcon: /*#__PURE__*/jsx(ExpandMore, {}),
|
|
59
|
-
children: summary
|
|
60
|
-
}), /*#__PURE__*/jsx(AccordionDetails, {
|
|
61
|
-
classes: {
|
|
62
|
-
root: styles.accordionDetails
|
|
63
|
-
},
|
|
64
|
-
ref: accordionDetailsRef,
|
|
65
|
-
children: children
|
|
66
|
-
})]
|
|
67
|
-
}));
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export { SettingsAccordion };
|
|
71
|
-
//# sourceMappingURL=SettingsAccordion.js.map
|
|
1
|
+
import e from"@babel/runtime/helpers/defineProperty";import r from"@babel/runtime/helpers/objectWithoutProperties";import{makeStyles as t,Accordion as n,AccordionSummary as o,AccordionDetails as i}from"@material-ui/core";import{ExpandMore as c}from"@material-ui/icons";import{jsxs as a,jsx as s}from"react/jsx-runtime";var u=["accordionDetailsRef","children","isAccordionRequired","summary"];function d(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function p(r){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){e(r,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(n,e))}))}return r}var l=t((function(e){return{accordionDetails:{flexDirection:"column",paddingTop:function(e){return e.isAccordionRequired?12:0},paddingLeft:function(e){return e.isAccordionRequired?32:0}},summaryContent:{display:function(e){return e.isAccordionRequired?"block":"none"},fontSize:16,color:e.palette.primary.contrastText},expandIcon:{display:function(e){return e.isAccordionRequired?"block":"none"},"& svg":{width:24,height:24}}}}));function f(e){var t=e.accordionDetailsRef,d=e.children,f=e.isAccordionRequired,m=e.summary,b=r(e,u),y=l({isAccordionRequired:f});return a(n,p(p({},b),{},{children:[s(o,{classes:{content:y.summaryContent,expandIcon:y.expandIcon},expandIcon:s(c,{}),children:m}),s(i,{classes:{root:y.accordionDetails},ref:t,children:d})]}))}export{f as SettingsAccordion};
|