@corva/ui 0.34.0-rc.3 → 0.34.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/CLI/assets/DevCenterLogo.js +1 -53
- package/CLI/components/App/App.css.js +1 -8
- package/CLI/components/App/App.js +1 -241
- package/CLI/components/App/components/AppBar/AppBar.js +1 -164
- package/CLI/constants/index.js +1 -5
- package/CLI/context/auth.js +1 -9
- package/CLI/hocs/constants.js +1 -5
- package/CLI/hocs/effects/useProvideAuth.js +1 -179
- package/CLI/hocs/utils.js +1 -27
- package/CLI/hocs/withAppDataProviderHOC.js +1 -231
- package/CLI/hocs/withCLIAppSettingsHOC.js +1 -52
- package/CLI/hocs/withCorvaMagicHOC.js +1 -48
- package/CLI/hocs/withDevCenterRouterHOC.js +1 -27
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.css.js +1 -8
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.global.css.js +1 -5
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.js +1 -304
- package/CLI/hocs/withPDFLayoutHOC.js +1 -60
- package/CLI/hocs/withReactRouterHOC.js +1 -292
- package/CLI/index.js +1 -2
- package/CLI/screens/LoginScreen/LoginScreen.css.js +1 -8
- package/CLI/screens/LoginScreen/LoginScreen.js +1 -83
- package/CLI/screens/LoginScreen/components/Auth.js +1 -55
- package/CLI/screens/LoginScreen/components/AuthStep.js +1 -175
- package/CLI/screens/LoginScreen/components/EmailStep.js +1 -137
- package/CLI/screens/LoginScreen/components/IconLogo.js +1 -66
- package/CLI/screens/LoginScreen/components/SSOButton.js +1 -126
- package/CLI/screens/OAuthCallbackScreen/index.js +1 -212
- package/_virtual/_commonjsHelpers.js +1 -1
- package/_virtual/arrayLikeToArray.js +1 -0
- package/_virtual/arrayWithHoles.js +1 -0
- package/_virtual/arrayWithoutHoles.js +1 -0
- package/_virtual/iterableToArray.js +1 -0
- package/_virtual/iterableToArrayLimit.js +1 -0
- package/_virtual/nonIterableRest.js +1 -0
- package/_virtual/nonIterableSpread.js +1 -0
- package/_virtual/runtime.js +1 -0
- package/_virtual/unsupportedIterableToArray.js +1 -0
- package/cjs/devcenter/webpack/DevServerEntryPoint.js +1 -26
- package/cjs/devcenter/webpack/DevServerIsolatedAppEntryPoint.js +1 -44
- package/cjs/devcenter/webpack/constants.js +1 -1
- package/cjs/devcenter/webpack/plugins/checkCorvaUIVersion.js +1 -1
- package/cjs/devcenter/webpack/utils/middlewares.js +1 -1
- package/cjs/devcenter/webpack/validators/dependencies.js +1 -1
- package/cjs/devcenter/webpack/webpack.config.dev.js +1 -1
- package/cjs/devcenter/webpack/webpack.config.prod.js +1 -1
- package/clients/api/apiCore.js +1 -522
- package/clients/api/httpMessages.js +1 -13
- package/clients/auth0/index.js +1 -37
- package/clients/clientStorage/core.js +1 -111
- package/clients/clientStorage/index.js +1 -71
- package/clients/constants.js +1 -9
- package/clients/index.js +1 -100
- package/clients/jsonApi/index.js +1 -1651
- package/clients/subscriptions.js +1 -132
- package/clients/utils.js +1 -31
- package/components/AddComment/Popover.js +1 -313
- package/components/AddComment/Popup.js +1 -106
- package/components/AddComment/components/Content.js +1 -236
- package/components/AnchorsList/AnchorsList.js +1 -225
- package/components/Annotations/AnnotationsContext.js +1 -141
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -335
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -438
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -270
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -42
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -307
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/index.js +1 -261
- package/components/Annotations/components/AnnotationsList/style.css.js +1 -8
- package/components/Annotations/components/LastAnnotation/index.js +1 -269
- package/components/Annotations/components/LastAnnotation/style.css.js +1 -8
- package/components/Annotations/constants.js +1 -34
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -371
- package/components/AppVersionsSelect/effects/index.js +1 -70
- package/components/AssetEditor/AssetEditorAutocomplete.js +1 -355
- package/components/AssetEditor/AssetEditors.css.js +1 -8
- package/components/AssetEditor/SingleAssetEditor.js +1 -119
- package/components/AssetEditor/constants.js +1 -6
- package/components/AssetEditor/effects/index.js +1 -238
- package/components/AssetEditor/index.js +1 -163
- package/components/AssetNameLabel/PrimaryAssetNameLabel.js +1 -41
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -52
- package/components/AssetNameLabel/styles.css.js +1 -8
- package/components/Attachment/index.js +1 -343
- package/components/Attachment/styles.css.js +1 -8
- package/components/Avatar/index.js +1 -114
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -8
- package/components/BICOffsetPickerDialog/components/Map/Map.js +1 -209
- package/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -8
- package/components/BICOffsetPickerDialog/components/Map/index.js +1 -42
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -102
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -178
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -60
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -227
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -45
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -86
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -347
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -45
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -156
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -97
- package/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -244
- package/components/BICOffsetPickerDialog/constants.js +1 -28
- package/components/BICOffsetPickerDialog/effects/index.js +1 -132
- package/components/BICOffsetPickerDialog/index.js +1 -673
- package/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -114
- package/components/Breadcrumbs/index.js +1 -219
- package/components/Button/index.js +1 -80
- package/components/Casing/CasingComponentIcon.js +1 -68
- package/components/Casing/CasingTable/CasingComponent.js +1 -98
- package/components/Casing/CasingTable/index.js +1 -116
- package/components/ChartActionsList/ChartActionsList.css.js +1 -8
- package/components/ChartActionsList/ChartActionsList.js +1 -258
- package/components/ChartActionsList/icons/GoLive.js +1 -36
- package/components/ChartActionsList/icons/LeftArrow.js +1 -24
- package/components/ChartActionsList/icons/RightArrow.js +1 -24
- package/components/ChartActionsList/icons/TimeRange.js +1 -21
- package/components/ChartActionsList/icons/ZoomIn.js +1 -27
- package/components/ChartActionsList/icons/ZoomOut.js +1 -27
- package/components/Checkbox/index.js +1 -42
- package/components/Chip/index.js +1 -94
- package/components/CollapsableSidebar.js +1 -320
- package/components/CollapsibleContent.js +1 -103
- package/components/ColorPicker/ColorPicker.js +1 -212
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -83
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -8
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -49
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -11
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -177
- package/components/Comment/CommentIcon/BadgeIcon.js +1 -25
- package/components/Comment/CommentIcon/index.js +1 -82
- package/components/Comment/index.js +1 -472
- package/components/Comment/styles.css.js +1 -8
- package/components/CommentInput/index.js +1 -602
- package/components/CommentInput/styles.css.js +1 -8
- package/components/CommentLoader.js +1 -96
- package/components/CommentWrapper.js +1 -77
- package/components/CommentsInfo/index.js +1 -147
- package/components/CommentsInfo/styles.css.js +1 -8
- package/components/ConfirmationDialog.js +1 -146
- package/components/ContextMenuItem/index.js +1 -85
- package/components/Counter/index.js +1 -143
- package/components/CustomSelect/index.js +1 -97
- package/components/DatePicker/index.js +1 -70
- package/components/DateTimePicker/index.js +1 -70
- package/components/DevCenter/AppContext.js +1 -6
- package/components/DevCenter/AppHeader/AppHeader.css.js +1 -8
- package/components/DevCenter/AppHeader/AppHeader.js +1 -273
- package/components/DevCenter/AppHeader/PadMode.js +1 -59
- package/components/DevCenter/AppHeader/VersionBadge.css.js +1 -8
- package/components/DevCenter/AppHeader/VersionBadge.js +1 -35
- package/components/DevCenter/AppHeader/utils.js +1 -24
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -151
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -269
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -30
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -247
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -177
- package/components/DevCenter/AppsDataProvider/effects/utils.js +1 -426
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -422
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -36
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -13
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -221
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +1 -44
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -386
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -244
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js +1 -187
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -316
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js +1 -29
- package/components/DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -30
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -23
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +1 -10
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -86
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -31
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -33
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -42
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -21
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -52
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -60
- package/components/DevCenter/DevCenterAppContainer/effects/useHelpCenter.js +1 -60
- package/components/DevCenter/DevCenterAppContainer/utils.js +1 -8
- 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 -51
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -9
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -51
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js +1 -25
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.scss.js +1 -8
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -214
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -356
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -8
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -281
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -4
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -23
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -24
- package/components/DevCenter/NavigationBar/NavigationBar.js +1 -52
- package/components/DevCenter/SideBar/SideBar.js +1 -79
- package/components/DocumentViewer/DocumentViewer.js +1 -149
- package/components/DocumentViewer/styles.js +1 -57
- package/components/Drillstring/BHAComponentDetail/constants.js +1 -496
- package/components/Drillstring/BHAComponentDetail/index.js +1 -235
- package/components/Drillstring/BHAComponentIcon.js +1 -83
- package/components/Drillstring/BHASchematic.js +1 -181
- package/components/Drillstring/BHATable/BHAComponent.js +1 -106
- package/components/Drillstring/BHATable/index.js +1 -120
- package/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -72
- package/components/Drillstring/BhaIndicator/styles.css.js +1 -8
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -91
- package/components/Drillstring/DrillstringDetail/styles.css.js +1 -8
- package/components/EditableItem/EditableItem/index.js +1 -267
- package/components/EditableItem/EditableItemWithBadge/index.js +1 -50
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -78
- package/components/EmbeddedApp/EmbeddedApp.js +1 -207
- package/components/EmbeddedApp/components/AppInfo.js +1 -99
- package/components/EmbeddedApp/styles.css.js +1 -8
- package/components/EmojiIconButton.js +1 -97
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -197
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -32
- package/components/EmptyView/EmptyView.js +1 -117
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -8
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -54
- package/components/ErrorBoundary/ErrorBoundary.js +1 -87
- package/components/FailedFileUploading.js +1 -46
- package/components/FeedItem/FeedItem.css.js +1 -8
- package/components/FeedItem/FeedItem.js +1 -298
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -69
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -106
- package/components/FeedItem/components/Actions.js +1 -104
- package/components/FeedItem/components/AvatarIcon.js +1 -63
- package/components/FeedItem/components/Comments.js +1 -35
- package/components/FeedItem/components/Content.js +1 -182
- package/components/FeedItem/components/CreatedAt.js +1 -24
- package/components/FeedItem/components/FeedComments.js +1 -100
- package/components/FeedItem/components/Icon.js +1 -91
- package/components/FeedItem/components/Reactions.js +1 -108
- package/components/FeedItem/components/RigAndWell.js +1 -59
- package/components/FeedItem/components/TypeAndAssetTitle.js +1 -40
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -77
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -27
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -172
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -8
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -138
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -39
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -75
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -108
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -45
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -8
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -82
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -44
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -144
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -44
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -26
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -82
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -144
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -117
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -27
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -27
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -27
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -132
- package/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -148
- package/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -63
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -99
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -19
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -55
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -58
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -89
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -35
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -106
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -49
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -84
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -165
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -57
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -133
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -89
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -72
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -39
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -28
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -145
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -8
- package/components/FilePreview/index.js +1 -82
- package/components/FilePreview/styles.css.js +1 -8
- package/components/FileTypeIcon.js +1 -67
- package/components/FileUploadIconButton.js +1 -291
- package/components/FilesLoader/FilesLoader.js +1 -169
- package/components/FilesLoader/Icons/CSVFileIcon.js +1 -37
- package/components/FilesLoader/Icons/DocFileIcon.js +1 -27
- package/components/FilesLoader/Icons/ExelFileIcon.js +1 -27
- package/components/FilesLoader/Icons/FileIcon.js +1 -27
- package/components/FilesLoader/Icons/IconCancel.js +1 -24
- package/components/FilesLoader/Icons/IconSuccess.js +1 -20
- package/components/FilesLoader/Icons/IconWarning.js +1 -20
- package/components/FilesLoader/Icons/ImageFileIcon.js +1 -40
- package/components/FilesLoader/Icons/PdfFileIcon.js +1 -27
- package/components/FilesLoader/Icons/UnknownFileIcon.js +1 -24
- package/components/FilesLoader/useStyles.js +1 -91
- package/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -16
- package/components/FolderMenuItem/components/FolderIcon.js +1 -50
- package/components/FolderMenuItem/components/OpenFolderIcon.js +1 -16
- package/components/FolderMenuItem/index.js +1 -168
- package/components/FolderMenuItemWithLinks/index.js +1 -114
- package/components/GoogleDocsViewer/index.js +1 -167
- package/components/GoogleDocsViewer/styles.css.js +1 -8
- package/components/HeaderLayout/HeaderLayout.css.js +1 -8
- package/components/HeaderLayout/HeaderLayout.js +1 -133
- package/components/HeaderLayout/constants.js +1 -6
- package/components/HeaderLayout/effects/index.js +1 -116
- package/components/HeaderLayout/utils.js +1 -49
- package/components/HelpCenter/ArticleIcon.js +1 -17
- package/components/HelpCenter/Attachments/Attachment.js +1 -278
- package/components/HelpCenter/Attachments/AttachmentList.js +1 -52
- package/components/HelpCenter/DialogLayout.js +1 -271
- package/components/HelpCenter/HelpCenterDialog/HelpCenterDialog.js +1 -132
- package/components/HelpCenter/HelpCenterDialog/components/EmptyView.js +1 -49
- package/components/HelpCenter/HelpCenterDialog/components/FilePreview.js +1 -38
- package/components/HelpCenter/HelpCenterDialog/components/HelpCenterLink.js +1 -209
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentCaption.js +1 -245
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentItem.js +1 -272
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentList.js +1 -268
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentTimestamp.js +1 -37
- package/components/HelpCenter/HelpCenterDialog/components/SearchInput.js +1 -91
- package/components/HelpCenter/HelpCenterDialog/effects/useHelpContents.js +1 -91
- package/components/HelpCenter/ItemContent/ArticleItemContent.js +1 -25
- package/components/HelpCenter/ItemContent/ItemContent.js +1 -37
- package/components/HelpCenter/ItemContent/VideoItemContent.js +1 -87
- package/components/HelpCenter/SingleItemHeader.js +1 -227
- package/components/HelpCenter/index.js +1 -7
- package/components/HelpCenter/shapes/index.js +1 -17
- package/components/IconButton/index.js +1 -125
- package/components/IconMenu/index.js +1 -146
- package/components/Icons/AttachIcon.js +1 -31
- package/components/Icons/EmojiIcon.js +1 -33
- package/components/Icons/RecommendationIcon.js +1 -32
- package/components/Icons/SendIcon.js +1 -30
- package/components/ImageViewer/index.js +1 -73
- package/components/ImageViewer/styles.css.js +1 -8
- package/components/InfiniteList/index.js +1 -259
- package/components/InfiniteList/styles.css.js +1 -8
- package/components/KeyboardDateTimePicker.js +1 -68
- package/components/LabelsCounter/LabelsCounter.js +1 -61
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -39
- package/components/LoadingIndicator/InlineLoadingIndicator.js +1 -33
- package/components/LoadingIndicator/Loader.js +1 -36
- package/components/LoadingIndicator/LoadingIndicator.css.js +1 -8
- package/components/LoadingIndicator/LoadingIndicator.js +1 -37
- package/components/Login/components/Chip.js +1 -60
- package/components/Login/components/EmailField.js +1 -82
- package/components/Login/components/HiddenEmailField.js +1 -32
- package/components/Login/components/Login.global.css.js +1 -5
- package/components/Login/components/Login.js +1 -93
- package/components/Login/components/LogoIcon.js +1 -21
- package/components/Login/components/OrDivider.js +1 -60
- package/components/Login/components/PasswordField.js +1 -91
- package/components/Login/components/Step.js +1 -20
- package/components/Login/components/StepContent.js +1 -32
- package/components/Login/components/StepFooter.js +1 -88
- package/components/Login/components/StepHeader.js +1 -37
- package/components/Login/index.js +1 -11
- package/components/MenuItem/index.js +1 -71
- package/components/Modal/Modal.css.js +1 -8
- package/components/Modal/index.js +1 -173
- package/components/Notifications/Notifications.js +1 -47
- package/components/Notifications/NotificationsContainer.js +1 -91
- package/components/Notifications/components/Toast.js +1 -158
- package/components/Notifications/components/styles.js +1 -141
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -480
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -54
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -149
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -78
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -226
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -54
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -67
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -27
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -237
- package/components/OffsetWellPickerV2/components/Filter/index.js +1 -159
- package/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/Map.js +1 -272
- package/components/OffsetWellPickerV2/components/Map/index.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/index.js +1 -70
- package/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -76
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -300
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -78
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -12
- package/components/OffsetWellPickerV2/components/Table/index.js +1 -520
- package/components/OffsetWellPickerV2/constants.js +1 -97
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -47
- package/components/OffsetWellPickerV2/effects/index.js +1 -380
- package/components/OffsetWellPickerV2/utils/apiCalls.js +1 -268
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -52
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -149
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -78
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -240
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -125
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -60
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -8
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -198
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -72
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -82
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -32
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -299
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -77
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -23
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/WellSearch.js +1 -69
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -421
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -103
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -106
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -47
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -324
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -461
- package/components/OffsetWellPickerV3/components/CustomSelectionView/utils/apiCalls.js +1 -231
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -437
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -237
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -389
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -324
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -284
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -172
- package/components/OffsetWellPickerV3/constants.js +1 -48
- package/components/OffsetWellPickerV3/effects/index.js +1 -167
- package/components/OffsetWellPickerV3/index.js +1 -342
- package/components/OffsetWellPickerV3/utils/apiCalls.js +1 -155
- package/components/PadModeSelect/PadModeSelect.js +1 -135
- package/components/PadModeSelect/utils.js +1 -10
- package/components/PadOffsetsPicker/OffsetAssetChip.js +1 -60
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -25
- package/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -417
- package/components/PadOffsetsPicker/StagesSelector.js +1 -356
- package/components/PadOffsetsPicker/index.js +1 -5
- package/components/ParameterCharts/AddEditTrack.css.js +1 -5
- package/components/ParameterCharts/AddEditTrack.js +1 -156
- 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 -143
- package/components/ParameterCharts/SettingsContext.js +1 -13
- package/components/ParameterCharts/components/ChartContainer.css.js +1 -8
- package/components/ParameterCharts/components/ChartContainer.js +1 -48
- 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 -111
- package/components/ParameterCharts/components/Charts/options.js +1 -81
- package/components/ParameterCharts/components/DataLoadingIndicator.js +1 -16
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -47
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -8
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -108
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -8
- package/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -92
- package/components/ParameterCharts/components/TraceHeader.css.js +1 -8
- package/components/ParameterCharts/components/TraceHeader.js +1 -270
- package/components/ParameterCharts/components/TraceSelect.js +1 -60
- package/components/ParameterCharts/components/TraceSettings.css.js +1 -8
- package/components/ParameterCharts/components/TraceSettings.js +1 -209
- package/components/ParameterCharts/components/Track.css.js +1 -8
- package/components/ParameterCharts/components/Track.js +1 -142
- package/components/ParameterCharts/components/TrackSettings.css.js +1 -8
- package/components/ParameterCharts/components/TrackSettings.js +1 -255
- package/components/ParameterCharts/constants.js +1 -16
- package/components/ParameterCharts/utils/dataParser.js +1 -44
- package/components/PinnableFilters/PinnableFilters.css.js +1 -8
- package/components/PinnableFilters/PinnableFilters.js +1 -247
- package/components/PinnableFilters/components/FiltersToggler.js +1 -41
- package/components/PinnableFilters/components/PinAppSwitch.js +1 -70
- package/components/PinnableFilters/constants.js +1 -6
- package/components/PinnableFilters/effects/index.js +1 -178
- package/components/PinnableFilters/utils.js +1 -19
- package/components/PostInput/PostInput.css.js +1 -8
- package/components/PostInput/PostInput.js +1 -135
- package/components/PostPreviewDialog/index.js +1 -364
- package/components/PostPreviewDialog/styles.css.js +1 -8
- package/components/PriceInput/FormattedNumber.js +1 -45
- package/components/PriceInput/PriceInput.js +1 -27
- package/components/RangeSlider/Input.css.js +1 -8
- package/components/RangeSlider/RangeSlider.css.js +1 -8
- package/components/RangeSlider/RangeSlider.js +1 -326
- package/components/RangeSlider/constants.js +1 -16
- package/components/RangeSlider/inputs/FromInput.js +1 -69
- package/components/RangeSlider/inputs/ToInput.js +1 -69
- package/components/RangeSlider/strategies/horizontal.js +1 -74
- package/components/RangeSlider/strategies/vertical.js +1 -75
- package/components/RangeSlider/utils.js +1 -49
- package/components/ResizableTable/ResizableTable.js +1 -97
- package/components/ResizableTable/ResizableTableCell.js +1 -24
- package/components/ResizableTable/ResizableTableHeaderCell.js +1 -137
- package/components/SearchInput/index.js +1 -96
- package/components/Select/index.js +1 -217
- package/components/SettingEditors/ColorEditor/index.js +1 -109
- package/components/SettingEditors/ColorEditor/style.css.js +1 -8
- package/components/SettingEditors/DropdownEditor/index.js +1 -105
- package/components/SettingEditors/RadioEditor/index.js +1 -52
- package/components/SlateFormattedText/Constants.js +1 -12
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -8
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -144
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -48
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -8
- package/components/SlateFormattedText/RenderElements.js +1 -228
- package/components/SlateFormattedText/SlateFormattedText.js +1 -126
- package/components/SlateFormattedText/style.css.js +1 -8
- package/components/SlateFormattedText/utils.js +1 -103
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -92
- package/components/StageDesignVActual/ComparisonBar/utils.js +1 -23
- package/components/StageDesignVActual/ComparisonHeader.js +1 -73
- package/components/StageDesignVActual/ComparisonRow.js +1 -113
- package/components/StageDesignVActual/ComparisonTable.css.js +1 -8
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -66
- package/components/StageDesignVActual/ElementsComparison/utils.js +1 -72
- package/components/Stepper/Step.css.js +1 -8
- package/components/Stepper/Step.js +1 -51
- package/components/Stepper/Stepper.js +1 -33
- package/components/Stepper/StepsWrapper.css.js +1 -8
- package/components/Stepper/StepsWrapper.js +1 -24
- package/components/StyledMenuItem/index.js +1 -23
- package/components/SwitchControl/index.js +1 -177
- package/components/SwitchControl/style.css.js +1 -8
- package/components/Table/TableSortLabel/TableSortLabel.js +1 -18
- package/components/Table/TableToolbar/TableToolbar.js +1 -66
- package/components/Tabs/Tab.js +1 -41
- package/components/Tabs/Tabs.js +1 -161
- package/components/Template/TemplatePopover/Styles.js +1 -157
- package/components/Template/TemplatePopover/index.js +1 -434
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -5
- package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -305
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -63
- package/components/Template/TemplateSharingDialog/index.js +1 -174
- package/components/TextField/effects/index.js +1 -66
- package/components/TextField/index.js +1 -141
- package/components/TextLink/index.js +1 -112
- package/components/Tooltip/MuiTooltipDcWrapper.js +1 -120
- package/components/Tooltip/Tooltip.js +1 -17
- package/components/TracesEditModal/TracesEditModal.css.js +1 -8
- package/components/TracesEditModal/TracesEditModal.js +1 -138
- package/components/TracesEditModal/TracesEditModalContainer.js +1 -168
- package/components/TruncatedText/index.js +1 -57
- package/components/Typography.js +1 -37
- package/components/UserCard/index.js +1 -181
- package/components/UserCard/style.css.js +1 -8
- package/components/UserCardPopover.js +1 -82
- package/components/UserMention/constants.js +1 -8
- package/components/UserMention/index.js +1 -203
- package/components/UserMention/style.css.js +1 -8
- package/components/UserMention/utils/index.js +1 -141
- package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -89
- package/components/VirtualizedTable/DraggableList.js +1 -101
- package/components/VirtualizedTable/VirtualizedTable.js +1 -318
- package/components/VirtualizedTable/index.js +1 -164
- package/components/WellSummary/ActivitySummaryChart.js +1 -294
- package/components/WellSummary/FracWirelineTimeChart.js +1 -258
- package/components/WellSummary/WellSummaryItemLabel.js +1 -76
- package/components/WellSummary/WellSummaryItemTitle.js +1 -55
- package/components/WellSummary/WellSummaryItemValue.js +1 -505
- package/components/WellSummary/effects/useWellSummaryData.js +1 -488
- package/components/WellSummary/index.js +1 -7
- package/components/WellSummary/utils.js +1 -56
- package/components/index.js +1 -135
- package/config/highcharts/highcharts-contour.js +1 -865
- package/config/highcharts/highcharts.js +1 -55
- package/config/index.js +1 -5
- package/config/initGlobalDependencies.js +1 -6
- package/config/mapbox/index.js +1 -7
- package/config/theme/accordionOverrides.js +1 -81
- package/config/theme/buttonOverrides.js +1 -86
- package/config/theme/checkboxOverrides.js +1 -40
- package/config/theme/chipOverrides.js +1 -105
- package/config/theme/dateTimePickerThemeOverrides.js +1 -121
- package/config/theme/fabOverrides.js +1 -35
- package/config/theme/formControlLabelOverrides.js +1 -41
- package/config/theme/formGroupOverrides.js +1 -12
- package/config/theme/index.js +1 -159
- package/config/theme/lightThemePalette.mjs.js +1 -28
- package/config/theme/palette.mjs.js +1 -79
- package/config/theme/radioOverrides.js +1 -35
- package/config/theme/tableOverrides.js +1 -141
- package/config/theme/textFieldOverrides.js +1 -100
- package/config/theme/themeVariables.mjs.js +1 -31
- package/config/theme/toggleButtonsGroupOverrides.js +1 -72
- package/config/theme/tooltipOverrides.js +1 -33
- package/constants/accuracy.js +1 -11
- package/constants/alerts.js +1 -300
- package/constants/appPackages.js +1 -8
- package/constants/apps.js +1 -266
- package/constants/assetTypes.js +1 -35
- package/constants/bha.js +1 -290
- package/constants/casing.js +1 -83
- package/constants/completion.js +1 -508
- package/constants/dateTimeFormat.js +1 -5
- package/constants/devcenter.js +1 -4
- package/constants/drillstring.js +1 -13062
- package/constants/feed.js +1 -161
- package/constants/goals.js +1 -72
- package/constants/helpCenter.js +1 -8
- package/constants/index.js +1 -29
- package/constants/notifications.js +1 -84
- package/constants/rigActivity.js +1 -42
- package/constants/segment.js +1 -42
- package/constants/sizes.js +1 -9
- package/constants/subscriptions.js +1 -13
- package/constants/theme.js +1 -8
- package/constants/video.js +1 -7
- package/constants/wellSummary.js +1 -591
- package/effects/index.js +1 -6
- package/effects/useDevCenterApp.js +1 -75
- package/effects/useEscPress.js +1 -18
- package/effects/useOutsideClick.js +1 -21
- package/effects/useSignedURL.js +1 -22
- package/effects/useSubscriptions.js +1 -312
- package/ext-cjs/@babel/runtime/helpers/arrayLikeToArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/arrayWithHoles.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/arrayWithoutHoles.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/asyncToGenerator.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/defineProperty.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/iterableToArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/iterableToArrayLimit.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/nonIterableRest.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/nonIterableSpread.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/slicedToArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/taggedTemplateLiteral.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/toConsumableArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/unsupportedIterableToArray.js +1 -1
- package/ext-cjs/regenerator-runtime/runtime.js +1 -1
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -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 -2
- package/hocs/withMUIProvidersHOC.js +1 -34
- package/index.js +1 -21
- package/package.json +1 -1
- package/permissions/PermissionsContext.js +1 -11
- package/permissions/ProvidePermissions.js +1 -19
- package/permissions/constants/abilities.js +1 -13
- package/permissions/constants/appsPermissions.js +1 -21
- package/permissions/constants/index.js +1 -277
- package/permissions/constants/settingsApps.js +1 -136
- package/permissions/index.js +1 -9
- package/permissions/usePermissions.js +1 -21
- package/permissions/useProvidePermissions.js +1 -125
- package/permissions/utils.js +1 -26
- package/permissions/withPermissionsHOC.js +1 -37
- package/styles/counter/counter.module.scss.js +1 -8
- package/styles/counter/index.js +1 -3
- package/styles/customScrollbars.global.css.js +1 -10
- package/styles/emojiMart.global.css.js +1 -5
- package/styles/generatedThemesVariables.global.css.js +1 -5
- package/styles/globalStyles.js +1 -14
- package/styles/index.global.css.js +1 -5
- package/styles/index.js +1 -3
- 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 -13
- package/styles/typography/typography.module.scss.js +1 -8
- package/utils/DrillstringUtils.js +1 -885
- package/utils/FluidCheckUtils.js +1 -189
- package/utils/StageDesignVActualUtils.js +1 -94
- package/utils/accuracy.js +1 -47
- package/utils/alerts.js +1 -33
- package/utils/apps.js +1 -16
- package/utils/audio.js +1 -10
- package/utils/bha.js +1 -355
- package/utils/casing/conversion.js +1 -39
- package/utils/casing/index.js +1 -5
- package/utils/casing/validation.js +1 -293
- package/utils/chartSeries.js +1 -57
- package/utils/completion.js +1 -71
- package/utils/components.js +1 -28
- package/utils/constants/units.js +1 -326
- package/utils/convert.js +1 -278
- package/utils/convertKeys.js +1 -26
- package/utils/csvExport.js +1 -261
- package/utils/dashboardReports.js +1 -190
- package/utils/devcenter.js +1 -60
- package/utils/drillstring/conversion.js +1 -317
- package/utils/drillstring/index.js +1 -9
- package/utils/drillstring/schematic.js +1 -26
- package/utils/drillstring/validation.js +1 -973
- package/utils/env.js +1 -4
- package/utils/feed.js +1 -89
- package/utils/fileExtension.js +1 -20
- package/utils/formatting.js +1 -23
- package/utils/ga.js +1 -7
- package/utils/goals.js +1 -22
- package/utils/index.js +1 -127
- package/utils/jsonaDataFormatter.js +1 -10
- package/utils/lasParser.js +1 -144
- package/utils/loadable.js +1 -49
- package/utils/main.js +1 -379
- package/utils/mapUnits.js +1 -24
- package/utils/mapbox.js +1 -146
- package/utils/metrics/index.js +1 -12
- package/utils/metrics/metricsConfig.js +1 -353
- package/utils/metrics/utils.js +1 -46
- package/utils/mobileDetect.js +1 -17
- package/utils/nativeMessages.js +1 -61
- package/utils/notificationToasts.js +1 -33
- package/utils/notifications.js +1 -30
- package/utils/permissions.js +1 -32
- package/utils/reports.js +1 -8
- package/utils/rollbar.js +1 -17
- package/utils/sqlParser.js +1 -1283
- package/utils/themeVariables.js +1 -9
- package/utils/time.js +1 -80
- package/utils/torqueAndHookloadUtils.js +1 -22
- package/utils/video.js +1 -17
- package/CLI/assets/DevCenterLogo.js.map +0 -1
- package/CLI/components/App/App.css.js.map +0 -1
- package/CLI/components/App/App.js.map +0 -1
- package/CLI/components/App/components/AppBar/AppBar.js.map +0 -1
- package/CLI/constants/index.js.map +0 -1
- package/CLI/context/auth.js.map +0 -1
- package/CLI/hocs/constants.js.map +0 -1
- package/CLI/hocs/effects/useProvideAuth.js.map +0 -1
- package/CLI/hocs/utils.js.map +0 -1
- package/CLI/hocs/withAppDataProviderHOC.js.map +0 -1
- package/CLI/hocs/withCLIAppSettingsHOC.js.map +0 -1
- package/CLI/hocs/withCorvaMagicHOC.js.map +0 -1
- package/CLI/hocs/withDevCenterRouterHOC.js.map +0 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.css.js.map +0 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.global.css.js.map +0 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.js.map +0 -1
- package/CLI/hocs/withPDFLayoutHOC.js.map +0 -1
- package/CLI/hocs/withReactRouterHOC.js.map +0 -1
- package/CLI/index.js.map +0 -1
- package/CLI/screens/LoginScreen/LoginScreen.css.js.map +0 -1
- package/CLI/screens/LoginScreen/LoginScreen.js.map +0 -1
- package/CLI/screens/LoginScreen/components/Auth.js.map +0 -1
- package/CLI/screens/LoginScreen/components/AuthStep.js.map +0 -1
- package/CLI/screens/LoginScreen/components/EmailStep.js.map +0 -1
- package/CLI/screens/LoginScreen/components/IconLogo.js.map +0 -1
- package/CLI/screens/LoginScreen/components/SSOButton.js.map +0 -1
- package/CLI/screens/OAuthCallbackScreen/index.js.map +0 -1
- package/_virtual/arrayLikeToArray.js_commonjs-proxy +0 -1
- package/_virtual/arrayWithHoles.js_commonjs-proxy +0 -1
- package/_virtual/arrayWithoutHoles.js_commonjs-proxy +0 -1
- package/_virtual/iterableToArray.js_commonjs-proxy +0 -1
- package/_virtual/iterableToArrayLimit.js_commonjs-proxy +0 -1
- package/_virtual/nonIterableRest.js_commonjs-proxy +0 -1
- package/_virtual/nonIterableSpread.js_commonjs-proxy +0 -1
- package/_virtual/runtime.js_commonjs-proxy +0 -1
- package/_virtual/unsupportedIterableToArray.js_commonjs-proxy +0 -1
- package/cjs/devcenter/webpack/DevServerEntryPoint.js.map +0 -1
- package/cjs/devcenter/webpack/DevServerIsolatedAppEntryPoint.js.map +0 -1
- package/clients/api/apiCore.js.map +0 -1
- package/clients/api/httpMessages.js.map +0 -1
- package/clients/auth0/index.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/index.js.map +0 -1
- package/clients/jsonApi/index.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/AddComment/components/Content.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/AddAnnotationForm/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/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/index.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/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/AssetNameLabel/PrimaryAssetNameLabel.js.map +0 -1
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js.map +0 -1
- package/components/AssetNameLabel/styles.css.js.map +0 -1
- package/components/Attachment/index.js.map +0 -1
- package/components/Attachment/styles.css.js.map +0 -1
- package/components/Avatar/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.css.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/NumberCircle.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/BICOffsetPickerDialog/utils/apiCalls.js.map +0 -1
- package/components/Breadcrumbs/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/CasingComponent.js.map +0 -1
- package/components/Casing/CasingTable/index.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/PaletteChromePicker/ColorSquare/ColorSquare.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.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/Comment/CommentIcon/BadgeIcon.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/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/AppHeader/AppHeader.css.js.map +0 -1
- package/components/DevCenter/AppHeader/AppHeader.js.map +0 -1
- package/components/DevCenter/AppHeader/PadMode.js.map +0 -1
- package/components/DevCenter/AppHeader/VersionBadge.css.js.map +0 -1
- package/components/DevCenter/AppHeader/VersionBadge.js.map +0 -1
- package/components/DevCenter/AppHeader/utils.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/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.css.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/AppInfoMessage/AppInfoMessage.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.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/IsInsideDcAppProvider/IsInsideDcAppProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.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/components/RestoreAppSizeButton/index.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/effects/useHelpCenter.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/UniversalLink/UniversalLink.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/AppsGridDragHandle.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.scss.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js.map +0 -1
- package/components/DevCenter/NavigationBar/NavigationBar.js.map +0 -1
- package/components/DevCenter/SideBar/SideBar.js.map +0 -1
- package/components/DocumentViewer/DocumentViewer.js.map +0 -1
- package/components/DocumentViewer/styles.js.map +0 -1
- package/components/Drillstring/BHAComponentDetail/constants.js.map +0 -1
- package/components/Drillstring/BHAComponentDetail/index.js.map +0 -1
- package/components/Drillstring/BHAComponentIcon.js.map +0 -1
- package/components/Drillstring/BHASchematic.js.map +0 -1
- package/components/Drillstring/BHATable/BHAComponent.js.map +0 -1
- package/components/Drillstring/BHATable/index.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/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/EmbeddedApp/components/AppInfo.js.map +0 -1
- package/components/EmbeddedApp/styles.css.js.map +0 -1
- package/components/EmojiIconButton.js.map +0 -1
- package/components/EmptyView/EmptyAppView/EmptyAppView.js.map +0 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js.map +0 -1
- package/components/EmptyView/EmptyView.js.map +0 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.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.css.js.map +0 -1
- package/components/FeedItem/FeedItem.js.map +0 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js.map +0 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js.map +0 -1
- package/components/FeedItem/components/Actions.js.map +0 -1
- package/components/FeedItem/components/AvatarIcon.js.map +0 -1
- package/components/FeedItem/components/Comments.js.map +0 -1
- package/components/FeedItem/components/Content.js.map +0 -1
- package/components/FeedItem/components/CreatedAt.js.map +0 -1
- package/components/FeedItem/components/FeedComments.js.map +0 -1
- package/components/FeedItem/components/Icon.js.map +0 -1
- package/components/FeedItem/components/Reactions.js.map +0 -1
- package/components/FeedItem/components/RigAndWell.js.map +0 -1
- package/components/FeedItem/components/TypeAndAssetTitle.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AlertFeedItem.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/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/FluidReportFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.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/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/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/FilesLoader/FilesLoader.js.map +0 -1
- package/components/FilesLoader/Icons/CSVFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/DocFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/ExelFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/FileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/IconCancel.js.map +0 -1
- package/components/FilesLoader/Icons/IconSuccess.js.map +0 -1
- package/components/FilesLoader/Icons/IconWarning.js.map +0 -1
- package/components/FilesLoader/Icons/ImageFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/PdfFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/UnknownFileIcon.js.map +0 -1
- package/components/FilesLoader/useStyles.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/GoogleDocsViewer/index.js.map +0 -1
- package/components/GoogleDocsViewer/styles.css.js.map +0 -1
- package/components/HeaderLayout/HeaderLayout.css.js.map +0 -1
- package/components/HeaderLayout/HeaderLayout.js.map +0 -1
- package/components/HeaderLayout/constants.js.map +0 -1
- package/components/HeaderLayout/effects/index.js.map +0 -1
- package/components/HeaderLayout/utils.js.map +0 -1
- package/components/HelpCenter/ArticleIcon.js.map +0 -1
- package/components/HelpCenter/Attachments/Attachment.js.map +0 -1
- package/components/HelpCenter/Attachments/AttachmentList.js.map +0 -1
- package/components/HelpCenter/DialogLayout.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/HelpCenterDialog.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/EmptyView.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/FilePreview.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpCenterLink.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentCaption.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentItem.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentList.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentTimestamp.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/SearchInput.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/effects/useHelpContents.js.map +0 -1
- package/components/HelpCenter/ItemContent/ArticleItemContent.js.map +0 -1
- package/components/HelpCenter/ItemContent/ItemContent.js.map +0 -1
- package/components/HelpCenter/ItemContent/VideoItemContent.js.map +0 -1
- package/components/HelpCenter/SingleItemHeader.js.map +0 -1
- package/components/HelpCenter/index.js.map +0 -1
- package/components/HelpCenter/shapes/index.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/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/ImageViewer/styles.css.js.map +0 -1
- package/components/InfiniteList/index.js.map +0 -1
- package/components/InfiniteList/styles.css.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.css.js.map +0 -1
- package/components/LoadingIndicator/LoadingIndicator.js.map +0 -1
- package/components/Login/components/Chip.js.map +0 -1
- package/components/Login/components/EmailField.js.map +0 -1
- package/components/Login/components/HiddenEmailField.js.map +0 -1
- package/components/Login/components/Login.global.css.js.map +0 -1
- package/components/Login/components/Login.js.map +0 -1
- package/components/Login/components/LogoIcon.js.map +0 -1
- package/components/Login/components/OrDivider.js.map +0 -1
- package/components/Login/components/PasswordField.js.map +0 -1
- package/components/Login/components/Step.js.map +0 -1
- package/components/Login/components/StepContent.js.map +0 -1
- package/components/Login/components/StepFooter.js.map +0 -1
- package/components/Login/components/StepHeader.js.map +0 -1
- package/components/Login/index.js.map +0 -1
- package/components/MenuItem/index.js.map +0 -1
- package/components/Modal/Modal.css.js.map +0 -1
- package/components/Modal/index.js.map +0 -1
- package/components/Notifications/Notifications.js.map +0 -1
- package/components/Notifications/NotificationsContainer.js.map +0 -1
- package/components/Notifications/components/Toast.js.map +0 -1
- package/components/Notifications/components/styles.js.map +0 -1
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/index.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/Map.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/Map.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/index.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/index.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/popup.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/index.js.map +0 -1
- package/components/OffsetWellPickerV2/constants.js.map +0 -1
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js.map +0 -1
- package/components/OffsetWellPickerV2/effects/index.js.map +0 -1
- package/components/OffsetWellPickerV2/utils/apiCalls.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/WellSearch.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.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/CustomSelectionView/utils/apiCalls.js.map +0 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.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/components/shared/OffsetWellTableHead.js.map +0 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js.map +0 -1
- package/components/OffsetWellPickerV3/constants.js.map +0 -1
- package/components/OffsetWellPickerV3/effects/index.js.map +0 -1
- package/components/OffsetWellPickerV3/index.js.map +0 -1
- package/components/OffsetWellPickerV3/utils/apiCalls.js.map +0 -1
- package/components/PadModeSelect/PadModeSelect.js.map +0 -1
- package/components/PadModeSelect/utils.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/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/ChartContainer.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.css.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/Tooltip/Tooltip.js.map +0 -1
- package/components/ParameterCharts/components/TraceHeader.css.js.map +0 -1
- package/components/ParameterCharts/components/TraceHeader.js.map +0 -1
- package/components/ParameterCharts/components/TraceSelect.js.map +0 -1
- package/components/ParameterCharts/components/TraceSettings.css.js.map +0 -1
- package/components/ParameterCharts/components/TraceSettings.js.map +0 -1
- package/components/ParameterCharts/components/Track.css.js.map +0 -1
- package/components/ParameterCharts/components/Track.js.map +0 -1
- package/components/ParameterCharts/components/TrackSettings.css.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.css.js.map +0 -1
- package/components/PinnableFilters/PinnableFilters.js.map +0 -1
- package/components/PinnableFilters/components/FiltersToggler.js.map +0 -1
- package/components/PinnableFilters/components/PinAppSwitch.js.map +0 -1
- package/components/PinnableFilters/constants.js.map +0 -1
- package/components/PinnableFilters/effects/index.js.map +0 -1
- package/components/PinnableFilters/utils.js.map +0 -1
- package/components/PostInput/PostInput.css.js.map +0 -1
- package/components/PostInput/PostInput.js.map +0 -1
- package/components/PostPreviewDialog/index.js.map +0 -1
- package/components/PostPreviewDialog/styles.css.js.map +0 -1
- package/components/PriceInput/FormattedNumber.js.map +0 -1
- package/components/PriceInput/PriceInput.js.map +0 -1
- package/components/RangeSlider/Input.css.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/ResizableTable/ResizableTable.js.map +0 -1
- package/components/ResizableTable/ResizableTableCell.js.map +0 -1
- package/components/ResizableTable/ResizableTableHeaderCell.js.map +0 -1
- package/components/SearchInput/index.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/ImageElement/ImageElement.js.map +0 -1
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.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/ComparisonBar.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/ComparisonTable.css.js.map +0 -1
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js.map +0 -1
- package/components/StageDesignVActual/ElementsComparison/utils.js.map +0 -1
- package/components/Stepper/Step.css.js.map +0 -1
- package/components/Stepper/Step.js.map +0 -1
- package/components/Stepper/Stepper.js.map +0 -1
- package/components/Stepper/StepsWrapper.css.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/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/ChipSelector.css.js.map +0 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.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/Tooltip/MuiTooltipDcWrapper.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/UserCard/style.css.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/effects/useWellSummaryData.js.map +0 -1
- package/components/WellSummary/index.js.map +0 -1
- package/components/WellSummary/utils.js.map +0 -1
- package/components/index.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/initGlobalDependencies.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/completion.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/helpCenter.js.map +0 -1
- package/constants/index.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/sizes.js.map +0 -1
- package/constants/subscriptions.js.map +0 -1
- package/constants/theme.js.map +0 -1
- package/constants/video.js.map +0 -1
- package/constants/wellSummary.js.map +0 -1
- package/effects/index.js.map +0 -1
- package/effects/useDevCenterApp.js.map +0 -1
- package/effects/useEscPress.js.map +0 -1
- package/effects/useOutsideClick.js.map +0 -1
- package/effects/useSignedURL.js.map +0 -1
- package/effects/useSubscriptions.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/withMUIProvidersHOC.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/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/globalStyles.js.map +0 -1
- package/styles/index.global.css.js.map +0 -1
- package/styles/index.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/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/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/devcenter.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/formatting.js.map +0 -1
- package/utils/ga.js.map +0 -1
- package/utils/goals.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/loadable.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/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/rollbar.js.map +0 -1
- package/utils/sqlParser.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/utils/video.js.map +0 -1
package/utils/env.js
CHANGED
|
@@ -1,4 +1 @@
|
|
|
1
|
-
var
|
|
2
|
-
|
|
3
|
-
export { isDevOrQAEnv };
|
|
4
|
-
//# sourceMappingURL=env.js.map
|
|
1
|
+
var e="qa"===process.env.REACT_APP_ENVIRONMENT||"development"===process.env.REACT_APP_ENVIRONMENT;export{e as isDevOrQAEnv};
|
package/utils/feed.js
CHANGED
|
@@ -1,89 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FEED_ITEM_TYPES_BY_KEY, FEED_ITEM_TYPES } from '../constants/feed.js';
|
|
3
|
-
|
|
4
|
-
var alertIcon = "/static/media/27836bcdc3e809b0c0f1852a4b5a7e9e.svg";
|
|
5
|
-
var bhaIcon = "/static/media/2f3ed40f34ad7a7f2e6a5e1eda45c5f4.svg";
|
|
6
|
-
var dailyCostIcon = "/static/media/27afcb4e5f3f2b6d8fc1166fe4dc5580.svg";
|
|
7
|
-
var documentIcon = "/static/media/b976051fc561f69a449fa6b1575a9f38.svg";
|
|
8
|
-
var drillerMemoIcon = "/static/media/f8311dcb5efee59526c9665598ff8916.svg";
|
|
9
|
-
var fluidReportIcon = "/static/media/493f8add7c4f51e48777410e8adcd94b.svg";
|
|
10
|
-
var operationalNoteIcon = "/static/media/eb59357d9fdc0d3aa2556c4accf76a1e.svg";
|
|
11
|
-
var operationSummaryIcon = "/static/media/c90b07a56f57b35270d42804a6610c78.svg";
|
|
12
|
-
var surveyStationIcon = "/static/media/48c0221a3d0faf6ab12f78c420df8e3a.svg";
|
|
13
|
-
var annotationMenuIcon = "/static/media/1f460d664d596ce949f316a08308473d.svg";
|
|
14
|
-
var lessonsLearnedIcon = "/static/media/de87fc2dd3cd91d1433e2ead8e03c691.svg";
|
|
15
|
-
var AVATAR_ICON = 'AVATAR_ICON';
|
|
16
|
-
var FEED_TYPES_WITH_AVATAR_ICON = [FEED_ITEM_TYPES_BY_KEY.post.type, FEED_ITEM_TYPES_BY_KEY.app_annotation.type, FEED_ITEM_TYPES_BY_KEY.geosteering_comments.type, FEED_ITEM_TYPES.TRACES_MEMO];
|
|
17
|
-
function isAvatarIcon(feedItemType) {
|
|
18
|
-
return FEED_TYPES_WITH_AVATAR_ICON.includes(feedItemType);
|
|
19
|
-
}
|
|
20
|
-
function getIconForFeedItemType(feedItemType) {
|
|
21
|
-
if (isAvatarIcon(feedItemType)) {
|
|
22
|
-
return AVATAR_ICON;
|
|
23
|
-
} else {
|
|
24
|
-
switch (feedItemType) {
|
|
25
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'alert.type'):
|
|
26
|
-
{
|
|
27
|
-
return alertIcon;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'operation_summary.type'):
|
|
31
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'completion_operation_summary.type'):
|
|
32
|
-
{
|
|
33
|
-
return operationSummaryIcon;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'operational_note.type'):
|
|
37
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'completion_operational_note.type'):
|
|
38
|
-
{
|
|
39
|
-
return operationalNoteIcon;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'bha.type'):
|
|
43
|
-
{
|
|
44
|
-
return bhaIcon;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'daily_cost.type'):
|
|
48
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'completion_daily_cost.type'):
|
|
49
|
-
{
|
|
50
|
-
return dailyCostIcon;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'document.type'):
|
|
54
|
-
{
|
|
55
|
-
return documentIcon;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'driller_memo.type'):
|
|
59
|
-
{
|
|
60
|
-
return drillerMemoIcon;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'fluid_report.type'):
|
|
64
|
-
{
|
|
65
|
-
return fluidReportIcon;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'survey_station.type'):
|
|
69
|
-
{
|
|
70
|
-
return surveyStationIcon;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
case get(FEED_ITEM_TYPES_BY_KEY, 'lessons_learned.type'):
|
|
74
|
-
{
|
|
75
|
-
return lessonsLearnedIcon;
|
|
76
|
-
}
|
|
77
|
-
// FIXME: Implement when icons will be available
|
|
78
|
-
// get(FEED_ITEM_TYPES_BY_KEY, 'completion_stage.type')
|
|
79
|
-
// get(FEED_ITEM_TYPES_BY_KEY, 'completion_npt_event.type')
|
|
80
|
-
// get(FEED_ITEM_TYPES_BY_KEY, 'completion_time_log.type')
|
|
81
|
-
|
|
82
|
-
default:
|
|
83
|
-
return annotationMenuIcon;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export { AVATAR_ICON, getIconForFeedItemType, isAvatarIcon };
|
|
89
|
-
//# sourceMappingURL=feed.js.map
|
|
1
|
+
import{get as e}from"lodash";import{FEED_ITEM_TYPES_BY_KEY as t,FEED_ITEM_TYPES as a}from"../constants/feed.js";var c="AVATAR_ICON",s=[t.post.type,t.app_annotation.type,t.geosteering_comments.type,a.TRACES_MEMO];function d(e){return s.includes(e)}function r(a){if(d(a))return"AVATAR_ICON";switch(a){case e(t,"alert.type"):return"/static/media/27836bcdc3e809b0c0f1852a4b5a7e9e.svg";case e(t,"operation_summary.type"):case e(t,"completion_operation_summary.type"):return"/static/media/c90b07a56f57b35270d42804a6610c78.svg";case e(t,"operational_note.type"):case e(t,"completion_operational_note.type"):return"/static/media/eb59357d9fdc0d3aa2556c4accf76a1e.svg";case e(t,"bha.type"):return"/static/media/2f3ed40f34ad7a7f2e6a5e1eda45c5f4.svg";case e(t,"daily_cost.type"):case e(t,"completion_daily_cost.type"):return"/static/media/27afcb4e5f3f2b6d8fc1166fe4dc5580.svg";case e(t,"document.type"):return"/static/media/b976051fc561f69a449fa6b1575a9f38.svg";case e(t,"driller_memo.type"):return"/static/media/f8311dcb5efee59526c9665598ff8916.svg";case e(t,"fluid_report.type"):return"/static/media/493f8add7c4f51e48777410e8adcd94b.svg";case e(t,"survey_station.type"):return"/static/media/48c0221a3d0faf6ab12f78c420df8e3a.svg";case e(t,"lessons_learned.type"):return"/static/media/de87fc2dd3cd91d1433e2ead8e03c691.svg";default:return"/static/media/1f460d664d596ce949f316a08308473d.svg"}}export{c as AVATAR_ICON,r as getIconForFeedItemType,d as isAvatarIcon};
|
package/utils/fileExtension.js
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import imageExtensions from 'image-extensions';
|
|
3
|
-
import videoExtensions from 'video-extensions';
|
|
4
|
-
|
|
5
|
-
var getFileExtension = function getFileExtension(fileName) {
|
|
6
|
-
return fileExtension$1((fileName || '').split('?')[0]);
|
|
7
|
-
};
|
|
8
|
-
var getIsVideo = function getIsVideo(fileName) {
|
|
9
|
-
return videoExtensions.includes(getFileExtension(fileName));
|
|
10
|
-
};
|
|
11
|
-
var getIsImage = function getIsImage(fileName) {
|
|
12
|
-
return imageExtensions.includes(getFileExtension(fileName));
|
|
13
|
-
};
|
|
14
|
-
var OFFICE_FILE_EXTENSIONS = ['doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'];
|
|
15
|
-
var getWebViewType = function getWebViewType(fileName) {
|
|
16
|
-
return OFFICE_FILE_EXTENSIONS.includes(getFileExtension(fileName)) ? 'office' : 'google';
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export { getFileExtension, getIsImage, getIsVideo, getWebViewType };
|
|
20
|
-
//# sourceMappingURL=fileExtension.js.map
|
|
1
|
+
import n from"file-extension";import o from"image-extensions";import e from"video-extensions";var i=function(o){return n((o||"").split("?")[0])},t=function(n){return e.includes(i(n))},r=function(n){return o.includes(i(n))},s=["doc","docx","xls","xlsx","ppt","pptx"],u=function(n){return s.includes(i(n))?"office":"google"};export{i as getFileExtension,r as getIsImage,t as getIsVideo,u as getWebViewType};
|
package/utils/formatting.js
CHANGED
|
@@ -1,23 +1 @@
|
|
|
1
|
-
var
|
|
2
|
-
return Number.isFinite(value) || typeof value === 'string' ? value : '-';
|
|
3
|
-
};
|
|
4
|
-
var MOBILE_BREAK_POINT_WIDTH = 420;
|
|
5
|
-
var MAX_ASSET_NAME_LENGTH = 6;
|
|
6
|
-
var formatAssetName = function formatAssetName() {
|
|
7
|
-
var assetName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
8
|
-
var containerPixelWidth = arguments.length > 1 ? arguments[1] : undefined;
|
|
9
|
-
var mobileBreakPointWidth = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : MOBILE_BREAK_POINT_WIDTH;
|
|
10
|
-
var maxAssetNameLength = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : MAX_ASSET_NAME_LENGTH;
|
|
11
|
-
var words = assetName.split(' ');
|
|
12
|
-
|
|
13
|
-
if (containerPixelWidth > mobileBreakPointWidth || assetName.length < maxAssetNameLength || words.length <= 1) {
|
|
14
|
-
return assetName;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
var initialChar = assetName[0];
|
|
18
|
-
var lastWord = words[words.length - 1];
|
|
19
|
-
return "".concat(initialChar, " ").concat(lastWord);
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export { formatAssetName, orDash };
|
|
23
|
-
//# sourceMappingURL=formatting.js.map
|
|
1
|
+
var t=function(t){return Number.isFinite(t)||"string"==typeof t?t:"-"},n=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1?arguments[1]:void 0,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:420,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:6,r=t.split(" ");if(n>e||t.length<i||r.length<=1)return t;var o=t[0],g=r[r.length-1];return"".concat(o," ").concat(g)};export{n as formatAssetName,t as orDash};
|
package/utils/ga.js
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var isLoggingToGoogleAnalytics = // eslint-disable-line import/prefer-default-export
|
|
4
|
-
(process.env.REACT_APP_ENVIRONMENT === 'production' || process.env.REACT_APP_ENVIRONMENT === 'beta') && !isReportsPage;
|
|
5
|
-
|
|
6
|
-
export { isLoggingToGoogleAnalytics };
|
|
7
|
-
//# sourceMappingURL=ga.js.map
|
|
1
|
+
import{isReportsPage as r}from"./reports.js";var o=("production"===process.env.REACT_APP_ENVIRONMENT||"beta"===process.env.REACT_APP_ENVIRONMENT)&&!r;export{o as isLoggingToGoogleAnalytics};
|
package/utils/goals.js
CHANGED
|
@@ -1,22 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { GOAL_TYPES_DICT } from '../constants/goals.js';
|
|
3
|
-
import { SEGMENTS } from '../constants/segment.js';
|
|
4
|
-
|
|
5
|
-
function getCompanyGoalSetting(companyGoals, goalName) {
|
|
6
|
-
var segment = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : SEGMENTS.DRILLING;
|
|
7
|
-
return get(companyGoals, "".concat(goalName, ".").concat(segment, ".").concat(GOAL_TYPES_DICT.company.key));
|
|
8
|
-
}
|
|
9
|
-
function getProgramGoalSetting(companyGoals, goalName, programId) {
|
|
10
|
-
var segment = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : SEGMENTS.DRILLING;
|
|
11
|
-
return get(companyGoals, "".concat(goalName, ".").concat(segment, ".").concat(GOAL_TYPES_DICT.program.key, ".").concat(programId));
|
|
12
|
-
} // NOTE: Program goal has higher priority than company goal
|
|
13
|
-
|
|
14
|
-
function getPriorityGoalSetting(companyGoals, goalName, programId) {
|
|
15
|
-
var segment = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : SEGMENTS.DRILLING;
|
|
16
|
-
var programGoal = getProgramGoalSetting(companyGoals, goalName, programId, segment);
|
|
17
|
-
var companyGoal = getCompanyGoalSetting(companyGoals, goalName, segment);
|
|
18
|
-
return Number.isFinite(programGoal) ? programGoal : companyGoal;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export { getCompanyGoalSetting, getPriorityGoalSetting, getProgramGoalSetting };
|
|
22
|
-
//# sourceMappingURL=goals.js.map
|
|
1
|
+
import{get as n}from"lodash";import{GOAL_TYPES_DICT as o}from"../constants/goals.js";import{SEGMENTS as t}from"../constants/segment.js";function c(c,r){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t.DRILLING;return n(c,"".concat(r,".").concat(a,".").concat(o.company.key))}function r(c,r,a){var e=arguments.length>3&&void 0!==arguments[3]?arguments[3]:t.DRILLING;return n(c,"".concat(r,".").concat(e,".").concat(o.program.key,".").concat(a))}function a(n,o,a){var e=arguments.length>3&&void 0!==arguments[3]?arguments[3]:t.DRILLING,i=r(n,o,a,e),m=c(n,o,e);return Number.isFinite(i)?i:m}export{c as getCompanyGoalSetting,a as getPriorityGoalSetting,r as getProgramGoalSetting};
|
package/utils/index.js
CHANGED
|
@@ -1,127 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { convertArray as convertArray$1, convertValue as convertValue$1, getAllUnitTypes as getAllUnitTypes$1, getDefaultImperialUnit as getDefaultImperialUnit$1, getDefaultUnits as getDefaultUnits$1, getUnitDescription as getUnitDescription$1, getUnitDisplay as getUnitDisplay$1, getUnitPlural as getUnitPlural$1, getUnitPreference as getUnitPreference$1, getUnitsByType as getUnitsByType$1, getUnitSingular as getUnitSingular$1, getUnitSystem as getUnitSystem$1, updateUserUnits as updateUserUnits$1, getUserUnits as getUserUnits$1, subscribeForUserUnitsUpdates as subscribeForUserUnitsUpdates$1, convertImmutables as convertImmutables$1, convertImmutablesByBatch as convertImmutablesByBatch$1, getUniqueUnitsByType as getUniqueUnitsByType$1 } from './convert.js';
|
|
3
|
-
import * as convert from './convert.js';
|
|
4
|
-
export { convert };
|
|
5
|
-
import * as StageDesignVActualUtils from './StageDesignVActualUtils.js';
|
|
6
|
-
export { StageDesignVActualUtils };
|
|
7
|
-
import * as alerts from './alerts.js';
|
|
8
|
-
export { alerts };
|
|
9
|
-
import * as audio from './audio.js';
|
|
10
|
-
export { audio };
|
|
11
|
-
import * as index$1 from './casing/index.js';
|
|
12
|
-
export { index$1 as casing };
|
|
13
|
-
import * as chartSeries from './chartSeries.js';
|
|
14
|
-
export { chartSeries };
|
|
15
|
-
import * as completion from './completion.js';
|
|
16
|
-
export { completion };
|
|
17
|
-
import * as components$1 from './components.js';
|
|
18
|
-
import * as csvExport from './csvExport.js';
|
|
19
|
-
export { csvExport };
|
|
20
|
-
import * as index$3 from './metrics/index.js';
|
|
21
|
-
export { index$3 as metricsUtils };
|
|
22
|
-
import * as devcenter from './devcenter.js';
|
|
23
|
-
export { devcenter };
|
|
24
|
-
import * as index$2 from './drillstring/index.js';
|
|
25
|
-
export { index$2 as drillstring };
|
|
26
|
-
import * as DrillstringUtils from './DrillstringUtils.js';
|
|
27
|
-
export { DrillstringUtils as drillstringUtils };
|
|
28
|
-
import * as FluidCheckUtils from './FluidCheckUtils.js';
|
|
29
|
-
export { FluidCheckUtils as fluidCheckUtils };
|
|
30
|
-
import * as formatting from './formatting.js';
|
|
31
|
-
export { formatting };
|
|
32
|
-
import * as reports from './reports.js';
|
|
33
|
-
export { reports };
|
|
34
|
-
import * as ga from './ga.js';
|
|
35
|
-
export { ga };
|
|
36
|
-
import * as goals from './goals.js';
|
|
37
|
-
export { goals };
|
|
38
|
-
import * as lasParser from './lasParser.js';
|
|
39
|
-
export { lasParser };
|
|
40
|
-
import * as loadable from './loadable.js';
|
|
41
|
-
export { loadable };
|
|
42
|
-
import * as main from './main.js';
|
|
43
|
-
export { main };
|
|
44
|
-
import * as mapUnits from './mapUnits.js';
|
|
45
|
-
export { mapUnits };
|
|
46
|
-
import * as mapbox$1 from './mapbox.js';
|
|
47
|
-
import * as mobileDetect from './mobileDetect.js';
|
|
48
|
-
export { mobileDetect };
|
|
49
|
-
import * as nativeMessages from './nativeMessages.js';
|
|
50
|
-
export { nativeMessages };
|
|
51
|
-
import * as notifications from './notifications.js';
|
|
52
|
-
export { notifications };
|
|
53
|
-
import * as permissions from './permissions.js';
|
|
54
|
-
export { permissions };
|
|
55
|
-
import * as rollbar from './rollbar.js';
|
|
56
|
-
export { rollbar };
|
|
57
|
-
import * as sqlParser from './sqlParser.js';
|
|
58
|
-
export { sqlParser };
|
|
59
|
-
import * as time from './time.js';
|
|
60
|
-
export { time };
|
|
61
|
-
import * as torqueAndHookloadUtils from './torqueAndHookloadUtils.js';
|
|
62
|
-
export { torqueAndHookloadUtils };
|
|
63
|
-
import * as accuracy from './accuracy.js';
|
|
64
|
-
export { accuracy };
|
|
65
|
-
export { createNotification, removeNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from './notificationToasts.js';
|
|
66
|
-
export { convertKeysToCamelCase, convertKeysToSnakeCase, getConvertKeys } from './convertKeys.js';
|
|
67
|
-
import * as dashboardReports from './dashboardReports.js';
|
|
68
|
-
export { dashboardReports };
|
|
69
|
-
import * as apps from './apps.js';
|
|
70
|
-
export { apps };
|
|
71
|
-
import * as themeVariables from './themeVariables.js';
|
|
72
|
-
export { themeVariables };
|
|
73
|
-
import * as env from './env.js';
|
|
74
|
-
export { env };
|
|
75
|
-
import * as fileExtension from './fileExtension.js';
|
|
76
|
-
export { fileExtension };
|
|
77
|
-
export { jsonaDataFormatter } from './jsonaDataFormatter.js';
|
|
78
|
-
import * as video from './video.js';
|
|
79
|
-
export { video };
|
|
80
|
-
import * as bha from './bha.js';
|
|
81
|
-
export { bha };
|
|
82
|
-
|
|
83
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
84
|
-
|
|
85
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
86
|
-
var backwardCompatibleHandler = {
|
|
87
|
-
get: function get(target, propKey) {
|
|
88
|
-
var original = target[propKey];
|
|
89
|
-
return typeof original === 'function' ? function () {
|
|
90
|
-
for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
91
|
-
props[_key] = arguments[_key];
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
return original.apply(target, props.map(function (prop) {
|
|
95
|
-
return prop.toJS ? prop.toJS() : prop;
|
|
96
|
-
}));
|
|
97
|
-
} : original;
|
|
98
|
-
}
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
function getBackwardCompatibility(module) {
|
|
102
|
-
return new Proxy(_objectSpread({}, module), backwardCompatibleHandler);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
var convertArray = convertArray$1,
|
|
106
|
-
convertValue = convertValue$1,
|
|
107
|
-
getAllUnitTypes = getAllUnitTypes$1,
|
|
108
|
-
getDefaultImperialUnit = getDefaultImperialUnit$1,
|
|
109
|
-
getDefaultUnits = getDefaultUnits$1,
|
|
110
|
-
getUnitDescription = getUnitDescription$1,
|
|
111
|
-
getUnitDisplay = getUnitDisplay$1,
|
|
112
|
-
getUnitPlural = getUnitPlural$1,
|
|
113
|
-
getUnitPreference = getUnitPreference$1,
|
|
114
|
-
getUnitsByType = getUnitsByType$1,
|
|
115
|
-
getUnitSingular = getUnitSingular$1,
|
|
116
|
-
getUnitSystem = getUnitSystem$1,
|
|
117
|
-
updateUserUnits = updateUserUnits$1,
|
|
118
|
-
getUserUnits = getUserUnits$1,
|
|
119
|
-
subscribeForUserUnitsUpdates = subscribeForUserUnitsUpdates$1,
|
|
120
|
-
convertImmutables = convertImmutables$1,
|
|
121
|
-
convertImmutablesByBatch = convertImmutablesByBatch$1,
|
|
122
|
-
getUniqueUnitsByType = getUniqueUnitsByType$1;
|
|
123
|
-
var mapbox = getBackwardCompatibility(mapbox$1);
|
|
124
|
-
var components = getBackwardCompatibility(components$1);
|
|
125
|
-
|
|
126
|
-
export { components, convertArray, convertImmutables, convertImmutablesByBatch, convertValue, getAllUnitTypes, getDefaultImperialUnit, getDefaultUnits, getUniqueUnitsByType, getUnitDescription, getUnitDisplay, getUnitPlural, getUnitPreference, getUnitSingular, getUnitSystem, getUnitsByType, getUserUnits, mapbox, subscribeForUserUnitsUpdates, updateUserUnits };
|
|
127
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import r from"@babel/runtime/helpers/defineProperty";import*as t from"./StageDesignVActualUtils.js";export{t as StageDesignVActualUtils};import*as o from"./alerts.js";export{o as alerts};import*as e from"./audio.js";export{e as audio};import*as s from"./casing/index.js";export{s as casing};import*as i from"./chartSeries.js";export{i as chartSeries};import*as a from"./completion.js";export{a as completion};import*as p from"./components.js";import{convertArray as m,convertValue as n,getAllUnitTypes as f,getDefaultImperialUnit as c,getDefaultUnits as j,getUnitDescription as l,getUnitDisplay as x,getUnitPlural as u,getUnitPreference as g,getUnitsByType as y,getUnitSingular as b,getUnitSystem as U,updateUserUnits as v,getUserUnits as d,subscribeForUserUnitsUpdates as h,convertImmutables as O,convertImmutablesByBatch as P,getUniqueUnitsByType as D}from"./convert.js";import*as w from"./convert.js";export{w as convert};import*as S from"./csvExport.js";export{S as csvExport};import*as C from"./devcenter.js";export{C as devcenter};import*as N from"./drillstring/index.js";export{N as drillstring};import*as T from"./DrillstringUtils.js";export{T as drillstringUtils};import*as k from"./FluidCheckUtils.js";export{k as fluidCheckUtils};import*as A from"./formatting.js";export{A as formatting};import*as E from"./ga.js";export{E as ga};import*as B from"./goals.js";export{B as goals};import*as F from"./lasParser.js";export{F as lasParser};import*as I from"./loadable.js";export{I as loadable};import*as K from"./main.js";export{K as main};import*as q from"./mapUnits.js";export{q as mapUnits};import*as V from"./mapbox.js";import*as J from"./metrics/index.js";export{J as metricsUtils};import*as H from"./mobileDetect.js";export{H as mobileDetect};import*as M from"./nativeMessages.js";export{M as nativeMessages};import*as R from"./notifications.js";export{R as notifications};import*as W from"./permissions.js";export{W as permissions};import*as z from"./reports.js";export{z as reports};import*as G from"./rollbar.js";export{G as rollbar};import*as L from"./sqlParser.js";export{L as sqlParser};import*as Q from"./time.js";export{Q as time};import*as X from"./torqueAndHookloadUtils.js";export{X as torqueAndHookloadUtils};import*as Y from"./accuracy.js";export{Y as accuracy};export{createNotification,removeNotification,showErrorNotification,showInfoNotification,showSuccessNotification,showWarningNotification}from"./notificationToasts.js";export{convertKeysToCamelCase,convertKeysToSnakeCase,getConvertKeys}from"./convertKeys.js";import*as Z from"./dashboardReports.js";export{Z as dashboardReports};import*as $ from"./apps.js";export{$ as apps};import*as _ from"./themeVariables.js";export{_ as themeVariables};import*as rr from"./env.js";export{rr as env};import*as tr from"./fileExtension.js";export{tr as fileExtension};export{jsonaDataFormatter}from"./jsonaDataFormatter.js";import*as or from"./video.js";export{or as video};import*as er from"./bha.js";export{er as bha};function sr(r,t){var o=Object.keys(r);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(r);t&&(e=e.filter((function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),o.push.apply(o,e)}return o}var ir={get:function(r,t){var o=r[t];return"function"==typeof o?function(){for(var t=arguments.length,e=new Array(t),s=0;s<t;s++)e[s]=arguments[s];return o.apply(r,e.map((function(r){return r.toJS?r.toJS():r})))}:o}};function ar(t){return new Proxy(function(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?sr(Object(e),!0).forEach((function(o){r(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):sr(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}({},t),ir)}var pr=m,mr=n,nr=f,fr=c,cr=j,jr=l,lr=x,xr=u,ur=g,gr=y,yr=b,br=U,Ur=v,vr=d,dr=h,hr=O,Or=P,Pr=D,Dr=ar(V),wr=ar(p);export{wr as components,pr as convertArray,hr as convertImmutables,Or as convertImmutablesByBatch,mr as convertValue,nr as getAllUnitTypes,fr as getDefaultImperialUnit,cr as getDefaultUnits,Pr as getUniqueUnitsByType,jr as getUnitDescription,lr as getUnitDisplay,xr as getUnitPlural,ur as getUnitPreference,yr as getUnitSingular,br as getUnitSystem,gr as getUnitsByType,vr as getUserUnits,Dr as mapbox,dr as subscribeForUserUnitsUpdates,Ur as updateUserUnits};
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var jsonaDataFormatter = new Jsona({
|
|
4
|
-
jsonPropertiesMapper: new SwitchCaseJsonMapper({
|
|
5
|
-
switchChar: '_'
|
|
6
|
-
})
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
export { jsonaDataFormatter };
|
|
10
|
-
//# sourceMappingURL=jsonaDataFormatter.js.map
|
|
1
|
+
import r,{SwitchCaseJsonMapper as e}from"jsona";var o=new r({jsonPropertiesMapper:new e({switchChar:"_"})});export{o as jsonaDataFormatter};
|
package/utils/lasParser.js
CHANGED
|
@@ -1,144 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
|
-
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
|
|
4
|
-
|
|
5
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
6
|
-
|
|
7
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
8
|
-
|
|
9
|
-
var VERSION_CONF_STR = 'VERS.';
|
|
10
|
-
var WRAP_CONF_STR = 'WRAP.';
|
|
11
|
-
var DELIMITER_CONF_STR = 'DLM';
|
|
12
|
-
var VERSION_SECTION_BEGINNING = '~version';
|
|
13
|
-
var COLUMNS_LINE_BEGINNING = '~curve';
|
|
14
|
-
var DATA_LINE_BEGINNING = '~a';
|
|
15
|
-
|
|
16
|
-
var LasParser = function LasParser() {
|
|
17
|
-
var _this = this;
|
|
18
|
-
|
|
19
|
-
_classCallCheck(this, LasParser);
|
|
20
|
-
|
|
21
|
-
_defineProperty(this, "getConfiguration", function (lines) {
|
|
22
|
-
var version = null;
|
|
23
|
-
var wrap = null;
|
|
24
|
-
var delimiter = null;
|
|
25
|
-
var flag = false;
|
|
26
|
-
lines.forEach(function (line) {
|
|
27
|
-
// NOTE: Detect the beginning of version section
|
|
28
|
-
if (line.toLowerCase().startsWith(VERSION_SECTION_BEGINNING)) {
|
|
29
|
-
flag = true;
|
|
30
|
-
return;
|
|
31
|
-
} // NOTE: Detect the beginning of other sections
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
if (line.toLowerCase().startsWith('~')) {
|
|
35
|
-
flag = false;
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
if (flag) {
|
|
40
|
-
var configurationLine = line.split(' ').filter(Boolean); // NOTE: When parsing delimiter line, `value` will be '.' (DLM . -> LAS 3.0 format)
|
|
41
|
-
|
|
42
|
-
var _configurationLine = _slicedToArray(configurationLine, 3),
|
|
43
|
-
key = _configurationLine[0],
|
|
44
|
-
value = _configurationLine[1],
|
|
45
|
-
dlmValue = _configurationLine[2];
|
|
46
|
-
|
|
47
|
-
switch (key) {
|
|
48
|
-
case VERSION_CONF_STR:
|
|
49
|
-
version = value;
|
|
50
|
-
break;
|
|
51
|
-
|
|
52
|
-
case WRAP_CONF_STR:
|
|
53
|
-
wrap = value;
|
|
54
|
-
break;
|
|
55
|
-
|
|
56
|
-
case DELIMITER_CONF_STR:
|
|
57
|
-
delimiter = dlmValue;
|
|
58
|
-
break;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
_this.config = {
|
|
63
|
-
version: version,
|
|
64
|
-
wrap: wrap,
|
|
65
|
-
delimiter: delimiter
|
|
66
|
-
};
|
|
67
|
-
});
|
|
68
|
-
});
|
|
69
|
-
|
|
70
|
-
_defineProperty(this, "parseHeaders", function (file) {
|
|
71
|
-
var lines = file.split('\n');
|
|
72
|
-
|
|
73
|
-
_this.getConfiguration(lines);
|
|
74
|
-
|
|
75
|
-
var flag = false;
|
|
76
|
-
return lines.reduce(function (accHeaders, line) {
|
|
77
|
-
if (line.toLowerCase().startsWith(COLUMNS_LINE_BEGINNING)) {
|
|
78
|
-
flag = true;
|
|
79
|
-
return accHeaders;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
if (line.startsWith('~')) {
|
|
83
|
-
flag = false;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
if (flag && !line.startsWith('#') && !line.startsWith('\r')) {
|
|
87
|
-
var clearedLine = line.split(' ').filter(Boolean);
|
|
88
|
-
|
|
89
|
-
if (!clearedLine) {
|
|
90
|
-
return accHeaders;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
return accHeaders.push(clearedLine[0]);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
return accHeaders;
|
|
97
|
-
}, []);
|
|
98
|
-
});
|
|
99
|
-
|
|
100
|
-
_defineProperty(this, "parseData", function (file, parsedHeaders, keysForParsing) {
|
|
101
|
-
var lines = file.split('\n');
|
|
102
|
-
var flag = false;
|
|
103
|
-
return lines.reduce(function (accData, line) {
|
|
104
|
-
if (line.toLowerCase().startsWith(DATA_LINE_BEGINNING)) {
|
|
105
|
-
flag = true;
|
|
106
|
-
return accData;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
if (line.startsWith('~')) {
|
|
110
|
-
flag = false;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
if (flag) {
|
|
114
|
-
// NOTE: Delimiters can be comma, space and tab.
|
|
115
|
-
var headers = line.split(/[\t\s,]/).filter(Boolean);
|
|
116
|
-
var dataPiece = headers.reduce(function (acc, item, index) {
|
|
117
|
-
var key = parsedHeaders[index];
|
|
118
|
-
var parsingKeyItem = keysForParsing.find(function (keyItem) {
|
|
119
|
-
return keyItem.parsingKey === key;
|
|
120
|
-
});
|
|
121
|
-
|
|
122
|
-
if (parsingKeyItem) {
|
|
123
|
-
var parsingKey = parsingKeyItem.innerKey;
|
|
124
|
-
return _objectSpread(_objectSpread({}, acc), {}, _defineProperty({}, parsingKey, parseFloat(item, 2)));
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
return acc;
|
|
128
|
-
}, {});
|
|
129
|
-
return dataPiece.isEmpty() ? accData : accData.push(dataPiece);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
return accData;
|
|
133
|
-
}, []);
|
|
134
|
-
});
|
|
135
|
-
|
|
136
|
-
this.config = {
|
|
137
|
-
version: null,
|
|
138
|
-
wrap: null,
|
|
139
|
-
delimiter: null
|
|
140
|
-
};
|
|
141
|
-
};
|
|
142
|
-
|
|
143
|
-
export default LasParser;
|
|
144
|
-
//# sourceMappingURL=lasParser.js.map
|
|
1
|
+
import r from"@babel/runtime/helpers/slicedToArray";import e from"@babel/runtime/helpers/createClass";import t from"@babel/runtime/helpers/classCallCheck";import n from"@babel/runtime/helpers/defineProperty";function i(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.push.apply(t,n)}return t}function s(r){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){n(r,e,t[e])})):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 o=e((function e(){var i=this;t(this,e),n(this,"getConfiguration",(function(e){var t=null,n=null,s=null,o=!1;e.forEach((function(e){if(e.toLowerCase().startsWith("~version"))o=!0;else if(e.toLowerCase().startsWith("~"))o=!1;else{if(o){var a=e.split(" ").filter(Boolean),l=r(a,3),u=l[0],c=l[1],f=l[2];switch(u){case"VERS.":t=c;break;case"WRAP.":n=c;break;case"DLM":s=f}}i.config={version:t,wrap:n,delimiter:s}}}))})),n(this,"parseHeaders",(function(r){var e=r.split("\n");i.getConfiguration(e);var t=!1;return e.reduce((function(r,e){if(e.toLowerCase().startsWith("~curve"))return t=!0,r;if(e.startsWith("~")&&(t=!1),t&&!e.startsWith("#")&&!e.startsWith("\r")){var n=e.split(" ").filter(Boolean);return n?r.push(n[0]):r}return r}),[])})),n(this,"parseData",(function(r,e,t){var i=r.split("\n"),o=!1;return i.reduce((function(r,i){if(i.toLowerCase().startsWith("~a"))return o=!0,r;if(i.startsWith("~")&&(o=!1),o){var a=i.split(/[\t\s,]/).filter(Boolean).reduce((function(r,i,o){var a=e[o],l=t.find((function(r){return r.parsingKey===a}));if(l){var u=l.innerKey;return s(s({},r),{},n({},u,parseFloat(i,2)))}return r}),{});return a.isEmpty()?r:r.push(a)}return r}),[])})),this.config={version:null,wrap:null,delimiter:null}}));export{o as default};
|
package/utils/loadable.js
CHANGED
|
@@ -1,49 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// import InternalErrorView from '~/screens/App/shared/components/InternalErrorView';
|
|
3
|
-
// import LoadingIndicator from '~/screens/App/shared/components/LoadingIndicator';
|
|
4
|
-
// // NOTE: To change this, take a look at react-loadable API: https://github.com/jamiebuilds/react-loadable
|
|
5
|
-
// /* eslint-disable react/prop-types */
|
|
6
|
-
// class LoaderView extends PureComponent {
|
|
7
|
-
// componentDidUpdate(prevProps) {
|
|
8
|
-
// if (
|
|
9
|
-
// window.Rollbar &&
|
|
10
|
-
// this.props.error &&
|
|
11
|
-
// this.props.error !== prevProps.error
|
|
12
|
-
// ) {
|
|
13
|
-
// console.error(this.props.error);
|
|
14
|
-
// window.Rollbar.error(this.props.error);
|
|
15
|
-
// }
|
|
16
|
-
// }
|
|
17
|
-
// render() {
|
|
18
|
-
// if (this.props.error) {
|
|
19
|
-
// return (
|
|
20
|
-
// <InternalErrorView
|
|
21
|
-
// title={this.props.errorTitle}
|
|
22
|
-
// onRetry={this.props.retry}
|
|
23
|
-
// />
|
|
24
|
-
// );
|
|
25
|
-
// // NOTE: If it takes more than 200ms(to avoid flashing) to load the component, show the loader
|
|
26
|
-
// } else if (this.props.pastDelay) {
|
|
27
|
-
// return <LoadingIndicator fullscreen={this.props.isFullscreen} />;
|
|
28
|
-
// }
|
|
29
|
-
// // NOTE: Don't render anything, if it takes less than 200ms to load the component
|
|
30
|
-
// return null;
|
|
31
|
-
// }
|
|
32
|
-
// }
|
|
33
|
-
// const createLoader = ({ isFullscreen, errorTitle }) => props =>
|
|
34
|
-
// <LoaderView
|
|
35
|
-
// isFullscreen={isFullscreen}
|
|
36
|
-
// errorTitle={errorTitle}
|
|
37
|
-
// {...props}
|
|
38
|
-
// />;
|
|
39
|
-
// /* eslint-enable */
|
|
40
|
-
// export const asyncRouteLoadableOptions = options => ({
|
|
41
|
-
// loading: createLoader({ isFullscreen: true, errorTitle: 'Page Loading Error' }),
|
|
42
|
-
// render: (loaded, props) => <loaded.default.component {...props} />,
|
|
43
|
-
// ...options,
|
|
44
|
-
// });
|
|
45
|
-
// export const asyncAppLoadableOptions = options => ({
|
|
46
|
-
// loading: createLoader({ isFullscreen: false, errorTitle: 'App Loading Error' }),
|
|
47
|
-
// ...options,
|
|
48
|
-
// });
|
|
49
|
-
//# sourceMappingURL=loadable.js.map
|
|
1
|
+
|