@corva/ui 0.75.0-12-devc-458 → 0.75.0-13

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.
Files changed (924) hide show
  1. package/cjs-bundle/CLI/hocs/constants.js +1 -0
  2. package/cjs-bundle/CLI/hocs/utils.js +1 -0
  3. package/cjs-bundle/clients/api/apiCore.js +1 -0
  4. package/cjs-bundle/clients/api/httpMessages.js +1 -0
  5. package/cjs-bundle/clients/clientStorage/core.js +1 -0
  6. package/cjs-bundle/clients/clientStorage/index.js +1 -0
  7. package/cjs-bundle/clients/constants.js +1 -0
  8. package/cjs-bundle/clients/index.js +1 -0
  9. package/cjs-bundle/clients/jsonApi/index.js +1 -0
  10. package/cjs-bundle/clients/jsonApi/postTaskAndWaitResult.js +1 -0
  11. package/cjs-bundle/clients/subscriptions.js +1 -0
  12. package/cjs-bundle/clients/utils.js +1 -0
  13. package/cjs-bundle/components/AddComment/Popover.js +1 -0
  14. package/cjs-bundle/components/AddComment/Popup.js +1 -0
  15. package/cjs-bundle/components/AddComment/components/Content.js +1 -0
  16. package/cjs-bundle/components/AdvancedSlider/AdvancedSlider.js +1 -0
  17. package/cjs-bundle/components/AdvancedSlider/Handle.js +1 -0
  18. package/cjs-bundle/components/AnchorsList/AnchorsList.js +1 -0
  19. package/cjs-bundle/components/Annotations/AnnotationsContext.js +1 -0
  20. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -0
  21. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -0
  22. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -0
  23. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -0
  24. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -0
  25. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -0
  26. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -0
  27. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -0
  28. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -0
  29. package/cjs-bundle/components/Annotations/components/AnnotationsList/index.js +1 -0
  30. package/cjs-bundle/components/Annotations/components/AnnotationsList/style.css.js +1 -0
  31. package/cjs-bundle/components/Annotations/components/LastAnnotation/index.js +1 -0
  32. package/cjs-bundle/components/Annotations/components/LastAnnotation/style.css.js +1 -0
  33. package/cjs-bundle/components/Annotations/constants.js +1 -0
  34. package/cjs-bundle/components/AppIcon/AppIcon.js +1 -0
  35. package/cjs-bundle/components/AppIcon/assets/CompletionAppIcon.js +1 -0
  36. package/cjs-bundle/components/AppIcon/assets/CompletionAppIconBe.js +1 -0
  37. package/cjs-bundle/components/AppIcon/assets/DrillingAppIcon.js +1 -0
  38. package/cjs-bundle/components/AppIcon/assets/DrillingAppIconBe.js +1 -0
  39. package/cjs-bundle/components/AppIcon/assets/NoSegmentAppIcon.js +1 -0
  40. package/cjs-bundle/components/AppIcon/utils.js +1 -0
  41. package/cjs-bundle/components/AppVersionsSelect/AppVersionsSelect.js +1 -0
  42. package/cjs-bundle/components/AppVersionsSelect/effects/index.js +1 -0
  43. package/cjs-bundle/components/AssetEditor/AssetEditorAutocomplete.js +1 -0
  44. package/cjs-bundle/components/AssetEditor/AssetEditors.css.js +1 -0
  45. package/cjs-bundle/components/AssetEditor/SingleAssetEditor.js +1 -0
  46. package/cjs-bundle/components/AssetEditor/constants.js +1 -0
  47. package/cjs-bundle/components/AssetEditor/effects/index.js +1 -0
  48. package/cjs-bundle/components/AssetEditor/index.js +1 -0
  49. package/cjs-bundle/components/AssetEditorV2/components/MultipleAssetsToggle.js +1 -0
  50. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelect.js +1 -0
  51. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelectV2.js +1 -0
  52. package/cjs-bundle/components/AssetEditorV2/components/SecondaryAssetSelect.js +1 -0
  53. package/cjs-bundle/components/AssetEditorV2/components/SelectItem.js +1 -0
  54. package/cjs-bundle/components/AssetEditorV2/constants.js +1 -0
  55. package/cjs-bundle/components/AssetEditorV2/effects/index.js +1 -0
  56. package/cjs-bundle/components/AssetEditorV2/effects/usePrimaryAssetSelectData.js +1 -0
  57. package/cjs-bundle/components/AssetEditorV2/index.js +1 -0
  58. package/cjs-bundle/components/AssetEditorV2/utils/index.js +1 -0
  59. package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.js +1 -0
  60. package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.styles.css.js +1 -0
  61. package/cjs-bundle/components/AssetNameLabel/AssetStatusBadge.js +1 -0
  62. package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -0
  63. package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +1 -0
  64. package/cjs-bundle/components/Attachment/index.js +1 -0
  65. package/cjs-bundle/components/Attachment/styles.css.js +1 -0
  66. package/cjs-bundle/components/Autocomplete/Autocomplete.js +1 -0
  67. package/cjs-bundle/components/Avatar/index.js +1 -0
  68. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -0
  69. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.js +1 -0
  70. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -0
  71. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.js +1 -0
  72. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -0
  73. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  74. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  75. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  76. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -0
  77. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  78. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -0
  79. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -0
  80. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -0
  81. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -0
  82. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -0
  83. package/cjs-bundle/components/BICOffsetPickerDialog/constants.js +1 -0
  84. package/cjs-bundle/components/BICOffsetPickerDialog/effects/index.js +1 -0
  85. package/cjs-bundle/components/BICOffsetPickerDialog/index.js +1 -0
  86. package/cjs-bundle/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -0
  87. package/cjs-bundle/components/Breadcrumbs/index.js +1 -0
  88. package/cjs-bundle/components/Button/index.js +1 -0
  89. package/cjs-bundle/components/Casing/CasingComponentIcon.js +1 -0
  90. package/cjs-bundle/components/Casing/CasingTable/CasingComponent.js +1 -0
  91. package/cjs-bundle/components/Casing/CasingTable/index.js +1 -0
  92. package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.css.js +1 -0
  93. package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.js +1 -0
  94. package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +1 -0
  95. package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -0
  96. package/cjs-bundle/components/Casing/CasingTableV2/components/Component.js +1 -0
  97. package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +1 -0
  98. package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -0
  99. package/cjs-bundle/components/Casing/CasingTableV2/components/EditComponentDialog.js +1 -0
  100. package/cjs-bundle/components/Casing/CasingTableV2/components/Header.js +1 -0
  101. package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponent.js +1 -0
  102. package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponents.js +1 -0
  103. package/cjs-bundle/components/Casing/CasingTableV2/components/constants.js +1 -0
  104. package/cjs-bundle/components/Casing/CasingTile/CasingTile.js +1 -0
  105. package/cjs-bundle/components/Casing/CasingTile/style.js +1 -0
  106. package/cjs-bundle/components/Casing/CasingTileIcon.js +1 -0
  107. package/cjs-bundle/components/Chart/ChartWrapperContext.js +1 -0
  108. package/cjs-bundle/components/Chart/components/AxisDropdown.js +1 -0
  109. package/cjs-bundle/components/Chart/components/AxisOverlay.js +1 -0
  110. package/cjs-bundle/components/Chart/components/ChartButton.js +1 -0
  111. package/cjs-bundle/components/Chart/components/ChartButtons.js +1 -0
  112. package/cjs-bundle/components/Chart/components/ChartSelect.js +1 -0
  113. package/cjs-bundle/components/Chart/components/ChartWrapper.js +1 -0
  114. package/cjs-bundle/components/Chart/components/buttons/ChartTypeButton.js +1 -0
  115. package/cjs-bundle/components/Chart/components/buttons/DragToZoomButton.js +1 -0
  116. package/cjs-bundle/components/Chart/components/buttons/HideAxesButton.js +1 -0
  117. package/cjs-bundle/components/Chart/components/buttons/PanButton.js +1 -0
  118. package/cjs-bundle/components/Chart/components/buttons/ResetZoomButton.js +1 -0
  119. package/cjs-bundle/components/Chart/components/buttons/ZoomInButton.js +1 -0
  120. package/cjs-bundle/components/Chart/components/buttons/ZoomOutButton.js +1 -0
  121. package/cjs-bundle/components/Chart/constants.js +1 -0
  122. package/cjs-bundle/components/Chart/effects/useChartModifier.js +1 -0
  123. package/cjs-bundle/components/Chart/effects/useChartTypeSwitch.js +1 -0
  124. package/cjs-bundle/components/Chart/effects/useHideAxes.js +1 -0
  125. package/cjs-bundle/components/Chart/effects/useKeyboardControl.js +1 -0
  126. package/cjs-bundle/components/Chart/effects/useZoom.js +1 -0
  127. package/cjs-bundle/components/Chart/formations.js +1 -0
  128. package/cjs-bundle/components/Chart/utils.js +1 -0
  129. package/cjs-bundle/components/ChartActionsList/ChartActionsList.css.js +1 -0
  130. package/cjs-bundle/components/ChartActionsList/ChartActionsList.js +1 -0
  131. package/cjs-bundle/components/ChartActionsList/icons/GoLive.js +1 -0
  132. package/cjs-bundle/components/ChartActionsList/icons/LeftArrow.js +1 -0
  133. package/cjs-bundle/components/ChartActionsList/icons/RightArrow.js +1 -0
  134. package/cjs-bundle/components/ChartActionsList/icons/TimeRange.js +1 -0
  135. package/cjs-bundle/components/ChartActionsList/icons/ZoomIn.js +1 -0
  136. package/cjs-bundle/components/ChartActionsList/icons/ZoomOut.js +1 -0
  137. package/cjs-bundle/components/Checkbox/index.js +1 -0
  138. package/cjs-bundle/components/Chip/index.js +1 -0
  139. package/cjs-bundle/components/CollapsableSidebar.js +1 -0
  140. package/cjs-bundle/components/CollapsibleContent.js +1 -0
  141. package/cjs-bundle/components/ColorPicker/ColorPicker.js +1 -0
  142. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -0
  143. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -0
  144. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -0
  145. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -0
  146. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -0
  147. package/cjs-bundle/components/ColorPickerPalette/ColorPickerPalette.js +1 -0
  148. package/cjs-bundle/components/Comment/CommentIcon/BadgeIcon.js +1 -0
  149. package/cjs-bundle/components/Comment/CommentIcon/index.js +1 -0
  150. package/cjs-bundle/components/Comment/index.js +1 -0
  151. package/cjs-bundle/components/Comment/styles.css.js +1 -0
  152. package/cjs-bundle/components/CommentInput/index.js +1 -0
  153. package/cjs-bundle/components/CommentInput/styles.css.js +1 -0
  154. package/cjs-bundle/components/CommentLoader.js +1 -0
  155. package/cjs-bundle/components/CommentWrapper.js +1 -0
  156. package/cjs-bundle/components/CommentsInfo/index.js +1 -0
  157. package/cjs-bundle/components/CommentsInfo/styles.css.js +1 -0
  158. package/cjs-bundle/components/ConfirmationDialog.js +1 -0
  159. package/cjs-bundle/components/ContextMenuItem/index.js +1 -0
  160. package/cjs-bundle/components/CopyToClipboard/CopyToClipboard.js +1 -0
  161. package/cjs-bundle/components/Counter/index.js +1 -0
  162. package/cjs-bundle/components/CustomSelect/index.js +1 -0
  163. package/cjs-bundle/components/DatePicker/index.js +1 -0
  164. package/cjs-bundle/components/DateTimePicker/index.js +1 -0
  165. package/cjs-bundle/components/DevCenter/AppContext.js +1 -0
  166. package/cjs-bundle/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +1 -0
  167. package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.css.js +1 -0
  168. package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.js +1 -0
  169. package/cjs-bundle/components/DevCenter/AppHeader/AppHeaderStyles.js +1 -0
  170. package/cjs-bundle/components/DevCenter/AppHeader/PadIcon.js +1 -0
  171. package/cjs-bundle/components/DevCenter/AppHeader/PadMode.js +1 -0
  172. package/cjs-bundle/components/DevCenter/AppHeader/VersionBadge.js +1 -0
  173. package/cjs-bundle/components/DevCenter/AppHeader/utils.js +1 -0
  174. package/cjs-bundle/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -0
  175. package/cjs-bundle/components/DevCenter/AppSideBar/AppSideBar.js +1 -0
  176. package/cjs-bundle/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -0
  177. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/constants.js +1 -0
  178. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -0
  179. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -0
  180. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/utils.js +1 -0
  181. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -0
  182. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -0
  183. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -0
  184. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -0
  185. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -0
  186. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -0
  187. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -0
  188. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -0
  189. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js +1 -0
  190. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/styles.js +1 -0
  191. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +1 -0
  192. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +1 -0
  193. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -0
  194. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +1 -0
  195. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -0
  196. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -0
  197. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +1 -0
  198. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -0
  199. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -0
  200. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -0
  201. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -0
  202. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -0
  203. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -0
  204. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +1 -0
  205. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -0
  206. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -0
  207. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -0
  208. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -0
  209. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/utils.js +1 -0
  210. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -0
  211. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -0
  212. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -0
  213. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -0
  214. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -0
  215. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -0
  216. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -0
  217. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -0
  218. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -0
  219. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -0
  220. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -0
  221. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -0
  222. package/cjs-bundle/components/DevCenter/NavigationBar/NavigationBar.js +1 -0
  223. package/cjs-bundle/components/DevCenter/SideBar/SideBar.js +1 -0
  224. package/cjs-bundle/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -0
  225. package/cjs-bundle/components/DocumentViewer/DocumentViewer.js +1 -0
  226. package/cjs-bundle/components/DocumentViewer/styles.js +1 -0
  227. package/cjs-bundle/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +1 -0
  228. package/cjs-bundle/components/Drillstring/BHAComponentDetail/constants.js +1 -0
  229. package/cjs-bundle/components/Drillstring/BHAComponentDetail/index.js +1 -0
  230. package/cjs-bundle/components/Drillstring/BHAComponentIcon.js +1 -0
  231. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +1 -0
  232. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +1 -0
  233. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +1 -0
  234. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -0
  235. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +1 -0
  236. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -0
  237. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Component.js +1 -0
  238. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +1 -0
  239. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -0
  240. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +1 -0
  241. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -0
  242. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +1 -0
  243. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Header.js +1 -0
  244. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +1 -0
  245. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -0
  246. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +1 -0
  247. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -0
  248. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +1 -0
  249. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +1 -0
  250. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -0
  251. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +1 -0
  252. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +1 -0
  253. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -0
  254. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +1 -0
  255. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +1 -0
  256. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -0
  257. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +1 -0
  258. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +1 -0
  259. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +1 -0
  260. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -0
  261. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +1 -0
  262. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -0
  263. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +1 -0
  264. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +1 -0
  265. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +1 -0
  266. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -0
  267. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/constants.js +1 -0
  268. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +1 -0
  269. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -0
  270. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +1 -0
  271. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +1 -0
  272. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +1 -0
  273. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +1 -0
  274. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +1 -0
  275. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +1 -0
  276. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +1 -0
  277. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +1 -0
  278. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +1 -0
  279. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +1 -0
  280. package/cjs-bundle/components/Drillstring/BHAList/BHAList.js +1 -0
  281. package/cjs-bundle/components/Drillstring/BHAList/styles.css.js +1 -0
  282. package/cjs-bundle/components/Drillstring/BHASchematic.js +1 -0
  283. package/cjs-bundle/components/Drillstring/BHATable/BHAComponent.js +1 -0
  284. package/cjs-bundle/components/Drillstring/BHATable/index.js +1 -0
  285. package/cjs-bundle/components/Drillstring/BHATile/BHATile.js +1 -0
  286. package/cjs-bundle/components/Drillstring/BHATile/styles.css.js +1 -0
  287. package/cjs-bundle/components/Drillstring/BHATileIcon.js +1 -0
  288. package/cjs-bundle/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -0
  289. package/cjs-bundle/components/Drillstring/BhaIndicator/styles.css.js +1 -0
  290. package/cjs-bundle/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -0
  291. package/cjs-bundle/components/Drillstring/DrillstringDetail/styles.css.js +1 -0
  292. package/cjs-bundle/components/EChartsWrapper/EChartsWrapper.js +1 -0
  293. package/cjs-bundle/components/EChartsWrapper/components/Toolbox/Toolbox.js +1 -0
  294. package/cjs-bundle/components/EChartsWrapper/components/Toolbox/ToolboxButton.js +1 -0
  295. package/cjs-bundle/components/EditableItem/EditableItem/index.js +1 -0
  296. package/cjs-bundle/components/EditableItem/EditableItemWithBadge/index.js +1 -0
  297. package/cjs-bundle/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -0
  298. package/cjs-bundle/components/EmbeddedApp/EmbeddedApp.js +1 -0
  299. package/cjs-bundle/components/EmbeddedApp/components/AppInfo.js +1 -0
  300. package/cjs-bundle/components/EmbeddedApp/styles.css.js +1 -0
  301. package/cjs-bundle/components/EmojiIconButton.js +1 -0
  302. package/cjs-bundle/components/EmptyState/EmptyState.js +1 -0
  303. package/cjs-bundle/components/EmptyState/constants.js +1 -0
  304. package/cjs-bundle/components/EmptyState/images/index.js +1 -0
  305. package/cjs-bundle/components/EmptyState/styles.js +1 -0
  306. package/cjs-bundle/components/EmptyState/utils.js +1 -0
  307. package/cjs-bundle/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -0
  308. package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -0
  309. package/cjs-bundle/components/EmptyView/EmptyView.js +1 -0
  310. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -0
  311. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -0
  312. package/cjs-bundle/components/ErrorBoundary/ErrorBoundary.js +1 -0
  313. package/cjs-bundle/components/FailedFileUploading.js +1 -0
  314. package/cjs-bundle/components/FeedItem/FeedItem.css.js +1 -0
  315. package/cjs-bundle/components/FeedItem/FeedItem.js +1 -0
  316. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -0
  317. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -0
  318. package/cjs-bundle/components/FeedItem/components/Actions.js +1 -0
  319. package/cjs-bundle/components/FeedItem/components/AvatarIcon.js +1 -0
  320. package/cjs-bundle/components/FeedItem/components/Content.js +1 -0
  321. package/cjs-bundle/components/FeedItem/components/CreatedAt.js +1 -0
  322. package/cjs-bundle/components/FeedItem/components/FeedComments.js +1 -0
  323. package/cjs-bundle/components/FeedItem/components/Icon.js +1 -0
  324. package/cjs-bundle/components/FeedItem/components/LessonsLearnedLeafIcon.js +1 -0
  325. package/cjs-bundle/components/FeedItem/components/Reactions.js +1 -0
  326. package/cjs-bundle/components/FeedItem/components/RigAndWell.js +1 -0
  327. package/cjs-bundle/components/FeedItem/components/TypeAndAssetTitle.js +1 -0
  328. package/cjs-bundle/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +1 -0
  329. package/cjs-bundle/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +1 -0
  330. package/cjs-bundle/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +1 -0
  331. package/cjs-bundle/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +1 -0
  332. package/cjs-bundle/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +1 -0
  333. package/cjs-bundle/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -0
  334. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -0
  335. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -0
  336. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -0
  337. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -0
  338. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -0
  339. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -0
  340. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -0
  341. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -0
  342. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -0
  343. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -0
  344. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -0
  345. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -0
  346. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -0
  347. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -0
  348. package/cjs-bundle/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +1 -0
  349. package/cjs-bundle/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -0
  350. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -0
  351. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -0
  352. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -0
  353. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -0
  354. package/cjs-bundle/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +1 -0
  355. package/cjs-bundle/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -0
  356. package/cjs-bundle/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -0
  357. package/cjs-bundle/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +1 -0
  358. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -0
  359. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -0
  360. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -0
  361. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -0
  362. package/cjs-bundle/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -0
  363. package/cjs-bundle/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +1 -0
  364. package/cjs-bundle/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -0
  365. package/cjs-bundle/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -0
  366. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -0
  367. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -0
  368. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -0
  369. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -0
  370. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -0
  371. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -0
  372. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -0
  373. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -0
  374. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -0
  375. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -0
  376. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -0
  377. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -0
  378. package/cjs-bundle/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -0
  379. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -0
  380. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -0
  381. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -0
  382. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -0
  383. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -0
  384. package/cjs-bundle/components/FilePreview/index.js +1 -0
  385. package/cjs-bundle/components/FilePreview/styles.css.js +1 -0
  386. package/cjs-bundle/components/FileTypeIcon.js +1 -0
  387. package/cjs-bundle/components/FileUploadIconButton.js +1 -0
  388. package/cjs-bundle/components/FilesLoader/FilesLoader.js +1 -0
  389. package/cjs-bundle/components/FilesLoader/Icons/CSVFileIcon.js +1 -0
  390. package/cjs-bundle/components/FilesLoader/Icons/DocFileIcon.js +1 -0
  391. package/cjs-bundle/components/FilesLoader/Icons/EDMFileIcon.js +1 -0
  392. package/cjs-bundle/components/FilesLoader/Icons/ExelFileIcon.js +1 -0
  393. package/cjs-bundle/components/FilesLoader/Icons/FileIcon.js +1 -0
  394. package/cjs-bundle/components/FilesLoader/Icons/IconRefresh.js +1 -0
  395. package/cjs-bundle/components/FilesLoader/Icons/IconSuccess.js +1 -0
  396. package/cjs-bundle/components/FilesLoader/Icons/IconWarning.js +1 -0
  397. package/cjs-bundle/components/FilesLoader/Icons/ImageFileIcon.js +1 -0
  398. package/cjs-bundle/components/FilesLoader/Icons/PdfFileIcon.js +1 -0
  399. package/cjs-bundle/components/FilesLoader/Icons/UnknownFileIcon.js +1 -0
  400. package/cjs-bundle/components/FilesLoader/Icons/UploadIcon.js +1 -0
  401. package/cjs-bundle/components/FilesLoader/useStyles.js +1 -0
  402. package/cjs-bundle/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -0
  403. package/cjs-bundle/components/FolderMenuItem/components/FolderIcon.js +1 -0
  404. package/cjs-bundle/components/FolderMenuItem/components/OpenFolderIcon.js +1 -0
  405. package/cjs-bundle/components/FolderMenuItem/index.js +1 -0
  406. package/cjs-bundle/components/FolderMenuItemWithLinks/index.js +1 -0
  407. package/cjs-bundle/components/GoogleDocsViewer/index.js +1 -0
  408. package/cjs-bundle/components/GoogleDocsViewer/styles.css.js +1 -0
  409. package/cjs-bundle/components/GradientManager/GradientList.js +1 -0
  410. package/cjs-bundle/components/GradientManager/GradientManager.js +1 -0
  411. package/cjs-bundle/components/GradientManager/GradientManager.styles.js +1 -0
  412. package/cjs-bundle/components/GradientManager/GradientPreview/GradientPreview.js +1 -0
  413. package/cjs-bundle/components/GradientManager/GradientSelect.js +1 -0
  414. package/cjs-bundle/components/GradientManager/GradientSelect.styles.js +1 -0
  415. package/cjs-bundle/components/GradientManager/configuration/constants.js +1 -0
  416. package/cjs-bundle/components/GradientPicker/GradientPicker.js +1 -0
  417. package/cjs-bundle/components/GradientPicker/GradientPicker.styles.js +1 -0
  418. package/cjs-bundle/components/GradientPicker/GradientPicker.utils.js +1 -0
  419. package/cjs-bundle/components/HeaderLayout/HeaderLayout.css.js +1 -0
  420. package/cjs-bundle/components/HeaderLayout/HeaderLayout.js +1 -0
  421. package/cjs-bundle/components/HeaderLayout/constants.js +1 -0
  422. package/cjs-bundle/components/HeaderLayout/effects/index.js +1 -0
  423. package/cjs-bundle/components/HeaderLayout/utils.js +1 -0
  424. package/cjs-bundle/components/HelpCenter/HelpCenterIcon.js +1 -0
  425. package/cjs-bundle/components/HelpCenter/index.js +1 -0
  426. package/cjs-bundle/components/IconButton/index.js +1 -0
  427. package/cjs-bundle/components/IconMenu/index.js +1 -0
  428. package/cjs-bundle/components/Icons/AnnotationIcon.js +1 -0
  429. package/cjs-bundle/components/Icons/AttachIcon.js +1 -0
  430. package/cjs-bundle/components/Icons/DangerousIcon.js +1 -0
  431. package/cjs-bundle/components/Icons/EmojiIcon.js +1 -0
  432. package/cjs-bundle/components/Icons/RecommendationIcon.js +1 -0
  433. package/cjs-bundle/components/Icons/SendIcon.js +1 -0
  434. package/cjs-bundle/components/ImageViewer/index.js +1 -0
  435. package/cjs-bundle/components/ImageViewer/styles.css.js +1 -0
  436. package/cjs-bundle/components/InfiniteList/index.js +1 -0
  437. package/cjs-bundle/components/InfiniteList/styles.css.js +1 -0
  438. package/cjs-bundle/components/KeyboardDateTimePicker.js +1 -0
  439. package/cjs-bundle/components/LabelsCounter/LabelsCounter.js +1 -0
  440. package/cjs-bundle/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -0
  441. package/cjs-bundle/components/LoadingIndicator/InlineLoadingIndicator.js +1 -0
  442. package/cjs-bundle/components/LoadingIndicator/Loader.js +1 -0
  443. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.css.js +1 -0
  444. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.js +1 -0
  445. package/cjs-bundle/components/LoadingIndicator/types.js +1 -0
  446. package/cjs-bundle/components/MenuItem/index.js +1 -0
  447. package/cjs-bundle/components/MiddleTruncate/MiddleTruncate.js +1 -0
  448. package/cjs-bundle/components/MiddleTruncate/utils.js +1 -0
  449. package/cjs-bundle/components/MiddleTruncatedText/MiddleTruncatedText.js +1 -0
  450. package/cjs-bundle/components/Modal/CorvaModal.css.js +1 -0
  451. package/cjs-bundle/components/Modal/CorvaModal.js +1 -0
  452. package/cjs-bundle/components/Modal/DcCorvaModal.js +1 -0
  453. package/cjs-bundle/components/Modal/Modal.js +1 -0
  454. package/cjs-bundle/components/Notifications/Notifications.js +1 -0
  455. package/cjs-bundle/components/Notifications/NotificationsContainer.js +1 -0
  456. package/cjs-bundle/components/Notifications/Toast.js +1 -0
  457. package/cjs-bundle/components/Notifications/Toast.styles.js +1 -0
  458. package/cjs-bundle/components/OffsetWellButton/OffsetWellButton.js +1 -0
  459. package/cjs-bundle/components/OffsetWellChips/Chip.js +1 -0
  460. package/cjs-bundle/components/OffsetWellChips/ChipsContainer.js +1 -0
  461. package/cjs-bundle/components/OffsetWellChips/icons/SubjectIcon.js +1 -0
  462. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.js +1 -0
  463. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.module.css.js +1 -0
  464. package/cjs-bundle/components/OffsetWellMap/WellTooltip.js +1 -0
  465. package/cjs-bundle/components/OffsetWellMap/WellTooltip.module.css.js +1 -0
  466. package/cjs-bundle/components/OffsetWellMap/effects/usePreviousWells.js +1 -0
  467. package/cjs-bundle/components/OffsetWellMap/utils.js +1 -0
  468. package/cjs-bundle/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -0
  469. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -0
  470. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -0
  471. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +1 -0
  472. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -0
  473. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -0
  474. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -0
  475. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -0
  476. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -0
  477. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -0
  478. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/index.js +1 -0
  479. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -0
  480. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.js +1 -0
  481. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.css.js +1 -0
  482. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.js +1 -0
  483. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -0
  484. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -0
  485. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -0
  486. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -0
  487. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -0
  488. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -0
  489. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/index.js +1 -0
  490. package/cjs-bundle/components/OffsetWellPickerV2/constants.js +1 -0
  491. package/cjs-bundle/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -0
  492. package/cjs-bundle/components/OffsetWellPickerV2/effects/index.js +1 -0
  493. package/cjs-bundle/components/OffsetWellPickerV2/utils/apiCalls.js +1 -0
  494. package/cjs-bundle/components/OffsetWellPickerV2/utils/index.js +1 -0
  495. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -0
  496. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -0
  497. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -0
  498. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -0
  499. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -0
  500. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -0
  501. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -0
  502. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -0
  503. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -0
  504. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -0
  505. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -0
  506. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +1 -0
  507. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  508. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  509. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  510. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +1 -0
  511. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  512. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -0
  513. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -0
  514. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -0
  515. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -0
  516. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -0
  517. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -0
  518. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -0
  519. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -0
  520. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -0
  521. package/cjs-bundle/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -0
  522. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -0
  523. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -0
  524. package/cjs-bundle/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -0
  525. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -0
  526. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -0
  527. package/cjs-bundle/components/OffsetWellPickerV3/constants.js +1 -0
  528. package/cjs-bundle/components/OffsetWellPickerV3/effects/index.js +1 -0
  529. package/cjs-bundle/components/OffsetWellPickerV3/index.js +1 -0
  530. package/cjs-bundle/components/OffsetWellPickerV3/utils/apiCalls.js +1 -0
  531. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -0
  532. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +1 -0
  533. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -0
  534. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +1 -0
  535. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +1 -0
  536. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +1 -0
  537. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -0
  538. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +1 -0
  539. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +1 -0
  540. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +1 -0
  541. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +1 -0
  542. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +1 -0
  543. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/WellSection.js +1 -0
  544. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.js +1 -0
  545. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +1 -0
  546. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -0
  547. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -0
  548. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +1 -0
  549. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +1 -0
  550. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -0
  551. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +1 -0
  552. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +1 -0
  553. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -0
  554. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -0
  555. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -0
  556. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +1 -0
  557. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +1 -0
  558. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +1 -0
  559. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +1 -0
  560. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +1 -0
  561. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +1 -0
  562. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -0
  563. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -0
  564. package/cjs-bundle/components/OffsetWellPickerV4/constants.js +1 -0
  565. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAdvancedWells.js +1 -0
  566. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAssetsData.js +1 -0
  567. package/cjs-bundle/components/OffsetWellPickerV4/effects/useBicWells.js +1 -0
  568. package/cjs-bundle/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +1 -0
  569. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFetchWells.js +1 -0
  570. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilterOptions.js +1 -0
  571. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilteredWells.js +1 -0
  572. package/cjs-bundle/components/OffsetWellPickerV4/effects/useSortedWells.js +1 -0
  573. package/cjs-bundle/components/OffsetWellPickerV4/effects/useTableColumns.js +1 -0
  574. package/cjs-bundle/components/OffsetWellPickerV4/utils/apiCalls.js +1 -0
  575. package/cjs-bundle/components/OffsetWellPickerV4/utils/index.js +1 -0
  576. package/cjs-bundle/components/OffsetWellPickerV4/utils/timePeriod.js +1 -0
  577. package/cjs-bundle/components/OffsetWellPickerV4/utils/unitSystem.js +1 -0
  578. package/cjs-bundle/components/PadModeSelect/PadModeSelect.js +1 -0
  579. package/cjs-bundle/components/PadModeSelect/WellStreamActivityStatus.js +1 -0
  580. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +1 -0
  581. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamsData.js +1 -0
  582. package/cjs-bundle/components/PadModeSelect/types.js +1 -0
  583. package/cjs-bundle/components/PadModeSelect/utils/initialDataFetcher.js +1 -0
  584. package/cjs-bundle/components/PadModeSelect/utils/time.js +1 -0
  585. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetChip.js +1 -0
  586. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -0
  587. package/cjs-bundle/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -0
  588. package/cjs-bundle/components/PadOffsetsPicker/StagesSelector.js +1 -0
  589. package/cjs-bundle/components/PadOffsetsPicker/index.js +1 -0
  590. package/cjs-bundle/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -0
  591. package/cjs-bundle/components/PadOffsetsPickerV2/useDialogState.js +1 -0
  592. package/cjs-bundle/components/ParameterCharts/AddEditTrack.css.js +1 -0
  593. package/cjs-bundle/components/ParameterCharts/AddEditTrack.js +1 -0
  594. package/cjs-bundle/components/ParameterCharts/ChartsContext.js +1 -0
  595. package/cjs-bundle/components/ParameterCharts/DataContext.js +1 -0
  596. package/cjs-bundle/components/ParameterCharts/ParameterCharts.css.js +1 -0
  597. package/cjs-bundle/components/ParameterCharts/ParameterCharts.js +1 -0
  598. package/cjs-bundle/components/ParameterCharts/SettingsContext.js +1 -0
  599. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.css.js +1 -0
  600. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.js +1 -0
  601. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -0
  602. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.js +1 -0
  603. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.css.js +1 -0
  604. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.js +1 -0
  605. package/cjs-bundle/components/ParameterCharts/components/Charts/options.js +1 -0
  606. package/cjs-bundle/components/ParameterCharts/components/DataLoadingIndicator.js +1 -0
  607. package/cjs-bundle/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -0
  608. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -0
  609. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -0
  610. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -0
  611. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -0
  612. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.css.js +1 -0
  613. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.js +1 -0
  614. package/cjs-bundle/components/ParameterCharts/components/TraceSelect.js +1 -0
  615. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.css.js +1 -0
  616. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.js +1 -0
  617. package/cjs-bundle/components/ParameterCharts/components/Track.css.js +1 -0
  618. package/cjs-bundle/components/ParameterCharts/components/Track.js +1 -0
  619. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.css.js +1 -0
  620. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.js +1 -0
  621. package/cjs-bundle/components/ParameterCharts/constants.js +1 -0
  622. package/cjs-bundle/components/ParameterCharts/utils/dataParser.js +1 -0
  623. package/cjs-bundle/components/PinnableFilters/PinnableFilters.css.js +1 -0
  624. package/cjs-bundle/components/PinnableFilters/PinnableFilters.js +1 -0
  625. package/cjs-bundle/components/PinnableFilters/components/FiltersToggler.js +1 -0
  626. package/cjs-bundle/components/PinnableFilters/components/PinAppSwitch.js +1 -0
  627. package/cjs-bundle/components/PinnableFilters/constants.js +1 -0
  628. package/cjs-bundle/components/PinnableFilters/effects/index.js +1 -0
  629. package/cjs-bundle/components/PinnableFilters/utils.js +1 -0
  630. package/cjs-bundle/components/Popover/Popover.js +1 -0
  631. package/cjs-bundle/components/Popper/Popper.js +1 -0
  632. package/cjs-bundle/components/PostInput/PostInput.css.js +1 -0
  633. package/cjs-bundle/components/PostInput/PostInput.js +1 -0
  634. package/cjs-bundle/components/PostPreviewDialog/index.js +1 -0
  635. package/cjs-bundle/components/PostPreviewDialog/styles.css.js +1 -0
  636. package/cjs-bundle/components/PriceInput/FormattedNumber.js +1 -0
  637. package/cjs-bundle/components/PriceInput/PriceInput.js +1 -0
  638. package/cjs-bundle/components/RangeSlider/Input.css.js +1 -0
  639. package/cjs-bundle/components/RangeSlider/RangeSlider.css.js +1 -0
  640. package/cjs-bundle/components/RangeSlider/RangeSlider.js +1 -0
  641. package/cjs-bundle/components/RangeSlider/constants.js +1 -0
  642. package/cjs-bundle/components/RangeSlider/inputs/FromInput.js +1 -0
  643. package/cjs-bundle/components/RangeSlider/inputs/ToInput.js +1 -0
  644. package/cjs-bundle/components/RangeSlider/strategies/horizontal.js +1 -0
  645. package/cjs-bundle/components/RangeSlider/strategies/vertical.js +1 -0
  646. package/cjs-bundle/components/RangeSlider/utils.js +1 -0
  647. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebar.js +1 -0
  648. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +1 -0
  649. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +1 -0
  650. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -0
  651. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -0
  652. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -0
  653. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +1 -0
  654. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarFooter.js +1 -0
  655. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarTitle.js +1 -0
  656. package/cjs-bundle/components/RealTimeValuesSidebar/enums.js +1 -0
  657. package/cjs-bundle/components/ResizableTable/ResizableTable.js +1 -0
  658. package/cjs-bundle/components/ResizableTable/ResizableTableCell.js +1 -0
  659. package/cjs-bundle/components/ResizableTable/ResizableTableHeaderCell.js +1 -0
  660. package/cjs-bundle/components/Search/Search.js +1 -0
  661. package/cjs-bundle/components/Search/assets/SearchIcon.js +1 -0
  662. package/cjs-bundle/components/Search/components/Groups.js +1 -0
  663. package/cjs-bundle/components/Search/components/InputAdornmentLeft.js +1 -0
  664. package/cjs-bundle/components/Search/components/Listbox.js +1 -0
  665. package/cjs-bundle/components/Search/components/Paper.js +1 -0
  666. package/cjs-bundle/components/Search/components/RecentSearches.js +1 -0
  667. package/cjs-bundle/components/Search/context/index.js +1 -0
  668. package/cjs-bundle/components/Search/styles.js +1 -0
  669. package/cjs-bundle/components/Search/utils/truncate.js +1 -0
  670. package/cjs-bundle/components/SearchInput/index.js +1 -0
  671. package/cjs-bundle/components/Select/SelectFilterBy.js +1 -0
  672. package/cjs-bundle/components/Select/index.js +1 -0
  673. package/cjs-bundle/components/SettingEditors/ColorEditor/index.js +1 -0
  674. package/cjs-bundle/components/SettingEditors/ColorEditor/style.css.js +1 -0
  675. package/cjs-bundle/components/SettingEditors/DropdownEditor/index.js +1 -0
  676. package/cjs-bundle/components/SettingEditors/RadioEditor/index.js +1 -0
  677. package/cjs-bundle/components/SlateFormattedText/Constants.js +1 -0
  678. package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -0
  679. package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -0
  680. package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -0
  681. package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -0
  682. package/cjs-bundle/components/SlateFormattedText/RenderElements.js +1 -0
  683. package/cjs-bundle/components/SlateFormattedText/SlateFormattedText.js +1 -0
  684. package/cjs-bundle/components/SlateFormattedText/style.css.js +1 -0
  685. package/cjs-bundle/components/SlateFormattedText/utils.js +1 -0
  686. package/cjs-bundle/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -0
  687. package/cjs-bundle/components/StageDesignVActual/ComparisonBar/utils.js +1 -0
  688. package/cjs-bundle/components/StageDesignVActual/ComparisonHeader.js +1 -0
  689. package/cjs-bundle/components/StageDesignVActual/ComparisonRow.js +1 -0
  690. package/cjs-bundle/components/StageDesignVActual/ComparisonTable.css.js +1 -0
  691. package/cjs-bundle/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -0
  692. package/cjs-bundle/components/StageDesignVActual/ElementsComparison/utils.js +1 -0
  693. package/cjs-bundle/components/StatusBadge/api.js +1 -0
  694. package/cjs-bundle/components/StatusBadge/components/DQAccordionDetailsContent.js +1 -0
  695. package/cjs-bundle/components/StatusBadge/components/DQAlertTooltip.js +1 -0
  696. package/cjs-bundle/components/StatusBadge/components/DQAlertsTooltip.js +1 -0
  697. package/cjs-bundle/components/StatusBadge/components/DQStatusIcon.js +1 -0
  698. package/cjs-bundle/components/StatusBadge/components/DQUnvalidatedContent.js +1 -0
  699. package/cjs-bundle/components/StatusBadge/components/ReportIssueModal.js +1 -0
  700. package/cjs-bundle/components/StatusBadge/constants.js +1 -0
  701. package/cjs-bundle/components/StatusBadge/index.js +1 -0
  702. package/cjs-bundle/components/StatusBadge/styles.js +1 -0
  703. package/cjs-bundle/components/StatusBadge/utils.js +1 -0
  704. package/cjs-bundle/components/Stepper/Step.css.js +1 -0
  705. package/cjs-bundle/components/Stepper/Step.js +1 -0
  706. package/cjs-bundle/components/Stepper/Stepper.js +1 -0
  707. package/cjs-bundle/components/Stepper/StepsWrapper.css.js +1 -0
  708. package/cjs-bundle/components/Stepper/StepsWrapper.js +1 -0
  709. package/cjs-bundle/components/Stepper/constants.js +1 -0
  710. package/cjs-bundle/components/StyledMenuItem/index.js +1 -0
  711. package/cjs-bundle/components/SwitchControl/index.js +1 -0
  712. package/cjs-bundle/components/SwitchControl/style.css.js +1 -0
  713. package/cjs-bundle/components/Table/TableCell/TableCell.js +1 -0
  714. package/cjs-bundle/components/Table/TableContainer/TableContainer.js +1 -0
  715. package/cjs-bundle/components/Table/TableSortLabel/TableSortLabel.js +1 -0
  716. package/cjs-bundle/components/Table/TableToolbar/TableToolbar.js +1 -0
  717. package/cjs-bundle/components/Tabs/Tab.js +1 -0
  718. package/cjs-bundle/components/Tabs/Tabs.js +1 -0
  719. package/cjs-bundle/components/Template/TemplatePopover/Styles.js +1 -0
  720. package/cjs-bundle/components/Template/TemplatePopover/index.js +1 -0
  721. package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -0
  722. package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.js +1 -0
  723. package/cjs-bundle/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -0
  724. package/cjs-bundle/components/Template/TemplateSharingDialog/index.js +1 -0
  725. package/cjs-bundle/components/TextField/effects/index.js +1 -0
  726. package/cjs-bundle/components/TextField/index.js +1 -0
  727. package/cjs-bundle/components/TextLink/index.js +1 -0
  728. package/cjs-bundle/components/Toaster/ToastContainer.js +1 -0
  729. package/cjs-bundle/components/Toaster/Toaster.js +1 -0
  730. package/cjs-bundle/components/Tooltip/MuiTooltipDcWrapper.js +1 -0
  731. package/cjs-bundle/components/Tooltip/ScrollableTooltip.js +1 -0
  732. package/cjs-bundle/components/Tooltip/Tooltip.js +1 -0
  733. package/cjs-bundle/components/TracesEditModal/TracesEditModal.css.js +1 -0
  734. package/cjs-bundle/components/TracesEditModal/TracesEditModal.js +1 -0
  735. package/cjs-bundle/components/TracesEditModal/TracesEditModalContainer.js +1 -0
  736. package/cjs-bundle/components/TruncatedText/index.js +1 -0
  737. package/cjs-bundle/components/Typography.js +1 -0
  738. package/cjs-bundle/components/UserCard/index.js +1 -0
  739. package/cjs-bundle/components/UserCard/style.css.js +1 -0
  740. package/cjs-bundle/components/UserCardPopover.js +1 -0
  741. package/cjs-bundle/components/UserMention/constants.js +1 -0
  742. package/cjs-bundle/components/UserMention/index.js +1 -0
  743. package/cjs-bundle/components/UserMention/style.css.js +1 -0
  744. package/cjs-bundle/components/UserMention/utils/index.js +1 -0
  745. package/cjs-bundle/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -0
  746. package/cjs-bundle/components/VirtualizedTable/DraggableList.js +1 -0
  747. package/cjs-bundle/components/VirtualizedTable/VirtualizedTable.js +1 -0
  748. package/cjs-bundle/components/VirtualizedTable/index.js +1 -0
  749. package/cjs-bundle/components/WellSummary/ActivitySummaryChart.js +1 -0
  750. package/cjs-bundle/components/WellSummary/FracWirelineTimeChart.js +1 -0
  751. package/cjs-bundle/components/WellSummary/WellSummaryItemLabel.js +1 -0
  752. package/cjs-bundle/components/WellSummary/WellSummaryItemTitle.js +1 -0
  753. package/cjs-bundle/components/WellSummary/WellSummaryItemValue.js +1 -0
  754. package/cjs-bundle/components/WellSummary/effects/useWellSummaryData.js +1 -0
  755. package/cjs-bundle/components/WellSummary/index.js +1 -0
  756. package/cjs-bundle/components/WellSummary/utils.js +1 -0
  757. package/cjs-bundle/components/index.js +1 -0
  758. package/cjs-bundle/components/shared/useThrottledCallback.js +1 -0
  759. package/cjs-bundle/config/extendNative.js +1 -0
  760. package/cjs-bundle/config/highcharts/highcharts-contour.js +1 -0
  761. package/cjs-bundle/config/highcharts/highcharts.js +1 -0
  762. package/cjs-bundle/config/index.js +1 -0
  763. package/cjs-bundle/config/initGlobalDependencies.js +1 -0
  764. package/cjs-bundle/config/mapbox/index.js +1 -0
  765. package/cjs-bundle/config/theme/accordionOverrides.js +1 -0
  766. package/cjs-bundle/config/theme/buttonOverrides.js +1 -0
  767. package/cjs-bundle/config/theme/checkboxOverrides.js +1 -0
  768. package/cjs-bundle/config/theme/chipOverrides.js +1 -0
  769. package/cjs-bundle/config/theme/dateTimePickerThemeOverrides.js +1 -0
  770. package/cjs-bundle/config/theme/fabOverrides.js +1 -0
  771. package/cjs-bundle/config/theme/formControlLabelOverrides.js +1 -0
  772. package/cjs-bundle/config/theme/formGroupOverrides.js +1 -0
  773. package/cjs-bundle/config/theme/index.js +1 -0
  774. package/cjs-bundle/config/theme/lightThemePalette.mjs.js +1 -0
  775. package/cjs-bundle/config/theme/palette.mjs.js +1 -0
  776. package/cjs-bundle/config/theme/radioOverrides.js +1 -0
  777. package/cjs-bundle/config/theme/tableOverrides.js +1 -0
  778. package/cjs-bundle/config/theme/textFieldOverrides.js +1 -0
  779. package/cjs-bundle/config/theme/themeVariables.mjs.js +1 -0
  780. package/cjs-bundle/config/theme/toggleButtonsGroupOverrides.js +1 -0
  781. package/cjs-bundle/config/theme/tooltipOverrides.js +1 -0
  782. package/cjs-bundle/constants/accuracy.js +1 -0
  783. package/cjs-bundle/constants/alerts.js +1 -0
  784. package/cjs-bundle/constants/appPackages.js +1 -0
  785. package/cjs-bundle/constants/apps.js +1 -0
  786. package/cjs-bundle/constants/assetTypes.js +1 -0
  787. package/cjs-bundle/constants/bha.js +1 -0
  788. package/cjs-bundle/constants/casing.js +1 -0
  789. package/cjs-bundle/constants/completion.js +1 -0
  790. package/cjs-bundle/constants/componentsSettings.js +1 -0
  791. package/cjs-bundle/constants/corvaCompanyId.js +1 -0
  792. package/cjs-bundle/constants/dateTimeFormat.js +1 -0
  793. package/cjs-bundle/constants/devcenter.js +1 -0
  794. package/cjs-bundle/constants/drillstring.js +1 -0
  795. package/cjs-bundle/constants/feed.js +1 -0
  796. package/cjs-bundle/constants/goals.js +1 -0
  797. package/cjs-bundle/constants/index.js +1 -0
  798. package/cjs-bundle/constants/localStorageKeys.js +1 -0
  799. package/cjs-bundle/constants/mixpanel.js +1 -0
  800. package/cjs-bundle/constants/notifications.js +1 -0
  801. package/cjs-bundle/constants/rigActivity.js +1 -0
  802. package/cjs-bundle/constants/segment.js +1 -0
  803. package/cjs-bundle/constants/sizes.js +1 -0
  804. package/cjs-bundle/constants/subscriptions.js +1 -0
  805. package/cjs-bundle/constants/theme.js +1 -0
  806. package/cjs-bundle/constants/wellSummary.js +1 -0
  807. package/cjs-bundle/effects/index.js +1 -0
  808. package/cjs-bundle/effects/useDelayedDcFullscreenElemOpen.js +1 -0
  809. package/cjs-bundle/effects/useDevCenterApp.js +1 -0
  810. package/cjs-bundle/effects/useEscPress.js +1 -0
  811. package/cjs-bundle/effects/useIsAssetViewer.js +1 -0
  812. package/cjs-bundle/effects/useMatchAppContainerSize.js +1 -0
  813. package/cjs-bundle/effects/useOutsideClick.js +1 -0
  814. package/cjs-bundle/effects/useResizeObserver.js +1 -0
  815. package/cjs-bundle/effects/useSharedDCStore.js +1 -0
  816. package/cjs-bundle/effects/useSignedURL.js +1 -0
  817. package/cjs-bundle/effects/useSubscriptions.js +1 -0
  818. package/cjs-bundle/effects/useWellnessAlerts.js +1 -0
  819. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -0
  820. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -0
  821. package/cjs-bundle/ext-esm/@material-ui/icons/esm/Map.js +1 -0
  822. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -0
  823. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -0
  824. package/cjs-bundle/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -0
  825. package/cjs-bundle/ext-esm/style-inject/dist/style-inject.es.js +1 -0
  826. package/cjs-bundle/ext-esm/tslib/tslib.es6.js +1 -0
  827. package/cjs-bundle/hocs/index.js +1 -0
  828. package/cjs-bundle/hocs/withAssetEditorLockHOC.js +1 -0
  829. package/cjs-bundle/hocs/withMUIProvidersHOC.js +1 -0
  830. package/cjs-bundle/icons/IconParkProvider.js +1 -0
  831. package/cjs-bundle/icons/WithCustomSize.js +1 -0
  832. package/cjs-bundle/icons/constants.js +1 -0
  833. package/cjs-bundle/icons/index.js +1 -0
  834. package/cjs-bundle/index.js +1 -0
  835. package/cjs-bundle/permissions/PermissionsContext.js +1 -0
  836. package/cjs-bundle/permissions/ProvidePermissions.js +1 -0
  837. package/cjs-bundle/permissions/constants/abilities.js +1 -0
  838. package/cjs-bundle/permissions/constants/appsPermissions.js +1 -0
  839. package/cjs-bundle/permissions/constants/index.js +1 -0
  840. package/cjs-bundle/permissions/constants/settingsApps.js +1 -0
  841. package/cjs-bundle/permissions/index.js +1 -0
  842. package/cjs-bundle/permissions/usePermissions.js +1 -0
  843. package/cjs-bundle/permissions/useProvidePermissions.js +1 -0
  844. package/cjs-bundle/permissions/utils.js +1 -0
  845. package/cjs-bundle/permissions/withPermissionsHOC.js +1 -0
  846. package/cjs-bundle/styles/counter/counter.module.scss.js +1 -0
  847. package/cjs-bundle/styles/counter/index.js +1 -0
  848. package/cjs-bundle/styles/customScrollbars.global.css.js +1 -0
  849. package/cjs-bundle/styles/emojiMart.global.css.js +1 -0
  850. package/cjs-bundle/styles/generatedThemesVariables.global.css.js +1 -0
  851. package/cjs-bundle/styles/globalStyles.js +1 -0
  852. package/cjs-bundle/styles/iconPark.global.css.js +1 -0
  853. package/cjs-bundle/styles/index.global.css.js +1 -0
  854. package/cjs-bundle/styles/index.js +1 -0
  855. package/cjs-bundle/styles/lightbox.global.css.js +1 -0
  856. package/cjs-bundle/styles/mapbox.global.css.js +1 -0
  857. package/cjs-bundle/styles/reactVirtualized.global.css.js +1 -0
  858. package/cjs-bundle/styles/typography/colors.module.scss.js +1 -0
  859. package/cjs-bundle/styles/typography/index.js +1 -0
  860. package/cjs-bundle/styles/typography/typography.module.scss.js +1 -0
  861. package/cjs-bundle/utils/DrillstringUtils.js +1 -0
  862. package/cjs-bundle/utils/FluidCheckUtils.js +1 -0
  863. package/cjs-bundle/utils/StageDesignVActualUtils.js +1 -0
  864. package/cjs-bundle/utils/accuracy.js +1 -0
  865. package/cjs-bundle/utils/alerts.js +1 -0
  866. package/cjs-bundle/utils/apps.js +1 -0
  867. package/cjs-bundle/utils/audio.js +1 -0
  868. package/cjs-bundle/utils/bha.js +1 -0
  869. package/cjs-bundle/utils/casing/conversion.js +1 -0
  870. package/cjs-bundle/utils/casing/index.js +1 -0
  871. package/cjs-bundle/utils/casing/validation.js +1 -0
  872. package/cjs-bundle/utils/chartSeries.js +1 -0
  873. package/cjs-bundle/utils/completion.js +1 -0
  874. package/cjs-bundle/utils/components.js +1 -0
  875. package/cjs-bundle/utils/constants/units.js +1 -0
  876. package/cjs-bundle/utils/convert.js +1 -0
  877. package/cjs-bundle/utils/convertKeys.js +1 -0
  878. package/cjs-bundle/utils/csvExport.js +1 -0
  879. package/cjs-bundle/utils/dashboardReports.js +1 -0
  880. package/cjs-bundle/utils/delay.js +1 -0
  881. package/cjs-bundle/utils/devcenter.js +1 -0
  882. package/cjs-bundle/utils/devcenterToasts.js +1 -0
  883. package/cjs-bundle/utils/drillstring/conversion.js +1 -0
  884. package/cjs-bundle/utils/drillstring/index.js +1 -0
  885. package/cjs-bundle/utils/drillstring/schematic.js +1 -0
  886. package/cjs-bundle/utils/drillstring/validation.js +1 -0
  887. package/cjs-bundle/utils/env.js +1 -0
  888. package/cjs-bundle/utils/feed.js +1 -0
  889. package/cjs-bundle/utils/fileExtension.js +1 -0
  890. package/cjs-bundle/utils/formatting.js +1 -0
  891. package/cjs-bundle/utils/ga.js +1 -0
  892. package/cjs-bundle/utils/goals.js +1 -0
  893. package/cjs-bundle/utils/index.js +1 -0
  894. package/cjs-bundle/utils/jsonaDataFormatter.js +1 -0
  895. package/cjs-bundle/utils/lasParser.js +1 -0
  896. package/cjs-bundle/utils/localStorage.js +1 -0
  897. package/cjs-bundle/utils/main.js +1 -0
  898. package/cjs-bundle/utils/mapUnits.js +1 -0
  899. package/cjs-bundle/utils/mapbox.js +1 -0
  900. package/cjs-bundle/utils/metrics/index.js +1 -0
  901. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -0
  902. package/cjs-bundle/utils/metrics/utils.js +1 -0
  903. package/cjs-bundle/utils/mobileDetect.js +1 -0
  904. package/cjs-bundle/utils/nativeMessages.js +1 -0
  905. package/cjs-bundle/utils/notificationToasts.js +1 -0
  906. package/cjs-bundle/utils/notifications.js +1 -0
  907. package/cjs-bundle/utils/permissions.js +1 -0
  908. package/cjs-bundle/utils/reports.js +1 -0
  909. package/cjs-bundle/utils/resolveWellHubSlug.js +1 -0
  910. package/cjs-bundle/utils/sharedDCStore.js +1 -0
  911. package/cjs-bundle/utils/themeVariables.js +1 -0
  912. package/cjs-bundle/utils/time.js +1 -0
  913. package/cjs-bundle/utils/torqueAndHookloadUtils.js +1 -0
  914. package/components/Button/index.d.ts +1 -1
  915. package/components/MiddleTruncatedText/MiddleTruncatedText.d.ts.map +1 -1
  916. package/components/MiddleTruncatedText/MiddleTruncatedText.js +1 -1
  917. package/components/Typography.d.ts +9 -9
  918. package/constants/goals.js +1 -1
  919. package/package.json +1 -1
  920. package/utils/convert.d.ts +4 -42
  921. package/utils/convert.d.ts.map +1 -1
  922. package/utils/convert.js +1 -1
  923. package/utils/index.d.ts +3 -3
  924. package/utils/metrics/metricsConfig.js +1 -1
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/objectWithoutProperties"),r=require("lodash"),s=require("immutable"),m=require("../../../constants/feed.js"),n=require("../../../constants/theme.js"),E=require("../feedItemTypes/AlertFeedItem.js"),_=require("../feedItemTypes/PostFeedItem.js"),p=require("../feedItemTypes/GeosteeringFeedItem.js"),o=require("../feedItemTypes/DrillingOperationalNoteFeedItem.js"),d=require("../feedItemTypes/DrillingOperationSummaryFeedItem.js"),a=require("../feedItemTypes/DrillingDailyCostFeedItem.js"),I=require("../feedItemTypes/DocumentFeedItem.js"),i=require("../feedItemTypes/DrillerMemoFeedItem.js"),u=require("../feedItemTypes/NptFeedItem.js"),T=require("../feedItemTypes/SurveyStationFeedItem/index.js"),c=require("../feedItemTypes/LessonsLearnedFeedItem/index.js"),f=require("../feedItemTypes/TracesMemoFeedItem.js"),y=require("../feedItemTypes/DepthCommentFeedItem.js"),Y=require("../feedItemTypes/CompletionOperationalNoteFeedItem.js"),l=require("../feedItemTypes/CompletionOperationSummaryFeedItem.js"),j=require("../feedItemTypes/CompletionDailyCostFeedItem.js"),F=require("../feedItemTypes/CompletionDocumentFeedItem.js"),D=require("../feedItemTypes/CompletionNptFeedItem.js"),g=require("../feedItemTypes/StageOverviewFeedItem/index.js"),P=require("../feedItemTypes/AppAnnotationFeedItem/index.js"),S=require("../feedItemTypes/WellPlanFeedItem/index.js"),x=require("../feedItemTypes/FluidReportFeedItem.js"),M=require("../feedItemTypes/BhaFeedItem/BhaFeedItem.js"),q=require("../feedItemTypes/DvDCommentFeedItem.js"),B=require("../feedItemTypes/PCCommentFeedItem.js"),K=require("../feedItemTypes/HookloadCommentFeedItem.js"),O=require("../feedItemTypes/NptLessonsCommentFeedItem.js"),b=require("react/jsx-runtime");function v(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var C=v(e),h=v(t),w=["feedItem","appData","customFeedItemTypeTemplates","currentUser"];function N(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function A(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?N(Object(r),!0).forEach((function(t){C.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):N(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var k={view:"feedItem",theme:n.THEMES.DARK};module.exports=function(e){var t=e.feedItem,n=e.appData,v=e.customFeedItemTypeTemplates,C=e.currentUser,N=h.default(e,w);if(t.type in v){var H=v[t.type];return b.jsx(H,{"data-testid":"".concat("Feed_Content","_template"),feedItem:s.fromJS(t),appData:s.fromJS(n),appContext:s.fromJS(k)})}switch(t.type){case r.get(m.FEED_ITEM_TYPES_BY_KEY,"alert.type"):return b.jsx(E,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"post.type"):return b.jsx(_,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"geosteering_comments.type"):return b.jsx(p,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"dvd_comment.type"):return b.jsx(q,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"pc_comment.type"):case r.get(m.FEED_ITEM_TYPES_BY_KEY,"drilling_dysfunction_event.type"):return b.jsx(B,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"hookload_broomstick_comment.type"):return b.jsx(K,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"operational_note.type"):return b.jsx(o,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"operation_summary.type"):return b.jsx(d,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"daily_cost.type"):return b.jsx(a,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"document.type"):return b.jsx(I,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"driller_memo.type"):return b.jsx(i,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"npt_event.type"):return b.jsx(u,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"survey_station.type"):return b.jsx(T,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"completion_operational_note.type"):return b.jsx(Y,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"completion_operation_summary.type"):return b.jsx(l,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"completion_daily_cost.type"):return b.jsx(j,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"completion_document.type"):return b.jsx(F,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"completion_npt_event.type"):return b.jsx(D,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"completion_actual_stage.type"):return b.jsx(g,{feedItem:t});case m.FEED_ITEM_TYPES.TRACES_MEMO:return b.jsx(f,{feedItem:t});case m.FEED_ITEM_TYPES.DEPTH_COMMENTS:return b.jsx(y,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"lessons_learned.type"):return b.jsx(c,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"bha.type"):return b.jsx(M,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"fluid_report.type"):return b.jsx(x,{feedItem:t});case r.get(m.FEED_ITEM_TYPES_BY_KEY,"app_annotation.type"):return b.jsx(P,A({feedItem:t,appData:n,appContext:k,currentUser:C},N));case r.get(m.FEED_ITEM_TYPES_BY_KEY,"well_plan.type"):return b.jsx(S,A({feedItem:t,appData:n,appContext:k},N));case r.get(m.FEED_ITEM_TYPES_BY_KEY,"npt_lessons_comment.type"):return b.jsx(O,{feedItem:t});default:return null}};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("moment"),t=require("@material-ui/core"),r=require("react/jsx-runtime");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=a(e),i=t.makeStyles((function(e){return{createdAtRoot:{color:e.palette.primary.text6,minWidth:"100px"}}}));module.exports=function(e){var a=e.feedItem,c=i();return r.jsx(t.Typography,{variant:"body2","data-testid":"".concat("FeedPo","_createdPostDate"),className:c.createdAtRoot,children:o.default(a.created_at).format("MM/DD/YY H:mm")})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),t=require("prop-types"),r=require("lodash"),o=require("moment"),s=require("@material-ui/core"),i=require("../../Comment/index.js"),a=require("../../CommentLoader.js"),p=require("../../CommentInput/index.js"),c=require("../../../clients/jsonApi/index.js");require("../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js");var m=require("react/jsx-runtime");require("../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js"),require("../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js"),require("../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js"),require("../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js"),require("../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js"),require("../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js"),require("../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js"),require("../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js"),require("../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js");var u=require("../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js"),l=require("../../../utils/mobileDetect.js");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var C=d(e),v=d(t),f=d(o),D=s.makeStyles({showMore:{cursor:"pointer"},feedCommentsContainer:{padding:"0 16px 0 24px"},feedCommentsList:{marginTop:24},feedCommentsListContent:{height:function(e){var n=e.commentsListHeight;return n&&n-8},overflow:function(e){return e.commentsListHeight&&"scroll"}},feedCommentsListContentWrapper:{position:"relative"},gradient:{position:"absolute",bottom:0,left:0,width:"100%",height:16,background:function(e){var n=e.isInsideDcApp;return"linear-gradient(180deg, rgba(61, 61, 61, 0) 0%, ".concat(n?"#414141":"3b3b3b"," 100%)")}}});function A(e){var t,o=e.openCommentInput,d=e.openCommentList,v=e.feedItem,A=e.currentUser,j=v.comments,g=j.length,h=g>3,q=n.useState(!1),I=C.default(q,2),x=I[0],y=I[1],b=n.useState(!1),L=C.default(b,2),P=L[0],F=L[1],N=n.useState(!1),S=C.default(N,2),M=S[0],w=S[1],R=n.useState(null),B=C.default(R,2),k=B[0],E=B[1],H=n.useRef(),T=n.useRef(),U=n.useMemo((function(){var e=r.sortBy(v.comments,(function(e){return-f.default(e.created_at).unix()}));return M?M&&!P?e.slice(0,5):M&&P?e:[]:e.slice(0,3)}),[j,P,M]);n.useEffect((function(){if(5===U.length&&!k){var e=T.current.clientHeight;E(e),F(!0)}k&&!M&&(E(null),F(!1))}),[U.length,k,M]);var _=u.useIsInsideDcApp(),V=D({commentsListHeight:k,isAllCommentsVisibleKeyPressed:M,isInsideDcApp:_});return m.jsxs("div",{className:(o||!!g)&&V.feedCommentsContainer,children:[o&&!l.isNativeDetected&&m.jsx(p,{inputRef:H,postComment:function(e){c.postFeedItemComment(v.id,e)},setIsPosting:y,companyId:v.company_id,autoFocus:!1,currentUser:A,parentId:"".concat(v.id,"-").concat(null===(t=v.comments)||void 0===t?void 0:t.size)}),d&&m.jsxs("div",{className:V.feedCommentsList,children:[m.jsx("div",{className:V.feedCommentsListContentWrapper,children:m.jsxs("div",{className:V.feedCommentsListContent,ref:T,children:[U.map((function(e){return m.jsx(i,{comment:e,handleDeleteCallback:r.noop,patchCommentCallback:r.noop,companyId:v.company_id,currentUser:A},e.id)})),k&&m.jsx("div",{className:V.gradient})]})}),h&&m.jsx(s.Typography,{variant:"caption",color:"primary","data-testid":"".concat("FeedComments","_viewMoreComments"),className:V.showMore,onClick:function(){w(!M)},children:M?"Hide older comments":"See all comments"})]}),x&&m.jsx(a,{})]})}A.propTypes={openCommentInput:v.default.bool.isRequired,feedItem:v.default.shape().isRequired,currentUser:v.default.shape().isRequired},module.exports=A;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("classnames"),t=require("@material-ui/core"),i=require("../../../utils/mobileDetect.js"),s=require("../../../utils/feed.js"),n=require("../../../constants/feed.js"),o=require("../../../constants/alerts.js"),a=require("./AvatarIcon.js"),l=require("./LessonsLearnedLeafIcon.js"),d=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=c(e),m=c(r),f=t.makeStyles({icon:{width:32,height:32,backgroundColor:"grey",borderRadius:23,position:"absolute",top:18,left:-16,padding:6},iconWrapper:{display:"inline-block",height:20,width:20,overflow:"hidden"},iconImg:{height:20,width:20},iconNative:{left:"auto"}}),p=function(e){var r,t=e.feedItem,s=e.feedItemType,a=e.icon,l=f(),c=n.FEED_ITEM_TYPES_BY_KEY[s]?n.FEED_ITEM_TYPES_BY_KEY[s].label:"Other";if(s===n.FEED_ITEM_TYPES_BY_KEY.alert.type){var p,E,v=null===(p=t.context)||void 0===p||null===(E=p.alert)||void 0===E?void 0:E.level;r={backgroundColor:o.ALERT_LEVEL_COLOR[v]}}return d.jsx("div",{className:m.default(l.icon,u.default({},l.iconNative,i.isNativeDetected)),style:r,children:d.jsx("div",{className:l.iconWrapper,children:d.jsx("img",{src:a,alt:"".concat(c," icon"),className:l.iconImg})})})};module.exports=function(e){var r=e.feedItem,t=e.displayName,i=e.isRecommended,n=e.currentUser,o=r.type,c=s.getIconForFeedItemType(o);return c===s.AVATAR_ICON?d.jsxs(d.Fragment,{children:[d.jsx(a,{displayName:t,feedItem:r,isRecommended:i,currentUser:n}),"lessons_learned"===o&&d.jsx(l,{offsetX:-22,offsetY:32})]}):d.jsx(p,{icon:c,feedItem:r,feedItemType:o})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("react/jsx-runtime");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=r(e);function s(e){var r=e.offsetX,f=e.offsetY;return t.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",transform:"translate(".concat(r,",").concat(f,")"),children:[t.jsx("path",{d:"M11.3259 0L15.4044 0.0174C15.5624 0.017453 15.7139 0.0802618 15.8256 0.192012C15.9373 0.303762 16 0.455301 16 0.6133V12.9293C16 13.0872 15.9373 13.2387 15.8257 13.3504C15.7141 13.4622 15.5627 13.525 15.4048 13.5252L11.3263 13.5078C10.652 13.509 10.0036 13.7676 9.51363 14.2308C9.19101 14.5358 8.95309 14.9143 8.81705 15.3295C8.69742 15.6946 8.38984 16 8.00564 16C7.6214 16 7.31381 15.6945 7.19419 15.3294C7.05821 14.9143 6.82039 14.5359 6.4979 14.2309C6.00804 13.7677 5.35978 13.5091 4.6856 13.5078H0.5956C0.437601 13.5077 0.286094 13.4449 0.1744 13.3332C0.0627059 13.2214 -2.65192e-05 13.0699 0 12.9119V0.5959C-2.65192e-05 0.437901 0.0627059 0.286362 0.1744 0.174612C0.286094 0.0628618 0.437601 5.30353e-05 0.5956 0H4.6853C5.30628 8.92501e-05 5.91871 0.144783 6.47407 0.42262C7.02943 0.700456 7.51246 1.1038 7.8849 1.6007L8.0049 1.7607L8.1249 1.6014C8.49748 1.10426 8.98071 0.700718 9.53632 0.422757C10.0919 0.144796 10.7046 5.43028e-05 11.3259 0Z",fill:"#63EFFF"}),t.jsx("rect",{x:"7",y:"3",width:"2",height:"10",rx:"1",fill:"#212121"})]})}s.propTypes={offsetX:f.default.number,offsetY:f.default.number},s.defaultProps={offsetX:0,offsetY:0},module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("classnames"),n=require("moment"),i=require("lodash"),r=require("@material-ui/core"),a=require("@material-ui/icons/ThumbUp"),s=require("@material-ui/icons/Comment"),o=require("../../../utils/nativeMessages.js"),u=require("../../../utils/mobileDetect.js"),l=require("../../CommentsInfo/index.js"),m=require("../../../utils/main.js"),c=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var p=d(e),f=d(t),x=d(n),g=d(a),C=d(s),h=r.makeStyles({reactionButton:{padding:8},reactions:{minHeight:48,marginTop:5,display:"flex",alignItems:"center",padding:"8px 16px 8px 24px",flexWrap:"wrap"},reactionsNative:{padding:"0 16px"},actions:{display:"flex",marginRight:30,alignItems:"center"}}),v=u.isNativeDetected?2:3;module.exports=function(e){var t=e.feedItem,n=e.currentUser,a=e.setOpenCommentInput,s=e.setOpenCommentList,d=e.openCommentInput,q=e.openCommentList,j=e.handleToggleLike,k=r.useTheme(),N=h(),y=t.likes_count,I=t.comments.length,B=(t.likes||[]).find((function(e){var t;return(null===(t=e.user)||void 0===t?void 0:t.id)===n.id})),b=(t.likes||[]).map((function(e){return m.getUserFullName(e.user)})),L=i.uniq((t.comments||[]).map((function(e){return m.getUserFullName(e.user)}))),F=i.uniqBy((t.comments||[]).concat(t.likes||[]).map((function(e){return e.user})).sort((function(e){return x.default(e.created_at).unix()})),"id").slice(0,v),U=!d||!q;return c.jsx("div",{className:f.default(N.reactions,p.default({},N.reactionsNative,u.isNativeDetected)),children:c.jsxs("div",{className:N.actions,children:[c.jsx(r.IconButton,{"data-testid":"".concat("FeedPo","_likeButton"),"aria-label":"Like",onClick:j,className:N.reactionButton,children:c.jsx(g.default,{htmlColor:B?k.palette.primary.main:k.palette.grey[400]})}),c.jsx(r.IconButton,{"data-testid":"".concat("FeedPo","_commentButton"),"aria-label":"Comment",onClick:function(){u.isNativeDetected?o.notifyOpenFeedCommentInput(t.id):(a(U),s(U))},className:N.reactionButton,children:c.jsx(C.default,{htmlColor:k.palette.grey[400]})}),c.jsx(l,{likesCount:y,usersWhoLike:b,commentsCount:I,usersWhoCommented:L,activeUsersList:F,onCommentsClick:function(){return s(!q)},small:!0})]})})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("lodash"),n=require("@material-ui/core"),t=require("../../../constants/segment.js"),i=require("react/jsx-runtime"),r=n.makeStyles((function(e){return{rigAndWellContainer:{display:"flex",gap:"8px",alignItems:"flex-end"},contentAssetInfo:{color:e.palette.primary.main,width:"100%",fontSize:12},assetLink:{cursor:"pointer",display:"block",padding:"4px 0 0 0",fontSize:"12px"},stageNumber:{color:e.palette.primary.text6,fontSize:12}}}));module.exports=function(a){var l,o,s,d,c,u,v=a.feedItem,g=r(),m=!!v.rig,p=function(e){var n,t,i;return e.rig?null===(n=e.rig)||void 0===n?void 0:n.name:null===(t=e.well)||void 0===t||null===(i=t.parent_asset)||void 0===i?void 0:i.name}(v),f=m?null===(l=v.rig)||void 0===l||null===(o=l.active_well)||void 0===o?void 0:o.name:null===(s=v.well)||void 0===s?void 0:s.name,x=m?null===(d=v.rig)||void 0===d||null===(c=d.active_well)||void 0===c?void 0:c.id:null===(u=v.well)||void 0===u?void 0:u.id,y=e.get(v,["segment",0])===t.SEGMENTS.COMPLETION&&e.get(v,["context","alert","stage_numbers",0]);return i.jsxs("div",{className:g.rigAndWellContainer,children:[x?i.jsx("a",{"data-testid":"".concat("FeedPo","_wellLink"),className:g.assetLink,onClick:function(e){return e.stopPropagation()},href:"/assets/".concat(x,"/"),target:"_blank",rel:"noreferrer",children:i.jsxs(n.Typography,{variant:"body2",className:g.contentAssetInfo,children:[p," - ",f]})}):i.jsxs(n.Typography,{variant:"body2",className:g.contentAssetInfo,children:[p," - No Active Well"]}),y&&i.jsxs(n.Typography,{variant:"body2",className:g.stageNumber,children:["Stage ",y]})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("../../../constants/feed.js"),r=require("react/jsx-runtime"),o=[t.FEED_ITEM_TYPES_BY_KEY.post.type,t.FEED_ITEM_TYPES_BY_KEY.app_annotation.type,t.FEED_ITEM_TYPES_BY_KEY.geosteering_comments.type,t.FEED_ITEM_TYPES.TRACES_MEMO,t.FEED_ITEM_TYPES.DEPTH_COMMENTS],a=e.makeStyles((function(e){return{assetRoot:{color:e.palette.grey[400],whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden",marginRight:4,fontWeight:700,letterSpacing:.25},postTitle:{color:"#fff"}}}));module.exports=function(t){var s=t.feedItem,i=t.userFullName,E=t.typeLabel,n=a(),l=o.includes(s.type)?i:E;return r.jsx(e.Typography,{variant:"body2",className:n.assetRoot,children:r.jsx("span",{"data-testid":"".concat("FeedPo","_postTitle"),className:n.postTitle,children:l})})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),r=require("moment"),a=require("classnames"),i=require("@material-ui/core"),o=require("../../../../utils/index.js"),s=require("../../../Modal/Modal.js"),c=require("../../../PostInput/PostInput.js"),l=require("../../../IconButton/index.js"),d=require("../../../Typography.js"),u=require("../../../Icons/SendIcon.js"),p=require("../../../UserMention/utils/index.js"),m=require("../../../../constants/feed.js"),h=require("react/jsx-runtime");function g(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=g(e),y=g(t),j=g(r),x=g(a);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){f.default(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var N=i.makeStyles((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:"#fff"},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}}));module.exports=function(e){var t,r=e.feedItem.context.dvd_comment,a=r.body,g=r.attachment,f=r.data,b=r.data,w=b.bitDepth,O=b.holeDepth,C=b.cost,P=b.timestamp,q=e.onClose,I=e.onSave,D=e.userCompanyId,S=N(),T=o.convertValue(+w,"length","ft"),B=o.convertValue(+O,"length","ft"),M=n.useRef(),E=n.useState({body:a,attachment:g}),R=y.default(E,2),H=R[0],k=R[1],L=function(){I({context:{dvd_comment:v(v({},H),{},{data:f})}})};return h.jsxs(s,{open:!0,onClose:q,title:"Edit Comment",contentClassName:S.modal,actionsClassName:S.modalActions,onClick:function(e){e.stopPropagation()},actions:h.jsxs(i.Grid,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:S.actions,children:[h.jsx(i.Grid,{item:!0,children:h.jsx(i.Typography,{variant:"caption",className:x.default(S.inputMain,S.cancelText,S.highlightedLabel),"data-testid":"".concat("EditComment","_cancel"),component:"div",gutterBottom:!0,onClick:q,children:"Cancel"})}),h.jsxs(i.Grid,{item:!0,direction:"row",alignItems:"center",className:S.sendRow,children:[h.jsxs(i.Typography,{variant:"caption",className:x.default(S.inputMain,S.inputHelper),component:"div",gutterBottom:!0,children:["Press ",h.jsx(i.Typography,{variant:"caption",color:"primary",className:x.default(S.inputMain,S.highlightedLabel),children:"Enter"})," to send"]}),h.jsx(l,{onClick:L,className:S.sendIcon,"data-testid":"".concat("EditComment","_send"),disabled:!H||!H.body&&!H.attachment,children:h.jsx(u,{})})]})]}),ref:M,children:[h.jsx(c,{initialValue:{body:a,attachment:g},userCompanyId:D,onChange:k,filePreviewWrapperClass:S.filePreviewWrapper,className:S.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||p.isSuggestionsListOpened()||(e.preventDefault(),L())},mentionStyle:m.MENTION_STYLE,suggestionsPortalHost:M.current,allowSuggestionsAboveCursor:!0}),h.jsxs("div",{className:S.info,children:[P&&h.jsxs(d.Regular14,{className:S.text,gutterBottom:!0,children:["Time:"," ",h.jsx("span",{className:S.value,children:j.default(P).format("MM/DD/YY, HH:mm")})," "]}),Number.isFinite(C)&&h.jsxs(d.Regular14,{className:S.text,gutterBottom:!0,children:["Cost: ",h.jsxs("span",{className:S.value,children:[" ",(t=C,t.toString().replace(/\B(?=(\d{3})+(?!\d))/g," "))]})," ",h.jsx("span",{className:S.currency,children:"$"})]}),Number.isFinite(T)&&h.jsxs(d.Regular14,{className:S.text,gutterBottom:!0,children:["Bit Depth: ",h.jsx("span",{className:S.value,children:"".concat(T," ").concat(o.getUnitDisplay("length"))})]}),Number.isFinite(B)&&h.jsxs(d.Regular14,{className:S.text,gutterBottom:!0,children:["Hole Depth: ",h.jsx("span",{className:S.value,children:"".concat(B," ").concat(o.getUnitDisplay("length"))})]})]})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("react"),n=require("moment"),a=require("classnames"),o=require("@material-ui/core"),i=require("../../../Modal/Modal.js"),s=require("../../../PostInput/PostInput.js"),l=require("../../../IconButton/index.js"),c=require("../../../Typography.js"),u=require("../../../Icons/SendIcon.js"),d=require("../../../UserMention/utils/index.js"),p=require("../../../../utils/convert.js"),m=require("../../../../constants/feed.js"),h=require("react/jsx-runtime");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var g=f(e),y=f(t),j=f(n),x=f(a);function b(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function v(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?b(Object(r),!0).forEach((function(t){g.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var N=o.makeStyles((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:"#fff",paddingLeft:4},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}}));module.exports=function(e){var t=e.feedItem.context.hookload_broomstick_comment,n=t.body,a=t.attachment,f=t.data,g=t.data,b=g.timestamp,w=g.measuredDepth,O=g.activityLabel,P=g.hookload,q=e.onClose,I=e.onSave,C=e.userCompanyId,M=N(),k=p.convertValue(+w,"length","ft"),S=p.convertValue(+P,"force","klbf"),D=r.useRef(),T=r.useState({body:n,attachment:a}),L=y.default(T,2),B=L[0],R=L[1],E=function(){I({context:{hookload_broomstick_comment:v(v({},B),{},{data:f})}})};return h.jsxs(i,{open:!0,onClose:q,title:"Edit Comment",contentClassName:M.modal,actionsClassName:M.modalActions,onClick:function(e){e.stopPropagation()},actions:h.jsxs(o.Grid,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:M.actions,children:[h.jsx(o.Grid,{item:!0,children:h.jsx(o.Typography,{variant:"caption",className:x.default(M.inputMain,M.cancelText,M.highlightedLabel),component:"div",gutterBottom:!0,onClick:q,children:"Cancel"})}),h.jsxs(o.Grid,{item:!0,direction:"row",alignItems:"center",className:M.sendRow,children:[h.jsxs(o.Typography,{variant:"caption",className:x.default(M.inputMain,M.inputHelper),component:"div",gutterBottom:!0,children:["Press ",h.jsx(o.Typography,{variant:"caption",color:"primary",className:x.default(M.inputMain,M.highlightedLabel),children:"Enter"})," to send"]}),h.jsx(l,{onClick:E,className:M.sendIcon,disabled:!B||!B.body&&!B.attachment,children:h.jsx(u,{})})]})]}),ref:D,children:[h.jsx(s,{initialValue:{body:n,attachment:a},userCompanyId:C,onChange:R,filePreviewWrapperClass:M.filePreviewWrapper,className:M.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||d.isSuggestionsListOpened()||(e.preventDefault(),E())},mentionStyle:m.MENTION_STYLE,suggestionsPortalHost:D.current,allowSuggestionsAboveCursor:!0}),h.jsxs("div",{className:M.info,children:[Number.isFinite(w)&&h.jsxs(c.Regular14,{className:M.text,gutterBottom:!0,children:["Measured Depth:",h.jsx("span",{className:M.value,children:"".concat(Math.round(k).toLocaleString()," ").concat(p.getUnitDisplay("length"))})]}),P&&h.jsxs(c.Regular14,{className:M.text,gutterBottom:!0,children:["Hookload:",h.jsx("span",{className:M.value,children:"".concat(Math.round(S).toLocaleString()," ").concat(p.getUnitDisplay("force"))})]}),O&&h.jsxs(c.Regular14,{className:M.text,gutterBottom:!0,children:["Activity:",h.jsx("span",{className:M.value,children:O})]}),b&&h.jsxs(c.Regular14,{className:M.text,gutterBottom:!0,children:["Time:",h.jsx("span",{className:M.value,children:j.default.unix(b).format("MM/DD/YY HH:mm")})]})]})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),a=require("moment"),r=require("classnames"),i=require("@material-ui/core"),s=require("../../../../utils/index.js"),o=require("../../../Modal/Modal.js"),l=require("../../../PostInput/PostInput.js"),c=require("../../../IconButton/index.js"),d=require("../../../Typography.js"),u=require("../../../Icons/SendIcon.js"),m=require("../../../UserMention/utils/index.js"),p=require("../../../../constants/feed.js"),h=require("react/jsx-runtime");function g(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=g(e),x=g(t),y=g(a),j=g(r);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){f.default(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var N=i.makeStyles((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:e.palette.primary.text1},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}}));module.exports=function(e){var t=e.feedItem.context,a=t.id,r=t.lessons_learned,g=r.attachment,f=r.timestamp,b=r.data,w=r.data,O=w.description,C=w.cause,P=w.section,q=w.activity,I=w.md_start,T=w.tvd_start,D=e.onClose,M=e.onSave,S=e.userCompanyId,B=N(),E=n.useRef(),R=n.useState({body:O,attachment:g}),H=x.default(R,2),_=H[0],k=H[1],F=function(){M({context:{id:a,lessons_learned:{attachment:_.attachment,data:v(v({},b),{},{description:_.body})}}})};return h.jsxs(o,{open:!0,onClose:D,title:"Edit Comment",contentClassName:B.modal,actionsClassName:B.modalActions,onClick:function(e){e.stopPropagation()},actions:h.jsxs(i.Grid,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:B.actions,children:[h.jsx(i.Grid,{item:!0,children:h.jsx(i.Typography,{variant:"caption",className:j.default(B.inputMain,B.cancelText,B.highlightedLabel),"data-testid":"".concat("EditComment","_cancel"),component:"div",gutterBottom:!0,onClick:D,children:"Cancel"})}),h.jsxs(i.Grid,{item:!0,direction:"row",alignItems:"center",className:B.sendRow,children:[h.jsxs(i.Typography,{variant:"caption",className:j.default(B.inputMain,B.inputHelper),component:"div",gutterBottom:!0,children:["Press ",h.jsx(i.Typography,{variant:"caption",color:"primary",className:j.default(B.inputMain,B.highlightedLabel),children:"Enter"})," to send"]}),h.jsx(c,{onClick:F,className:B.sendIcon,"data-testid":"".concat("EditComment","_send"),disabled:!_||!_.body&&!_.attachment,children:h.jsx(u,{})})]})]}),ref:E,children:[h.jsx(l,{initialValue:{body:O,attachment:g},userCompanyId:S,onChange:k,filePreviewWrapperClass:B.filePreviewWrapper,className:B.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||m.isSuggestionsListOpened()||(e.preventDefault(),F())},mentionStyle:p.MENTION_STYLE,suggestionsPortalHost:E.current,allowSuggestionsAboveCursor:!0}),h.jsxs("div",{className:B.info,children:[f&&h.jsxs(d.Regular14,{className:B.text,gutterBottom:!0,children:["Time:"," ",h.jsx("span",{className:B.value,children:y.default(f).format("MM/DD/YY, HH:mm")})," "]}),C&&h.jsxs(d.Regular14,{className:B.text,gutterBottom:!0,children:["Event Cause: ",h.jsx("span",{className:B.value,children:C})]}),(Number.isFinite(I)||Number.isFinite(T))&&h.jsxs(d.Regular14,{className:B.text,gutterBottom:!0,children:["MD/TVD:"," ",h.jsxs("span",{className:B.value,children:[Number.isFinite(I)?"".concat(I.fixFloat(2)," ").concat(s.getUnitDisplay("length")):"-","/",Number.isFinite(T)?"".concat(T.fixFloat(2)," ").concat(s.getUnitDisplay("length")):"-"]})]}),P&&h.jsxs(d.Regular14,{className:B.text,gutterBottom:!0,children:["Hole Section: ",h.jsx("span",{className:B.value,children:P})]}),q&&h.jsxs(d.Regular14,{className:B.text,gutterBottom:!0,children:["Operation: ",h.jsx("span",{className:B.value,children:q})]})]})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),r=require("moment"),i=require("classnames"),a=require("@material-ui/core"),o=require("../../../../utils/index.js"),s=require("../../../Modal/Modal.js"),l=require("../../../PostInput/PostInput.js"),c=require("../../../IconButton/index.js"),u=require("../../../Typography.js"),p=require("../../../Icons/SendIcon.js"),d=require("../../../UserMention/utils/index.js"),m=require("../../../../constants/feed.js"),h=require("react/jsx-runtime");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var g=f(e),y=f(t),j=f(r),x=f(i);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function v(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){g.default(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var E=a.makeStyles((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:"#fff"},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}}));module.exports=function(e){var t=e.feedItem.context[m.FEED_ITEM_TYPES.TRACES_MEMO],r=t.body,i=t.attachment,f=t.bitDepth,b=t.holeDepth,O=t.timestamp,w=e.onClose,N=e.onSave,P=e.userCompanyId,C=E(),D=n.useRef(),T=n.useState({body:r,attachment:i}),I=y.default(T,2),M=I[0],q=I[1],S=function(){N({context:g.default({},m.FEED_ITEM_TYPES.TRACES_MEMO,v(v({},M),{},{bitDepth:f,holeDepth:b,timestamp:O}))})};return h.jsxs(s,{open:!0,onClose:w,title:"Edit Comment",contentClassName:C.modal,actionsClassName:C.modalActions,onClick:function(e){e.stopPropagation()},actions:h.jsxs(a.Grid,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:C.actions,children:[h.jsx(a.Grid,{item:!0,children:h.jsx(a.Typography,{variant:"caption",className:x.default(C.inputMain,C.cancelText,C.highlightedLabel),"data-testid":"".concat("EditComment","_cancel"),component:"div",gutterBottom:!0,onClick:w,children:"Cancel"})}),h.jsxs(a.Grid,{item:!0,direction:"row",alignItems:"center",className:C.sendRow,children:[h.jsxs(a.Typography,{variant:"caption",className:x.default(C.inputMain,C.inputHelper),component:"div",gutterBottom:!0,children:["Press ",h.jsx(a.Typography,{variant:"caption",color:"primary",className:x.default(C.inputMain,C.highlightedLabel),children:"Enter"})," to send"]}),h.jsx(c,{onClick:S,className:C.sendIcon,"data-testid":"".concat("EditComment","_send"),disabled:!M||!M.body&&!M.attachment,children:h.jsx(p,{})})]})]}),ref:D,children:[h.jsx(l,{initialValue:{body:r,attachment:i},userCompanyId:P,onChange:q,filePreviewWrapperClass:C.filePreviewWrapper,className:C.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||d.isSuggestionsListOpened()||(e.preventDefault(),S())},mentionStyle:m.MENTION_STYLE,suggestionsPortalHost:D.current,allowSuggestionsAboveCursor:!0}),h.jsxs("div",{className:C.info,children:[O&&h.jsxs(u.Regular14,{className:C.text,gutterBottom:!0,children:["Time:"," ",h.jsx("span",{className:C.value,children:j.default(O).format("MM/DD/YY, HH:mm")})," "]}),Number.isFinite(f)&&h.jsxs(u.Regular14,{className:C.text,gutterBottom:!0,children:["Bit Depth:"," ",h.jsx("span",{className:C.value,children:"".concat(f," ").concat(o.getUnitDisplay("length"))})]}),Number.isFinite(b)&&h.jsxs(u.Regular14,{className:C.text,gutterBottom:!0,children:["Hole Depth:"," ",h.jsx("span",{className:C.value,children:"".concat(b," ").concat(o.getUnitDisplay("length"))})]})]})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("react"),n=require("moment"),i=require("classnames"),a=require("@material-ui/core"),o=require("../../../Modal/Modal.js"),s=require("../../../PostInput/PostInput.js"),l=require("../../../IconButton/index.js"),c=require("../../../Typography.js"),p=require("../../../Icons/SendIcon.js"),u=require("../../../UserMention/utils/index.js"),d=require("../../../../constants/feed.js"),m=require("react/jsx-runtime");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=f(e),g=f(t),y=f(n),j=f(i);function x(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function b(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?x(Object(r),!0).forEach((function(t){h.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):x(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var v=a.makeStyles((function(e){return{postInput:{paddingBottom:8},filePreviewWrapper:{width:"100%",marginLeft:0,maxHeight:251},modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1},info:{marginTop:16},text:{color:e.palette.primary.text6},value:{color:"#fff"},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},modalActions:{paddingTop:16},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}}));module.exports=function(e){var t=e.feedItem.context.pc_comment,n=t.body,i=t.attachment,f=t.data,h=t.data,x=h.holeDepth,w=h.timestamp,O=e.onClose,N=e.onSave,P=e.userCompanyId,I=v(),q=r.useRef(),C=r.useState({body:n,attachment:i}),T=g.default(C,2),M=T[0],S=T[1],D=function(){N({context:{pc_comment:b(b({},M),{},{data:f})}})};return m.jsxs(o,{open:!0,onClose:O,title:"Edit Comment",contentClassName:I.modal,actionsClassName:I.modalActions,onClick:function(e){e.stopPropagation()},actions:m.jsxs(a.Grid,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:I.actions,children:[m.jsx(a.Grid,{item:!0,children:m.jsx(a.Typography,{variant:"caption",className:j.default(I.inputMain,I.cancelText,I.highlightedLabel),component:"div",gutterBottom:!0,onClick:O,children:"Cancel"})}),m.jsxs(a.Grid,{item:!0,direction:"row",alignItems:"center",className:I.sendRow,children:[m.jsxs(a.Typography,{variant:"caption",className:j.default(I.inputMain,I.inputHelper),component:"div",gutterBottom:!0,children:["Press ",m.jsx(a.Typography,{variant:"caption",color:"primary",className:j.default(I.inputMain,I.highlightedLabel),children:"Enter"})," to send"]}),m.jsx(l,{onClick:D,className:I.sendIcon,disabled:!M||!M.body&&!M.attachment,children:m.jsx(p,{})})]})]}),ref:q,children:[m.jsx(s,{initialValue:{body:n,attachment:i},userCompanyId:P,onChange:S,filePreviewWrapperClass:I.filePreviewWrapper,className:I.postInput,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||u.isSuggestionsListOpened()||(e.preventDefault(),D())},mentionStyle:d.MENTION_STYLE,suggestionsPortalHost:q.current,allowSuggestionsAboveCursor:!0}),m.jsxs("div",{className:I.info,children:[w&&m.jsxs(c.Regular14,{className:I.text,gutterBottom:!0,children:["Time:",m.jsx("span",{className:I.value,children:y.default(1e3*w).format("MM/DD/YY, HH:mm")})]}),Number.isFinite(x)&&m.jsxs(c.Regular14,{className:I.text,gutterBottom:!0,children:["Hole Depth: ",m.jsxs("span",{className:I.value,children:[x,"'"]})]})]})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),i=require("@material-ui/core"),t=require("react-router"),r=require("@material-ui/icons/Timeline"),a=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=n(e),l=n(r),s=i.makeStyles((function(e){return{alertContanier:{display:"inline-block",width:"calc(100% - 35px)"},timlineIconRoot:{verticalAlign:"bottom",marginRight:15},timelineText:{color:e.palette.grey[400]},item:{color:"#fff","&:hover":{textDecoration:"underline"}}}})),d=function(e){var r=e.feedItem.context.alert,n=r.id,o=r.name,d=r.description,u=r.decision_path,c=s();return a.jsx("div",{children:a.jsxs("div",{className:c.alertContanier,children:[a.jsx(i.Typography,{variant:"body1",children:a.jsx(t.Link,{className:c.item,to:"/alerts/".concat(n,"/"),children:o})}),a.jsx(i.Typography,{variant:"body1",gutterBottom:!0,children:d}),a.jsxs(i.Typography,{variant:"body1",className:c.timelineText,children:[a.jsx(l.default,{className:c.timlineIconRoot,color:"action"}),u]})]})})};d.propTypes={feedItem:o.default.shape({context:o.default.shape({alert:o.default.shape({id:o.default.number.isRequired,name:o.default.string.isRequired,description:o.default.string.isRequired,decision_path:o.default.string.isRequired,level:o.default.string.isRequired}).isRequired}).isRequired}).isRequired},module.exports=d;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("@babel/runtime/helpers/defineProperty"));function r(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function n(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?r(Object(i),!0).forEach((function(r){t.default(e,r,i[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):r(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}exports.normalizeAssetForApp=function(e,t){if(!e)return null;var r=e.parent_asset?n(n({},e),{},{parent_asset_id:e.parent_asset.id,company_id:t}):{id:e.active_well.id,name:e.active_well.name,company_id:t,parent_asset:{id:e.id,name:e.name},parent_asset_id:e.id};return e.id?r:null};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/typeof"),t=require("@babel/runtime/helpers/defineProperty"),r=require("prop-types"),a=require("immutable"),i=require("moment"),s=require("@material-ui/core"),n=require("../../../../utils/mobileDetect.js"),p=require("../../../EmbeddedApp/DevCenterEmbeddedApp.js"),o=require("../../../EmbeddedApp/EmbeddedApp.js"),u=require("../../../Attachment/index.js"),c=require("../../../UserMention/utils/index.js"),d=require("./helpers.js"),l=require("./styles.css.js"),m=require("react/jsx-runtime");function b(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=b(e),g=b(t),y=b(i);function h(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,a)}return r}function j(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?h(Object(r),!0).forEach((function(t){g.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var A=s.makeStyles((function(e){return{attachmentLable:{fontSize:"12px",color:e.palette.primary.text6}}})),q=function(e){var t=e.feedItem,r=t.id,i=t.well,b=t.rig,f=t.app,g=t.package,h=t.company_id,q=t.context.app_annotation,w=q.body,v=q.app_category,x=q.app_key,O=q.created_at,R=q.settings,D=void 0===R?{}:R,_=q.attachment,E=q.data_timestamp,P=t.mentioned_users,S=e.appContext,F=e.appRegistry,C=e.subscribeAppForAsset,I=e.unsubscribeAppFromAsset,N=e.currentUser,T=e.appData,L=e.isSubDataLoading,k=e.getSubErrors,U=e.isSubDataEmpty,M=A(),z=!!f,B=z&&"dev_center"===f.platform;if(!z||B&&!g)return m.jsx(s.Typography,{variant:"body2",children:"App not found"});var K=d.normalizeAssetForApp(i||b,h),G=y.default(E||O).unix();return[K,v,x,O].every(Boolean)&&K.id?m.jsxs("div",{className:l.appAnnotationFeedItem,children:[m.jsx(s.Typography,{variant:"body2","data-testid":"".concat("FeedActivityPo_appAnnotation","_message"),children:c.formatMentionText(w,P,n.isNativeDetected)}),e.showAppPreview&&m.jsxs(m.Fragment,{children:[m.jsx("br",{}),g&&g.url?m.jsx(p,{appContainerClassName:l.appAnnotationFeedItemApp,appId:r,assetId:K.id,asset:K,app:{app:j(j({},f),{},{settings:D}),package:g},coordinates:{},timestamp:G,time:E,currentUser:N}):m.jsx(o,{appContainerClassName:l.appAnnotationFeedItemApp,appId:r,assetId:K.id,asset:a.Map(K),appComponentKey:x,appComponentCategory:v,requiresSubscription:!0,appContext:a.Map(S),assetDashboards:a.List(),timestamp:G,time:E,onSettingChange:function(){},settings:D,internalSelectors:{isSubDataLoading:L,getSubErrors:k,isSubDataEmpty:U},appRegistry:F,appData:T,subscribeAppForAsset:C,unsubscribeAppFromAsset:I})]}),_&&_.signed_url&&m.jsxs("div",{className:l.appAnnotationFeedItemAttachment,children:[m.jsx(s.Typography,{variant:"subtitle1",className:M.attachmentLable,children:"Attachments"}),m.jsx(u,{small:!0,attachmentUrl:_.signed_url,fileName:_.file_name,displayName:_.file_name})]})]}):m.jsx(s.Typography,{variant:"body2",children:"No Data"})};q.propTypes={feedItem:r.shape({id:r.oneOfType([r.number,r.string]).isRequired,well:function(e,t,r){return e.well||e.rig?e.well&&"object"!==f.default(e.well)?new Error("Prop '".concat(t,"' should be an object")):null:new Error("One of props 'well' or 'rig' was not specified in '".concat(r,"'."))},rig:function(e,t,r){return e.well||e.rig?e.rig&&"object"!==f.default(e.rig)?new Error("Prop '".concat(t,"' should be an object")):null:new Error("One of props 'well' or 'rig' was not specified in '".concat(r,"'."))},context:r.shape({app_annotation:r.shape({body:r.string,app_category:r.string.isRequired,app_name:r.string.isRequired,created_at:r.string.isRequired,settings:r.shape()}).isRequired}).isRequired}).isRequired,appContext:r.shape().isRequired,currentUser:r.shape().isRequired,appData:r.shape().isRequired,appRegistry:r.shape().isRequired,subscribeAppForAsset:r.func.isRequired,unsubscribeAppFromAsset:r.func.isRequired,isSubDataLoading:r.func.isRequired,getSubErrors:r.func.isRequired,isSubDataEmpty:r.func.isRequired,showAppPreview:r.bool},q.defaultProps={showAppPreview:!0},module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".styles_appAnnotationFeedItem__YxXXr{display:flex;flex-direction:column}.styles_appAnnotationFeedItemApp__ocHQR{display:inline-block;height:480px;margin-right:15px;position:relative;width:628px}.styles_appAnnotationFeedItemAttachment__0MiDo{padding-top:10px;width:300px}"),module.exports={appAnnotationFeedItem:"styles_appAnnotationFeedItem__YxXXr",appAnnotationFeedItemApp:"styles_appAnnotationFeedItemApp__ocHQR",appAnnotationFeedItemAttachment:"styles_appAnnotationFeedItemAttachment__0MiDo"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/regenerator"),i=require("react"),n=require("prop-types"),a=require("./components/Info.js"),s=require("./components/BhaNumber.js"),u=require("./components/BhaSchematic.js"),l=require("./components/NoData.js"),o=require("../../../../utils/bha.js"),d=require("./styles.css.js"),c=require("react/jsx-runtime");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=p(e),h=p(r),f=p(t),b=function(e){var r,t,n=e.feedItem,p=e.feedItem,b=p.well,q=p.context,v=p.company_id,g=i.useState([]),y=h.default(g,2),j=y[0],x=y[1],D=i.useState(!1),R=h.default(D,2),I=R[0],S=R[1],w=null==b?void 0:b.id,N=null==q||null===(r=q.bha)||void 0===r?void 0:r.data,_=[null==N?void 0:N.id],A=(null==N||null===(t=N.components)||void 0===t?void 0:t.find((function(e){return"bit"===e.family})))||{},T=(null==N?void 0:N.id)||"-";function k(){return(k=m.default(f.default.mark((function e(){var r;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,o.loadDrillStringData([{_id:w,bha_ids:_}],v);case 3:r=e.sent,x(r),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),console.error(e.t0);case 10:case"end":return e.stop()}}),e,null,[[0,7]])})))).apply(this,arguments)}return i.useEffect((function(){!function(){k.apply(this,arguments)}()}),[]),c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:d.bhaFeedItemInfoWrapper,children:[c.jsx(s,{bhaId:T,pageName:"bhaActivity"}),c.jsx(a,{feedItem:n,bitComponent:A,pageName:"bhaActivity"})]}),j.length>0?c.jsx(u,{feedItem:n,drillStringData:j,isShowDrillstringDetailDialog:I,handleShowDrillstringDetailDialog:function(){return S(!0)},handleHideDrillstringDetailDialog:function(){return S(!1)}}):c.jsx(l,{pageName:"bhaActivity"})]})};b.propTypes={feedItem:n.shape({id:n.number.isRequired,type:n.string.isRequired,company_id:n.number.isRequired,context:n.shape({bha:n.shape({data:n.shape({id:n.number.isRequired,components:n.arrayOf(n.shape).isRequired,start_depth:n.number.isRequired}).isRequired})}).isRequired,created_at:n.string.isRequired,well:n.shape({id:n.number.isRequired})}).isRequired},module.exports=b;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),a=require("@material-ui/core/colors/blue"),i=require("react/jsx-runtime");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=t(a),u=r.makeStyles({wrapper:{marginRight:40},bhaId:{color:s.default[300]}}),n=function(e){var a=e.bhaId,t=e.pageName,s=u();return i.jsxs("div",{className:s.wrapper,children:[i.jsx(r.Typography,{variant:"body2",children:"BHA#:"}),i.jsx(r.Typography,{"data-testid":"".concat(t,"_bhaNumber"),variant:"h6",className:s.bhaId,children:a})]})};n.propTypes={bhaId:e.oneOfType([e.number,e.string]).isRequired,pageName:e.string.isRequired},module.exports=n;
@@ -0,0 +1 @@
1
+ "use strict";var i=require("prop-types"),e=require("@material-ui/core"),l=require("../../../../Drillstring/BhaIndicator/BhaIndicator.js"),r=require("../../../../Drillstring/BHASchematic.js"),t=require("../../../../Drillstring/DrillstringDetail/DrillstringDetail.js"),a=require("../../../../../utils/convert.js"),n=require("../../../../../utils/bha.js"),s=require("react/jsx-runtime"),o=e.makeStyles({wrapper:{width:200,cursor:"pointer",marginTop:-52,marginBottom:-52},bhaDetail:{maxWidth:1500,maxHeight:"80%"}}),d=function(i){var d,g,D,u,h,c=i.feedItem,p=i.drillStringData,m=i.handleShowDrillstringDetailDialog,x=i.isShowDrillstringDetailDialog,j=i.handleHideDrillstringDetailDialog,q=o(),v=null===(d=c.well)||void 0===d?void 0:d.id,S=null===(g=c.context)||void 0===g||null===(D=g.bha)||void 0===D||null===(u=D.data)||void 0===u?void 0:u.id,f=n.getBHAInformation(v,S,p),w=n.calculateBHALengthMax(p),B=null===(h=f.data)||void 0===h?void 0:h.components,H=B&&n.getBHASchematic(B);return s.jsxs(s.Fragment,{children:[s.jsx("div",{className:q.wrapper,onClick:m,children:H&&s.jsx(r,{schematic:H,bhaLengthMax:w},v)}),s.jsx(l,{align:"left"}),s.jsx(e.Dialog,{classes:{paperScrollPaper:q.bhaDetail},open:x,onClose:j,scroll:"paper",children:s.jsx(e.DialogContent,{children:s.jsx(t,{drillStringInfo:f,unit:a.getUnitDisplay("length"),onDone:j})})})]})};d.propTypes={feedItem:i.shape().isRequired,drillStringData:i.shape().isRequired,isShowDrillstringDetailDialog:i.bool.isRequired,handleShowDrillstringDetailDialog:i.func.isRequired,handleHideDrillstringDetailDialog:i.func.isRequired},module.exports=d;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("@material-ui/core"),i=require("../../../../../utils/bha.js"),t=require("react/jsx-runtime"),r=a.makeStyles((function(e){return{labelGrid:{marginRight:11},planUnit:{color:e.palette.grey[400],marginLeft:5,fontSize:12},planText:{color:e.palette.grey[400]},pointValue:{display:"flex",alignItems:"center"},columnWithMargin:{marginRight:40}}})),n=function(e){var n,l,s=e.feedItem,o=e.bitComponent,d=e.pageName,p=r(),c=null===(n=s.context)||void 0===n||null===(l=n.bha)||void 0===l?void 0:l.data,h=null==c?void 0:c.components,m=null==c?void 0:c.start_depth,y=i.getBhaBitSize(h),u=i.getBhaDepthIn(m),g=(null==o?void 0:o.make)||"-",x=(null==o?void 0:o.model)||"-";return t.jsxs(a.Grid,{container:!0,spacing:16,justify:"flex-start",children:[t.jsxs(a.Grid,{item:!0,className:p.labelGrid,children:[t.jsx(a.Typography,{variant:"body2",className:p.planText,children:"Bit Size:"}),t.jsx(a.Typography,{variant:"body2",className:p.planText,children:"Depth In:"})]}),t.jsxs(a.Grid,{item:!0,className:p.columnWithMargin,children:[t.jsx(a.Typography,{variant:"body2",className:p.pointValue,children:y}),t.jsx(a.Typography,{variant:"body2","data-testid":"".concat(d,"_bitSize"),className:p.pointValue,children:u})]}),t.jsxs(a.Grid,{item:!0,className:p.labelGrid,children:[t.jsx(a.Typography,{variant:"body2",className:p.planText,children:"Bit Maker:"}),t.jsx(a.Typography,{variant:"body2",className:p.planText,children:"Bit Model:"})]}),t.jsxs(a.Grid,{item:!0,children:[t.jsx(a.Typography,{variant:"body2","data-testid":"".concat(d,"_bitMaker"),className:p.pointValue,children:g}),t.jsx(a.Typography,{variant:"body2","data-testid":"".concat(d,"_bitModel"),className:p.pointValue,children:x})]})]})};n.propTypes={feedItem:e.shape().isRequired,bitComponent:e.shape().isRequired,pageName:e.string.isRequired},module.exports=n;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("@material-ui/core"),t=require("@material-ui/icons/NotInterested"),r=require("react/jsx-runtime");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=i(t),o=a.makeStyles((function(e){return{wrapper:{display:"flex",alignItems:"center",marginTop:10},noDataText:{color:e.palette.grey[400],display:"inline-block"},noDataIcon:{color:e.palette.grey[400],marginRight:10}}})),s=function(e){var t=e.pageName,i=o();return r.jsxs("div",{className:"cBhaFeedItemNoDataMessage",children:[r.jsx(n.default,{className:i.noDataIcon}),r.jsx(a.Typography,{"data-testid":"".concat(t,"_noData"),variant:"body1",className:i.noDataText,children:"Not enough data for BHA Schematic"})]})};s.propTypes={pageName:e.string.isRequired},module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".styles_bhaFeedItemInfoWrapper__wwhNF{display:flex}"),module.exports={bhaFeedItemInfoWrapper:"styles_bhaFeedItemInfoWrapper__wwhNF"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("classnames"),a=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),r=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=s(e),o=s(t),l=s(i),c=a.makeStyles((function(e){return{item:{display:"inline-block"},firstItem:{marginRight:45},unit:{color:e.palette.grey[400],marginRight:5,display:"inline-block"},value:{color:l.default[300],display:"inline-block"}}})),u=function(e){var t=e.feedItem.context.completion_daily_cost.data,i=t.cost,s=t.cumulative_cost,n=c();return r.jsxs(r.Fragment,{children:[r.jsxs(a.Typography,{variant:"body2",className:o.default(n.item,n.firstItem),children:["Daily Cost:",r.jsx("br",{}),r.jsx(a.Typography,{component:"span",variant:"caption",className:n.unit,children:"$"}),r.jsx(a.Typography,{"data-testid":"".concat("costsActivity","_dailyCost"),component:"span",variant:"h6",className:n.value,children:Number.isFinite(i)?i.formatNumeral("0,0.00"):"N/A"})]}),r.jsxs(a.Typography,{variant:"body2",className:n.item,children:["Cumulative Cost:",r.jsx("br",{}),r.jsx(a.Typography,{component:"span",variant:"caption",className:n.unit,children:"$"}),r.jsx(a.Typography,{"data-testid":"".concat("costsActivity","_cumulativeCost"),component:"span",variant:"h6",className:n.value,children:Number.isFinite(s)?s.formatNumeral("0,0.00"):"N/A"})]})]})};u.propTypes={feedItem:n.default.shape({context:n.default.shape({completion_daily_cost:n.default.shape({data:n.default.shape({cost:n.default.number.isRequired,cumulative_cost:n.default.number.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),r=require("../../Attachment/index.js"),i=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=n(e),u=n(t);function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function o(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){a.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var c=function(e){var t=e.feedItem.context.completion_document.data,n=t.display_name,a=t.file_name,u=t.size,s=t.signed_url,c=s?{attachmentUrl:s}:{fileName:a};return i.jsx(r,o(o({},c),{},{attachmentSize:u,displayName:n,size:"medium"}))};c.propTypes={feedItem:u.default.shape({context:u.default.shape({completion_document:u.default.shape({data:u.default.shape({display_name:u.default.string.isRequired,file_name:u.default.string.isRequired,size:u.default.number,signed_url:u.default.string}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("moment"),a=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),r=require("../../../utils/convert.js"),n=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=s(e),p=s(t),d=s(i),c=a.makeStyles((function(e){return{columnWithMargin:{marginRight:40},highlightedText:{color:d.default[300],textTransform:"capitalize"},valueWrapper:{display:"flex",alignItems:"baseline"},unit:{color:e.palette.grey[400],marginLeft:5},text:{color:e.palette.grey[400],marginRight:5}}})),l=function(e){var t=e.feedItem.context.completion_npt_event.data,i=t.comment,s=void 0===i?"":i,o=t.depth,d=t.end_time,l=t.start_time,u=t.type,m=void 0===u?"":u,y=c(),h=l?p.default.unix(l):p.default(),g=d?p.default.unix(d):void 0,v=g&&p.default.duration(g-h).asHours(),x=r.convertValue(o,"length","ft");return n.jsxs(a.Grid,{spacing:8,justify:"flex-start",container:!0,children:[n.jsxs(a.Grid,{item:!0,className:y.columnWithMargin,children:[n.jsxs(a.Typography,{variant:"body2",className:y.valueWrapper,children:["Type: ",n.jsx(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_type"),component:"span",className:y.highlightedText,children:m})]}),n.jsx(a.Typography,{variant:"body2",children:"Duration:"}),n.jsxs(a.Typography,{variant:"body2",className:y.valueWrapper,children:[n.jsx(a.Typography,{"data-testid":"".concat("nptActivity","_duration"),component:"span",variant:"h6",className:y.highlightedText,children:Number.isFinite(v)&&v.toFixed(2)||"-"}),v&&n.jsx(a.Typography,{"data-testid":"".concat("nptActivity","_durationUnits"),component:"span",variant:"caption",className:y.unit,children:"(hrs)"})]})]}),n.jsxs(a.Grid,{item:!0,children:[n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_startTime"),className:y.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:y.text,children:"Start Time:"}),h.format("MM/DD/YYYY HH:mm")]}),n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_depth"),className:y.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:y.text,children:"Depth:"}),Number.isFinite(x)?x.formatNumeral("0,0.00"):"N/A",n.jsxs(a.Typography,{component:"span",variant:"caption",className:y.unit,children:["(",r.getUnitDisplay("length"),")"]})]}),s&&n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_comment"),className:y.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:y.text,children:"Comment:"}),s]})]})]})};l.propTypes={feedItem:o.default.shape({context:o.default.shape({completion_npt_event:o.default.shape({data:o.default.shape({comment:o.default.string.isRequired,depth:o.default.number.isRequired,end_time:o.default.number.isRequired,start_time:o.default.number.isRequired,type:o.default.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=l;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core/Typography"),r=require("react/jsx-runtime");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=a(e),u=a(t),o=function(e){var t=e.feedItem.context.completion_operation_summary.data.summary;return r.jsx(u.default,{"data-testid":"".concat("operationSummaryActivity","_summary"),variant:"body1",children:t})};o.propTypes={feedItem:i.default.shape({context:i.default.shape({completion_operation_summary:i.default.shape({data:i.default.shape({summary:i.default.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core/Typography"),a=require("react/jsx-runtime");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=r(e),o=r(t),n=function(e){var t=e.feedItem.context.completion_operational_note.data.note;return a.jsx(o.default,{"data-testid":"".concat("operationalNoteActivity","_note"),variant:"body1",children:t})};n.propTypes={feedItem:i.default.shape({context:i.default.shape({completion_operational_note:i.default.shape({data:i.default.shape({note:i.default.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=n;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),r=require("moment"),a=require("@material-ui/core"),i=require("../../../utils/mobileDetect.js"),s=require("../../Typography.js"),n=require("../../Attachment/index.js"),u=require("../../UserMention/utils/index.js"),l=require("../../CollapsibleContent.js"),d=require("../../../constants/feed.js"),o=require("react/jsx-runtime");function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=m(e),f=m(t),p=m(r),h=a.makeStyles((function(e){return{container:{marginBottom:8},label:{color:e.palette.text.secondary}}})),x=function(e){var t=e.feedItem,r=h(),m=t.context,c=m[d.FEED_ITEM_TYPES.DEPTH_COMMENTS],f=c.body,x=c.commentDepth,j=c.timestamp,q=m.attachment,y=t.mentioned_users;return o.jsxs(a.Box,{whiteSpace:"pre-wrap",children:[f&&o.jsx(l,{children:o.jsx(a.Typography,{variant:"body1",gutterBottom:!0,children:u.formatMentionText(f,y,i.isNativeDetected)})}),q&&q.url&&o.jsx(n,{fileName:q.name,attachmentSize:q.size,size:"medium"}),o.jsxs(a.Box,{mt:2,mb:2,children:[o.jsxs(s.Regular14,{className:r.container,children:[o.jsx("span",{className:r.label,children:"Depth: "}),Math.floor(x)," ft"]}),o.jsxs(s.Regular14,{className:r.container,children:[o.jsx("span",{className:r.label,children:"Time: "}),p.default(j).format("MM.DD.YYYY, HH:mm")]})]})]})};x.propTypes={feedItem:f.default.shape({context:f.default.shape(c.default({},d.FEED_ITEM_TYPES.DEPTH_COMMENTS,f.default.shape({body:f.default.string.isRequired,attachment:f.default.shape({url:f.default.string,size:f.default.number}),commentDepth:f.default.oneOfType([f.default.string,f.default.number]).isRequired,timestamp:f.default.oneOfType([f.default.string,f.default.number]).isRequired}).isRequired)).isRequired,mentioned_users:f.default.arrayOf(f.default.shape({}))}).isRequired},module.exports=x;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),r=require("../../Attachment/index.js"),i=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=n(e),u=n(t);function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function o(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){a.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var c=function(e){var t=e.feedItem.context.document.data,n=t.display_name,a=t.file_name,u=t.size,s=t.signed_url,c=s?{attachmentUrl:s}:{fileName:a};return i.jsx(r,o(o({},c),{},{attachmentSize:u,displayName:n,size:"medium"}))};c.propTypes={feedItem:u.default.shape({context:u.default.shape({document:u.default.shape({data:u.default.shape({display_name:u.default.string.isRequired,file_name:u.default.string.isRequired,size:u.default.number,signed_url:u.default.string}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core/Typography"),r=require("react/jsx-runtime");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=a(e),u=a(t),d=function(e){var t=e.feedItem.context.driller_memo.data.message_text;return r.jsx(u.default,{variant:"body1",children:t})};d.propTypes={feedItem:i.default.shape({context:i.default.shape({driller_memo:i.default.shape({data:i.default.shape({message_text:i.default.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=d;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("classnames"),a=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),r=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=s(e),o=s(t),l=s(i),c=a.makeStyles((function(e){return{item:{display:"inline-block"},firstItem:{marginRight:45},unit:{color:e.palette.grey[400],marginRight:5,display:"inline-block"},value:{color:l.default[300],display:"inline-block"}}})),u=function(e){var t=e.feedItem.context.daily_cost.data,i=t.cost,s=t.cumulative_cost,n=c();return r.jsxs(r.Fragment,{children:[r.jsxs(a.Typography,{variant:"body2",className:o.default(n.item,n.firstItem),children:["Daily Cost:",r.jsx("br",{}),r.jsx(a.Typography,{component:"span",variant:"caption",className:n.unit,children:"$"}),r.jsx(a.Typography,{"data-testid":"".concat("costsActivity","_dailyCost"),component:"span",variant:"h6",className:n.value,children:Number.isFinite(i)?i.formatNumeral("0,0.00"):"N/A"})]}),r.jsxs(a.Typography,{variant:"body2",className:n.item,children:["Cumulative Cost:",r.jsx("br",{}),r.jsx(a.Typography,{component:"span",variant:"caption",className:n.unit,children:"$"}),r.jsx(a.Typography,{"data-testid":"".concat("costsActivity","_cumulativeCost"),component:"span",variant:"h6",className:n.value,children:Number.isFinite(s)?s.formatNumeral("0,0.00"):"N/A"})]})]})};u.propTypes={feedItem:n.default.shape({context:n.default.shape({daily_cost:n.default.shape({data:n.default.shape({cost:n.default.number.isRequired,cumulative_cost:n.default.number.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core/Typography"),r=require("react/jsx-runtime");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=a(e),i=a(t),s=function(e){var t=e.feedItem.context.operation_summary.data.summary;return r.jsx(i.default,{"data-testid":"".concat("operationSummaryActivity","_summary"),variant:"body1",children:t})};s.propTypes={feedItem:u.default.shape({context:u.default.shape({operation_summary:u.default.shape({data:u.default.shape({summary:u.default.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core/Typography"),a=require("react/jsx-runtime");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=r(e),o=r(t),u=function(e){var t=e.feedItem.context.operational_note.data.note;return a.jsx(o.default,{"data-testid":"".concat("operationalNoteActivity","_note"),variant:"body1",children:t})};u.propTypes={feedItem:i.default.shape({context:i.default.shape({operational_note:i.default.shape({data:i.default.shape({note:i.default.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("moment"),a=require("../../../utils/index.js"),i=require("../../../utils/mobileDetect.js"),n=require("../../UserMention/utils/index.js"),r=require("../../Attachment/index.js"),s=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=c(t),l=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}})),d="DvDCommentFeedItem";module.exports=function(t){var c,m=t.feedItem,p=m.context.dvd_comment,u=p.body,h=p.attachment,f=void 0===h?{}:h,x=p.data,j=x.timestamp,y=x.bitDepth,g=x.holeDepth,v=x.cost,D=m.mentioned_users,N=l(),b=a.convertValue(+y,"length","ft"),F=a.convertValue(+g,"length","ft"),T=a.getUnitDisplay("length");return s.jsxs("div",{className:N.wrapper,children:[u&&s.jsx(e.Typography,{"data-testid":"".concat(d,"_message"),variant:"body1",gutterBottom:!0,children:n.formatMentionText(u,D,i.isNativeDetected)}),j&&s.jsxs(e.Typography,{className:N.infoField,children:["Time:"," ",s.jsx("span",{"data-testid":"".concat(d,"_time"),children:o.default.unix(j).format("MM.DD.YYYY, HH:mm")})]}),Number.isFinite(F)&&s.jsxs(e.Typography,{className:N.infoField,children:["Hole Depth:",s.jsx("span",{"data-testid":"".concat(d,"_holeDepth"),children:"".concat(F," ").concat(T)})]}),Number.isFinite(b)&&s.jsxs(e.Typography,{className:N.infoField,children:["Bit Depth:",s.jsx("span",{"data-testid":"".concat(d,"_bitDepth"),children:"".concat(b," ").concat(T)})]}),v&&Number.isFinite(v)&&s.jsxs(e.Typography,{className:N.infoField,children:["Cost: ",s.jsxs("span",{"data-testid":"".concat(d,"_cost"),children:[(c=v,c.toString().replace(/\B(?=(\d{3})+(?!\d))/g," "))," $"]})]}),f&&f.url&&s.jsx("div",{className:N.attachment,children:s.jsx(r,{small:!0,attachmentUrl:f.url,fileName:f.name,displayName:f.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),i=require("prop-types"),t=require("classnames"),r=require("@material-ui/core"),a=require("@material-ui/core/colors/blue"),n=require("../../../utils/convert.js"),s=require("../../../utils/FluidCheckUtils.js"),c=require("react/jsx-runtime");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=o(t),u=o(a),p="fluidReportActivity",l=r.makeStyles((function(e){return{density:{color:u.default[300]},unit:{color:e.palette.grey[400],marginLeft:5},oneLineText:{display:"flex",alignItems:"center"},title:{color:e.palette.grey[400]},columnWithMargin:{marginRight:40}}})),y=function(i){var t=i.feedItem.context.fluid_report.data,a=t.depth,o=t.mud_type,u=t.mud_density,y=t.viscosity,m=y.pv,h=void 0===m?"":m,g=y.yp,f=void 0===g?"":g,x=y.rpm_readings,v=l(),q=s.ctop(a,"length","ft"),R=q?q.formatNumeral("0,0"):"-",j=n.getUnitDisplay("length"),T=n.convertValue(+u,"density","ppg").formatNumeral("0,0.00"),b=n.getUnitDisplay("density"),N=n.getUnitDisplay("yp"),_=Number.isFinite(h)?h.fixFloat(3):h,D=Number.isFinite(f)?f.fixFloat(3):f,F=e.useMemo((function(){var e=x.length-1;return x.reduce((function(i,t,r){var a=r===e?"":", ",n="".concat(t.rpm,"/").concat(t.dial_reading);return"".concat(i).concat(n).concat(a)}),"")}),[x]);return c.jsxs(r.Grid,{container:!0,spacing:"40",justify:"flex-start",children:[c.jsxs(r.Grid,{item:!0,className:v.columnWithMargin,children:[c.jsx(r.Typography,{variant:"body2",children:"Density"}),c.jsxs(r.Typography,{variant:"h6","data-testid":"".concat(p,"_density"),className:d.default(v.density,v.oneLineText),children:[T,c.jsxs(r.Typography,{component:"span",variant:"caption",className:v.unit,children:["(",b,")"]})]}),c.jsxs(r.Typography,{className:v.oneLineText,children:[R,c.jsxs(r.Typography,{component:"span",variant:"caption",className:v.unit,children:["(",j,")"]})," / ",o]})]}),c.jsxs(r.Grid,{item:!0,children:[c.jsxs(r.Typography,{variant:"body2","data-testid":"".concat(p,"_viscosity"),className:v.oneLineText,children:[c.jsx(r.Typography,{variant:"span",className:v.title,children:"PV: "}),"".concat(_," ").concat("cP"," / YP: ").concat(D),c.jsx(r.Typography,{component:"span",variant:"caption",className:v.unit,children:N})]}),c.jsx(r.Typography,{variant:"body2",className:v.title,children:"Rheometer Readings (RPM/Dial Reading):"}),c.jsx(r.Typography,{variant:"body2","data-testid":"".concat(p,"_rheometerReadings"),children:F})]})]})};y.propTypes={feedItem:i.shape({context:i.shape({fluid_report:i.shape({data:i.shape({depth:i.number.isRequired,mud_type:i.string.isRequired,mud_density:i.number.isRequired,viscosity:i.shape({pv:i.number.isRequired,yp:i.number.isRequired,rpm_readings:i.arrayOf(i.shape({id:i.string.isRequired,dial_reading:i.number.isRequired,rpm:i.number.isRequired})).isRequired}).isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=y;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),r=require("@material-ui/core"),n=require("../../../utils/mobileDetect.js"),o=require("../../Attachment/index.js"),i=require("../../UserMention/utils/index.js"),a=require("../../CollapsibleContent.js"),l=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=s(e),c=s(t);function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function p(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){d.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var m=r.makeStyles({wrapper:{whiteSpace:"pre-wrap"}}),h=function(e){var t=e.feedItem,s=t.context.geosteering_comments,d=s.body,c=s.attachment,u=void 0===c?{}:c,h=s.data,f=h.targetStructure,y=h.recommendedWindow,x=h.isRecommendation,j=h.axis,g=t.mentioned_users,b=m(),v={attachmentSize:null==u?void 0:u.size,size:"medium"};return null!=u&&u.file_name?v.fileName=null==u?void 0:u.file_name:v.attachmentUrl=null==u?void 0:u.url,l.jsxs("div",{className:b.wrapper,children:[x&&l.jsxs(l.Fragment,{children:[l.jsxs(r.Box,{marginBottom:1,children:[l.jsx(r.Typography,{color:"textSecondary",children:"Target Structure"}),l.jsx(r.Typography,{children:f||"N/A"})]}),l.jsxs(r.Box,{marginBottom:1,children:[l.jsx(r.Typography,{color:"textSecondary",children:"Recommended Window"}),l.jsx(r.Typography,{children:y||"N/A"})]})]}),l.jsxs(r.Box,{marginBottom:2,children:[l.jsx(r.Typography,{color:"textSecondary",children:"Comment"}),d&&l.jsx(a,{children:l.jsx(r.Typography,{"data-testid":"".concat("GeosteeringFeedItem","_message"),variant:"body1",gutterBottom:!0,children:i.formatMentionText(d,g,n.isNativeDetected)})}),((null==u?void 0:u.file_name)||(null==u?void 0:u.url))&&l.jsx(o,p({},v))]}),l.jsxs(r.Box,{display:"flex",children:[l.jsx(r.Typography,{color:"textSecondary",children:"Hole Depth: "}),l.jsx(r.Typography,{children:null!=j&&j.holeDepth?"".concat(Math.floor(null==j?void 0:j.holeDepth),'"'):"N/A"})]}),l.jsxs(r.Box,{display:"flex",children:[l.jsx(r.Typography,{color:"textSecondary",children:"Comment MD: "}),l.jsx(r.Typography,{children:null!=j&&j.MD?"".concat(Math.floor(null==j?void 0:j.MD),'"'):"N/A"})]})]})};h.propTypes={feedItem:c.default.shape({context:c.default.shape({geosteering_comments:c.default.shape({body:c.default.string.isRequired,attachment:c.default.shape({url:c.default.string,size:c.default.number}),data:c.default.shape({targetStructure:c.default.string,recommendedWindow:c.default.string,isRecommendation:c.default.bool,axis:c.default.shape({holeDepth:c.default.number,MD:c.default.number})})}).isRequired}).isRequired,mentioned_users:c.default.arrayOf(c.default.shape({}))}).isRequired},module.exports=h;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("moment"),a=require("@material-ui/icons/Warning"),i=require("../../../utils/mobileDetect.js"),n=require("../../UserMention/utils/index.js"),r=require("../../Attachment/index.js"),o=require("../../../utils/convert.js"),l=require("../../Typography.js"),s=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=c(t),m=c(a),u=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},warningContainer:{display:"flex",alignItems:"center",gap:8,marginTop:16},warningIcon:{fill:e.palette.warning.main},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}}));module.exports=function(e){var t=e.feedItem,a=t.point,c=(a=void 0===a?{}:a).showNoVisiblePointWarning,g=t.context.hookload_broomstick_comment,h=g.body,p=g.attachment,f=void 0===p?{}:p,x=g.data,j=x.timestamp,v=x.measuredDepth,y=x.activityLabel,N=x.hookload,b=t.mentioned_users,q=u(),w=o.convertValue(+v,"length","ft"),D=o.convertValue(+N,"force","klbf");return s.jsxs("div",{className:q.wrapper,children:[h&&s.jsx(l.Regular14,{"data-testid":"".concat("HookloadCommentFeedItem","_message"),variant:"body1",gutterBottom:!0,children:n.formatMentionText(h,b,i.isNativeDetected)}),Number.isFinite(v)&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Measured Depth:"," ",s.jsx("span",{children:"".concat(Math.round(w).toLocaleString()," ").concat(o.getUnitDisplay("length"))})]}),N&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Hookload:"," ",s.jsx("span",{children:"".concat(Math.round(D).toLocaleString()," ").concat(o.getUnitDisplay("force"))})]}),y&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Activity: ",s.jsx("span",{children:y})]}),j&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Time: ",s.jsx("span",{children:d.default.unix(j).format("MM/DD/YY HH:mm")})]}),c&&s.jsxs("div",{className:q.warningContainer,children:[s.jsx(m.default,{className:q.warningIcon}),s.jsx(l.Regular12,{children:"This activity is disabled in the application settings or not in range"})]}),f&&(f.signed_url||f.url||f.name)&&s.jsx("div",{className:q.attachment,children:s.jsx(r,{small:!0,attachmentUrl:f.signed_url||f.url,fileName:f.name,displayName:f.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsxs("svg",{"data-testid":"CriticalIcon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M8 11C8.55 11 9 10.55 9 10V1.00928C9 0.459277 8.55 0.00927734 8 0.00927734C7.45 0.00927734 7 0.459277 7 1.00928V10C7 10.55 7.45 11 8 11Z",fill:"#CE0000"}),C.jsx("path",{d:"M8 15.9907C8.55 15.9907 9 15.5407 9 14.9907V14.1382C9 13.5882 8.55 13.1382 8 13.1382C7.45 13.1382 7 13.5882 7 14.1382V14.9907C7 15.5407 7.45 15.9907 8 15.9907Z",fill:"#CE0000"}),C.jsx("path",{d:"M12.3982 5.40753C12.7872 5.01853 12.7872 4.38228 12.3982 3.99328L8.706 0.301027C8.317 -0.0879727 7.68075 -0.0879727 7.29175 0.301027C6.90275 0.690027 6.90275 1.32628 7.29175 1.71528L10.984 5.40753C11.3728 5.79628 12.0092 5.79628 12.3982 5.40753Z",fill:"#CE0000"}),C.jsx("path",{d:"M3.5603 5.40753C3.1713 5.01853 3.1713 4.38228 3.5603 3.99328L7.25255 0.301027C7.64155 -0.0879727 8.2778 -0.0879727 8.6668 0.301027C9.0558 0.690027 9.0558 1.32628 8.6668 1.71528L4.9743 5.40753C4.58555 5.79628 3.94905 5.79628 3.5603 5.40753Z",fill:"#CE0000"})]})};
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsxs("svg",{"data-testid":"MajorIcon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M12.3982 7.39825C12.7872 7.00925 12.7872 6.373 12.3982 5.984L8.706 2.29175C8.317 1.90275 7.68075 1.90275 7.29175 2.29175C6.90275 2.68075 6.90275 3.317 7.29175 3.706L10.984 7.39825C11.3728 7.787 12.0092 7.787 12.3982 7.39825Z",fill:"#FFC107"}),C.jsx("path",{d:"M3.56009 7.39825C3.17109 7.00925 3.17109 6.373 3.56009 5.984L7.25234 2.29175C7.64134 1.90275 8.27759 1.90275 8.66659 2.29175C9.05559 2.68075 9.05559 3.317 8.66659 3.706L4.97409 7.39825C4.58534 7.787 3.94884 7.787 3.56009 7.39825Z",fill:"#FFC107"}),C.jsx("path",{d:"M12.3982 12.389C12.7872 12 12.7872 11.3637 12.3982 10.9747L8.706 7.28247C8.317 6.89347 7.68075 6.89347 7.29175 7.28247C6.90275 7.67147 6.90275 8.30772 7.29175 8.69672L10.984 12.389C11.3728 12.7777 12.0092 12.7777 12.3982 12.389Z",fill:"#C79100"}),C.jsx("path",{d:"M3.56009 12.389C3.17109 12 3.17109 11.3637 3.56009 10.9747L7.25234 7.28247C7.64134 6.89347 8.27759 6.89347 8.66659 7.28247C9.05559 7.67147 9.05559 8.30772 8.66659 8.69672L4.97409 12.389C4.58534 12.7777 3.94884 12.7777 3.56009 12.389Z",fill:"#C79100"})]})};
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsxs("svg",{"data-testid":"MinorIcon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M12.3982 8.60175C12.7872 8.99075 12.7872 9.627 12.3982 10.016L8.706 13.7082C8.317 14.0972 7.68075 14.0972 7.29175 13.7082C6.90275 13.3192 6.90275 12.683 7.29175 12.294L10.984 8.60175C11.3728 8.213 12.0092 8.213 12.3982 8.60175Z",fill:"#4CAF50"}),C.jsx("path",{d:"M3.56006 8.60175C3.17106 8.99075 3.17106 9.627 3.56006 10.016L7.25231 13.7082C7.64131 14.0972 8.27756 14.0972 8.66656 13.7082C9.05556 13.3192 9.05556 12.683 8.66656 12.294L4.97406 8.60175C4.58531 8.213 3.94881 8.213 3.56006 8.60175Z",fill:"#4CAF50"}),C.jsx("path",{d:"M12.3982 3.61103C12.7872 4.00003 12.7872 4.63628 12.3982 5.02528L8.706 8.71753C8.317 9.10653 7.68075 9.10653 7.29175 8.71753C6.90275 8.32853 6.90275 7.69228 7.29175 7.30328L10.984 3.61103C11.3728 3.22228 12.0092 3.22228 12.3982 3.61103Z",fill:"#388E3C"}),C.jsx("path",{d:"M3.56006 3.61103C3.17106 4.00003 3.17106 4.63628 3.56006 5.02528L7.25231 8.71753C7.64131 9.10653 8.27756 9.10653 8.66656 8.71753C9.05556 8.32853 9.05556 7.69228 8.66656 7.30328L4.97406 3.61103C4.58531 3.22228 3.94881 3.22228 3.56006 3.61103Z",fill:"#388E3C"})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),a=require("prop-types"),s=require("@material-ui/core"),i=require("../../../../utils/convert.js"),r=require("../../../Attachment/index.js"),n=require("./icons/Critical.js"),c=require("./icons/Major.js"),l=require("./icons/Minor.js"),o=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=d(e),u=d(a);function p(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function j(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?p(Object(a),!0).forEach((function(t){m.default(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):p(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var v="LessonsLearnedFeedItem",h=s.makeStyles({item:{marginTop:"4px"},itemLabel:{fontWeight:"normal",fontSize:"14px",color:"#BDBDBD",marginRight:"8px"},itemValue:{fontSize:"14px",color:"#FFFFFF"},attachment:{paddingTop:10,width:300}});function x(e){var a,s=e.feedItem,d=h(),m=t.useMemo((function(){var e,t,a=(null===(e=s.context)||void 0===e||null===(t=e.lessons_learned)||void 0===t?void 0:t.data)||{};return j(j({},a),{},{md_start:i.convertValue(a.md_start,"length","ft"),tvd_start:i.convertValue(a.tvd_start,"length","ft")})}),[s]),u=null===(a=s.context)||void 0===a?void 0:a.lessons_learned.attachment;return o.jsxs("div",{children:[o.jsx("div",{className:d.item,children:o.jsx("span",{"data-testid":"".concat(v,"_topic"),className:d.itemLabel,children:m.topic})}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Event Cause:"}),o.jsx("span",{"data-testid":"".concat(v,"_Cause"),className:d.itemValue,children:m.cause})]}),o.jsxs("div",{className:d.item,style:{display:"flex",alignItems:"center"},children:[o.jsx("span",{className:d.itemLabel,children:"Event Severity:"}),o.jsx("span",{"data-testid":"".concat(v,"_severityIcon"),children:"Major"===m.severity?o.jsx(c,{}):"Critical"===m.severity?o.jsx(n,{}):"Minor"===m.severity?o.jsx(l,{}):null}),o.jsx("span",{"data-testid":"".concat(v,"_Severity"),className:d.itemValue,children:m.severity})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"MD/TVD:"}),o.jsxs("span",{"data-testid":"".concat(v,"_MD/TVD"),className:d.itemValue,children:[Number.isFinite(m.md_start)?m.md_start.fixFloat(2):"-","/",Number.isFinite(m.tvd_start)?m.tvd_start.fixFloat(2):"-"]})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Hole Section:"}),o.jsx("span",{"data-testid":"".concat(v,"_HoleSection"),className:d.itemValue,children:m.section})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Operation:"}),o.jsx("span",{"data-testid":"".concat(v,"_Operation"),className:d.itemValue,children:m.activity})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Description:"}),o.jsx("div",{"data-testid":"".concat(v,"_Description"),className:d.itemValue,children:m.description})]}),u&&(u.signed_url||u.url||u.name)&&o.jsx("div",{className:d.attachment,children:o.jsx(r,{small:!0,attachmentUrl:u.signed_url||u.url,fileName:u.name,displayName:u.name})})]})}x.propTypes={feedItem:u.default.shape().isRequired};var f=t.memo(x);module.exports=f;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("moment"),a=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),r=require("../../../utils/convert.js"),n=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=s(e),o=s(t),p=s(i),l=a.makeStyles((function(e){return{columnWithMargin:{marginRight:40},highlightedText:{color:p.default[300],textTransform:"capitalize"},valueWrapper:{display:"flex",alignItems:"baseline"},unit:{color:e.palette.grey[400],marginLeft:5},text:{color:e.palette.grey[400],marginRight:5}}})),c=function(e){var t=e.feedItem.context.npt_event.data,i=t.comment,s=void 0===i?"":i,d=t.depth,p=t.end_time,c=t.start_time,u=t.type,m=void 0===u?"":u,h=l(),y=c?o.default.unix(c):o.default(),v=p?o.default.unix(p):void 0,g=v&&o.default.duration(v-y).asHours(),x=r.convertValue(d,"length","ft");return n.jsxs(a.Grid,{spacing:8,justify:"flex-start",container:!0,children:[n.jsxs(a.Grid,{item:!0,className:h.columnWithMargin,children:[n.jsxs(a.Typography,{variant:"body2",className:h.valueWrapper,children:["Type: ",n.jsx(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_type"),component:"span",className:h.highlightedText,children:m})]}),n.jsx(a.Typography,{variant:"body2",children:"Duration:"}),n.jsxs(a.Typography,{variant:"body2",className:h.valueWrapper,children:[n.jsx(a.Typography,{"data-testid":"".concat("nptActivity","_duration"),component:"span",variant:"h6",className:h.highlightedText,children:Number.isFinite(g)&&g.toFixed(2)||"-"}),g&&n.jsx(a.Typography,{"data-testid":"".concat("nptActivity","_durationUnits"),component:"span",variant:"caption",className:h.unit,children:"(hrs)"})]})]}),n.jsxs(a.Grid,{item:!0,children:[n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_startTime"),className:h.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:h.text,children:"Start Time:"}),y.format("MM/DD/YYYY HH:mm")]}),n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_depth"),className:h.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:h.text,children:"Depth:"}),null==x?void 0:x.formatNumeral("0,0.00"),n.jsxs(a.Typography,{component:"span",variant:"caption",className:h.unit,children:["(",r.getUnitDisplay("length"),")"]})]}),s&&n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_comment"),className:h.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:h.text,children:"Comment:"}),s]})]})]})},u=d.default.shape({comment:d.default.string.isRequired,depth:d.default.number.isRequired,end_time:d.default.number.isRequired,start_time:d.default.number.isRequired,type:d.default.string.isRequired}).isRequired;c.propTypes={feedItem:d.default.shape({context:d.default.shape({completion_npt_event:d.default.shape({data:u}).isRequired,npt_event:d.default.shape({data:u}).isRequired}).isRequired}).isRequired},module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("../../../utils/mobileDetect.js"),a=require("../../UserMention/utils/index.js"),n=require("../../Attachment/index.js"),r=require("../../../utils/convert.js"),i=require("../../../constants/feed.js"),s=require("react/jsx-runtime"),l=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}}));module.exports=function(o){var c=o.feedItem,d=c.context[i.FEED_ITEM_TYPES.TRACES_MEMO],m=d.body,h=d.attachment,p=void 0===h?{}:h,u=d.bitDepth,x=d.holeDepth,f=c.mentioned_users,g=l(),j=r.convertValue(+x,"length","ft"),y=r.convertValue(+x,"length","ft");return s.jsxs("div",{className:g.wrapper,children:[(x||0===x)&&s.jsxs(e.Typography,{className:g.infoField,children:["Hole Depth:"," ",s.jsx("span",{children:"".concat(Math.round(j).toLocaleString()," ").concat(r.getUnitDisplay("length"))})]}),(u||0===x)&&s.jsxs(e.Typography,{className:g.infoField,children:["Bit Depth:"," ",s.jsx("span",{children:"".concat(Math.round(y).toLocaleString()," ").concat(r.getUnitDisplay("length"))})]}),m&&s.jsxs(s.Fragment,{children:[s.jsx(e.Typography,{className:g.infoField,children:"Description:"}),s.jsx(e.Typography,{"data-testid":"".concat("NptLessonsCommentFeedItem","_message"),variant:"body1",gutterBottom:!0,children:a.formatMentionText(m,f,t.isNativeDetected)})]}),p&&(p.signed_url||p.url||p.name)&&s.jsx("div",{className:g.attachment,children:s.jsx(n,{small:!0,attachmentUrl:p.signed_url||p.url,fileName:p.name,displayName:p.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("moment"),a=require("../../../utils/mobileDetect.js"),r=require("../../UserMention/utils/index.js"),i=require("../../Attachment/index.js"),n=require("../../../utils/convert.js"),l=require("react/jsx-runtime");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=o(t),c=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}}));module.exports=function(t){var o=t.feedItem,m=o.type,d=o.context[m],u=d.body,p=d.attachment,h=void 0===p?{}:p,f=d.data,x=f.timestamp,y=f.holeDepth,j=o.mentioned_users,g=c(),v=n.convertValue(+y,"length","ft");return l.jsxs("div",{className:g.wrapper,children:[u&&l.jsx(e.Typography,{"data-testid":"".concat("PCCommentFeedItem","_message"),variant:"body1",gutterBottom:!0,children:r.formatMentionText(u,j,a.isNativeDetected)}),x&&l.jsxs(e.Typography,{className:g.infoField,children:["Time: ",l.jsx("span",{children:s.default.unix(x).format("MM.DD.YYYY, HH:mm")})]}),(y||0===y)&&l.jsxs(e.Typography,{className:g.infoField,children:["Hole Depth:"," ",l.jsx("span",{children:"".concat(Math.round(v).toLocaleString()," ").concat(n.getUnitDisplay("length"))})]}),h&&(h.signed_url||h.url||h.name)&&l.jsx("div",{className:g.attachment,children:l.jsx(i,{small:!0,attachmentUrl:h.signed_url||h.url,fileName:h.name,displayName:h.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core"),r=require("../../../utils/mobileDetect.js"),i=require("../../Attachment/index.js"),a=require("../../UserMention/utils/index.js"),s=require("../../CollapsibleContent.js"),u=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=n(e),l=t.makeStyles({wrapper:{whiteSpace:"pre-wrap"}}),o=function(e){var n=e.feedItem,d=n.context.post,o=d.body,m=d.attachment,p=void 0===m?{}:m,c=n.mentioned_users,f=l(),h=p.signed_url||p.url||p.file_name;return u.jsxs("div",{className:f.wrapper,children:[o&&u.jsx(s,{children:u.jsx(t.Typography,{"data-testid":"".concat("PostFeedItem","_message"),variant:"body1",gutterBottom:!0,children:a.formatMentionText(o,c,r.isNativeDetected)})}),h&&u.jsx(i,{attachmentUrl:p.signed_url||p.url,fileName:p.file_name,attachmentSize:p.size,size:"medium"})]})};o.propTypes={feedItem:d.default.shape({context:d.default.shape({post:d.default.shape({body:d.default.string.isRequired,attachment:d.default.shape({url:d.default.string,size:d.default.number})}).isRequired}).isRequired,mentioned_users:d.default.arrayOf(d.default.shape({}))}).isRequired},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/regenerator"),a=require("../../../../clients/jsonApi/index.js");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=n(e),s=n(t),c=n(r);function o(){return(o=s.default(c.default.mark((function e(t){var r,n,u,s;return c.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.wellId,n=t.stageNumber,u={},e.prev=2,e.next=5,a.getAppStorage("corva","completion.predictions",r,{query:"{stage_number#eq#".concat(n,"}"),sort:"{timestamp: -1}",limit:1});case 5:s=e.sent,u=s[0].data,e.next=12;break;case 9:e.prev=9,e.t0=e.catch(2),console.error(e.t0);case 12:return e.abrupt("return",u);case 13:case"end":return e.stop()}}),e,null,[[2,9]])})))).apply(this,arguments)}function i(){return(i=s.default(c.default.mark((function e(t){var r,n,s,o,i;return c.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.wellId,n=t.stageNumber,s={},e.prev=2,e.next=5,a.getAppStorage("corva","completion.data.stages",r,{query:"{data.stage_number#eq#".concat(n,"}"),sort:"{timestamp: -1}",limit:1});case 5:o=e.sent,i=u.default(o,1),s=i[0],e.next=13;break;case 10:e.prev=10,e.t0=e.catch(2),console.error(e.t0);case 13:return e.abrupt("return",s);case 14:case"end":return e.stop()}}),e,null,[[2,10]])})))).apply(this,arguments)}exports.fetchPredictionsData=function(e){return o.apply(this,arguments)},exports.fetchStagesData=function(e){return i.apply(this,arguments)};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core/Typography"),t=require("react/jsx-runtime");function u(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=u(r),a=function(e){var r=e.subject;return t.jsx(o.default,{variant:"body1",gutterBottom:!0,children:"No data for ".concat(r)})};a.propTypes={subject:e.string.isRequired},module.exports=a;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),i=require("lodash"),a=require("./PredictionsItem.js"),t=require("./NoData.js"),s=require("react/jsx-runtime"),p=r.makeStyles({wrapper:{listStyle:"none",padding:0,display:"flex"}}),d=function(e){var r=e.stages,d=e.predictionsData,l=p();return i.isEmpty(r)?s.jsx(t,{subject:"predictions"}):s.jsxs("ul",{className:l.wrapper,children:[s.jsx(a,{title:"Breakdown",fieldName:"ave_breakdown",predictionsData:d}),s.jsx(a,{title:"ISIP",fieldName:"ave_isip",predictionsData:d}),s.jsx(a,{title:"Max Treating Pressure",fieldName:"max_treating_pressure",predictionsData:d}),s.jsx(a,{title:"Avg Treating Pressure",fieldName:"ave_treating_pressure",predictionsData:d}),s.jsx(a,{title:"Max Flow Rate",fieldName:"max_flow_rate",predictionsData:d})]})};d.propTypes={stages:e.shape().isRequired,predictionsData:e.shape().isRequired},module.exports=d;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),t=require("../../../../../utils/convert.js"),a=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=n(i),l=r.makeStyles((function(e){return{wrapper:{display:"flex",flexDirection:"column",justifyContent:"space-between",marginRight:"5%"},predictionItem:{color:s.default[300]},unit:{display:"inline",color:e.palette.grey[400],marginLeft:5}}})),u=function(e){var i=e.title,n=e.fieldName,s=e.predictionsData,u=l();if(!s)return null;var o=s[n];return o?a.jsxs("li",{className:u.wrapper,children:[a.jsxs(r.Typography,{variant:"subtitle2",children:[i,a.jsxs(r.Typography,{className:u.unit,variant:"caption",children:["(",t.getUnitDisplay("pressure"),")"]})]}),a.jsx(r.Typography,{variant:"h6",className:u.predictionItem,children:Number.isFinite(o)?parseFloat(o.toFixed(0)):o})]}):null};u.propTypes={title:e.string.isRequired,fieldName:e.string.isRequired,predictionsData:e.shape().isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),r=require("prop-types"),s=require("lodash"),t=require("@material-ui/core"),a=require("../../../../../StageDesignVActual/ComparisonHeader.js"),i=require("../../../../../StageDesignVActual/ComparisonRow.js"),o=require("../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js"),u=require("./utils.js"),n=require("../NoData.js"),l=require("react/jsx-runtime"),m=t.makeStyles({wrapper:{flex:"1",overflowY:"auto",padding:"0 5px"}}),p=function(r){var t,p=r.feedItem,c=r.stages,d=r.predictionsData,g=m(),j=(null===(t=p.context)||void 0===t?void 0:t.completion_actual_stage)||{},y=e.useMemo((function(){return u.getSummaries(j,c,d)}),[j,c,d]);return s.isEmpty(c)&&s.isEmpty(j)?l.jsx(n,{subject:"stages"}):l.jsxs("div",{className:g.wrapper,children:[l.jsx(a,{renderStages:function(){var e;return s.isEmpty(j)?"":"Stage Number: ".concat(null===(e=j.data)||void 0===e?void 0:e.stage_number)}}),l.jsx(i,{rowKey:"top_perforation",label:"Top Perforation",unitType:"length",summaries:y}),l.jsx(i,{rowKey:"bottom_perforation",label:"Bottom Perforation",unitType:"length",summaries:y}),l.jsx(i,{rowKey:"perforated_length",label:"Perforation Length",unitType:"length",summaries:y}),l.jsx(i,{rowKey:"total_shots",label:"Total Shots",summaries:y}),l.jsx(i,{rowKey:"flush_volume",label:"Flush Volume",unitType:"oil",summaries:y}),l.jsx(o,{rowKey:"chemicals",summaries:y}),l.jsx(o,{rowKey:"proppants",summaries:y}),l.jsx(o,{rowKey:"fluids",summaries:y})]})};p.propTypes={feedItem:r.shape().isRequired,stages:r.shape().isRequired,predictionsData:r.shape().isRequired},module.exports=p;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("lodash"),r=require("../../../../../../utils/StageDesignVActualUtils.js");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=o(e);function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,o)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}exports.getSummaries=function(e,o,n){var i,a,s={top_perforation:null===(i=e.data)||void 0===i?void 0:i.top_perforation,bottom_perforation:null===(a=e.data)||void 0===a?void 0:a.bottom_perforation,perforated_length:0,total_shots:0,flush_volume:0,fluids:{},chemicals:{},proppants:{}},l=u(u({},n),{},{flush_volume_design:t.get(n,"flush_volume","flush_volume_design")});return{actualSummary:!t.isEmpty(e)&&r.getStageSummary(s,e),designSummary:!t.isEmpty(o)&&r.getStageSummary(s,o),predictionSummary:l}};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("@babel/runtime/regenerator"),a=require("react"),s=require("prop-types"),n=require("../../../LoadingIndicator/LoadingIndicator.js"),i=require("./components/Predictions.js"),u=require("./components/Stages/Stages.js"),o=require("./api.js"),c=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=d(e),p=d(t),f=d(r),m=function(e){var t,r,s,d,m=e.feedItem,g=a.useState({}),q=p.default(g,2),h=q[0],x=q[1],b=a.useState({}),j=p.default(b,2),v=j[0],y=j[1],I=a.useState(!1),S=p.default(I,2),w=S[0],_=S[1],D=null===(t=m.well)||void 0===t?void 0:t.id,R=null===(r=m.context)||void 0===r||null===(s=r.completion_actual_stage)||void 0===s||null===(d=s.data)||void 0===d?void 0:d.stage_number;return a.useEffect((function(){function e(){return(e=l.default(f.default.mark((function e(){return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return _(!0),e.t0=x,e.next=4,o.fetchPredictionsData({wellId:D,stageNumber:R});case 4:return e.t1=e.sent,(0,e.t0)(e.t1),e.t2=y,e.next=9,o.fetchStagesData({wellId:D,stageNumber:R});case 9:e.t3=e.sent,(0,e.t2)(e.t3),_(!1);case 12:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[]),w?c.jsx(n,{fullscreen:!1}):c.jsxs(c.Fragment,{children:[c.jsx(i,{stages:v,predictionsData:h}),c.jsx(u,{feedItem:m,stages:v,predictionsData:h})]})};m.propTypes={feedItem:s.shape({context:s.shape({completion_actual_stage:s.shape({data:s.shape().isRequired}).isRequired}).isRequired}).isRequired},module.exports=m;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/regenerator"),t=require("../../../../clients/jsonApi/index.js");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=a(e),c=a(r);function u(){return(u=n.default(c.default.mark((function e(r){var a,n,u;return c.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=r.wellId,n=r.md,e.prev=1,e.next=4,t.getAppStorage("corva","directional.accuracy",a,{query:"{data.actual_point.measured_depth#eq#".concat(n,"}"),sort:"{timestamp: -1}",limit:1});case 4:u=e.sent,e.next=10;break;case 7:e.prev=7,e.t0=e.catch(1),console.error(e.t0);case 10:return e.abrupt("return",u);case 11:case"end":return e.stop()}}),e,null,[[1,7]])})))).apply(this,arguments)}exports.fetchDirectionalAccuracyRecords=function(e){return u.apply(this,arguments)};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("moment"),t=require("@material-ui/core"),i=require("../../../../../utils/convert.js"),r=require("../../../../../utils/accuracy.js"),n=require("react/jsx-runtime");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=l(a),s=t.makeStyles((function(e){return{wrapper:{display:"flex",flexDirection:"column",margin:"0 20px 10px 0",minWidth:"290px"},planValueWrapper:{display:"flex",alignItems:"baseline"},planUnit:{color:e.palette.grey[400],marginLeft:5},planText:{color:e.palette.grey[400]}}})),u=function(e){var a,l=e.timestamp,u=e.initialPlanName,p=e.cumulativeTvdChange,o=e.accuracyData,m=s(),d=l?c.default.unix(l).format("MM/DD/YY"):"",y=r.purifyPlanName(u);return p&&(y="".concat(y,", ").concat(p," ft cumulative TVD change")),n.jsxs("div",{className:"c-survey-station-feed-item__accuracy-plan",children:[n.jsx(t.Typography,{variant:"subtitle1",children:"Minimum Distance to Plan:"}),n.jsxs("div",{className:m.planValueWrapper,children:[n.jsx(t.Typography,{variant:"h5",style:{color:r.getColorBySeverity(o)},children:parseFloat(null===(a=i.convertValue(null==o?void 0:o.distance_to_plan,"length","ft"))||void 0===a?void 0:a.toFixed(1))}),n.jsxs(t.Typography,{variant:"caption",className:m.planUnit,children:["(",i.getUnitDisplay("length"),")"]})]}),n.jsx(t.Typography,{variant:"body1",className:m.planText,children:y||d})]})};u.propTypes={timestamp:e.number,initialPlanName:e.string,cumulativeTvdChange:e.string,accuracyData:e.shape().isRequired},u.defaultProps={timestamp:null,initialPlanName:"",cumulativeTvdChange:""},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var a=require("prop-types"),e=require("@material-ui/core"),t=require("../../../../../utils/convert.js"),n=require("react/jsx-runtime"),i="surveyStationActivity",s=e.makeStyles((function(a){return{labelGrid:{marginRight:7},planText:{color:a.palette.grey[400]},planUnit:{fontSize:12,color:a.palette.grey[400],marginLeft:5},pointValue:{display:"flex",alignItems:"center"},columnWithMargin:{marginRight:40},actualPointContainer:{display:"flex",flexGrow:1}}})),r=function(a){return a&&"number"==typeof a?a.toFixed(2):"-"},l=function(a){var l,o,p=a.feedItem,c=s(),d=(null===(l=p.context)||void 0===l||null===(o=l.survey_station)||void 0===o?void 0:o.data)||{},y=d.measured_depth,h=d.inclination,m=d.azimuth,u=d.tvd,g=d.vertical_section,x=d.dls,v=t.convertValue(y,"length","ft"),T=t.convertValue(u,"length","ft"),j=t.convertValue(g,"length","ft"),b=t.convertValue(x,"anglePerLength","dp100f");return n.jsxs(e.Grid,{spacing:16,justify:"flex-start",className:c.actualPointContainer,children:[n.jsxs(e.Grid,{item:!0,className:c.labelGrid,children:[n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"Survey at:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"Inc:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"Azi:"})]}),n.jsxs(e.Grid,{item:!0,className:c.columnWithMargin,children:[n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_lastSurvey"),className:c.pointValue,children:[r(v),n.jsxs(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:["(",t.getUnitDisplay("length"),")"]})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_inclination"),className:c.pointValue,children:[r(h),n.jsx(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:"°"})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_azimuth"),className:c.pointValue,children:[r(m),n.jsx(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:"°"})]})]}),n.jsxs(e.Grid,{item:!0,className:c.labelGrid,children:[n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"TVD:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"VS:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"DLS:"})]}),n.jsxs(e.Grid,{item:!0,children:[n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_TVD"),className:c.pointValue,children:[r(T),n.jsxs(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:["(",t.getUnitDisplay("length"),")"]})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_VS"),className:c.pointValue,children:[r(j),n.jsxs(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:["(",t.getUnitDisplay("length"),")"]})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_DLS"),className:c.pointValue,children:[r(b),n.jsx(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:t.getUnitDisplay("anglePerLength")})]})]})]})};l.propTypes={feedItem:a.shape({context:a.shape({survey_station:a.shape({data:a.shape().isRequired}).isRequired}).isRequired}).isRequired},module.exports=l;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),a=require("@material-ui/icons/NotInterested"),i=require("@material-ui/icons/Warning"),t=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=s(a),l=s(i),c=r.makeStyles((function(e){return{wrapper:{display:"flex",alignItems:"center",margin:"0 20px 10px 0",minWidth:"290px"},warningIcon:{width:60,height:60,color:e.palette.grey[600],marginRight:15},warningMessage:{color:e.palette.grey[600]}}})),o=function(e){var a=e.isWellStatusActive,i=c();return t.jsx("div",{className:i.wrapper,children:a?t.jsxs(t.Fragment,{children:[t.jsx(l.default,{className:i.warningIcon}),t.jsxs(r.Typography,{variant:"body1",className:i.warningMessage,children:["Directional accuracy is not ",t.jsx("br",{}),"available at this ",t.jsx("br",{}),"time"]})]}):t.jsxs(t.Fragment,{children:[t.jsx(n.default,{className:i.warningIcon}),t.jsxs(r.Typography,{variant:"body1",className:i.warningMessage,children:["Well is not ",t.jsx("br",{}),"active"]})]})})};o.propTypes={isWellStatusActive:e.bool.isRequired},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("@babel/runtime/regenerator"),a=require("react"),i=require("prop-types"),u=require("@material-ui/core"),s=require("../../../LoadingIndicator/LoadingIndicator.js"),n=require("./components/AccuracyPlan.js"),l=require("./components/ActualPointInfo.js"),d=require("./components/Warning.js"),o=require("./api.js"),c=require("react/jsx-runtime");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=p(e),v=p(t),f=p(r),q=u.makeStyles({wrapper:{display:"flex",flexWrap:"wrap"}}),h=function(e){var t,r,i,u=e.feedItem,p=q(),h=a.useState(!1),x=v.default(h,2),y=x[0],j=x[1],b=a.useState(!1),R=v.default(b,2),w=R[0],S=R[1],_=a.useState(null),g=v.default(_,2),I=g[0],A=g[1],T=a.useState(""),P=v.default(T,2),W=P[0],k=P[1],D=a.useState(""),L=v.default(D,2),N=L[0],z=L[1],C=a.useState(null),E=v.default(C,2),G=E[0],B=E[1],F="active"===(null===(t=u.context)||void 0===t||null===(r=t.survey_station)||void 0===r||null===(i=r.well)||void 0===i?void 0:i.status);return a.useEffect(m.default(f.default.mark((function e(){var t,r,a,i,s,n,l,d,c,p,m,v,q,h;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=null===(t=u.well)||void 0===t?void 0:t.id,l=null===(r=u.context)||void 0===r||null===(a=r.survey_station)||void 0===a||null===(i=a.data)||void 0===i?void 0:i.measured_depth,e.next=4,o.fetchDirectionalAccuracyRecords({wellId:n,md:l});case 4:d=e.sent,c=null==d||null===(s=d[0])||void 0===s?void 0:s.data,j(!0),c&&(m=c.accuracy,v=c.cumulative_tvd_change||"",q=c.plan_name||"",h=null===(p=d[0])||void 0===p?void 0:p.timestamp,S(!0),A(m),k(v),z(q),B(h));case 8:case"end":return e.stop()}}),e)}))),[]),y?c.jsxs("div",{className:p.wrapper,children:[w?c.jsx(n,{accuracyData:I,cumulativeTvdChange:W,initialPlanName:N,timestamp:G}):c.jsx(d,{isWellStatusActive:F}),c.jsx(l,{feedItem:u})]}):c.jsx(s,{})};h.propTypes={feedItem:i.shape({context:i.shape({survey_station:i.shape({data:i.shape({azimuth:i.number.isRequired,inclination:i.number.isRequired,measured_depth:i.number.isRequired}).isRequired,well:i.shape({status:i.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=h;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),a=require("moment"),r=require("@material-ui/core"),i=require("../../../utils/mobileDetect.js"),s=require("../../Typography.js"),l=require("../../Attachment/index.js"),n=require("../../UserMention/utils/index.js"),u=require("../../CollapsibleContent.js"),d=require("../../../constants/feed.js"),o=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=c(e),p=c(t),f=c(a),h="TracesMemoFeedItem",b=r.makeStyles({label:{color:"#bbbbbb"},container:{marginRight:16}}),x=function(e){var t=e.feedItem,a=t.context[d.FEED_ITEM_TYPES.TRACES_MEMO],c=a.body,m=a.attachment,p=void 0===m?{}:m,x=a.bitDepth,j=a.holeDepth,q=a.timestamp,y=t.mentioned_users,g=b();return o.jsxs(r.Box,{whiteSpace:"pre-wrap",children:[c&&o.jsx(u,{children:o.jsx(r.Typography,{"data-testid":"".concat(h,"_message"),variant:"body1",gutterBottom:!0,children:n.formatMentionText(c,y,i.isNativeDetected)})}),p&&(p.signed_url||p.url)&&o.jsx(l,{attachmentUrl:p.signed_url||p.url,attachmentSize:p.size,size:"medium"}),o.jsxs(r.Box,{display:"flex",mt:2,children:[o.jsxs(s.Regular14,{"data-testid":"".concat(h,"_Time"),className:g.container,children:[o.jsx("span",{className:g.label,children:"Time: "}),f.default(1e3*q).format("MM.DD.YYYY, HH:mm")]}),o.jsxs(s.Regular14,{"data-testid":"".concat(h,"_HoleDepth"),className:g.container,children:[o.jsx("span",{className:g.label,children:"Hole Depth: "}),j,"’"]}),o.jsxs(s.Regular14,{"data-testid":"".concat(h,"_Bit Depth"),className:g.container,children:[o.jsx("span",{className:g.label,children:"Bit Depth: "}),x,"’"]})]})]})};x.propTypes={feedItem:p.default.shape({context:p.default.shape(m.default({},d.FEED_ITEM_TYPES.TRACES_MEMO,p.default.shape({body:p.default.string.isRequired,attachment:p.default.shape({url:p.default.string,size:p.default.number}),bitDepth:p.default.oneOfType([p.default.string,p.default.number]).isRequired,holeDepth:p.default.oneOfType([p.default.string,p.default.number]).isRequired,timestamp:p.default.oneOfType([p.default.string,p.default.number]).isRequired}).isRequired)).isRequired,mentioned_users:p.default.arrayOf(p.default.shape({}))}).isRequired},module.exports=x;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("@material-ui/core"),t=require("../../../../../utils/convert.js"),r=require("react/jsx-runtime"),n=a.makeStyles((function(e){return{wrapper:{display:"flex"},targetLabel:{color:e.palette.grey[400],marginRight:10},targetValue:{marginRight:15}}})),s=function(e){var s=e.targetChanges,i=n();return r.jsxs("div",{children:[r.jsx(a.Typography,{variant:"body2",gutterBottom:!0,children:"Target Changes:"}),r.jsxs("div",{className:i.wrapper,children:[r.jsx(a.Typography,{variant:"body2",className:i.targetLabel,children:"MD:"}),r.jsx(a.Typography,{variant:"body2",className:i.targetValue,children:"".concat(s.measured_depth||0," (").concat(t.getUnitDisplay("length"),")")}),r.jsx(a.Typography,{variant:"body2",className:i.targetLabel,children:"Vertical Section:"}),r.jsx(a.Typography,{variant:"body2",className:i.targetValue,children:"".concat(s.vertical_section||0," (").concat(t.getUnitDisplay("length"),")")}),r.jsx(a.Typography,{variant:"body2",className:i.targetLabel,children:"TVD Change:"}),r.jsx(a.Typography,{variant:"body2",className:i.targetValue,children:"".concat(s.tvd_change||0," (").concat(t.getUnitDisplay("length"),")")})]})]})};s.propTypes={targetChanges:e.shape({measured_depth:e.number,vertical_section:e.number,tvd_change:e.number})},s.defaultProps={targetChanges:{}},module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),t=require("@material-ui/core/colors/blue"),a=require("react/jsx-runtime");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=i(t),o=r.makeStyles({wrapper:{marginRight:40},vsa:{color:s.default[300]}}),u=function(e){var t=e.vsa,i=o();return a.jsxs("div",{className:i.wrapper,children:[a.jsx(r.Typography,{variant:"body2",gutterBottom:!0,children:"Vertical section Azimuth:"}),a.jsx(r.Typography,{"data-testid":"".concat("FeedActivityPo","_wellPlan_verticalAzimuth"),variant:"h5",className:i.vsa,children:t})]})};u.propTypes={vsa:e.number.isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.SUBSCRIPTIONS=[{provider:"corva",collection:"data.actual_survey",event:"update",meta:{subscribeToLatestOnly:!0},params:{limit:1,sort:"{ timestamp: -1 }"}},{provider:"corva",collection:"data.plan_survey",meta:{subscribeToLatestOnly:!0},params:{limit:1,sort:"{ timestamp: -1 }"}},{provider:"corva",collection:"wits"}];
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),r=require("prop-types"),s=require("immutable");require("../../../EmbeddedApp/DevCenterEmbeddedApp.js");var a=require("../../../EmbeddedApp/EmbeddedApp.js"),i=require("../../../../constants/subscriptions.js"),p=require("./components/TargetChanges.js"),n=require("./components/VerticalSectionAzimuth.js"),u=require("./constants.js"),o=require("./styles.css.js"),c=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var b=d(e);function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function m(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){b.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var g=function(e){var r=e.feedItem,d=r.id,b=r.well,l=r.context.well_plan,g=l.data,y=g.vertical_section_azimuth,f=g.target_changes,q=l.timestamp,h=e.subscribeAppForAsset,j=e.unsubscribeAppFromAsset,A=e.appContext,S=e.isSubDataLoading,D=e.getSubErrors,R=e.isSubDataEmpty,O=e.appRegistry,C=e.appData,v=u.SUBSCRIPTIONS.map((function(e){return m(m({},e),{},{meta:m(m({},i.DEFAULT_SUBSCRIPTION_META),{},{subscribeOnlyForInitialData:!0})})}));return t.useEffect((function(){b&&q&&h(d,v,b.id,{query:"{timestamp#lte#".concat(q,"}")})}),[]),b?c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:o.wellPlanFeedItemInfo,children:[c.jsx(n,{vsa:y}),f&&c.jsx(p,{targetChanges:f})]}),c.jsx(a,{asset:s.Map(b),appContainerClassName:o.wellPlanFeedItemApp,appId:d,assetId:b.id,appComponentKey:"directional-wellPlan",appComponentCategory:"directional",subscriptions:v,requiresSubscription:!1,appContext:s.Map(A),assetDashboards:s.List(),graphType:1,internalSelectors:{isSubDataLoading:S,getSubErrors:D,isSubDataEmpty:R},appRegistry:O,appData:C,subscribeAppForAsset:h,unsubscribeAppFromAsset:j}),c.jsx(a,{asset:s.Map(b),appContainerClassName:o.wellPlanFeedItemApp,appId:d,assetId:b.id,appComponentKey:"directional-wellPlan",appComponentCategory:"directional",subscriptions:v,requiresSubscription:!1,appContext:s.Map(A),assetDashboards:s.List(),graphType:2,internalSelectors:{isSubDataLoading:S,getSubErrors:D,isSubDataEmpty:R},appRegistry:O,appData:C,subscribeAppForAsset:h,unsubscribeAppFromAsset:j})]}):"No Well in data"};g.propTypes={feedItem:r.shape({id:r.number,context:r.shape({well_plan:r.shape({timestamp:r.number.isRequired,data:r.shape({vertical_section_azimuth:r.number,target_changes:r.shape({measured_depth:r.number,tvd_change:r.number,vertical_section:r.number})})}).isRequired}).isRequired,well:r.shape({id:r.number.isRequired}).isRequired}).isRequired,subscribeAppForAsset:r.func.isRequired,unsubscribeAppFromAsset:r.func.isRequired,appContext:r.shape({view:r.string.isRequired}).isRequired,appData:r.shape().isRequired,appRegistry:r.shape().isRequired,isSubDataLoading:r.func.isRequired,getSubErrors:r.func.isRequired,isSubDataEmpty:r.func.isRequired},module.exports=g;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".styles_wellPlanFeedItemInfo__DtdDC{display:flex;flex-wrap:wrap;margin-bottom:20px}.styles_wellPlanFeedItemApp__CJEjo{display:inline-block;height:400px;margin-right:15px;position:relative;width:400px}"),module.exports={wellPlanFeedItemInfo:"styles_wellPlanFeedItemInfo__DtdDC",wellPlanFeedItemApp:"styles_wellPlanFeedItemApp__CJEjo"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),i=require("prop-types"),r=require("classnames"),l=require("@material-ui/core"),t=require("@material-ui/icons/Delete"),a=require("@material-ui/core/colors/grey"),s=require("../../utils/main.js"),n=require("../../utils/fileExtension.js"),o=require("../FileTypeIcon.js"),d=require("../IconButton/index.js"),c=require("./styles.css.js"),u=require("react/jsx-runtime");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=p(e),f=p(i),v=p(r),x=p(t),j=p(a),q=function(e){var i=e.fileName,r=e.fileUrl,t=e.handleFileDelete,a=e.classes,p=n.getIsImage(i);return u.jsxs("div",{className:v.default(c.cComponentFilePreview,a.wrapper),children:[p?u.jsx("div",{className:c.cComponentFilePreviewImageFileWrapper,children:u.jsx("img",{"data-testid":"".concat("filePreview","_filePreview"),className:c.cComponentFilePreviewImage,src:r,alt:"Uploaded file"})}):u.jsx("div",{className:c.cComponentFilePreviewWrapper,children:u.jsxs("div",{className:c.cComponentFilePreviewDownload,style:{border:"1px solid ".concat(j.default[400])},children:[u.jsx(o,{fileName:i,size:25}),u.jsx("div",{className:c.cComponentFilePreviewDownloadText,children:u.jsx(l.Typography,{"data-testid":"".concat("filePreview","_fileName"),variant:"subtitle2",noWrap:!0,children:s.getFileNameWithExtensionFromPath(i)})})]})}),u.jsx(d,{title:"Delete",onClick:t,className:v.default(c.cComponentFilePreviewDeleteFile,m.default({},c.cComponentFilePreviewDeleteFileCentered,!p)),tooltipProps:{title:"Delete"},children:u.jsx(x.default,{"data-testid":"".concat("filePreview","_deleteButton")})})]})};q.propTypes={fileName:f.default.string.isRequired,fileUrl:f.default.string.isRequired,handleFileDelete:f.default.func.isRequired,classes:f.default.shape({deleteTooltip:f.default.string.isRequired}).isRequired};var w=l.withStyles({deleteTooltip:{marginTop:"3px",backgroundColor:"rgba(97, 97, 97, 0.4)"}})(q);module.exports=w;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../ext-esm/style-inject/dist/style-inject.es.js')(".styles_cComponentFilePreview__u5R6s{background:#4d4d4d;border-radius:4px;display:flex;margin-left:48px;margin-top:10px;max-height:300px;padding:2px 0;position:relative}.styles_cComponentFilePreviewWrapper__efPtx{align-items:center;display:flex;margin-left:8px}.styles_cComponentFilePreview__u5R6s:hover .styles_cComponentFilePreviewDeleteFile__I4343{margin-left:20px;position:relative;visibility:visible}.styles_cComponentFilePreviewDeleteFile__I4343{position:absolute!important;right:8px;top:8px;visibility:hidden}.styles_cComponentFilePreviewDeleteFileCentered__6rfz6{top:50%;transform:translateY(-50%)}.styles_cComponentFilePreviewImageFileWrapper__BW-s-{border-radius:3px;margin-bottom:0;margin-top:0;overflow:hidden;text-align:center}.styles_cComponentFilePreview__u5R6s:hover .styles_cComponentFilePreviewImageFileWrapper__BW-s-,.styles_cComponentFilePreview__u5R6s:hover .styles_cComponentFilePreviewWrapper__efPtx{opacity:.7}.styles_cComponentFilePreviewImageFileWrapper__BW-s-:hover .styles_cComponentFilePreviewDeleteFile__I4343{visibility:visible}.styles_cComponentFilePreviewName__x37wX{align-items:center;display:flex;justify-content:space-between;margin:20px 0 0}.styles_cComponentFilePreviewImage__affFU{max-height:100%;max-width:100%;vertical-align:top}.styles_cComponentFilePreviewDownload__MlNlb{align-items:center;border-radius:3px;cursor:pointer;display:flex;margin:5px 0;padding:5px;width:150px}.styles_cComponentFilePreviewDownloadText__qoZzr{display:flex;justify-content:space-between;margin-left:10px;width:calc(100% - 60px)}"),module.exports={cComponentFilePreview:"styles_cComponentFilePreview__u5R6s",cComponentFilePreviewWrapper:"styles_cComponentFilePreviewWrapper__efPtx",cComponentFilePreviewDeleteFile:"styles_cComponentFilePreviewDeleteFile__I4343",cComponentFilePreviewDeleteFileCentered:"styles_cComponentFilePreviewDeleteFileCentered__6rfz6",cComponentFilePreviewImageFileWrapper:"styles_cComponentFilePreviewImageFileWrapper__BW-s-",cComponentFilePreviewName:"styles_cComponentFilePreviewName__x37wX",cComponentFilePreviewImage:"styles_cComponentFilePreviewImage__affFU",cComponentFilePreviewDownload:"styles_cComponentFilePreviewDownload__MlNlb",cComponentFilePreviewDownloadText:"styles_cComponentFilePreviewDownloadText__qoZzr"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),i=require("image-extensions"),s=require("../utils/fileExtension.js"),a=require("react/jsx-runtime");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=t(e),p={image:t(i).default,doc:["doc","docx"],xls:["xls","xlsx"],pdf:["pdf"],archive:["zip","rar","7z","tar"]},c={fileTypeWrapper:{display:"inline-block",verticalAlign:"top"}},r=function(e){var i,t=e.fileName,l=e.size,r=e.className,n=s.getFileExtension(t);return i=p.image.includes(n)?"https://cdn.corva.ai/app/images/file-type-icons/image.svg":p.doc.includes(n)?"https://cdn.corva.ai/app/images/file-type-icons/doc.svg":p.xls.includes(n)?"https://cdn.corva.ai/app/images/file-type-icons/xls.svg":p.pdf.includes(n)?"https://cdn.corva.ai/app/images/file-type-icons/pdf.svg":p.archive.includes(n)?"https://cdn.corva.ai/app/images/file-type-icons/archive.svg":"https://cdn.corva.ai/app/images/file-type-icons/other.svg",a.jsx("div",{style:c.fileTypeWrapper,className:r,children:a.jsx("img",{src:i,alt:"File icon",style:{display:"block",height:l,width:l}})})};r.propTypes={fileName:l.default.string.isRequired,size:l.default.number,className:l.default.string},r.defaultProps={size:50,className:void 0},module.exports=r;