@corva/ui 0.34.0-2 → 0.34.0-20
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 -1
- package/CLI/components/App/App.css.js +1 -1
- package/CLI/components/App/App.js +1 -1
- package/CLI/components/App/components/AppBar/AppBar.js +1 -1
- package/CLI/hocs/effects/useProvideAuth.js +1 -1
- package/CLI/hocs/withAppDataProviderHOC.js +1 -1
- package/CLI/hocs/withCLIAppSettingsHOC.js +1 -1
- package/CLI/hocs/withCorvaMagicHOC.js +1 -1
- package/CLI/hocs/withDevCenterRouterHOC.js +1 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.css.js +1 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.global.css.js +1 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.js +1 -1
- package/CLI/hocs/withPDFLayoutHOC.js +1 -1
- package/CLI/hocs/withReactRouterHOC.js +1 -1
- package/CLI/screens/LoginScreen/LoginScreen.css.js +1 -1
- package/CLI/screens/LoginScreen/LoginScreen.js +1 -1
- package/CLI/screens/LoginScreen/components/Auth.js +1 -1
- package/CLI/screens/LoginScreen/components/AuthStep.js +1 -1
- package/CLI/screens/LoginScreen/components/EmailStep.js +1 -1
- package/CLI/screens/LoginScreen/components/IconLogo.js +1 -1
- package/CLI/screens/LoginScreen/components/SSOButton.js +1 -1
- package/CLI/screens/OAuthCallbackScreen/index.js +1 -1
- 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 -1
- package/cjs/devcenter/webpack/DevServerIsolatedAppEntryPoint.js +1 -1
- 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 -1
- package/clients/auth0/index.js +1 -1
- package/clients/clientStorage/core.js +1 -1
- package/clients/clientStorage/index.js +1 -1
- package/clients/index.js +1 -1
- package/clients/jsonApi/index.js +1 -1
- package/clients/subscriptions.js +1 -1
- package/components/AddComment/Popover.js +1 -1
- package/components/AddComment/Popup.js +1 -1
- package/components/AddComment/components/Content.js +1 -1
- package/components/AnchorsList/AnchorsList.js +1 -1
- package/components/Annotations/AnnotationsContext.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/style.css.js +1 -1
- package/components/Annotations/components/LastAnnotation/index.js +1 -1
- package/components/Annotations/components/LastAnnotation/style.css.js +1 -1
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
- package/components/AppVersionsSelect/effects/index.js +1 -1
- package/components/AssetEditor/AssetEditorAutocomplete.js +1 -1
- package/components/AssetEditor/AssetEditors.css.js +1 -1
- package/components/AssetEditor/SingleAssetEditor.js +1 -1
- package/components/AssetEditor/effects/index.js +1 -1
- package/components/AssetEditor/index.js +1 -1
- package/components/AssetNameLabel/PrimaryAssetNameLabel.js +1 -1
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -1
- package/components/AssetNameLabel/index.js +1 -1
- package/components/AssetNameLabel/styles.css.js +1 -1
- package/components/Attachment/index.js +1 -1
- package/components/Attachment/styles.css.js +1 -1
- package/components/Avatar/index.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/index.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -1
- package/components/BICOffsetPickerDialog/effects/index.js +1 -1
- package/components/BICOffsetPickerDialog/index.js +1 -1
- package/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -1
- package/components/Breadcrumbs/index.js +1 -1
- package/components/Button/index.js +1 -1
- package/components/Casing/CasingComponentIcon.js +1 -1
- package/components/Casing/CasingTable/CasingComponent.js +1 -1
- package/components/Casing/CasingTable/index.js +1 -1
- package/components/ChartActionsList/ChartActionsList.css.js +1 -1
- package/components/ChartActionsList/ChartActionsList.js +1 -1
- package/components/ChartActionsList/icons/GoLive.js +1 -1
- package/components/ChartActionsList/icons/LeftArrow.js +1 -1
- package/components/ChartActionsList/icons/RightArrow.js +1 -1
- package/components/ChartActionsList/icons/TimeRange.js +1 -1
- package/components/ChartActionsList/icons/ZoomIn.js +1 -1
- package/components/ChartActionsList/icons/ZoomOut.js +1 -1
- package/components/Checkbox/index.js +1 -1
- package/components/Chip/index.js +1 -1
- package/components/CollapsableSidebar.js +1 -1
- package/components/CollapsibleContent.js +1 -1
- package/components/ColorPicker/ColorPicker.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -1
- package/components/Comment/CommentIcon/BadgeIcon.js +1 -1
- package/components/Comment/CommentIcon/index.js +1 -1
- package/components/Comment/index.js +1 -1
- package/components/Comment/styles.css.js +1 -1
- package/components/CommentInput/index.js +1 -1
- package/components/CommentInput/styles.css.js +1 -1
- package/components/CommentLoader.js +1 -1
- package/components/CommentWrapper.js +1 -1
- package/components/CommentsInfo/index.js +1 -1
- package/components/CommentsInfo/styles.css.js +1 -1
- package/components/ConfirmationDialog.js +1 -1
- package/components/ContextMenuItem/index.js +1 -1
- package/components/Counter/index.js +1 -1
- package/components/CustomSelect/index.js +1 -1
- package/components/DatePicker/index.js +1 -1
- package/components/DateTimePicker/index.js +1 -1
- package/components/DevCenter/AppContext.js +1 -1
- package/components/DevCenter/AppHeader/AppHeader.css.js +1 -1
- package/components/DevCenter/AppHeader/AppHeader.js +1 -1
- package/components/DevCenter/AppHeader/AppHeaderNew.css.js +1 -1
- package/components/DevCenter/AppHeader/AppHeaderNew.js +1 -1
- package/components/DevCenter/AppHeader/PadMode.js +1 -1
- package/components/DevCenter/AppHeader/VersionBadge.css.js +1 -1
- package/components/DevCenter/AppHeader/VersionBadge.js +1 -1
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -1
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useHelpCenter.js +1 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -1
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.scss.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
- package/components/DevCenter/NavigationBar/NavigationBar.js +1 -1
- package/components/DevCenter/SideBar/SideBar.js +1 -1
- package/components/Drillstring/BHAComponentDetail/index.js +1 -1
- package/components/Drillstring/BHAComponentIcon.js +1 -1
- package/components/Drillstring/BHASchematic.js +1 -1
- package/components/Drillstring/BHATable/BHAComponent.js +1 -1
- package/components/Drillstring/BHATable/index.js +1 -1
- package/components/EditableItem/EditableItem/index.js +1 -1
- package/components/EditableItem/EditableItemWithBadge/index.js +1 -1
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -1
- package/components/EmbeddedApp/EmbeddedApp.js +1 -1
- package/components/EmbeddedApp/components/AppInfo.js +1 -1
- package/components/EmbeddedApp/styles.css.js +1 -1
- package/components/EmojiIconButton.js +1 -1
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -1
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -1
- package/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/components/FailedFileUploading.js +1 -1
- package/components/FeedItem/FeedItem.css.js +1 -1
- package/components/FeedItem/FeedItem.js +1 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -1
- package/components/FeedItem/components/Actions.js +1 -1
- package/components/FeedItem/components/AvatarIcon.js +1 -1
- package/components/FeedItem/components/Comments.js +1 -1
- package/components/FeedItem/components/Content.js +1 -1
- package/components/FeedItem/components/CreatedAt.js +1 -1
- package/components/FeedItem/components/FeedComments.js +1 -1
- package/components/FeedItem/components/Icon.js +1 -1
- package/components/FeedItem/components/Reactions.js +1 -1
- package/components/FeedItem/components/RigAndWell.js +1 -1
- package/components/FeedItem/components/TypeAndAssetTitle.js +1 -1
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -0
- package/components/FilePreview/index.js +1 -1
- package/components/FilePreview/styles.css.js +1 -1
- package/components/FileTypeIcon.js +1 -1
- package/components/FileUploadIconButton.js +1 -1
- package/components/FilesLoader/FilesLoader.js +1 -1
- package/components/FilesLoader/Icons/CSVFileIcon.js +1 -1
- package/components/FilesLoader/Icons/DocFileIcon.js +1 -1
- package/components/FilesLoader/Icons/ExelFileIcon.js +1 -1
- package/components/FilesLoader/Icons/FileIcon.js +1 -1
- package/components/FilesLoader/Icons/IconCancel.js +1 -1
- package/components/FilesLoader/Icons/IconSuccess.js +1 -1
- package/components/FilesLoader/Icons/IconWarning.js +1 -1
- package/components/FilesLoader/Icons/ImageFileIcon.js +1 -1
- package/components/FilesLoader/Icons/PdfFileIcon.js +1 -1
- package/components/FilesLoader/Icons/UnknownFileIcon.js +1 -1
- package/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -1
- package/components/FolderMenuItem/components/FolderIcon.js +1 -1
- package/components/FolderMenuItem/components/OpenFolderIcon.js +1 -1
- package/components/FolderMenuItem/index.js +1 -1
- package/components/FolderMenuItemWithLinks/index.js +1 -1
- package/components/GoogleDocsViewer/index.js +1 -1
- package/components/GoogleDocsViewer/styles.css.js +1 -1
- package/components/HeaderLayout/HeaderLayout.css.js +1 -1
- package/components/HeaderLayout/HeaderLayout.js +1 -1
- package/components/HeaderLayout/effects/index.js +1 -1
- package/components/HelpCenter/ArticleIcon.js +1 -0
- package/components/HelpCenter/Attachments/Attachment.js +1 -0
- package/components/HelpCenter/Attachments/AttachmentList.js +1 -0
- package/components/HelpCenter/DialogLayout.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/HelpCenterDialog.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentCaption.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentItem.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentList.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentTimestamp.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/SearchInput.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/effects/useHelpContents.js +1 -0
- package/components/HelpCenter/ItemContent/ArticleItemContent.js +1 -0
- package/components/HelpCenter/ItemContent/ItemContent.js +1 -0
- package/components/HelpCenter/ItemContent/VideoItemContent.js +1 -0
- package/components/HelpCenter/SingleItemHeader.js +1 -0
- package/components/HelpCenter/index.js +1 -0
- package/components/HelpCenter/shapes/index.js +1 -0
- package/components/IconButton/index.js +1 -1
- package/components/IconMenu/index.js +1 -1
- package/components/Icons/AttachIcon.js +1 -1
- package/components/Icons/EmojiIcon.js +1 -1
- package/components/Icons/RecommendationIcon.js +1 -0
- package/components/Icons/SendIcon.js +1 -1
- package/components/ImageViewer/index.js +1 -1
- package/components/ImageViewer/styles.css.js +1 -1
- package/components/InfiniteList/index.js +1 -1
- package/components/InfiniteList/styles.css.js +1 -1
- package/components/KeyboardDateTimePicker.js +1 -1
- package/components/LabelsCounter/LabelsCounter.js +1 -1
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -1
- package/components/LoadingIndicator/InlineLoadingIndicator.js +1 -1
- package/components/LoadingIndicator/Loader.js +1 -1
- package/components/LoadingIndicator/LoadingIndicator.css.js +1 -1
- package/components/LoadingIndicator/LoadingIndicator.js +1 -1
- package/components/Login/components/Chip.js +1 -1
- package/components/Login/components/EmailField.js +1 -1
- package/components/Login/components/HiddenEmailField.js +1 -1
- package/components/Login/components/Login.global.css.js +1 -1
- package/components/Login/components/Login.js +1 -1
- package/components/Login/components/LogoIcon.js +1 -1
- package/components/Login/components/OrDivider.js +1 -1
- package/components/Login/components/PasswordField.js +1 -1
- package/components/Login/components/Step.js +1 -1
- package/components/Login/components/StepContent.js +1 -1
- package/components/Login/components/StepFooter.js +1 -1
- package/components/Login/components/StepHeader.js +1 -1
- package/components/MenuItem/index.js +1 -1
- package/components/Modal/Modal.css.js +1 -1
- package/components/Modal/index.js +1 -1
- package/components/Notifications/Notifications.js +1 -1
- package/components/Notifications/NotificationsContainer.js +1 -1
- package/components/Notifications/components/Toast.js +1 -1
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/index.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/Map.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/index.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/index.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/index.js +1 -1
- package/components/OffsetWellPickerV2/constants.js +1 -1
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -1
- package/components/OffsetWellPickerV2/effects/index.js +1 -1
- package/components/OffsetWellPickerV2/utils/apiCalls.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/WellSearch.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/utils/apiCalls.js +1 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -1
- package/components/OffsetWellPickerV3/constants.js +1 -1
- package/components/OffsetWellPickerV3/effects/index.js +1 -1
- package/components/OffsetWellPickerV3/index.js +1 -1
- package/components/OffsetWellPickerV3/utils/apiCalls.js +1 -1
- package/components/PadModeSelect/PadModeSelect.js +1 -1
- package/components/PadOffsetsPicker/OffsetAssetChip.js +1 -1
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -1
- package/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -1
- package/components/PadOffsetsPicker/StagesSelector.js +1 -1
- package/components/ParameterCharts/AddEditTrack.css.js +1 -1
- package/components/ParameterCharts/AddEditTrack.js +1 -1
- package/components/ParameterCharts/ChartsContext.js +1 -1
- package/components/ParameterCharts/DataContext.js +1 -1
- package/components/ParameterCharts/ParameterCharts.css.js +1 -1
- package/components/ParameterCharts/ParameterCharts.js +1 -1
- package/components/ParameterCharts/SettingsContext.js +1 -1
- package/components/ParameterCharts/components/ChartContainer.css.js +1 -1
- package/components/ParameterCharts/components/ChartContainer.js +1 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.js +1 -1
- package/components/ParameterCharts/components/Charts/LineChart.css.js +1 -1
- package/components/ParameterCharts/components/Charts/LineChart.js +1 -1
- package/components/ParameterCharts/components/DataLoadingIndicator.js +1 -1
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -1
- package/components/ParameterCharts/components/TraceHeader.css.js +1 -1
- package/components/ParameterCharts/components/TraceHeader.js +1 -1
- package/components/ParameterCharts/components/TraceSelect.js +1 -1
- package/components/ParameterCharts/components/TraceSettings.css.js +1 -1
- package/components/ParameterCharts/components/TraceSettings.js +1 -1
- package/components/ParameterCharts/components/Track.css.js +1 -1
- package/components/ParameterCharts/components/Track.js +1 -1
- package/components/ParameterCharts/components/TrackSettings.css.js +1 -1
- package/components/ParameterCharts/components/TrackSettings.js +1 -1
- package/components/PinnableFilters/PinnableFilters.css.js +1 -1
- package/components/PinnableFilters/PinnableFilters.js +1 -1
- package/components/PinnableFilters/components/FiltersToggler.js +1 -1
- package/components/PinnableFilters/components/PinAppSwitch.js +1 -1
- package/components/PinnableFilters/effects/index.js +1 -1
- package/components/PostInput/PostInput.css.js +1 -1
- package/components/PostInput/PostInput.js +1 -1
- package/components/PostPreviewDialog/index.js +1 -1
- package/components/PostPreviewDialog/styles.css.js +1 -1
- package/components/PriceInput/FormattedNumber.js +1 -1
- package/components/PriceInput/PriceInput.js +1 -1
- package/components/RangeSlider/Input.css.js +1 -1
- package/components/RangeSlider/RangeSlider.css.js +1 -1
- package/components/RangeSlider/RangeSlider.js +1 -1
- package/components/RangeSlider/inputs/FromInput.js +1 -1
- package/components/RangeSlider/inputs/ToInput.js +1 -1
- package/components/ResizableTable/ResizableTable.js +1 -1
- package/components/ResizableTable/ResizableTableCell.js +1 -1
- package/components/ResizableTable/ResizableTableHeaderCell.js +1 -1
- package/components/SearchInput/index.js +1 -1
- package/components/Select/index.js +1 -1
- package/components/SettingEditors/ColorEditor/index.js +1 -1
- package/components/SettingEditors/ColorEditor/style.css.js +1 -1
- package/components/SettingEditors/DropdownEditor/index.js +1 -1
- package/components/SettingEditors/RadioEditor/index.js +1 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -1
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -1
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -1
- package/components/SlateFormattedText/RenderElements.js +1 -1
- package/components/SlateFormattedText/SlateFormattedText.js +1 -1
- package/components/SlateFormattedText/style.css.js +1 -1
- package/components/SlateFormattedText/utils.js +1 -1
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -1
- package/components/StageDesignVActual/ComparisonHeader.js +1 -1
- package/components/StageDesignVActual/ComparisonRow.js +1 -1
- package/components/StageDesignVActual/ComparisonTable.css.js +1 -1
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -1
- package/components/Stepper/Step.css.js +1 -1
- package/components/Stepper/Step.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepsWrapper.css.js +1 -1
- package/components/Stepper/StepsWrapper.js +1 -1
- package/components/StyledMenuItem/index.js +1 -1
- package/components/SwitchControl/index.js +1 -1
- package/components/SwitchControl/style.css.js +1 -1
- package/components/Table/TableSortLabel/TableSortLabel.js +1 -1
- package/components/Table/TableToolbar/TableToolbar.js +1 -1
- package/components/Tabs/Tab.js +1 -1
- package/components/Tabs/Tabs.js +1 -1
- package/components/Template/TemplatePopover/index.js +1 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -1
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -1
- package/components/Template/TemplateSharingDialog/index.js +1 -1
- package/components/TextField/index.js +1 -1
- package/components/TextLink/index.js +1 -1
- package/components/Tooltip/MuiTooltipDcWrapper.js +1 -1
- package/components/Tooltip/Tooltip.js +1 -1
- package/components/TracesEditModal/TracesEditModal.css.js +1 -1
- package/components/TracesEditModal/TracesEditModal.js +1 -1
- package/components/TracesEditModal/TracesEditModalContainer.js +1 -1
- package/components/TruncatedText/index.js +1 -1
- package/components/UserCard/index.js +1 -1
- package/components/UserCard/style.css.js +1 -1
- package/components/UserCardPopover.js +1 -1
- package/components/UserMention/index.js +1 -1
- package/components/UserMention/style.css.js +1 -1
- package/components/UserMention/utils/index.js +1 -1
- package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -1
- package/components/VirtualizedTable/DraggableList.js +1 -1
- package/components/VirtualizedTable/VirtualizedTable.js +1 -1
- package/components/VirtualizedTable/index.js +1 -1
- package/components/WellSummary/ActivitySummaryChart.js +1 -1
- package/components/WellSummary/FracWirelineTimeChart.js +1 -1
- package/components/WellSummary/WellSummaryItemLabel.js +1 -1
- package/components/WellSummary/WellSummaryItemTitle.js +1 -1
- package/components/WellSummary/WellSummaryItemValue.js +1 -1
- package/components/WellSummary/effects/useWellSummaryData.js +1 -1
- package/components/index.js +1 -1
- package/config/highcharts/highcharts-contour.js +1 -1
- package/config/theme/accordionOverrides.js +1 -1
- package/config/theme/buttonOverrides.js +1 -1
- package/config/theme/checkboxOverrides.js +1 -1
- package/config/theme/chipOverrides.js +1 -1
- package/config/theme/fabOverrides.js +1 -1
- package/config/theme/formControlLabelOverrides.js +1 -1
- package/config/theme/formGroupOverrides.js +1 -1
- package/config/theme/index.js +1 -1
- package/config/theme/lightThemePalette.mjs.js +1 -1
- package/config/theme/palette.mjs.js +1 -1
- package/config/theme/radioOverrides.js +1 -1
- package/config/theme/tableOverrides.js +1 -1
- package/config/theme/textFieldOverrides.js +1 -1
- package/config/theme/themeVariables.mjs.js +1 -1
- package/config/theme/toggleButtonsGroupOverrides.js +1 -1
- package/config/theme/tooltipOverrides.js +1 -1
- package/constants/bha.js +1 -1
- package/constants/feed.js +1 -1
- package/constants/goals.js +1 -1
- package/constants/helpCenter.js +1 -1
- package/constants/index.js +1 -1
- package/effects/useDevCenterApp.js +1 -1
- package/effects/useEscPress.js +1 -1
- package/effects/useOutsideClick.js +1 -1
- package/effects/useSignedURL.js +1 -1
- package/effects/useSubscriptions.js +1 -1
- 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 -1
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -1
- package/ext-esm/@material-ui/icons/esm/Map.js +1 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -1
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -1
- package/ext-esm/style-inject/dist/style-inject.es.js +1 -1
- package/hocs/withMUIProvidersHOC.js +1 -1
- package/index.js +1 -1
- package/package.json +20 -6
- package/permissions/PermissionsContext.js +1 -1
- package/permissions/ProvidePermissions.js +1 -1
- package/permissions/constants/appsPermissions.js +1 -1
- package/permissions/constants/index.js +1 -1
- package/permissions/constants/settingsApps.js +1 -1
- package/permissions/index.js +1 -1
- package/permissions/usePermissions.js +1 -1
- package/permissions/useProvidePermissions.js +1 -1
- package/permissions/withPermissionsHOC.js +1 -1
- package/styles/counter/counter.module.scss.js +1 -1
- package/styles/customScrollbars.global.css.js +1 -1
- package/styles/emojiMart.global.css.js +1 -1
- package/styles/generatedThemesVariables.global.css.js +1 -1
- package/styles/index.global.css.js +1 -1
- package/styles/mapbox.global.css.js +1 -1
- package/styles/reactVirtualized.global.css.js +1 -1
- package/styles/typography/colors.module.scss.js +1 -1
- package/styles/typography/index.js +1 -1
- package/styles/typography/typography.module.scss.js +1 -1
- package/utils/DrillstringUtils.js +1 -1
- package/utils/FluidCheckUtils.js +1 -1
- package/utils/apps.js +1 -1
- package/utils/casing/conversion.js +1 -1
- package/utils/casing/validation.js +1 -1
- package/utils/completion.js +1 -1
- package/utils/convert.js +1 -1
- package/utils/convertKeys.js +1 -1
- package/utils/devcenter.js +1 -1
- package/utils/drillstring/validation.js +1 -1
- package/utils/feed.js +1 -1
- package/utils/index.js +1 -1
- package/utils/lasParser.js +1 -1
- package/utils/main.js +1 -1
- package/utils/mapUnits.js +1 -1
- package/utils/mapbox.js +1 -1
- package/utils/metrics/index.js +1 -1
- package/utils/metrics/metricsConfig.js +1 -1
- package/utils/permissions.js +1 -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/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/HelpCenterDialog.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/ArticleIcon.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/ArticleItemContent.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentCaption.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentItem.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentList.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentTimestamp.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/ItemContent.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/SearchInput.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/VideoItemContent.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/effects/useHelpContents.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/shapes/index.js +0 -1
- package/utils/user.js +0 -1
package/utils/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"@babel/runtime/helpers/defineProperty";import
|
|
1
|
+
import r from"@babel/runtime/helpers/defineProperty";import*as t from"./StageDesignVActualUtils.js";export{t as StageDesignVActualUtils};import*as o from"./alerts.js";export{o as alerts};import*as e from"./audio.js";export{e as audio};import*as s from"./casing/index.js";export{s as casing};import*as i from"./chartSeries.js";export{i as chartSeries};import*as a from"./completion.js";export{a as completion};import*as p from"./components.js";import{convertArray as m,convertValue as n,getAllUnitTypes as f,getDefaultImperialUnit as c,getDefaultUnits as l,getUnitDescription as j,getUnitDisplay as x,getUnitPlural as u,getUnitPreference as g,getUnitsByType as y,getUnitSingular as U,getUnitSystem as b,updateUserUnits as v,getUserUnits as d,subscribeForUserUnitsUpdates as O,convertImmutables as h,convertImmutablesByBatch as P,getUniqueUnitsByType as D}from"./convert.js";import*as w from"./convert.js";export{w as convert};import*as S from"./csvExport.js";export{S as csvExport};import*as C from"./devcenter.js";export{C as devcenter};import*as N from"./drillstring/index.js";export{N as drillstring};import*as T from"./DrillstringUtils.js";export{T as drillstringUtils};import*as k from"./FluidCheckUtils.js";export{k as fluidCheckUtils};import*as A from"./formatting.js";export{A as formatting};import*as E from"./ga.js";export{E as ga};import*as B from"./goals.js";export{B as goals};import*as F from"./lasParser.js";export{F as lasParser};import*as I from"./loadable.js";export{I as loadable};import*as K from"./main.js";export{K as main};import*as q from"./mapUnits.js";export{q as mapUnits};import*as V from"./mapbox.js";import*as J from"./metrics/index.js";export{J as metricsUtils};import*as H from"./mobileDetect.js";export{H as mobileDetect};import*as M from"./nativeMessages.js";export{M as nativeMessages};import*as R from"./notifications.js";export{R as notifications};import*as W from"./permissions.js";export{W as permissions};import*as z from"./reports.js";export{z as reports};import*as G from"./rollbar.js";export{G as rollbar};import*as L from"./sqlParser.js";export{L as sqlParser};import*as Q from"./time.js";export{Q as time};import*as X from"./torqueAndHookloadUtils.js";export{X as torqueAndHookloadUtils};import*as Y from"./accuracy.js";export{Y as accuracy};export{createNotification,removeNotification,showErrorNotification,showInfoNotification,showSuccessNotification,showWarningNotification}from"./notificationToasts.js";export{convertKeysToCamelCase,convertKeysToSnakeCase,getConvertKeys}from"./convertKeys.js";import*as Z from"./dashboardReports.js";export{Z as dashboardReports};import*as $ from"./apps.js";export{$ as apps};import*as _ from"./themeVariables.js";export{_ as themeVariables};import*as rr from"./env.js";export{rr as env};import*as tr from"./fileExtension.js";export{tr as fileExtension};export{jsonaDataFormatter}from"./jsonaDataFormatter.js";import*as or from"./video.js";export{or as video};function er(r,t){var o=Object.keys(r);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(r);t&&(e=e.filter((function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),o.push.apply(o,e)}return o}var sr={get:function(r,t){var o=r[t];return"function"==typeof o?function(){for(var t=arguments.length,e=new Array(t),s=0;s<t;s++)e[s]=arguments[s];return o.apply(r,e.map((function(r){return r.toJS?r.toJS():r})))}:o}};function ir(t){return new Proxy(function(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?er(Object(e),!0).forEach((function(o){r(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):er(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}({},t),sr)}var ar=m,pr=n,mr=f,nr=c,fr=l,cr=j,lr=x,jr=u,xr=g,ur=y,gr=U,yr=b,Ur=v,br=d,vr=O,dr=h,Or=P,hr=D,Pr=ir(V),Dr=ir(p);export{Dr as components,ar as convertArray,dr as convertImmutables,Or as convertImmutablesByBatch,pr as convertValue,mr as getAllUnitTypes,nr as getDefaultImperialUnit,fr as getDefaultUnits,hr as getUniqueUnitsByType,cr as getUnitDescription,lr as getUnitDisplay,jr as getUnitPlural,xr as getUnitPreference,gr as getUnitSingular,yr as getUnitSystem,ur as getUnitsByType,br as getUserUnits,Pr as mapbox,vr as subscribeForUserUnitsUpdates,Ur as updateUserUnits};
|
package/utils/lasParser.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"@babel/runtime/helpers/
|
|
1
|
+
import r from"@babel/runtime/helpers/slicedToArray";import e from"@babel/runtime/helpers/createClass";import t from"@babel/runtime/helpers/classCallCheck";import n from"@babel/runtime/helpers/defineProperty";function i(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.push.apply(t,n)}return t}function s(r){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){n(r,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(t,e))}))}return r}var o=e((function e(){var i=this;t(this,e),n(this,"getConfiguration",(function(e){var t=null,n=null,s=null,o=!1;e.forEach((function(e){if(e.toLowerCase().startsWith("~version"))o=!0;else if(e.toLowerCase().startsWith("~"))o=!1;else{if(o){var a=e.split(" ").filter(Boolean),l=r(a,3),u=l[0],c=l[1],f=l[2];switch(u){case"VERS.":t=c;break;case"WRAP.":n=c;break;case"DLM":s=f}}i.config={version:t,wrap:n,delimiter:s}}}))})),n(this,"parseHeaders",(function(r){var e=r.split("\n");i.getConfiguration(e);var t=!1;return e.reduce((function(r,e){if(e.toLowerCase().startsWith("~curve"))return t=!0,r;if(e.startsWith("~")&&(t=!1),t&&!e.startsWith("#")&&!e.startsWith("\r")){var n=e.split(" ").filter(Boolean);return n?r.push(n[0]):r}return r}),[])})),n(this,"parseData",(function(r,e,t){var i=r.split("\n"),o=!1;return i.reduce((function(r,i){if(i.toLowerCase().startsWith("~a"))return o=!0,r;if(i.startsWith("~")&&(o=!1),o){var a=i.split(/[\t\s,]/).filter(Boolean).reduce((function(r,i,o){var a=e[o],l=t.find((function(r){return r.parsingKey===a}));if(l){var u=l.innerKey;return s(s({},r),{},n({},u,parseFloat(i,2)))}return r}),{});return a.isEmpty()?r:r.push(a)}return r}),[])})),this.config={version:null,wrap:null,delimiter:null}}));export{o as default};
|
package/utils/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"@babel/runtime/helpers/
|
|
1
|
+
import e from"@babel/runtime/helpers/asyncToGenerator";import t from"@babel/runtime/helpers/toConsumableArray";import r from"@babel/runtime/regenerator";import n from"file-saver";import o from"chroma-js";import i from"lodash/round";import a from"lodash/isNaN";import u from"lodash/isNumber";import c from"html2canvas";import s from"@material-ui/core/colors/grey";import m from"@material-ui/core/colors/red";import l from"@material-ui/core/colors/yellow";import f from"@material-ui/core/colors/blue";import p from"@material-ui/core/colors/green";import{SUPPORTED_DRILLING_OPERATIONS as h,DEFAULT_DRILLING_OPERATION_TYPE as d}from"../constants/apps.js";var g=s[500],v=m[500],b=l[500],N=f[500],F=p[500],w={formatValuePrecision:function(e){return Number.isFinite(e)?e<100&&e>-100?e.formatNumeral("0,0.00"):e.formatNumeral("0,0.0"):e},downloadPDF:function(e,t){var r=new File([t],"".concat(e,".pdf"),{type:"application/pdf;charset=utf-8"});n.saveAs(r)},unescapeLineBreaks:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.replace(/\\n/g,"\n")},dataURLtoBlob:function(e){for(var t=window.atob(e.split(",")[1]),r=e.split(",")[0].split(":")[1].split(";")[0],n=new ArrayBuffer(t.length),o=new Uint8Array(n),i=0;i<t.length;i+=1)o[i]=t.charCodeAt(i);return new Blob([n],{type:r})},banchmarkTimer:function(e){var t=new Date;return{stop:function(){var r=(new Date).getTime()-t.getTime();console.info("Timer:",e,"finished in",r,"ms")}}},convertToPercent:function(e,t){return e&&Number.isFinite(t)&&0!==t?Math.round(100*e/t*100)/100:0},getAverageByColumnsForCSV:function(e){var r=this,n=e.split("\n"),o=n[0].split(","),c=n[1].split(",").map((function(e){return[r.parseNumberFromString(e)]})),s=this.getLinesFrequency(n.length);n.shift();var m=n.reduce((function(e,n,o){if(o%s==0){var i=n.split(",").map(r.parseNumberFromString);return e.map((function(e,r){var n=+i[r];return u(n)&&!a(n)&&n>0?[].concat(t(e),[n]):e}))}return e}),c).map((function(e){return e.reduce((function(e,t){return e+t}))/e.length}));return m.map((function(e,t){return{header:o[t],value:i(e,5)}}))},parseNumberFromString:function(e){var t=+e;return a(t)?0:t},getLinesFrequency:function(e){var t="".concat(e);if(t.length<=4)return 1;var r=t.slice(4).length;return 1*Math.pow(10,r)},getColorFromString:function(e){return this.intToRGB(this.hashCode(e))},intToRGB:function(e){var t=(16777215&e).toString(16).toUpperCase();return"00000".substring(0,6-t.length)+t},hashCode:function(e){for(var t=0,r=0;r<e.length;r+=1)t=e.charCodeAt(r)+((t<<5)-t);return t},throttledEventListener:function(e,t,r,n){var o=!1,i=function(){o||(o=!0,window.requestAnimationFrame((function(){r.call(n),o=!1})))};return e.addEventListener(t,i),function(){e.removeEventListener(t,i)}},getSnapshotForElement:function(t){return e(r.mark((function e(){var n,o,i,a;return r.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=window.document.getElementById(t)){e.next=3;break}return e.abrupt("return",null);case 3:return o=n.clientHeight,i=n.clientWidth,e.next=6,c(n,{height:o,width:i,logging:!1});case 6:return a=e.sent,e.abrupt("return",a.toDataURL());case 8:case"end":return e.stop()}}),e)})))()},getAssetStatusColor:function(e){return"active"===e?F:"complete"===e?N:"paused"===e?b:"idle"===e||"unknown"===e?g:v},closest:function(e,t){return e.reduce((function(e,r){return Math.abs(r-t)<Math.abs(e-t)?r:e}))},mathMax:function(e,t){return Number.isFinite(e)?Number.isFinite(t)?Math.max(e,t):e:t},mathMin:function(e,t){return Number.isFinite(e)?Number.isFinite(t)?Math.min(e,t):e:t},getOperationByType:function(e){return Object.values(h).find((function(t){return t.value===e||d}))},getUserFullName:function(e){return e?"".concat(e.first_name," ").concat(e.last_name):""},getNameInitials:function(e){return e.split(" ").slice(0,2).map((function(e){return e.substr(0,1)})).join("")},getS3BucketName:function(){return"development"===process.env.REACT_APP_ENVIRONMENT||"qa"===process.env.REACT_APP_ENVIRONMENT?"corva-files-qa":"corva-files"},getS3FileUrl:function(e,t){return"https://".concat(e,".s3.amazonaws.com/").concat(t)},getFileNameWithExtensionFromPath:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.split("?")[0].replace(/^.*[\\/]/,"")},hexToRgbA:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,r=o(e).rgba();return r[r.length-1]=t,"rgba(".concat(r.join(","),")")},truncateString:function(e,t){return e.length>t?"".concat(e.substr(0,t-1),"…"):e},copyToClipboard:function(e){var t=document.createElement("textarea");t.textContent=e,document.body.appendChild(t);var r=document.getSelection(),n=document.createRange();n.selectNode(t),r.removeAllRanges(),r.addRange(n),document.execCommand("copy"),r.removeAllRanges(),document.body.removeChild(t)}};window.getSnapshotForElement=w.getSnapshotForElement;export{w as default};
|
package/utils/mapUnits.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var e=function(e,r){return Object.keys(e).reduce((function(t,c){var n=e[c];return t[c]=n.label,"metrics"in n&&(t[c]+=" (".concat(r[n.metrics],")")),t}),{})};export{e as default};
|
package/utils/mapbox.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{isArray as
|
|
1
|
+
import r from"@babel/runtime/helpers/slicedToArray";import{isArray as t,get as n}from"lodash";function a(t){if(!t||"string"!=typeof t||t.length<1)return[];if(-1===t.indexOf("N")&&-1===t.indexOf("S")&&-1===t.indexOf("W")&&-1===t.indexOf("E")){var n=t.split(",");return n[0]&&n[1]?(n[0]=parseFloat(n[0]),n[1]=parseFloat(n[1]),n):[]}var a=t.split(/[°'"]+/).join(" ").split(/[^\w\S]+/),e=[],i=[],o=0,u=0;for(var f in a)if(isNaN(a[f])){var l=parseFloat(a[f]),s=a[f];Number.isNaN(l)||(o+=l/Math.pow(60,u),u+=1,s=a[f].replace(l,"")),"S"!==(s=r(s,1)[0])&&"W"!==s||(o*=-1),e[e.length]=s,i[i.length]=o,o=0,u=0}else o+=parseFloat(a[f])/Math.pow(60,u),u+=1;if("W"===e[0]||"E"===e[0]){var h=i[0];i[0]=i[1],i[1]=h}return i}function e(r){return r*Math.PI/180}function i(r,t){var n=e(r[0]),a=e(t[0]),i=e(t[0]-r[0]),o=e(t[1]-r[1]),u=Math.sin(i/2)*Math.sin(i/2)+Math.cos(n)*Math.cos(a)*Math.sin(o/2)*Math.sin(o/2);return 6371e3*(2*Math.atan2(Math.sqrt(u),Math.sqrt(1-u)))/1609.34}function o(r){var n=!0;return t(r)&&2===r.length?r.forEach((function(r){Number.isFinite(r)||(n=!1)})):n=!1,n}var u=function(t){var n=r(t,2),a=n[0],e=n[1];return Math.abs(a)<=90&&Math.abs(e)<=180};function f(r){if(!r)return null;var t=n(r,["top_hole","coordinates"]),e=n(r,["top_hole","raw"]);if(t)return t;if(e){var i=a(e);if(o(i))return i}return null}function l(r){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"attributes.top_hole";if(!r)return null;var e=n(r,t)||{},i=e.coordinates,u=e.raw;if(i)return i;if(u){var f=a(u);if(o(f))return f}return null}export{f as getAssetCoordinates,l as getAssetV2Coordinates,i as getDistanceByCoordinates,u as isValidCoordinates,o as isValidLatLng,a as parseLatLng};
|
package/utils/metrics/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getMetricUnitDisplay as
|
|
1
|
+
import*as t from"./metricsConfig.js";export{t as default};import{getMetricUnitDisplay as e}from"./utils.js";export{convertPercentageMetrics,getConvertedMetricValue,getMetricUnitDisplay}from"./utils.js";function r(r){var i=t[r];return e(i)}export{r as getMetricTypeUnitDisplay};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getUnitDescription as e,
|
|
1
|
+
import{getUnitDescription as e,convertValue as t,getUnitPreference as i}from"../convert.js";import{convertPercentageMetrics as o}from"./utils.js";var n={label:"Hole Depth",key:"hole_depth",isBiggestBest:!0,unitType:"length",from:"ft"},l={label:"Total Distance Drilled",key:"hole_depth_change",unitType:"length",from:"ft",isBiggestBest:!0},p={label:"Rotary Distance Drilled",key:"drilled_feet_rotary",unitType:"length",from:"ft",isBiggestBest:!0},r={label:"Slide Distance Drilled",key:"drilled_feet_slide",unitType:"length",from:"ft"},s={label:"Rotary %",key:"drilled_feet_rotary_percentage",to:"%",customConvert:o,isBiggestBest:!0},a={label:"Slide %",key:"drilled_feet_slide_percentage",to:"%",customConvert:o},g={label:"Drilling %",key:"drilling_percentage",to:"%",customConvert:o,isBiggestBest:!0},_={label:"On-Bottom ROP",key:"rop",unitType:"velocity",from:"ft/h",isBiggestBest:!0},y={label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",from:"ft/h",isBiggestBest:!0},m={label:"Slide ROP",key:"rop_slide",unitType:"velocity",from:"ft/h",isBiggestBest:!0},u={label:"Gross ROP",key:"rop_gross",unitType:"velocity",from:"ft/h",isBiggestBest:!0},d={label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",from:"ft",formatUnitDisplay:function(e){return"".concat(e,"/day")},isBiggestBest:!0},f={label:"Rotary Drilling Time",key:"drilling_time_rotary",to:"h",isBiggestBest:!0},T={label:"Slide Drilling Time",key:"drilling_time_slide",to:"h"},c={label:"On Bottom Time",key:"on_bottom_time",to:"h"},b={label:"On Bottom %",key:"on_bottom_percentage",to:"%",customConvert:o,isBiggestBest:!0},h={label:"Slips to Slips",key:"drilling_connection_average",to:"min",unitType:"time",from:"s"},k={label:"Weight to Weight",key:"weight_to_weight_average",to:"min",from:"s",unitType:"time"},B={label:"Bottom to Slips",key:"bottom_to_slips_average",to:"min",from:"s",unitType:"time"},v={label:"Slips to Bottom",key:"slips_to_bottom_average",to:"min",from:"s",unitType:"time"},S={label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",to:"min",from:"s",unitType:"time"},C={label:"Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},H={label:"Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},O={label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},D={label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},I={label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},R={label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},w={label:"Casing Tripping In Cased Hole",key:"tripping_in_time_cased",to:"min",from:"s",unitType:"time"},P={label:"Casing Tripping In Open Hole",key:"tripping_in_time_open",to:"min",from:"s",unitType:"time"},E={label:"Casing Tripping In Entire Hole",key:"tripping_in_time",to:"min",from:"s",unitType:"time"},G={label:"Connection Time in Cased Hole",key:"tripping_in_connection_time_cased",to:"min",from:"s",unitType:"time"},L={label:"Casing Tripping In Open Hole + Connection Time in Open Hole",key:"tripping_in_time_with_connection_open",to:"min",from:"h",unitType:"time"},N={label:"Casing Tripping In Entire Hole + Connection Time in Entire Hole",key:"tripping_in_time_with_connection",to:"min",from:"h",unitType:"time"},j={label:"Casing Slips to Slips",key:"slips_to_slips_average",to:"min",from:"s",unitType:"time"},V={label:"Cased Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",from:"ft/h"},W={label:"Open Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",from:"ft/h"},x={label:"Entire Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed",unitType:"velocity",from:"ft/h"},U={label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",from:"ft/h"},q={label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",from:"ft/h"},z={label:"Cost/".concat(e(i("length")).singular),key:"cost_per_ft",customConvert:function(e){return e/t(1,"length","ft")}},A={label:"Lateral Cost/".concat(e(i("length")).singular),key:"cost_per_lat_ft",customConvert:function(e){return e/t(1,"length","ft")}},F={label:"NPT",key:"npt",unitType:"time",from:"h",to:"h"},J={label:"Circulating Time",key:"circulating_time",unitType:"time",from:"h",to:"h"},K={label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",from:"h",to:"d"},M={label:"Spud to Target",key:"spud_to_target",unitType:"time",from:"h",to:"d"},Q={label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",from:"h",to:"d"},X={label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",from:"h",to:"d"},Y={label:"Gross Time",key:"gross_time",unitType:"time",from:"s",to:"h"},Z={label:"Turn Rate",key:"turn_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},$={label:"Build Rate",key:"build_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},ee={label:"Cumulative Tortuosity",key:"cumulative_tortuosity"};export{B as bottom_to_slips_average,$ as build_rate,J as circulating_time,z as cost_per_ft,A as cost_per_lat_ft,ee as cumulative_tortuosity,p as drilled_feet_rotary,s as drilled_feet_rotary_percentage,r as drilled_feet_slide,a as drilled_feet_slide_percentage,h as drilling_connection_average,g as drilling_percentage,f as drilling_time_rotary,T as drilling_time_slide,d as feet_per_day,Y as gross_time,x as gross_tripping_in_speed,V as gross_tripping_in_speed_cased,W as gross_tripping_in_speed_open,U as gross_tripping_in_speed_total,q as gross_tripping_out_speed_total,n as hole_depth,l as hole_depth_change,F as npt,b as on_bottom_percentage,c as on_bottom_time,S as pumps_on_to_bottom_average,_ as rop,u as rop_gross,y as rop_rotary,m as rop_slide,v as slips_to_bottom_average,j as slips_to_slips,X as spud_to_landing_point,K as spud_to_rig_release_time,M as spud_to_target,Q as spud_to_total_depth_time,G as tripping_in_connection_time_cased,C as tripping_in_speed,O as tripping_in_speed_cased,I as tripping_in_speed_open,E as tripping_in_time,w as tripping_in_time_cased,P as tripping_in_time_open,N as tripping_in_time_with_connection,L as tripping_in_time_with_connection_open,H as tripping_out_speed,D as tripping_out_speed_cased,R as tripping_out_speed_open,Z as turn_rate,k as weight_to_weight_average};
|
package/utils/permissions.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"lodash/get";function n(r){return"admin"===r.role}var e={is_admin:n,is_corva_admin:function(e){return n(e)&&"corva"===r(e,["company","provider"],null)}};function o(r,n){if(n in e)return e[n](r);throw new Error("There is no rule ".concat(n,", please check the spelling"))}function t(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return n.reduce((function(n,e){return n&&o(r,e)}),!0)}export default
|
|
1
|
+
import r from"lodash/get";function n(r){return"admin"===r.role}var e={is_admin:n,is_corva_admin:function(e){return n(e)&&"corva"===r(e,["company","provider"],null)}};function o(r,n){if(n in e)return e[n](r);throw new Error("There is no rule ".concat(n,", please check the spelling"))}function t(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return n.reduce((function(n,e){return n&&o(r,e)}),!0)}export{t as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/arrayLikeToArray.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/arrayWithHoles.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/arrayWithoutHoles.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/iterableToArray.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/iterableToArrayLimit.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/nonIterableRest.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/nonIterableSpread.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/regenerator-runtime/runtime.js');module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var e=require('../ext-cjs/@babel/runtime/helpers/unsupportedIterableToArray.js');module.exports=e;
|
package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/HelpCenterDialog.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/defineProperty";import"lodash";import"@babel/runtime/helpers/toConsumableArray";import"../../../../../constants/completion.js";import"../../../../../constants/alerts.js";import e from"@babel/runtime/helpers/slicedToArray";import"../../../../../constants/goals.js";import"../../../../../constants/segment.js";import"../../../../../constants/apps.js";import"../../../../../constants/drillstring.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"@babel/runtime/regenerator";import"@babel/runtime/helpers/asyncToGenerator";import"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/typeof";import"../../../../../utils/index.js";import{jsx as t,jsxs as i}from"react/jsx-runtime";import{makeStyles as o,Dialog as r}from"@material-ui/core";import{useState as s}from"react";import"querystring";import"uuid/v1";import"../../../../../clients/jsonApi/index.js";import"../../../../../clients/subscriptions.js";import"uuid";import"@babel/runtime/helpers/objectWithoutProperties";import n from"prop-types";import"classnames";import{Close as p}from"@material-ui/icons";import"../../../../Modal/index.js";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../Avatar/index.js";import"../../../../Annotations/AnnotationsContext.js";import"../../../DevCenterRouterContext/DevCenterRouterContext.js";import"react-router";import"../../../DevCenterRouterContext/UniversalLink/UniversalLink.js";import m from"../../../../IconButton/index.js";import"../../../../ConfirmationDialog.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../AppHeader/AppHeaderNew.js";import"../../../AppHeader/AppHeader.js";import"../../../AppSideBar/AppSideBar.js";import"../../../AppContext.js";import"../../../AppsDataProvider/AppsDataProvider.js";import"@material-ui/icons/Help";import"../AppActions/AppActions.css.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../Typography.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../DisabledSettingsMessage/DisabledSettingsMessage.js";import"slate";import"../../../../SlateFormattedText/RenderElements.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../AppSettingsDialog/AppSettingsDialog.js";import"../AnnotationsButton/AnnotationsButton.js";import"../NonPriorityMenus/NonPriorityMenus.js";import"../FullscreenButton/FullscreenButton.js";import"../AppInfoMessage/AppInfoMessage.js";import"../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../DevCenterAppView/components/ChooseAssetButton/index.js";import"./components/ArticleIcon.js";import{HelpContentList as a}from"./components/HelpContentList.js";import{ItemContent as l}from"./components/ItemContent.js";import{SearchInput as d}from"./components/SearchInput.js";import{useHelpContents as c}from"./effects/useHelpContents.js";import"../../DevCenterAppContainer.css.js";import"../RestoreAppSizeButton/index.js";import"../PriorityMenus/PriorityMenus.css.js";import"../../../NavigationBar/NavigationBar.js";import"../../../SideBar/SideBar.js";import"../../../AppSettingsPopover/AppSettingsPopover.js";import"../../../IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import j from"../../../../TruncatedText/index.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../Login/components/Login.js";import"../../../../Login/components/PasswordField.js";import"../../../../Login/components/Chip.js";import"../../../../Login/components/StepFooter.js";import"../../../../Login/components/StepContent.js";import"../../../../Login/components/StepHeader.js";import"../../../../Login/components/Step.js";import"../../../../Login/components/OrDivider.js";import"../../../../Login/components/HiddenEmailField.js";import"../../../../Login/components/EmailField.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../Button/index.js";import"../../../../MenuItem/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../../Drillstring/BHASchematic.js";import"../../../../Drillstring/BHAComponentIcon.js";import"../../../../Drillstring/BHATable/index.js";import"../../../../Drillstring/BHAComponentDetail/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTable/index.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../Notifications/Notifications.js";import"../../../../TextLink/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../SearchInput/index.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../FeedItem/FeedItem.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../PostInput/PostInput.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";var u=o((function(e){return{dialogPaper:{backgroundColor:e.palette.background.b9,maxWidth:"1361px !important",position:"relative"},dialogContentWrapper:{height:680,overflow:"auto",padding:"0 40px","&:after":{content:'""',width:"100%",height:16,position:"absolute",bottom:0,left:0,right:0,zIndex:1,background:"linear-gradient(to bottom, rgba(65, 65, 65, 0) 0%, #414141 100%)"}},content:{marginBottom:16,marginTop:74,paddingTop:16},dialogHeader:{height:92,padding:"40px 40px 16px 40px",position:"absolute",top:0,left:0,right:0,background:"linear-gradient(to bottom, #414141 0%, #414141 83%, rgba(65, 65, 65, 0) 100%)",display:"flex",justifyContent:"space-between",alignItems:"center",zIndex:1},mainViewTitle:{display:"flex",alignItems:"center",justifyContent:"space-between",flexGrow:1,paddingRight:32},singleItemTitle:{display:"flex",alignItems:"center",width:"calc(100% - 36px)"},title:{fontSize:20},searchField:{width:358,backgroundColor:e.palette.background.b7},appName:{fontSize:13,letterSpacing:"0.15px",marginRight:8,color:e.palette.primary.main,flexShrink:0,"&:hover":{cursor:"pointer"}}}}));function g(o){var n=o.onClose,g=o.appName,C=o.appId,A=o.openIntercom,x=s(null),b=e(x,2),f=b[0],h=b[1],S=u(),I=c({appId:C}),P=I.helpContents,v=I.isLoading,y=I.error,D=I.searchHelpContents,T=s(""),E=e(T,2),L=E[0],k=E[1];return t(r,{open:!0,onClose:n,classes:{paper:S.dialogPaper},children:i("div",{className:S.dialogContentWrapper,children:[i("div",{className:S.dialogHeader,children:[i("div",f?{className:S.singleItemTitle,children:[i("span",{className:S.appName,onClick:function(){return h(null)},children:[g," App Help /"]}),t(j,{children:t("span",{className:S.title,children:f.title})})]}:{className:S.mainViewTitle,children:[i("div",{className:S.title,children:[g,": App Help"]}),t(d,{className:S.searchField,initialValue:L,onChange:function(e){k(e),D(e)}})]}),t(m,{onClick:function(){f?h(null):n()},tooltipProps:{title:"Close"},children:t(p,{})})]}),t("div",{className:S.content,children:f?t(l,{helpContent:f}):t(a,{openIntercom:A,helpContents:P,isLoading:v,error:y,onItemClick:h})})]},f?"singleItemView":"listView")})}g.propTypes={onClose:n.func.isRequired,appName:n.string.isRequired,appId:n.string.isRequired,openIntercom:n.func},g.defaultProps={openIntercom:void 0};export default g;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{createSvgIcon as i}from"@material-ui/core";var r=i(e("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"#FFFFFF",xmlns:"http://www.w3.org/2000/svg",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.59143 2.0835C2.75862 2.0835 2.0835 2.75862 2.0835 3.59143V16.4089C2.0835 17.2417 2.75862 17.9168 3.59143 17.9168H15.3722V17.9168C15.3723 17.9168 15.3724 17.9168 15.3726 17.9168C16.7779 17.9168 17.9172 16.7775 17.9172 15.3722V10.0711C17.9172 9.61548 17.5479 9.24618 17.0923 9.24618H14.3355V3.59143C14.3355 2.75862 13.6604 2.0835 12.8275 2.0835H3.59143ZM11.556 7.03137H4.77028V8.53931H11.556V7.03137ZM4.77028 10.0472H11.556V11.5552H4.77028V10.0472ZM11.556 13.0631H4.77028V14.5711H11.556V13.0631ZM14.3359 10.7541V15.3722C14.3359 15.9447 14.8 16.4089 15.3726 16.4089C15.9451 16.4089 16.4093 15.9447 16.4093 15.3722V10.7541H14.3359Z"})}),"ArticleIcon");export{r as ArticleIcon};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"lodash";import"@babel/runtime/helpers/typeof";import{jsxs as t,Fragment as e,jsx as r}from"react/jsx-runtime";import"slate";import"../../../../../SlateFormattedText/RenderElements.js";import o from"../../../../../SlateFormattedText/SlateFormattedText.js";import{helpContentShape as n}from"../shapes/index.js";import{HelpContentCaption as p}from"./HelpContentCaption.js";function m(n){var m=n.helpContent;return t(e,{children:[r(p,{helpContent:m}),r(o,{text:m.articleContent})]})}m.propTypes={helpContent:n.isRequired};export{m as ArticleItemContent};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/defineProperty";import"lodash";import"@babel/runtime/helpers/toConsumableArray";import"../../../../../../constants/completion.js";import"../../../../../../constants/alerts.js";import"@babel/runtime/helpers/slicedToArray";import"../../../../../../constants/goals.js";import"../../../../../../constants/segment.js";import"../../../../../../constants/apps.js";import"../../../../../../constants/drillstring.js";import"../../../../../../constants/notifications.js";import"../../../../../../constants/feed.js";import"@babel/runtime/regenerator";import"@babel/runtime/helpers/asyncToGenerator";import t from"../../../../../../utils/main.js";import"../../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/typeof";import"../../../../../../utils/index.js";import{jsxs as e,jsx as i}from"react/jsx-runtime";import{makeStyles as o}from"@material-ui/core";import"react";import"querystring";import"uuid/v1";import"../../../../../../clients/jsonApi/index.js";import"../../../../../../clients/subscriptions.js";import"uuid";import"@babel/runtime/helpers/objectWithoutProperties";import"classnames";import"../../../../../Modal/index.js";import"../../../../../IconMenu/index.js";import"../../../../../StyledMenuItem/index.js";import"../../../../../LoadingIndicator/LoadingIndicator.js";import"../../IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../../../Tooltip/MuiTooltipDcWrapper.js";import r from"../../../../../Avatar/index.js";import"../../../../../Annotations/AnnotationsContext.js";import"../../../../DevCenterRouterContext/DevCenterRouterContext.js";import"react-router";import"../../../../DevCenterRouterContext/UniversalLink/UniversalLink.js";import"../../../../../IconButton/index.js";import"../../../../../ConfirmationDialog.js";import"../../../../../Annotations/components/AnnotationsList/index.js";import"../../../../../Annotations/components/LastAnnotation/index.js";import"../../../../../PadModeSelect/PadModeSelect.js";import"../../../../AppHeader/AppHeaderNew.js";import"../../../../AppHeader/AppHeader.js";import"../../../../AppSideBar/AppSideBar.js";import"../../../../AppContext.js";import"../../../../AppsDataProvider/AppsDataProvider.js";import"@material-ui/icons/Help";import"../../AppActions/AppActions.css.js";import"../../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../../Typography.js";import"../../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"slate";import"../../../../../SlateFormattedText/RenderElements.js";import"../../../../../SlateFormattedText/SlateFormattedText.js";import"../../AppSettingsDialog/AppSettingsDialog.js";import"../../AnnotationsButton/AnnotationsButton.js";import"../../NonPriorityMenus/NonPriorityMenus.js";import"../../FullscreenButton/FullscreenButton.js";import"../../AppInfoMessage/AppInfoMessage.js";import"../../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../DevCenterAppView/components/ChooseAssetButton/index.js";import{helpContentShape as s}from"../shapes/index.js";import{HelpContentTimestamp as p}from"./HelpContentTimestamp.js";import n from"@material-ui/icons/Link";import"../HelpCenterDialog.js";import"../../../DevCenterAppContainer.css.js";import"../../RestoreAppSizeButton/index.js";import"../../PriorityMenus/PriorityMenus.css.js";import"../../../../NavigationBar/NavigationBar.js";import"../../../../SideBar/SideBar.js";import"../../../../AppSettingsPopover/AppSettingsPopover.js";import"../../../../IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import"../../../../../TruncatedText/index.js";import"../../../../../AssetEditor/SingleAssetEditor.js";import"../../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../../AssetEditor/index.js";import"../../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../../CollapsableSidebar.js";import"../../../../../DateTimePicker/index.js";import"../../../../../DatePicker/index.js";import"../../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../../ColorPicker/ColorPicker.js";import"../../../../../ParameterCharts/AddEditTrack.js";import"../../../../../ParameterCharts/ParameterCharts.js";import"../../../../../ChartActionsList/ChartActionsList.js";import"../../../../../SettingEditors/ColorEditor/index.js";import"../../../../../SettingEditors/DropdownEditor/index.js";import"../../../../../SettingEditors/RadioEditor/index.js";import"../../../../../SwitchControl/index.js";import"../../../../../RangeSlider/RangeSlider.js";import"../../../../../Login/components/Login.js";import"../../../../../Login/components/PasswordField.js";import"../../../../../Login/components/Chip.js";import"../../../../../Login/components/StepFooter.js";import"../../../../../Login/components/StepContent.js";import"../../../../../Login/components/StepHeader.js";import"../../../../../Login/components/Step.js";import"../../../../../Login/components/OrDivider.js";import"../../../../../Login/components/HiddenEmailField.js";import"../../../../../Login/components/EmailField.js";import"../../../../../Breadcrumbs/index.js";import"../../../../../VirtualizedTable/index.js";import"../../../../../EmptyView/EmptyView.js";import m from"../../../../../Button/index.js";import"../../../../../MenuItem/index.js";import"../../../../../ContextMenuItem/index.js";import"../../../../../FolderMenuItem/index.js";import"../../../../../EditableItem/EditableItem/index.js";import"../../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../../Checkbox/index.js";import"../../../../../FolderMenuItemWithLinks/index.js";import"../../../../../TextField/index.js";import"../../../../../Chip/index.js";import"../../../../../Counter/index.js";import"../../../../../AnchorsList/AnchorsList.js";import"../../../../../Select/index.js";import"../../../../../CustomSelect/index.js";import"../../../../../Tabs/Tabs.js";import"../../../../../Tabs/Tab.js";import"../../../../../ResizableTable/ResizableTable.js";import"../../../../../Drillstring/BHASchematic.js";import"../../../../../Drillstring/BHAComponentIcon.js";import"../../../../../Drillstring/BHATable/index.js";import"../../../../../Drillstring/BHAComponentDetail/index.js";import"../../../../../Casing/CasingComponentIcon.js";import"../../../../../Casing/CasingTable/index.js";import"../../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../../WellSummary/WellSummaryItemValue.js";import"../../../../../WellSummary/ActivitySummaryChart.js";import"../../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../../BICOffsetPickerDialog/index.js";import"../../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../../OffsetWellPickerV3/index.js";import"../../../../../Notifications/Notifications.js";import"../../../../../TextLink/index.js";import"../../../../../Template/TemplatePopover/index.js";import"../../../../../PinnableFilters/PinnableFilters.js";import"../../../../../HeaderLayout/HeaderLayout.js";import"../../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../../Table/TableToolbar/TableToolbar.js";import"../../../../../PriceInput/PriceInput.js";import"../../../../../LabelsCounter/LabelsCounter.js";import"../../../../../Stepper/Step.js";import"../../../../../Stepper/StepsWrapper.js";import"../../../../../Stepper/Stepper.js";import"../../../../../Comment/CommentIcon/index.js";import"../../../../../FilesLoader/FilesLoader.js";import"../../../../../SearchInput/index.js";import"../../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../../StageDesignVActual/ComparisonRow.js";import"../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../../FeedItem/FeedItem.js";import"../../../../../KeyboardDateTimePicker.js";import"../../../../../PostInput/PostInput.js";import"../../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../../AddComment/Popover.js";import"../../../../../AddComment/Popup.js";var a=o((function(t){return{caption:{width:"100%",display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:16},captionText:{display:"flex",alignItems:"center"},avatar:{marginRight:8},authorName:{marginRight:16,color:t.palette.primary.contrastText,fontWeight:500,fontSize:16,lineHeight:"22px"},timeStamp:{fontSize:14,lineHeight:"20px"}}}));function l(o){var s=o.helpContent,l=a();return e("div",{className:l.caption,children:[e("div",{className:l.captionText,children:[i(r,{displayName:"".concat(s.author.firstName," ").concat(s.author.lastName),imgSrc:s.author.profilePhoto,className:l.avatar}),i("span",{className:l.authorName,children:"".concat(s.author.firstName," ").concat(s.author.lastName)}),i(p,{helpContent:s,className:l.timeStamp})]}),i(m,{startIcon:i(n,{}),onClick:function(){return t.copyToClipboard("".concat(window.top.location.origin,"/apps/").concat(s.app.id))},variation:"tertiary",size:"small",children:"Copy link"})]})}l.propTypes={helpContent:s.isRequired};export{l as HelpContentCaption};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/defineProperty";import"lodash";import"@babel/runtime/helpers/toConsumableArray";import"../../../../../../constants/completion.js";import"../../../../../../constants/alerts.js";import"@babel/runtime/helpers/slicedToArray";import"../../../../../../constants/goals.js";import"../../../../../../constants/segment.js";import"../../../../../../constants/apps.js";import"../../../../../../constants/drillstring.js";import"../../../../../../constants/notifications.js";import"../../../../../../constants/feed.js";import{ATTACMENT_METADATA_TYPE as t}from"../../../../../../constants/helpCenter.js";import"@babel/runtime/regenerator";import"@babel/runtime/helpers/asyncToGenerator";import"../../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/typeof";import"../../../../../../utils/index.js";import{jsxs as e,jsx as i}from"react/jsx-runtime";import{makeStyles as o}from"@material-ui/core";import"react";import"querystring";import"uuid/v1";import"../../../../../../clients/jsonApi/index.js";import"../../../../../../clients/subscriptions.js";import"uuid";import"@babel/runtime/helpers/objectWithoutProperties";import r from"prop-types";import"classnames";import"../../../../../Modal/index.js";import"../../../../../IconMenu/index.js";import"../../../../../StyledMenuItem/index.js";import"../../../../../LoadingIndicator/LoadingIndicator.js";import"../../IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../../Avatar/index.js";import"../../../../../Annotations/AnnotationsContext.js";import"../../../../DevCenterRouterContext/DevCenterRouterContext.js";import"react-router";import"../../../../DevCenterRouterContext/UniversalLink/UniversalLink.js";import"../../../../../IconButton/index.js";import"../../../../../ConfirmationDialog.js";import"../../../../../Annotations/components/AnnotationsList/index.js";import"../../../../../Annotations/components/LastAnnotation/index.js";import"../../../../../PadModeSelect/PadModeSelect.js";import"../../../../AppHeader/AppHeaderNew.js";import"../../../../AppHeader/AppHeader.js";import"../../../../AppSideBar/AppSideBar.js";import"../../../../AppContext.js";import"../../../../AppsDataProvider/AppsDataProvider.js";import"@material-ui/icons/Help";import"../../AppActions/AppActions.css.js";import"../../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../../Typography.js";import"../../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"slate";import"../../../../../SlateFormattedText/RenderElements.js";import"../../../../../SlateFormattedText/SlateFormattedText.js";import"../../AppSettingsDialog/AppSettingsDialog.js";import"../../AnnotationsButton/AnnotationsButton.js";import"../../NonPriorityMenus/NonPriorityMenus.js";import"../../FullscreenButton/FullscreenButton.js";import"../../AppInfoMessage/AppInfoMessage.js";import"../../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../DevCenterAppView/components/ChooseAssetButton/index.js";import s from"@material-ui/icons/PlayCircleFilled";import{helpContentShape as n}from"../shapes/index.js";import{ArticleIcon as p}from"./ArticleIcon.js";import{HelpContentTimestamp as m}from"./HelpContentTimestamp.js";import"../HelpCenterDialog.js";import"../../../DevCenterAppContainer.css.js";import"../../RestoreAppSizeButton/index.js";import"../../PriorityMenus/PriorityMenus.css.js";import"../../../../NavigationBar/NavigationBar.js";import"../../../../SideBar/SideBar.js";import"../../../../AppSettingsPopover/AppSettingsPopover.js";import"../../../../IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import a from"../../../../../TruncatedText/index.js";import"../../../../../AssetEditor/SingleAssetEditor.js";import"../../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../../AssetEditor/index.js";import"../../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../../CollapsableSidebar.js";import"../../../../../DateTimePicker/index.js";import"../../../../../DatePicker/index.js";import"../../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../../ColorPicker/ColorPicker.js";import"../../../../../ParameterCharts/AddEditTrack.js";import"../../../../../ParameterCharts/ParameterCharts.js";import"../../../../../ChartActionsList/ChartActionsList.js";import"../../../../../SettingEditors/ColorEditor/index.js";import"../../../../../SettingEditors/DropdownEditor/index.js";import"../../../../../SettingEditors/RadioEditor/index.js";import"../../../../../SwitchControl/index.js";import"../../../../../RangeSlider/RangeSlider.js";import"../../../../../Login/components/Login.js";import"../../../../../Login/components/PasswordField.js";import"../../../../../Login/components/Chip.js";import"../../../../../Login/components/StepFooter.js";import"../../../../../Login/components/StepContent.js";import"../../../../../Login/components/StepHeader.js";import"../../../../../Login/components/Step.js";import"../../../../../Login/components/OrDivider.js";import"../../../../../Login/components/HiddenEmailField.js";import"../../../../../Login/components/EmailField.js";import"../../../../../Breadcrumbs/index.js";import"../../../../../VirtualizedTable/index.js";import"../../../../../EmptyView/EmptyView.js";import"../../../../../Button/index.js";import"../../../../../MenuItem/index.js";import"../../../../../ContextMenuItem/index.js";import"../../../../../FolderMenuItem/index.js";import"../../../../../EditableItem/EditableItem/index.js";import"../../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../../Checkbox/index.js";import"../../../../../FolderMenuItemWithLinks/index.js";import"../../../../../TextField/index.js";import"../../../../../Chip/index.js";import"../../../../../Counter/index.js";import"../../../../../AnchorsList/AnchorsList.js";import"../../../../../Select/index.js";import"../../../../../CustomSelect/index.js";import"../../../../../Tabs/Tabs.js";import"../../../../../Tabs/Tab.js";import"../../../../../ResizableTable/ResizableTable.js";import"../../../../../Drillstring/BHASchematic.js";import"../../../../../Drillstring/BHAComponentIcon.js";import"../../../../../Drillstring/BHATable/index.js";import"../../../../../Drillstring/BHAComponentDetail/index.js";import"../../../../../Casing/CasingComponentIcon.js";import"../../../../../Casing/CasingTable/index.js";import"../../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../../WellSummary/WellSummaryItemValue.js";import"../../../../../WellSummary/ActivitySummaryChart.js";import"../../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../../BICOffsetPickerDialog/index.js";import"../../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../../OffsetWellPickerV3/index.js";import"../../../../../Notifications/Notifications.js";import"../../../../../TextLink/index.js";import"../../../../../Template/TemplatePopover/index.js";import"../../../../../PinnableFilters/PinnableFilters.js";import"../../../../../HeaderLayout/HeaderLayout.js";import"../../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../../Table/TableToolbar/TableToolbar.js";import"../../../../../PriceInput/PriceInput.js";import"../../../../../LabelsCounter/LabelsCounter.js";import"../../../../../Stepper/Step.js";import"../../../../../Stepper/StepsWrapper.js";import"../../../../../Stepper/Stepper.js";import"../../../../../Comment/CommentIcon/index.js";import"../../../../../FilesLoader/FilesLoader.js";import"../../../../../SearchInput/index.js";import"../../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../../StageDesignVActual/ComparisonRow.js";import"../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../../FeedItem/FeedItem.js";import"../../../../../KeyboardDateTimePicker.js";import"../../../../../PostInput/PostInput.js";import"../../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../../AddComment/Popover.js";import"../../../../../AddComment/Popup.js";var l=o((function(t){return{helpContentItem:{width:411,border:"1px solid ".concat(t.palette.primary.text9),borderRadius:8,marginBottom:24,overflow:"hidden","&:hover":{cursor:"pointer",borderColor:t.palette.primary.main},"&:not(:nth-child(3n))":{marginRight:24}},imageContainer:{width:"100%",height:231},coverImage:{width:"100%",height:"100%"},caption:{display:"flex",alignItems:"center",padding:"8px 16px"},captionTextContainer:{marginLeft:16,width:"calc(100% - 40px)"},title:{fontWeight:500,fontSize:18,lineHeight:"24px",color:t.palette.primary.contrastText}}})),d=function(e){var i,o;return null===(i=e.attachmentMetadata)||void 0===i||null===(o=i.find((function(e){return e.type===t.thumb})))||void 0===o?void 0:o.cdn_url};function j(t){var o=t.helpContent,r=t.onClick,n=l(),j=o.articleContent?p:s;return e("div",{className:n.helpContentItem,onClick:r,children:[i("div",{className:n.imageContainer,children:i("img",{src:d(o),alt:"Cover image",className:n.coverImage})}),e("div",{className:n.caption,children:[i(j,{}),e("div",{className:n.captionTextContainer,children:[i("span",{className:n.title,children:i(a,{children:o.title})}),i(m,{helpContent:o})]})]})]})}j.propTypes={helpContent:n.isRequired,onClick:r.func.isRequired};export{j as HelpContentItem};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/defineProperty";import"lodash";import"@babel/runtime/helpers/toConsumableArray";import"../../../../../../constants/completion.js";import"../../../../../../constants/alerts.js";import"@babel/runtime/helpers/slicedToArray";import"../../../../../../constants/goals.js";import"../../../../../../constants/segment.js";import"../../../../../../constants/apps.js";import"../../../../../../constants/drillstring.js";import"../../../../../../constants/notifications.js";import"../../../../../../constants/feed.js";import"@babel/runtime/regenerator";import"@babel/runtime/helpers/asyncToGenerator";import"../../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/typeof";import"../../../../../../utils/index.js";import{jsxs as e,jsx as t,Fragment as i}from"react/jsx-runtime";import{makeStyles as o}from"@material-ui/core";import"react";import"querystring";import"uuid/v1";import"../../../../../../clients/jsonApi/index.js";import"../../../../../../clients/subscriptions.js";import"uuid";import"@babel/runtime/helpers/objectWithoutProperties";import r from"prop-types";import"classnames";import"../../../../../Modal/index.js";import"../../../../../IconMenu/index.js";import"../../../../../StyledMenuItem/index.js";import s from"../../../../../LoadingIndicator/LoadingIndicator.js";import"../../IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../../Avatar/index.js";import"../../../../../Annotations/AnnotationsContext.js";import"../../../../DevCenterRouterContext/DevCenterRouterContext.js";import"react-router";import"../../../../DevCenterRouterContext/UniversalLink/UniversalLink.js";import"../../../../../IconButton/index.js";import"../../../../../ConfirmationDialog.js";import"../../../../../Annotations/components/AnnotationsList/index.js";import"../../../../../Annotations/components/LastAnnotation/index.js";import"../../../../../PadModeSelect/PadModeSelect.js";import"../../../../AppHeader/AppHeaderNew.js";import"../../../../AppHeader/AppHeader.js";import"../../../../AppSideBar/AppSideBar.js";import"../../../../AppContext.js";import"../../../../AppsDataProvider/AppsDataProvider.js";import"@material-ui/icons/Help";import"../../AppActions/AppActions.css.js";import"../../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../../Typography.js";import"../../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"slate";import"../../../../../SlateFormattedText/RenderElements.js";import"../../../../../SlateFormattedText/SlateFormattedText.js";import"../../AppSettingsDialog/AppSettingsDialog.js";import"../../AnnotationsButton/AnnotationsButton.js";import"../../NonPriorityMenus/NonPriorityMenus.js";import"../../FullscreenButton/FullscreenButton.js";import"../../AppInfoMessage/AppInfoMessage.js";import"../../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../DevCenterAppView/components/ChooseAssetButton/index.js";import{helpContentShape as n}from"../shapes/index.js";import{HelpContentItem as p}from"./HelpContentItem.js";import"../HelpCenterDialog.js";import"../../../DevCenterAppContainer.css.js";import"../../RestoreAppSizeButton/index.js";import"../../PriorityMenus/PriorityMenus.css.js";import"../../../../NavigationBar/NavigationBar.js";import"../../../../SideBar/SideBar.js";import"../../../../AppSettingsPopover/AppSettingsPopover.js";import"../../../../IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import"../../../../../TruncatedText/index.js";import"../../../../../AssetEditor/SingleAssetEditor.js";import"../../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../../AssetEditor/index.js";import"../../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../../CollapsableSidebar.js";import"../../../../../DateTimePicker/index.js";import"../../../../../DatePicker/index.js";import"../../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../../ColorPicker/ColorPicker.js";import"../../../../../ParameterCharts/AddEditTrack.js";import"../../../../../ParameterCharts/ParameterCharts.js";import"../../../../../ChartActionsList/ChartActionsList.js";import"../../../../../SettingEditors/ColorEditor/index.js";import"../../../../../SettingEditors/DropdownEditor/index.js";import"../../../../../SettingEditors/RadioEditor/index.js";import"../../../../../SwitchControl/index.js";import"../../../../../RangeSlider/RangeSlider.js";import"../../../../../Login/components/Login.js";import"../../../../../Login/components/PasswordField.js";import"../../../../../Login/components/Chip.js";import"../../../../../Login/components/StepFooter.js";import"../../../../../Login/components/StepContent.js";import"../../../../../Login/components/StepHeader.js";import"../../../../../Login/components/Step.js";import"../../../../../Login/components/OrDivider.js";import"../../../../../Login/components/HiddenEmailField.js";import"../../../../../Login/components/EmailField.js";import"../../../../../Breadcrumbs/index.js";import"../../../../../VirtualizedTable/index.js";import"../../../../../EmptyView/EmptyView.js";import"../../../../../Button/index.js";import"../../../../../MenuItem/index.js";import"../../../../../ContextMenuItem/index.js";import"../../../../../FolderMenuItem/index.js";import"../../../../../EditableItem/EditableItem/index.js";import"../../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../../Checkbox/index.js";import"../../../../../FolderMenuItemWithLinks/index.js";import"../../../../../TextField/index.js";import"../../../../../Chip/index.js";import"../../../../../Counter/index.js";import"../../../../../AnchorsList/AnchorsList.js";import"../../../../../Select/index.js";import"../../../../../CustomSelect/index.js";import"../../../../../Tabs/Tabs.js";import"../../../../../Tabs/Tab.js";import"../../../../../ResizableTable/ResizableTable.js";import"../../../../../Drillstring/BHASchematic.js";import"../../../../../Drillstring/BHAComponentIcon.js";import"../../../../../Drillstring/BHATable/index.js";import"../../../../../Drillstring/BHAComponentDetail/index.js";import"../../../../../Casing/CasingComponentIcon.js";import"../../../../../Casing/CasingTable/index.js";import"../../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../../WellSummary/WellSummaryItemValue.js";import"../../../../../WellSummary/ActivitySummaryChart.js";import"../../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../../BICOffsetPickerDialog/index.js";import"../../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../../OffsetWellPickerV3/index.js";import"../../../../../Notifications/Notifications.js";import m from"../../../../../TextLink/index.js";import"../../../../../Template/TemplatePopover/index.js";import"../../../../../PinnableFilters/PinnableFilters.js";import"../../../../../HeaderLayout/HeaderLayout.js";import"../../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../../Table/TableToolbar/TableToolbar.js";import"../../../../../PriceInput/PriceInput.js";import"../../../../../LabelsCounter/LabelsCounter.js";import"../../../../../Stepper/Step.js";import"../../../../../Stepper/StepsWrapper.js";import"../../../../../Stepper/Stepper.js";import"../../../../../Comment/CommentIcon/index.js";import"../../../../../FilesLoader/FilesLoader.js";import"../../../../../SearchInput/index.js";import"../../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../../StageDesignVActual/ComparisonRow.js";import"../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../../FeedItem/FeedItem.js";import"../../../../../KeyboardDateTimePicker.js";import"../../../../../PostInput/PostInput.js";import"../../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../../AddComment/Popover.js";import"../../../../../AddComment/Popup.js";var a=o((function(e){return{helpContentList:{width:1281},loader:{height:500,display:"flex",alignItems:"center"},helpContentsContainer:{width:"100%",display:"flex",flexWrap:"wrap"},footer:{display:"flex",alignItems:"center",justifyContent:"center",height:32,width:"100%",fontSize:14,lineHeight:"20px",color:e.palette.primary.text7,marginBottom:12},link:{color:e.palette.primary.main,"&:hover":{cursor:"pointer"}}}}));function l(o){var r=o.isLoading,n=o.error,l=o.helpContents,d=o.onItemClick,j=o.openIntercom,c=a();return e("div",{className:c.helpContentList,children:[r&&t(s,{fullscreen:!1,className:c.loader}),n&&n.message,!r&&!n&&0===!l.length&&"No help contents were found",!r&&!n&&l.length>0&&t(i,{children:t("div",{className:c.helpContentsContainer,children:l.map((function(e){return t(p,{helpContent:e,onClick:function(){return d(e)}},e.id)}))})}),!r&&!n&&t("div",{className:c.footer,children:e("span",{children:["Did nоt find an answer? Visit"," ",t(m,{href:"https://help.corva.ai",children:"Corva Help Center"})," or"," ",t("span",{className:c.link,onClick:function(){return j()},children:"contact us"}),"."]})})]})}l.propTypes={isLoading:r.bool.isRequired,error:r.shape({message:r.string.isRequired}),helpContents:r.arrayOf(n).isRequired,onItemClick:r.func.isRequired,openIntercom:r.func},l.defaultProps={error:null,openIntercom:function(){}};export{l as HelpContentList};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import t from"moment";import{jsx as e}from"react/jsx-runtime";import{makeStyles as r}from"@material-ui/core";import m from"prop-types";import o from"classnames";import{helpContentShape as a}from"../shapes/index.js";var p=r((function(t){return{timeStamp:{fontSize:12,lineHeight:"17px",color:t.palette.primary.text6,letterSpacing:"0.4px"}}}));function i(r){var m=r.helpContent,a=r.className,i=p(),n=t(m.updatedAt||m.createdAt).format("MM/DD/YY HH:mm");return e("div",{className:o(i.timeStamp,a),children:n})}i.propTypes={helpContent:a.isRequired,className:m.string},i.defaultProps={className:null};export{i as HelpContentTimestamp};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as t}from"react/jsx-runtime";import{Box as e}from"@material-ui/core";import{helpContentShape as r}from"../shapes/index.js";import{ArticleItemContent as o}from"./ArticleItemContent.js";import{VideoItemContent as n}from"./VideoItemContent.js";function i(r){var i=r.helpContent,m=i.articleContent?o:n;return t(e,{width:"982px",children:t(m,{helpContent:i})})}i.propTypes={helpContent:r.isRequired};export{i as ItemContent};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{debounce as r}from"lodash";import e from"@babel/runtime/helpers/slicedToArray";import{jsxs as o,jsx as a}from"react/jsx-runtime";import{makeStyles as i,Paper as t,InputBase as n}from"@material-ui/core";import c from"@material-ui/icons/Close";import{useState as l,useCallback as s}from"react";import m from"prop-types";import p from"classnames";import u from"@material-ui/icons/Search";var h=i((function(r){return{root:{display:"flex",alignItems:"center",height:30,paddingLeft:19,borderRadius:30,boxShadow:"none","&:focus-within":{boxShadow:"inset 0 0 0 2px ".concat(r.palette.primary.main)},width:358,backgroundColor:r.palette.background.b7},input:{flex:1,fontSize:14,fontWeight:200},searchIcon:{height:16,width:16,color:r.palette.primary.contrastText,marginRight:9},closeIcon:{height:16,width:16,margin:"0 10px",color:r.palette.primary.text6,cursor:"pointer"}}})),f=function(i){var m=i.onChange,f=i.initialValue,d=h(),g=l(f),x=e(g,2),b=x[0],y=x[1],v=s(r(m,500),[]);return o(t,{className:p(d.root),children:[a(u,{className:d.searchIcon}),a(n,{className:d.input,placeholder:"Search ...",value:b,inputProps:{"aria-label":"search"},onChange:function(r){var e=r.target;y(e.value),v(e.value)}}),b&&a(c,{className:d.closeIcon,onClick:function(){y(""),m("")}})]})};f.propTypes={onChange:m.func.isRequired,initialValue:m.string.isRequired};export{f as SearchInput};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{ATTACMENT_METADATA_TYPE as e}from"../../../../../../constants/helpCenter.js";import{VIDEO_SOURCES as t}from"../../../../../../constants/video.js";import{getVideoSourceAndIdByUrl as i}from"../../../../../../utils/video.js";import{jsxs as o,Fragment as r,jsx as n}from"react/jsx-runtime";import{makeStyles as a}from"@material-ui/core";import{helpContentShape as d}from"../shapes/index.js";import{HelpContentCaption as c}from"./HelpContentCaption.js";var l=a((function(e){return{videoContainer:{width:"100%",minHeight:507,marginBottom:16},video:{width:"100%"},youtubeVideoContainer:{height:507},description:{width:"100%",color:e.palette.primary.contrastText,fontSize:16,lineHeight:"22px",paddingBottom:32}}})),s=function(t){var i,o;return null===(i=t.attachmentMetadata)||void 0===i||null===(o=i.find((function(t){return t.type===e.video})))||void 0===o?void 0:o.cdn_url};function m(e){var a=e.helpContent,d=l(),m=i(a.url),p=m.source,u=m.id,h=p===t.YOUTUBE;return o(r,{children:[o("div",{className:d.videoContainer,children:[h&&n("div",{className:d.youtubeVideoContainer,children:n("iframe",{width:"100%",height:"100%",src:"https://www.youtube.com/embed/".concat(u),title:a.title,frameBorder:0,allow:"picture-in-picture",allowFullScreen:!0})}),!h&&n("video",{controls:!0,preload:"metadata",className:d.video,children:n("source",{src:s(a)})})]}),n(c,{helpContent:a}),n("div",{className:d.description,children:a.description})]})}m.propTypes={helpContent:d.isRequired};export{m as VideoItemContent};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import r from"@babel/runtime/helpers/slicedToArray";import e from"@babel/runtime/regenerator";import t from"@babel/runtime/helpers/asyncToGenerator";import{jsonaDataFormatter as n}from"../../../../../../utils/jsonaDataFormatter.js";import"../../../../../../utils/index.js";import{useState as a,useEffect as o}from"react";import{getAppHelpContent as s}from"../../../../../../clients/jsonApi/index.js";function i(i){var p,c=i.appId,u=a([]),l=r(u,2),m=l[0],f=l[1],d=a(!1),h=r(d,2),b=h[0],x=h[1],j=a(null),v=r(j,2),I=v[0],y=v[1],g=(p=t(e.mark((function r(t){var a,o,i,p;return e.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return a=t.appId,o=t.search,x(!0),y(null),r.prev=3,r.next=6,s(a,{search:o,status:"published"});case 6:i=r.sent,p=n.deserialize(i),f(p),r.next=14;break;case 11:r.prev=11,r.t0=r.catch(3),y(r.t0);case 14:x(!1);case 15:case"end":return r.stop()}}),r,null,[[3,11]])}))),function(r){return p.apply(this,arguments)});return o((function(){g({appId:c})}),[c]),{helpContents:m,isLoading:b,error:I,searchHelpContents:function(r){return g({appId:c,search:r})}}}export{i as useHelpContents};
|
package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/shapes/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{ATTACMENT_METADATA_TYPE as e}from"../../../../../../constants/helpCenter.js";import r from"prop-types";var t=r.shape({id:r.number.isRequired,createdAt:r.number.isRequired,updatedAt:r.number.isRequired,title:r.string.isRequired,articleContent:r.string,attachmentMetadata:r.arrayOf(r.shape({type:r.oneOf(Object.values(e)).isRequired,cdn_url:r.string.isRequired})).isRequired});export{t as helpContentShape};
|
package/utils/user.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{get as r}from"lodash";var o=function(r){return!!r&&"developeradmin"===r.role},e=function(o){return!!o&&("admin"===o.role&&"corva"===r(o,["company","provider"]))};export{e as isUserCorvaAdmin,o as isUserDeveloperAdmin};
|