@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
|
@@ -1,197 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
4
|
-
import { makeStyles } from '@material-ui/core';
|
|
5
|
-
import { useState, useEffect, useRef } from 'react';
|
|
6
|
-
import PropTypes from 'prop-types';
|
|
7
|
-
import classNames from 'classnames';
|
|
8
|
-
import AppHeader from '../../DevCenter/AppHeader/AppHeader.js';
|
|
9
|
-
|
|
10
|
-
var _STATE_IMAGES;
|
|
11
|
-
var EmptyStateLarge = "/static/media/e607e3aa0a4603bb7ae7f83a2148511e.svg";
|
|
12
|
-
var ErrorLarge = "/static/media/9b185a425ea91b6c2beedfef39c06663.svg";
|
|
13
|
-
var NoDataLarge = "/static/media/1bfc6e5d9cbb531a554ab8d025fa23e9.svg";
|
|
14
|
-
var NoSubscriptionLarge = "/static/media/76e3ee12638391cba164716321509ad7.svg";
|
|
15
|
-
var HEIGHT_SMALL_BREAKPOINT = 300;
|
|
16
|
-
var HEIGHT_MEDIUM_BREAKPOINT = 400;
|
|
17
|
-
var APP_MESSAGES = {
|
|
18
|
-
appNotSubscribed: {
|
|
19
|
-
title: 'No Subscriptions exist for this app.',
|
|
20
|
-
subtitle: 'Contact your Corva Account rep to get acces to this app!'
|
|
21
|
-
},
|
|
22
|
-
assetNotSubscribed: {
|
|
23
|
-
title: 'Selected Asset is no longer subscribed to the app.',
|
|
24
|
-
subtitle: 'Сhange the asset in settings.'
|
|
25
|
-
},
|
|
26
|
-
internalAppError: {
|
|
27
|
-
title: 'App Loading Error'
|
|
28
|
-
},
|
|
29
|
-
appPackageWasNotFound: {
|
|
30
|
-
title: 'App package was not found',
|
|
31
|
-
subtitle: 'Please choose another version in the app settings menu or delete and add app again on your dashboard'
|
|
32
|
-
},
|
|
33
|
-
fracFleetWasNotFound: {
|
|
34
|
-
title: 'Frac fleet was not found'
|
|
35
|
-
},
|
|
36
|
-
fracFleetHasNoPad: {
|
|
37
|
-
title: 'Frac fleet has no active pad'
|
|
38
|
-
},
|
|
39
|
-
padHasNoWells: {
|
|
40
|
-
title: 'This pad has no wells'
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
var EMPTY_STATES = {
|
|
44
|
-
empty: 'empty',
|
|
45
|
-
error: 'error',
|
|
46
|
-
noData: 'noData',
|
|
47
|
-
noSubscription: 'noSubscription'
|
|
48
|
-
};
|
|
49
|
-
var STATE_IMAGES = (_STATE_IMAGES = {}, _defineProperty(_STATE_IMAGES, EMPTY_STATES.empty, EmptyStateLarge), _defineProperty(_STATE_IMAGES, EMPTY_STATES.error, ErrorLarge), _defineProperty(_STATE_IMAGES, EMPTY_STATES.noData, NoDataLarge), _defineProperty(_STATE_IMAGES, EMPTY_STATES.noSubscription, NoSubscriptionLarge), _STATE_IMAGES);
|
|
50
|
-
var useStyles = makeStyles(function (_ref) {
|
|
51
|
-
var palette = _ref.palette;
|
|
52
|
-
return {
|
|
53
|
-
wrapper: {
|
|
54
|
-
display: 'flex',
|
|
55
|
-
flexDirection: 'column',
|
|
56
|
-
textAlign: 'center',
|
|
57
|
-
alignItems: 'center',
|
|
58
|
-
justifyContent: 'center',
|
|
59
|
-
height: '100%',
|
|
60
|
-
padding: 24,
|
|
61
|
-
overflow: 'auto'
|
|
62
|
-
},
|
|
63
|
-
title: {
|
|
64
|
-
color: palette.primary.text7,
|
|
65
|
-
fontSize: 32,
|
|
66
|
-
lineHeight: '38px',
|
|
67
|
-
marginBottom: 8,
|
|
68
|
-
'&.medium': {
|
|
69
|
-
fontSize: 24,
|
|
70
|
-
lineHeight: '28px'
|
|
71
|
-
},
|
|
72
|
-
'&.small': {
|
|
73
|
-
fontSize: 24,
|
|
74
|
-
lineHeight: '28px'
|
|
75
|
-
},
|
|
76
|
-
fontStyle: 'italic'
|
|
77
|
-
},
|
|
78
|
-
subtitle: {
|
|
79
|
-
color: palette.primary.text6,
|
|
80
|
-
fontSize: 16,
|
|
81
|
-
lineHeight: '22px',
|
|
82
|
-
marginBottom: 24,
|
|
83
|
-
'&.medium': {
|
|
84
|
-
fontSize: 14,
|
|
85
|
-
lineHeight: '20px'
|
|
86
|
-
},
|
|
87
|
-
'&.small': {
|
|
88
|
-
fontSize: 14,
|
|
89
|
-
lineHeight: '20px'
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
imageWrapper: {
|
|
93
|
-
display: 'flex',
|
|
94
|
-
flexGrow: '1',
|
|
95
|
-
maxWidth: 390,
|
|
96
|
-
maxHeight: 300,
|
|
97
|
-
width: '100%',
|
|
98
|
-
'&.medium': {
|
|
99
|
-
maxidth: 260,
|
|
100
|
-
maxHeight: 200
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
backgroundImage: {
|
|
104
|
-
width: '100%',
|
|
105
|
-
backgroundImage: function backgroundImage(props) {
|
|
106
|
-
return "url(".concat([STATE_IMAGES[props.state]], ")");
|
|
107
|
-
},
|
|
108
|
-
backgroundRepeat: 'no-repeat',
|
|
109
|
-
backgroundPosition: 'center',
|
|
110
|
-
backgroundSize: 'contain'
|
|
111
|
-
},
|
|
112
|
-
appHeader: {
|
|
113
|
-
display: 'flex',
|
|
114
|
-
padding: '12px',
|
|
115
|
-
flexWrap: 'wrap',
|
|
116
|
-
justifyContent: 'space-between'
|
|
117
|
-
},
|
|
118
|
-
container: {
|
|
119
|
-
height: '100%',
|
|
120
|
-
flexDirection: 'column',
|
|
121
|
-
display: 'flex'
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
});
|
|
125
|
-
|
|
126
|
-
function EmptyAppView(props) {
|
|
127
|
-
var title = props.title,
|
|
128
|
-
subtitle = props.subtitle,
|
|
129
|
-
state = props.state,
|
|
130
|
-
withAppHeader = props.withAppHeader,
|
|
131
|
-
app = props.app,
|
|
132
|
-
actions = props.actions;
|
|
133
|
-
var styles = useStyles({
|
|
134
|
-
state: state
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
var _useState = useState(false),
|
|
138
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
139
|
-
isMounted = _useState2[0],
|
|
140
|
-
setIsMounted = _useState2[1];
|
|
141
|
-
|
|
142
|
-
useEffect(function () {
|
|
143
|
-
setIsMounted(true);
|
|
144
|
-
}, []);
|
|
145
|
-
var emptyViewRef = useRef(null);
|
|
146
|
-
var currentRef = emptyViewRef.current;
|
|
147
|
-
var isSmallSize = (currentRef === null || currentRef === void 0 ? void 0 : currentRef.offsetHeight) < HEIGHT_SMALL_BREAKPOINT;
|
|
148
|
-
var isMediumSize = (currentRef === null || currentRef === void 0 ? void 0 : currentRef.offsetHeight) < HEIGHT_MEDIUM_BREAKPOINT;
|
|
149
|
-
return /*#__PURE__*/jsxs("div", {
|
|
150
|
-
className: styles.container,
|
|
151
|
-
children: [withAppHeader && /*#__PURE__*/jsx(AppHeader, {
|
|
152
|
-
app: app,
|
|
153
|
-
classes: {
|
|
154
|
-
appHeader: styles.appHeader
|
|
155
|
-
}
|
|
156
|
-
}), /*#__PURE__*/jsx("div", {
|
|
157
|
-
className: styles.wrapper,
|
|
158
|
-
ref: emptyViewRef,
|
|
159
|
-
children: isMounted && /*#__PURE__*/jsxs(Fragment, {
|
|
160
|
-
children: [/*#__PURE__*/jsx("div", {
|
|
161
|
-
className: classNames(styles.title, isMediumSize && 'medium', isSmallSize && 'small'),
|
|
162
|
-
children: title
|
|
163
|
-
}), actions, subtitle && /*#__PURE__*/jsx("div", {
|
|
164
|
-
className: classNames(styles.subtitle, isMediumSize && 'medium', isSmallSize && 'small'),
|
|
165
|
-
children: subtitle
|
|
166
|
-
}), !isSmallSize && /*#__PURE__*/jsx("div", {
|
|
167
|
-
className: classNames(styles.imageWrapper, isMediumSize && 'medium'),
|
|
168
|
-
children: /*#__PURE__*/jsx("div", {
|
|
169
|
-
className: styles.backgroundImage
|
|
170
|
-
})
|
|
171
|
-
})]
|
|
172
|
-
})
|
|
173
|
-
})]
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
EmptyAppView.propTypes = {
|
|
178
|
-
actions: PropTypes.node,
|
|
179
|
-
app: PropTypes.shape({}),
|
|
180
|
-
state: PropTypes.string,
|
|
181
|
-
subtitle: PropTypes.oneOf([PropTypes.string, PropTypes.node]),
|
|
182
|
-
title: PropTypes.string.isRequired,
|
|
183
|
-
withAppHeader: PropTypes.bool
|
|
184
|
-
};
|
|
185
|
-
EmptyAppView.defaultProps = {
|
|
186
|
-
actions: null,
|
|
187
|
-
app: undefined,
|
|
188
|
-
state: EMPTY_STATES.empty,
|
|
189
|
-
subtitle: '',
|
|
190
|
-
withAppHeader: false
|
|
191
|
-
};
|
|
192
|
-
EmptyAppView.APP_MESSAGES = APP_MESSAGES;
|
|
193
|
-
EmptyAppView.EMPTY_STATES = EMPTY_STATES;
|
|
194
|
-
|
|
195
|
-
export default EmptyAppView;
|
|
196
|
-
export { APP_MESSAGES, EMPTY_STATES };
|
|
197
|
-
//# sourceMappingURL=EmptyAppView.js.map
|
|
1
|
+
import e from"@babel/runtime/helpers/slicedToArray";import t from"@babel/runtime/helpers/defineProperty";import{useState as a,useEffect as i,useRef as r}from"react";import o from"prop-types";import n from"classnames";import{makeStyles as s}from"@material-ui/core";import p from"../../DevCenter/AppHeader/AppHeader.js";import{jsxs as l,jsx as d,Fragment as c}from"react/jsx-runtime";var m,u={appNotSubscribed:{title:"No Subscriptions exist for this app.",subtitle:"Contact your Corva Account rep to get acces to this app!"},assetNotSubscribed:{title:"Selected Asset is no longer subscribed to the app.",subtitle:"Сhange the asset in settings."},internalAppError:{title:"App Loading Error"},appPackageWasNotFound:{title:"App package was not found",subtitle:"Please choose another version in the app settings menu or delete and add app again on your dashboard"},fracFleetWasNotFound:{title:"Frac fleet was not found"},fracFleetHasNoPad:{title:"Frac fleet has no active pad"},padHasNoWells:{title:"This pad has no wells"}},f={empty:"empty",error:"error",noData:"noData",noSubscription:"noSubscription"},g=(t(m={},f.empty,"/static/media/e607e3aa0a4603bb7ae7f83a2148511e.svg"),t(m,f.error,"/static/media/9b185a425ea91b6c2beedfef39c06663.svg"),t(m,f.noData,"/static/media/1bfc6e5d9cbb531a554ab8d025fa23e9.svg"),t(m,f.noSubscription,"/static/media/76e3ee12638391cba164716321509ad7.svg"),m),h=s((function(e){var t=e.palette;return{wrapper:{display:"flex",flexDirection:"column",textAlign:"center",alignItems:"center",justifyContent:"center",height:"100%",padding:24,overflow:"auto"},title:{color:t.primary.text7,fontSize:32,lineHeight:"38px",marginBottom:8,"&.medium":{fontSize:24,lineHeight:"28px"},"&.small":{fontSize:24,lineHeight:"28px"},fontStyle:"italic"},subtitle:{color:t.primary.text6,fontSize:16,lineHeight:"22px",marginBottom:24,"&.medium":{fontSize:14,lineHeight:"20px"},"&.small":{fontSize:14,lineHeight:"20px"}},imageWrapper:{display:"flex",flexGrow:"1",maxWidth:390,maxHeight:300,width:"100%","&.medium":{maxidth:260,maxHeight:200}},backgroundImage:{width:"100%",backgroundImage:function(e){return"url(".concat([g[e.state]],")")},backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"contain"},appHeader:{display:"flex",padding:"12px",flexWrap:"wrap",justifyContent:"space-between"},container:{height:"100%",flexDirection:"column",display:"flex"}}}));function b(t){var o=t.title,s=t.subtitle,m=t.state,u=t.withAppHeader,f=t.app,g=t.actions,b=h({state:m}),x=a(!1),v=e(x,2),H=v[0],S=v[1];i((function(){S(!0)}),[]);var y=r(null),A=y.current,w=(null==A?void 0:A.offsetHeight)<300,N=(null==A?void 0:A.offsetHeight)<400;return l("div",{className:b.container,children:[u&&d(p,{app:f,classes:{appHeader:b.appHeader}}),d("div",{className:b.wrapper,ref:y,children:H&&l(c,{children:[d("div",{className:n(b.title,N&&"medium",w&&"small"),children:o}),g,s&&d("div",{className:n(b.subtitle,N&&"medium",w&&"small"),children:s}),!w&&d("div",{className:n(b.imageWrapper,N&&"medium"),children:d("div",{className:b.backgroundImage})})]})})]})}b.propTypes={actions:o.node,app:o.shape({}),state:o.string,subtitle:o.oneOf([o.string,o.node]),title:o.string.isRequired,withAppHeader:o.bool},b.defaultProps={actions:null,app:void 0,state:f.empty,subtitle:"",withAppHeader:!1},b.APP_MESSAGES=u,b.EMPTY_STATES=f;export{u as APP_MESSAGES,f as EMPTY_STATES,b as default};
|
|
@@ -1,32 +1 @@
|
|
|
1
|
-
import { jsxs,
|
|
2
|
-
import { makeStyles } from '@material-ui/core';
|
|
3
|
-
import PropTypes from 'prop-types';
|
|
4
|
-
|
|
5
|
-
var useStyles = makeStyles(function (theme) {
|
|
6
|
-
return {
|
|
7
|
-
subtitle: {
|
|
8
|
-
color: theme.palette.primary.main
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
function SubtitleWithIntercomLink(_ref) {
|
|
14
|
-
var openIntercom = _ref.openIntercom;
|
|
15
|
-
var styles = useStyles();
|
|
16
|
-
return /*#__PURE__*/jsxs("span", {
|
|
17
|
-
children: ["This app failed to load. Try refreshing the page or", ' ', /*#__PURE__*/jsx("span", {
|
|
18
|
-
className: styles.subtitle,
|
|
19
|
-
onClick: function onClick() {
|
|
20
|
-
return openIntercom();
|
|
21
|
-
},
|
|
22
|
-
children: "contact support"
|
|
23
|
-
}), "."]
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
SubtitleWithIntercomLink.propTypes = {
|
|
28
|
-
openIntercom: PropTypes.func.isRequired
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export default SubtitleWithIntercomLink;
|
|
32
|
-
//# sourceMappingURL=ErrorSubtitleWithIntercomLink.js.map
|
|
1
|
+
import r from"prop-types";import{makeStyles as e}from"@material-ui/core";import{jsxs as t,jsx as o}from"react/jsx-runtime";var n=e((function(r){return{subtitle:{color:r.palette.primary.main}}}));function i(r){var e=r.openIntercom,i=n();return t("span",{children:["This app failed to load. Try refreshing the page or"," ",o("span",{className:i.subtitle,onClick:function(){return e()},children:"contact support"}),"."]})}i.propTypes={openIntercom:r.func.isRequired};export{i as default};
|
|
@@ -1,117 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { makeStyles, Typography } from '@material-ui/core';
|
|
3
|
-
import PropTypes from 'prop-types';
|
|
4
|
-
import classNames from 'classnames';
|
|
5
|
-
|
|
6
|
-
var NoDataImg = "/static/media/5010eaf4520add4dcd713ce1fdbda5ea.png";
|
|
7
|
-
var Arrow = "/static/media/1be6a0ee1d46b5f5c15203014864e086.svg";
|
|
8
|
-
var PAGE_NAME = 'EmptyView';
|
|
9
|
-
var useStyles = makeStyles({
|
|
10
|
-
wrapper: {
|
|
11
|
-
position: 'relative',
|
|
12
|
-
width: '100%',
|
|
13
|
-
height: '100%',
|
|
14
|
-
display: 'flex',
|
|
15
|
-
flexDirection: 'column',
|
|
16
|
-
alignItems: 'center',
|
|
17
|
-
justifyContent: 'flex-start',
|
|
18
|
-
padding: '16px',
|
|
19
|
-
zIndex: 1,
|
|
20
|
-
'@media (max-height:350px)': {
|
|
21
|
-
paddingTop: '56px'
|
|
22
|
-
},
|
|
23
|
-
'@media (max-width:500px)': {
|
|
24
|
-
paddingTop: '128px'
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
errorImage: {
|
|
28
|
-
width: '390px',
|
|
29
|
-
height: '300px',
|
|
30
|
-
marginTop: '24px',
|
|
31
|
-
'@media (max-height:400px)': {
|
|
32
|
-
width: '260px',
|
|
33
|
-
height: '200px'
|
|
34
|
-
},
|
|
35
|
-
'@media (max-height:350px), (max-width: 580px) and (max-height:550px)': {
|
|
36
|
-
display: 'none'
|
|
37
|
-
},
|
|
38
|
-
'@media (max-width:500px)': {
|
|
39
|
-
width: '260px',
|
|
40
|
-
height: '200px'
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
title: {
|
|
44
|
-
fontSize: '32px',
|
|
45
|
-
fontStyle: 'italic',
|
|
46
|
-
color: '#9E9E9E',
|
|
47
|
-
lineHeight: '37px',
|
|
48
|
-
fontWeight: 'normal',
|
|
49
|
-
'@media (max-height:400px)': {
|
|
50
|
-
fontSize: '24px'
|
|
51
|
-
},
|
|
52
|
-
'@media (max-width:500px)': {
|
|
53
|
-
fontSize: '24px'
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
description: {
|
|
57
|
-
fontSize: '16px',
|
|
58
|
-
color: '#9E9E9E'
|
|
59
|
-
},
|
|
60
|
-
arrow: {
|
|
61
|
-
position: 'absolute',
|
|
62
|
-
top: 0,
|
|
63
|
-
right: 0,
|
|
64
|
-
zIndex: -1,
|
|
65
|
-
'@media (max-width: 960px)': {
|
|
66
|
-
display: 'none'
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
|
|
71
|
-
function EmptyView(_ref) {
|
|
72
|
-
var title = _ref.title,
|
|
73
|
-
description = _ref.description,
|
|
74
|
-
showArrow = _ref.showArrow,
|
|
75
|
-
customStyles = _ref.customStyles;
|
|
76
|
-
var classes = useStyles();
|
|
77
|
-
return /*#__PURE__*/jsxs("div", {
|
|
78
|
-
"data-testid": "".concat(PAGE_NAME, "_wrapper"),
|
|
79
|
-
className: classNames(classes.wrapper, customStyles.wrapper),
|
|
80
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
81
|
-
className: classNames(classes.title, customStyles.title),
|
|
82
|
-
children: title
|
|
83
|
-
}), /*#__PURE__*/jsx(Typography, {
|
|
84
|
-
className: classNames(classes.description, customStyles.description),
|
|
85
|
-
children: description
|
|
86
|
-
}), /*#__PURE__*/jsx("img", {
|
|
87
|
-
src: NoDataImg,
|
|
88
|
-
className: classes.errorImage,
|
|
89
|
-
alt: "error state"
|
|
90
|
-
}), showArrow && /*#__PURE__*/jsx("img", {
|
|
91
|
-
src: Arrow,
|
|
92
|
-
alt: "arrow",
|
|
93
|
-
className: classNames(classes.arrow, customStyles.arrow)
|
|
94
|
-
})]
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
EmptyView.propTypes = {
|
|
99
|
-
title: PropTypes.string,
|
|
100
|
-
description: PropTypes.string,
|
|
101
|
-
showArrow: PropTypes.bool,
|
|
102
|
-
customStyles: PropTypes.shape({
|
|
103
|
-
wrapper: PropTypes.string,
|
|
104
|
-
title: PropTypes.string,
|
|
105
|
-
description: PropTypes.string,
|
|
106
|
-
arrow: PropTypes.string
|
|
107
|
-
})
|
|
108
|
-
};
|
|
109
|
-
EmptyView.defaultProps = {
|
|
110
|
-
title: 'No Data Available',
|
|
111
|
-
description: '',
|
|
112
|
-
showArrow: false,
|
|
113
|
-
customStyles: {}
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
export default EmptyView;
|
|
117
|
-
//# sourceMappingURL=EmptyView.js.map
|
|
1
|
+
import t from"prop-types";import{makeStyles as e,Typography as i}from"@material-ui/core";import a from"classnames";import{jsxs as r,jsx as p}from"react/jsx-runtime";var o=e({wrapper:{position:"relative",width:"100%",height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start",padding:"16px",zIndex:1,"@media (max-height:350px)":{paddingTop:"56px"},"@media (max-width:500px)":{paddingTop:"128px"}},errorImage:{width:"390px",height:"300px",marginTop:"24px","@media (max-height:400px)":{width:"260px",height:"200px"},"@media (max-height:350px), (max-width: 580px) and (max-height:550px)":{display:"none"},"@media (max-width:500px)":{width:"260px",height:"200px"}},title:{fontSize:"32px",fontStyle:"italic",color:"#9E9E9E",lineHeight:"37px",fontWeight:"normal","@media (max-height:400px)":{fontSize:"24px"},"@media (max-width:500px)":{fontSize:"24px"}},description:{fontSize:"16px",color:"#9E9E9E"},arrow:{position:"absolute",top:0,right:0,zIndex:-1,"@media (max-width: 960px)":{display:"none"}}});function s(t){var e=t.title,s=t.description,d=t.showArrow,n=t.customStyles,m=o();return r("div",{"data-testid":"".concat("EmptyView","_wrapper"),className:a(m.wrapper,n.wrapper),children:[p(i,{className:a(m.title,n.title),children:e}),p(i,{className:a(m.description,n.description),children:s}),p("img",{src:"/static/media/5010eaf4520add4dcd713ce1fdbda5ea.png",className:m.errorImage,alt:"error state"}),d&&p("img",{src:"/static/media/1be6a0ee1d46b5f5c15203014864e086.svg",alt:"arrow",className:a(m.arrow,n.arrow)})]})}s.propTypes={title:t.string,description:t.string,showArrow:t.bool,customStyles:t.shape({wrapper:t.string,title:t.string,description:t.string,arrow:t.string})},s.defaultProps={title:"No Data Available",description:"",showArrow:!1,customStyles:{}};export{s as default};
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var css_248z = ".DevCenterAppErrorView_container__3buzg {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n\n.DevCenterAppErrorView_content__1TZEL {\n display: flex;\n flex-direction: column;\n text-align: center;\n align-items: center;\n justify-content: center;\n height: 100%;\n color: #9e9e9e;\n}";
|
|
4
|
-
var styles = {"container":"DevCenterAppErrorView_container__3buzg","content":"DevCenterAppErrorView_content__1TZEL"};
|
|
5
|
-
styleInject(css_248z);
|
|
6
|
-
|
|
7
|
-
export default styles;
|
|
8
|
-
//# sourceMappingURL=DevCenterAppErrorView.css.js.map
|
|
1
|
+
import e from'./../../../ext-esm/style-inject/dist/style-inject.es.js';var t={container:"DevCenterAppErrorView_container__ouYgc",content:"DevCenterAppErrorView_content__bju-L"};e(".DevCenterAppErrorView_container__ouYgc,.DevCenterAppErrorView_content__bju-L{display:flex;flex-direction:column;height:100%}.DevCenterAppErrorView_content__bju-L{align-items:center;color:#9e9e9e;justify-content:center;text-align:center}");export{t as default};
|
|
@@ -1,54 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { styled } from '@material-ui/core';
|
|
4
|
-
import PropTypes from 'prop-types';
|
|
5
|
-
import { ErrorOutline } from '@material-ui/icons';
|
|
6
|
-
import AppHeader from '../../DevCenter/AppHeader/AppHeader.js';
|
|
7
|
-
import { Regular16 } from '../../Typography.js';
|
|
8
|
-
import styles from './DevCenterAppErrorView.css.js';
|
|
9
|
-
|
|
10
|
-
var StyledErrorOutline = styled(ErrorOutline)({
|
|
11
|
-
color: '#bdbdbd',
|
|
12
|
-
fontSize: 48,
|
|
13
|
-
marginBottom: 8
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
function DevCenterAppErrorView(_ref) {
|
|
17
|
-
var app = _ref.app,
|
|
18
|
-
withAppHeader = _ref.withAppHeader;
|
|
19
|
-
var appProviderUrl = get(app, 'package.manifest.application.website');
|
|
20
|
-
var appProviderLink = appProviderUrl ? /*#__PURE__*/jsxs("span", {
|
|
21
|
-
children: ['<', /*#__PURE__*/jsx("a", {
|
|
22
|
-
href: appProviderUrl,
|
|
23
|
-
target: "_blank",
|
|
24
|
-
children: "App Provider"
|
|
25
|
-
}), '>']
|
|
26
|
-
}) : 'App Provider';
|
|
27
|
-
return /*#__PURE__*/jsxs("div", {
|
|
28
|
-
className: styles.container,
|
|
29
|
-
children: [withAppHeader && /*#__PURE__*/jsx(AppHeader, {
|
|
30
|
-
app: app
|
|
31
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
32
|
-
className: styles.content,
|
|
33
|
-
children: [/*#__PURE__*/jsx(StyledErrorOutline, {}), /*#__PURE__*/jsx(Regular16, {
|
|
34
|
-
display: "block",
|
|
35
|
-
children: "Application Error"
|
|
36
|
-
}), /*#__PURE__*/jsxs(Regular16, {
|
|
37
|
-
display: "block",
|
|
38
|
-
children: ["Contact ", appProviderLink, " support to get help"]
|
|
39
|
-
})]
|
|
40
|
-
})]
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
DevCenterAppErrorView.propTypes = {
|
|
45
|
-
app: PropTypes.shape({}),
|
|
46
|
-
withAppHeader: PropTypes.bool
|
|
47
|
-
};
|
|
48
|
-
DevCenterAppErrorView.defaultProps = {
|
|
49
|
-
app: undefined,
|
|
50
|
-
withAppHeader: false
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
export default DevCenterAppErrorView;
|
|
54
|
-
//# sourceMappingURL=DevCenterAppErrorView.js.map
|
|
1
|
+
import r from"prop-types";import{styled as p}from"@material-ui/core";import{ErrorOutline as e}from"@material-ui/icons";import{get as o}from"lodash";import{Regular16 as a}from"../../Typography.js";import i from"../../DevCenter/AppHeader/AppHeader.js";import t from"./DevCenterAppErrorView.css.js";import{jsxs as n,jsx as d}from"react/jsx-runtime";var m=p(e)({color:"#bdbdbd",fontSize:48,marginBottom:8});function l(r){var p=r.app,e=r.withAppHeader,l=o(p,"package.manifest.application.website"),s=l?n("span",{children:["<",d("a",{href:l,target:"_blank",children:"App Provider"}),">"]}):"App Provider";return n("div",{className:t.container,children:[e&&d(i,{app:p}),n("div",{className:t.content,children:[d(m,{}),d(a,{display:"block",children:"Application Error"}),n(a,{display:"block",children:["Contact ",s," support to get help"]})]})]})}l.propTypes={app:r.shape({}),withAppHeader:r.bool},l.defaultProps={app:void 0,withAppHeader:!1};export{l as default};
|
|
@@ -1,87 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
|
|
3
|
-
import _createClass from '@babel/runtime/helpers/createClass';
|
|
4
|
-
import { jsx } from 'react/jsx-runtime';
|
|
5
|
-
import { Component } from 'react';
|
|
6
|
-
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
7
|
-
import PropTypes from 'prop-types';
|
|
8
|
-
import _assertThisInitialized from '@babel/runtime/helpers/assertThisInitialized';
|
|
9
|
-
import _inherits from '@babel/runtime/helpers/inherits';
|
|
10
|
-
import _possibleConstructorReturn from '@babel/runtime/helpers/possibleConstructorReturn';
|
|
11
|
-
import _getPrototypeOf from '@babel/runtime/helpers/getPrototypeOf';
|
|
12
|
-
import EmptyAppView from '../EmptyView/EmptyAppView/EmptyAppView.js';
|
|
13
|
-
|
|
14
|
-
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; }
|
|
15
|
-
|
|
16
|
-
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; }
|
|
17
|
-
|
|
18
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
19
|
-
|
|
20
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
|
|
21
|
-
|
|
22
|
-
var ErrorBoundary = /*#__PURE__*/function (_Component) {
|
|
23
|
-
_inherits(ErrorBoundary, _Component);
|
|
24
|
-
|
|
25
|
-
var _super = _createSuper(ErrorBoundary);
|
|
26
|
-
|
|
27
|
-
function ErrorBoundary() {
|
|
28
|
-
var _this;
|
|
29
|
-
|
|
30
|
-
_classCallCheck(this, ErrorBoundary);
|
|
31
|
-
|
|
32
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
33
|
-
args[_key] = arguments[_key];
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
_this = _super.call.apply(_super, [this].concat(args));
|
|
37
|
-
|
|
38
|
-
_defineProperty(_assertThisInitialized(_this), "state", {
|
|
39
|
-
hasInternalError: false
|
|
40
|
-
});
|
|
41
|
-
|
|
42
|
-
return _this;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
_createClass(ErrorBoundary, [{
|
|
46
|
-
key: "componentDidCatch",
|
|
47
|
-
value: function componentDidCatch(error) {
|
|
48
|
-
this.setState({
|
|
49
|
-
hasInternalError: true
|
|
50
|
-
});
|
|
51
|
-
console.error(error);
|
|
52
|
-
if (window.Rollbar) window.Rollbar.error(error);
|
|
53
|
-
}
|
|
54
|
-
}, {
|
|
55
|
-
key: "render",
|
|
56
|
-
value: function render() {
|
|
57
|
-
if (!this.state.hasInternalError) return this.props.children;
|
|
58
|
-
|
|
59
|
-
var _this$props = this.props,
|
|
60
|
-
ErrorView = _this$props.ErrorView,
|
|
61
|
-
children = _this$props.children,
|
|
62
|
-
errorViewProps = _objectWithoutProperties(_this$props, ["ErrorView", "children"]);
|
|
63
|
-
|
|
64
|
-
return /*#__PURE__*/jsx(ErrorView, _objectSpread({}, errorViewProps));
|
|
65
|
-
}
|
|
66
|
-
}], [{
|
|
67
|
-
key: "getDerivedStateFromError",
|
|
68
|
-
value: function getDerivedStateFromError() {
|
|
69
|
-
return {
|
|
70
|
-
hasInternalError: true
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
}]);
|
|
74
|
-
|
|
75
|
-
return ErrorBoundary;
|
|
76
|
-
}(Component);
|
|
77
|
-
|
|
78
|
-
ErrorBoundary.propTypes = {
|
|
79
|
-
children: PropTypes.node.isRequired,
|
|
80
|
-
ErrorView: PropTypes.oneOfType([PropTypes.node, PropTypes.func])
|
|
81
|
-
};
|
|
82
|
-
ErrorBoundary.defaultProps = {
|
|
83
|
-
ErrorView: EmptyAppView
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
export default ErrorBoundary;
|
|
87
|
-
//# sourceMappingURL=ErrorBoundary.js.map
|
|
1
|
+
import r from"@babel/runtime/helpers/objectWithoutProperties";import e from"@babel/runtime/helpers/classCallCheck";import t from"@babel/runtime/helpers/createClass";import o from"@babel/runtime/helpers/assertThisInitialized";import n from"@babel/runtime/helpers/inherits";import i from"@babel/runtime/helpers/possibleConstructorReturn";import c from"@babel/runtime/helpers/getPrototypeOf";import p from"@babel/runtime/helpers/defineProperty";import{Component as a}from"react";import l from"prop-types";import s from"../EmptyView/EmptyAppView/EmptyAppView.js";import{jsx as u}from"react/jsx-runtime";var f=["ErrorView","children"];function m(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(r);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.push.apply(t,o)}return t}function h(r){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(r){return!1}}();return function(){var t,o=c(r);if(e){var n=c(this).constructor;t=Reflect.construct(o,arguments,n)}else t=o.apply(this,arguments);return i(this,t)}}var b=function(i){n(l,a);var c=h(l);function l(){var r;e(this,l);for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return r=c.call.apply(c,[this].concat(n)),p(o(r),"state",{hasInternalError:!1}),r}return t(l,[{key:"componentDidCatch",value:function(r){this.setState({hasInternalError:!0}),console.error(r),window.Rollbar&&window.Rollbar.error(r)}},{key:"render",value:function(){if(!this.state.hasInternalError)return this.props.children;var e=this.props,t=e.ErrorView;e.children;var o=r(e,f);return u(t,function(r){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?m(Object(t),!0).forEach((function(e){p(r,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):m(Object(t)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(t,e))}))}return r}({},o))}}],[{key:"getDerivedStateFromError",value:function(){return{hasInternalError:!0}}}]),l}();b.propTypes={children:l.node.isRequired,ErrorView:l.oneOfType([l.node,l.func])},b.defaultProps={ErrorView:s};export{b as default};
|
|
@@ -1,46 +1 @@
|
|
|
1
|
-
import { jsxs,
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
import { withStyles } from '@material-ui/core/styles';
|
|
5
|
-
import Typography from '@material-ui/core/Typography';
|
|
6
|
-
import ErrorIcon from '@material-ui/icons/Error';
|
|
7
|
-
|
|
8
|
-
var muiStyles = function muiStyles(theme) {
|
|
9
|
-
return {
|
|
10
|
-
errorIcon: {
|
|
11
|
-
marginRight: 10
|
|
12
|
-
},
|
|
13
|
-
errorMessage: {
|
|
14
|
-
color: theme.palette.grey[400],
|
|
15
|
-
display: 'flex',
|
|
16
|
-
alignItems: 'center'
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
var FailedFileUploading = function FailedFileUploading(props) {
|
|
22
|
-
return /*#__PURE__*/jsxs(Typography, {
|
|
23
|
-
variant: "body1",
|
|
24
|
-
className: classNames(props.className, props.classes.errorMessage),
|
|
25
|
-
children: [/*#__PURE__*/jsx(ErrorIcon, {
|
|
26
|
-
color: "error",
|
|
27
|
-
className: props.classes.errorIcon
|
|
28
|
-
}), /*#__PURE__*/jsxs("span", {
|
|
29
|
-
children: ["Upload failed. ", props.errorMessage]
|
|
30
|
-
})]
|
|
31
|
-
});
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
FailedFileUploading.propTypes = {
|
|
35
|
-
errorMessage: PropTypes.string,
|
|
36
|
-
className: PropTypes.string,
|
|
37
|
-
classes: PropTypes.shape({}).isRequired
|
|
38
|
-
};
|
|
39
|
-
FailedFileUploading.defaultProps = {
|
|
40
|
-
errorMessage: undefined,
|
|
41
|
-
className: undefined
|
|
42
|
-
};
|
|
43
|
-
var FailedFileUploading$1 = withStyles(muiStyles)(FailedFileUploading);
|
|
44
|
-
|
|
45
|
-
export default FailedFileUploading$1;
|
|
46
|
-
//# sourceMappingURL=FailedFileUploading.js.map
|
|
1
|
+
import r from"prop-types";import e from"classnames";import{withStyles as s}from"@material-ui/core/styles";import a from"@material-ui/core/Typography";import o from"@material-ui/icons/Error";import{jsxs as i,jsx as t}from"react/jsx-runtime";var l=function(r){return i(a,{variant:"body1",className:e(r.className,r.classes.errorMessage),children:[t(o,{color:"error",className:r.classes.errorIcon}),i("span",{children:["Upload failed. ",r.errorMessage]})]})};l.propTypes={errorMessage:r.string,className:r.string,classes:r.shape({}).isRequired},l.defaultProps={errorMessage:void 0,className:void 0};var m=s((function(r){return{errorIcon:{marginRight:10},errorMessage:{color:r.palette.grey[400],display:"flex",alignItems:"center"}}}))(l);export{m as default};
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var css_248z = ".FeedItem_hideOverflow__DXNiS {\n overflow: hidden;\n}\n\n.FeedItem_downloadLink__3r3Iu {\n outline: 0;\n color: inherit;\n}\n\n.FeedItem_mainContainer__2YHBm {\n padding: 15px 16px 0 33px;\n}\n\n.FeedItem_mainContainerNative__3dSEu{\n padding: 15px 16px 0 16px;\n}\n\n.FeedItem_mainContainerClickable__34SIC {\n cursor: pointer;\n}\n\n.FeedItem_mainContainerTop__2kC-w {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n justify-content: space-between;\n}\n\n.FeedItem_mainContainerTopNative__3THW9 {\n padding-left: 55px;\n}\n\n.FeedItem_mainContainerTopMenu__3jWYW {\n display: flex;\n align-items: center;\n margin-left: auto;\n}\n\n.FeedItem_loadingContainer__3h2rT {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n}\n";
|
|
4
|
-
var styles = {"hideOverflow":"FeedItem_hideOverflow__DXNiS","downloadLink":"FeedItem_downloadLink__3r3Iu","mainContainer":"FeedItem_mainContainer__2YHBm","mainContainerNative":"FeedItem_mainContainerNative__3dSEu","mainContainerClickable":"FeedItem_mainContainerClickable__34SIC","mainContainerTop":"FeedItem_mainContainerTop__2kC-w","mainContainerTopNative":"FeedItem_mainContainerTopNative__3THW9","mainContainerTopMenu":"FeedItem_mainContainerTopMenu__3jWYW","loadingContainer":"FeedItem_loadingContainer__3h2rT"};
|
|
5
|
-
styleInject(css_248z);
|
|
6
|
-
|
|
7
|
-
export default styles;
|
|
8
|
-
//# sourceMappingURL=FeedItem.css.js.map
|
|
1
|
+
import e from'./../../ext-esm/style-inject/dist/style-inject.es.js';var n={hideOverflow:"FeedItem_hideOverflow__VxJHT",downloadLink:"FeedItem_downloadLink__60HIj",mainContainer:"FeedItem_mainContainer__Y9I2W",mainContainerNative:"FeedItem_mainContainerNative__chnEh",mainContainerClickable:"FeedItem_mainContainerClickable__jG6kG",mainContainerTop:"FeedItem_mainContainerTop__SqKjI",mainContainerTopNative:"FeedItem_mainContainerTopNative__i-JrG",mainContainerTopMenu:"FeedItem_mainContainerTopMenu__QE3-N",loadingContainer:"FeedItem_loadingContainer__B9lMF"};e(".FeedItem_hideOverflow__VxJHT{overflow:hidden}.FeedItem_downloadLink__60HIj{color:inherit;outline:0}.FeedItem_mainContainer__Y9I2W{padding:15px 16px 0 33px}.FeedItem_mainContainerNative__chnEh{padding:15px 16px 0}.FeedItem_mainContainerClickable__jG6kG{cursor:pointer}.FeedItem_mainContainerTop__SqKjI{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.FeedItem_mainContainerTopNative__i-JrG{padding-left:55px}.FeedItem_mainContainerTopMenu__QE3-N{align-items:center;display:flex;margin-left:auto}.FeedItem_loadingContainer__B9lMF{height:100%;left:0;position:absolute;top:0;width:100%}");export{n as default};
|