@corva/ui 0.65.0-1-test → 0.65.0-3

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 (2783) hide show
  1. package/CLI/hocs/constants.js +1 -8
  2. package/CLI/hocs/utils.js +1 -9
  3. package/cjs-bundle/CLI/hocs/constants.js +1 -0
  4. package/cjs-bundle/CLI/hocs/utils.js +1 -0
  5. package/cjs-bundle/clients/api/apiCore.js +1 -0
  6. package/cjs-bundle/clients/api/httpMessages.js +1 -0
  7. package/cjs-bundle/clients/clientStorage/core.js +1 -0
  8. package/cjs-bundle/clients/clientStorage/index.js +1 -0
  9. package/cjs-bundle/clients/constants.js +1 -0
  10. package/cjs-bundle/clients/index.js +1 -0
  11. package/cjs-bundle/clients/jsonApi/index.js +1 -0
  12. package/cjs-bundle/clients/jsonApi/postTaskAndWaitResult.js +1 -0
  13. package/cjs-bundle/clients/subscriptions.js +1 -0
  14. package/cjs-bundle/clients/utils.js +1 -0
  15. package/cjs-bundle/components/AddComment/Popover.js +1 -0
  16. package/cjs-bundle/components/AddComment/Popup.js +1 -0
  17. package/cjs-bundle/components/AddComment/components/Content.js +1 -0
  18. package/cjs-bundle/components/AdvancedSlider/AdvancedSlider.js +1 -0
  19. package/cjs-bundle/components/AdvancedSlider/Handle.js +1 -0
  20. package/cjs-bundle/components/AnchorsList/AnchorsList.js +1 -0
  21. package/cjs-bundle/components/Annotations/AnnotationsContext.js +1 -0
  22. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -0
  23. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -0
  24. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -0
  25. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -0
  26. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -0
  27. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -0
  28. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -0
  29. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -0
  30. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -0
  31. package/cjs-bundle/components/Annotations/components/AnnotationsList/index.js +1 -0
  32. package/cjs-bundle/components/Annotations/components/AnnotationsList/style.css.js +1 -0
  33. package/cjs-bundle/components/Annotations/components/LastAnnotation/index.js +1 -0
  34. package/cjs-bundle/components/Annotations/components/LastAnnotation/style.css.js +1 -0
  35. package/cjs-bundle/components/Annotations/constants.js +1 -0
  36. package/cjs-bundle/components/AppIcon/AppIcon.js +1 -0
  37. package/cjs-bundle/components/AppIcon/assets/CompletionAppIcon.js +1 -0
  38. package/cjs-bundle/components/AppIcon/assets/CompletionAppIconBe.js +1 -0
  39. package/cjs-bundle/components/AppIcon/assets/DrillingAppIcon.js +1 -0
  40. package/cjs-bundle/components/AppIcon/assets/DrillingAppIconBe.js +1 -0
  41. package/cjs-bundle/components/AppIcon/assets/NoSegmentAppIcon.js +1 -0
  42. package/cjs-bundle/components/AppIcon/utils.js +1 -0
  43. package/cjs-bundle/components/AppVersionsSelect/AppVersionsSelect.js +1 -0
  44. package/cjs-bundle/components/AppVersionsSelect/effects/index.js +1 -0
  45. package/cjs-bundle/components/AssetEditor/AssetEditorAutocomplete.js +1 -0
  46. package/cjs-bundle/components/AssetEditor/AssetEditors.css.js +1 -0
  47. package/cjs-bundle/components/AssetEditor/SingleAssetEditor.js +1 -0
  48. package/cjs-bundle/components/AssetEditor/constants.js +1 -0
  49. package/cjs-bundle/components/AssetEditor/effects/index.js +1 -0
  50. package/cjs-bundle/components/AssetEditor/index.js +1 -0
  51. package/cjs-bundle/components/AssetEditorV2/components/MultipleAssetsToggle.js +1 -0
  52. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelect.js +1 -0
  53. package/cjs-bundle/components/AssetEditorV2/components/SecondaryAssetSelect.js +1 -0
  54. package/cjs-bundle/components/AssetEditorV2/components/SelectItem.js +1 -0
  55. package/cjs-bundle/components/AssetEditorV2/constants.js +1 -0
  56. package/cjs-bundle/components/AssetEditorV2/effects/index.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/AppDetails.js +1 -0
  189. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -0
  190. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +1 -0
  191. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -0
  192. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +1 -0
  193. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js +1 -0
  194. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js +1 -0
  195. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js +1 -0
  196. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +1 -0
  197. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +1 -0
  198. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -0
  199. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +1 -0
  200. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -0
  201. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -0
  202. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +1 -0
  203. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -0
  204. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -0
  205. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -0
  206. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -0
  207. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -0
  208. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -0
  209. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +1 -0
  210. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -0
  211. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -0
  212. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -0
  213. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -0
  214. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/utils.js +1 -0
  215. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -0
  216. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -0
  217. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -0
  218. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -0
  219. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -0
  220. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -0
  221. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -0
  222. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -0
  223. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -0
  224. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -0
  225. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -0
  226. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -0
  227. package/cjs-bundle/components/DevCenter/NavigationBar/NavigationBar.js +1 -0
  228. package/cjs-bundle/components/DevCenter/SideBar/SideBar.js +1 -0
  229. package/cjs-bundle/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -0
  230. package/cjs-bundle/components/DocumentViewer/DocumentViewer.js +1 -0
  231. package/cjs-bundle/components/DocumentViewer/styles.js +1 -0
  232. package/cjs-bundle/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +1 -0
  233. package/cjs-bundle/components/Drillstring/BHAComponentDetail/constants.js +1 -0
  234. package/cjs-bundle/components/Drillstring/BHAComponentDetail/index.js +1 -0
  235. package/cjs-bundle/components/Drillstring/BHAComponentIcon.js +1 -0
  236. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +1 -0
  237. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +1 -0
  238. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +1 -0
  239. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -0
  240. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +1 -0
  241. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -0
  242. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Component.js +1 -0
  243. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +1 -0
  244. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -0
  245. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +1 -0
  246. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -0
  247. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +1 -0
  248. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Header.js +1 -0
  249. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +1 -0
  250. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -0
  251. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +1 -0
  252. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -0
  253. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +1 -0
  254. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +1 -0
  255. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -0
  256. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +1 -0
  257. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +1 -0
  258. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -0
  259. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +1 -0
  260. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +1 -0
  261. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -0
  262. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +1 -0
  263. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +1 -0
  264. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +1 -0
  265. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -0
  266. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +1 -0
  267. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -0
  268. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +1 -0
  269. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +1 -0
  270. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +1 -0
  271. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -0
  272. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/constants.js +1 -0
  273. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +1 -0
  274. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -0
  275. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +1 -0
  276. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +1 -0
  277. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +1 -0
  278. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +1 -0
  279. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +1 -0
  280. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +1 -0
  281. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +1 -0
  282. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +1 -0
  283. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +1 -0
  284. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +1 -0
  285. package/cjs-bundle/components/Drillstring/BHAList/BHAList.js +1 -0
  286. package/cjs-bundle/components/Drillstring/BHAList/styles.css.js +1 -0
  287. package/cjs-bundle/components/Drillstring/BHASchematic.js +1 -0
  288. package/cjs-bundle/components/Drillstring/BHATable/BHAComponent.js +1 -0
  289. package/cjs-bundle/components/Drillstring/BHATable/index.js +1 -0
  290. package/cjs-bundle/components/Drillstring/BHATile/BHATile.js +1 -0
  291. package/cjs-bundle/components/Drillstring/BHATile/styles.css.js +1 -0
  292. package/cjs-bundle/components/Drillstring/BHATileIcon.js +1 -0
  293. package/cjs-bundle/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -0
  294. package/cjs-bundle/components/Drillstring/BhaIndicator/styles.css.js +1 -0
  295. package/cjs-bundle/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -0
  296. package/cjs-bundle/components/Drillstring/DrillstringDetail/styles.css.js +1 -0
  297. package/cjs-bundle/components/EditableItem/EditableItem/index.js +1 -0
  298. package/cjs-bundle/components/EditableItem/EditableItemWithBadge/index.js +1 -0
  299. package/cjs-bundle/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -0
  300. package/cjs-bundle/components/EmbeddedApp/EmbeddedApp.js +1 -0
  301. package/cjs-bundle/components/EmbeddedApp/components/AppInfo.js +1 -0
  302. package/cjs-bundle/components/EmbeddedApp/styles.css.js +1 -0
  303. package/cjs-bundle/components/EmojiIconButton.js +1 -0
  304. package/cjs-bundle/components/EmptyState/EmptyState.js +1 -0
  305. package/cjs-bundle/components/EmptyState/constants.js +1 -0
  306. package/cjs-bundle/components/EmptyState/images/index.js +1 -0
  307. package/cjs-bundle/components/EmptyState/styles.js +1 -0
  308. package/cjs-bundle/components/EmptyState/utils.js +1 -0
  309. package/cjs-bundle/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -0
  310. package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -0
  311. package/cjs-bundle/components/EmptyView/EmptyView.js +1 -0
  312. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -0
  313. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -0
  314. package/cjs-bundle/components/ErrorBoundary/ErrorBoundary.js +1 -0
  315. package/cjs-bundle/components/FailedFileUploading.js +1 -0
  316. package/cjs-bundle/components/FeedItem/FeedItem.css.js +1 -0
  317. package/cjs-bundle/components/FeedItem/FeedItem.js +1 -0
  318. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -0
  319. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -0
  320. package/cjs-bundle/components/FeedItem/components/Actions.js +1 -0
  321. package/cjs-bundle/components/FeedItem/components/AvatarIcon.js +1 -0
  322. package/cjs-bundle/components/FeedItem/components/Content.js +1 -0
  323. package/cjs-bundle/components/FeedItem/components/CreatedAt.js +1 -0
  324. package/cjs-bundle/components/FeedItem/components/FeedComments.js +1 -0
  325. package/cjs-bundle/components/FeedItem/components/Icon.js +1 -0
  326. package/cjs-bundle/components/FeedItem/components/LessonsLearnedLeafIcon.js +1 -0
  327. package/cjs-bundle/components/FeedItem/components/Reactions.js +1 -0
  328. package/cjs-bundle/components/FeedItem/components/RigAndWell.js +1 -0
  329. package/cjs-bundle/components/FeedItem/components/TypeAndAssetTitle.js +1 -0
  330. package/cjs-bundle/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +1 -0
  331. package/cjs-bundle/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +1 -0
  332. package/cjs-bundle/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +1 -0
  333. package/cjs-bundle/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +1 -0
  334. package/cjs-bundle/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +1 -0
  335. package/cjs-bundle/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -0
  336. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -0
  337. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -0
  338. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -0
  339. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -0
  340. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -0
  341. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -0
  342. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -0
  343. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -0
  344. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -0
  345. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -0
  346. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -0
  347. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -0
  348. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -0
  349. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -0
  350. package/cjs-bundle/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +1 -0
  351. package/cjs-bundle/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -0
  352. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -0
  353. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -0
  354. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -0
  355. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -0
  356. package/cjs-bundle/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +1 -0
  357. package/cjs-bundle/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -0
  358. package/cjs-bundle/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -0
  359. package/cjs-bundle/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +1 -0
  360. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -0
  361. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -0
  362. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -0
  363. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -0
  364. package/cjs-bundle/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -0
  365. package/cjs-bundle/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +1 -0
  366. package/cjs-bundle/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -0
  367. package/cjs-bundle/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -0
  368. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -0
  369. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -0
  370. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -0
  371. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -0
  372. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -0
  373. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -0
  374. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -0
  375. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -0
  376. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -0
  377. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -0
  378. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -0
  379. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -0
  380. package/cjs-bundle/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -0
  381. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -0
  382. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -0
  383. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -0
  384. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -0
  385. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -0
  386. package/cjs-bundle/components/FilePreview/index.js +1 -0
  387. package/cjs-bundle/components/FilePreview/styles.css.js +1 -0
  388. package/cjs-bundle/components/FileTypeIcon.js +1 -0
  389. package/cjs-bundle/components/FileUploadIconButton.js +1 -0
  390. package/cjs-bundle/components/FilesLoader/FilesLoader.js +1 -0
  391. package/cjs-bundle/components/FilesLoader/Icons/CSVFileIcon.js +1 -0
  392. package/cjs-bundle/components/FilesLoader/Icons/DocFileIcon.js +1 -0
  393. package/cjs-bundle/components/FilesLoader/Icons/EDMFileIcon.js +1 -0
  394. package/cjs-bundle/components/FilesLoader/Icons/ExelFileIcon.js +1 -0
  395. package/cjs-bundle/components/FilesLoader/Icons/FileIcon.js +1 -0
  396. package/cjs-bundle/components/FilesLoader/Icons/IconRefresh.js +1 -0
  397. package/cjs-bundle/components/FilesLoader/Icons/IconSuccess.js +1 -0
  398. package/cjs-bundle/components/FilesLoader/Icons/IconWarning.js +1 -0
  399. package/cjs-bundle/components/FilesLoader/Icons/ImageFileIcon.js +1 -0
  400. package/cjs-bundle/components/FilesLoader/Icons/PdfFileIcon.js +1 -0
  401. package/cjs-bundle/components/FilesLoader/Icons/UnknownFileIcon.js +1 -0
  402. package/cjs-bundle/components/FilesLoader/Icons/UploadIcon.js +1 -0
  403. package/cjs-bundle/components/FilesLoader/useStyles.js +1 -0
  404. package/cjs-bundle/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -0
  405. package/cjs-bundle/components/FolderMenuItem/components/FolderIcon.js +1 -0
  406. package/cjs-bundle/components/FolderMenuItem/components/OpenFolderIcon.js +1 -0
  407. package/cjs-bundle/components/FolderMenuItem/index.js +1 -0
  408. package/cjs-bundle/components/FolderMenuItemWithLinks/index.js +1 -0
  409. package/cjs-bundle/components/GoogleDocsViewer/index.js +1 -0
  410. package/cjs-bundle/components/GoogleDocsViewer/styles.css.js +1 -0
  411. package/cjs-bundle/components/GradientManager/GradientList.js +1 -0
  412. package/cjs-bundle/components/GradientManager/GradientManager.js +1 -0
  413. package/cjs-bundle/components/GradientManager/GradientManager.styles.js +1 -0
  414. package/cjs-bundle/components/GradientManager/GradientPreview/GradientPreview.js +1 -0
  415. package/cjs-bundle/components/GradientManager/GradientSelect.js +1 -0
  416. package/cjs-bundle/components/GradientManager/GradientSelect.styles.js +1 -0
  417. package/cjs-bundle/components/GradientManager/configuration/constants.js +1 -0
  418. package/cjs-bundle/components/GradientPicker/GradientPicker.js +1 -0
  419. package/cjs-bundle/components/GradientPicker/GradientPicker.styles.js +1 -0
  420. package/cjs-bundle/components/GradientPicker/GradientPicker.utils.js +1 -0
  421. package/cjs-bundle/components/HeaderLayout/HeaderLayout.css.js +1 -0
  422. package/cjs-bundle/components/HeaderLayout/HeaderLayout.js +1 -0
  423. package/cjs-bundle/components/HeaderLayout/constants.js +1 -0
  424. package/cjs-bundle/components/HeaderLayout/effects/index.js +1 -0
  425. package/cjs-bundle/components/HeaderLayout/utils.js +1 -0
  426. package/cjs-bundle/components/HelpCenter/HelpCenterIcon.js +1 -0
  427. package/cjs-bundle/components/HelpCenter/index.js +1 -0
  428. package/cjs-bundle/components/IconButton/index.js +1 -0
  429. package/cjs-bundle/components/IconMenu/index.js +1 -0
  430. package/cjs-bundle/components/Icons/AnnotationIcon.js +1 -0
  431. package/cjs-bundle/components/Icons/AttachIcon.js +1 -0
  432. package/cjs-bundle/components/Icons/DangerousIcon.js +1 -0
  433. package/cjs-bundle/components/Icons/EmojiIcon.js +1 -0
  434. package/cjs-bundle/components/Icons/RecommendationIcon.js +1 -0
  435. package/cjs-bundle/components/Icons/SendIcon.js +1 -0
  436. package/cjs-bundle/components/ImageViewer/index.js +1 -0
  437. package/cjs-bundle/components/ImageViewer/styles.css.js +1 -0
  438. package/cjs-bundle/components/InfiniteList/index.js +1 -0
  439. package/cjs-bundle/components/InfiniteList/styles.css.js +1 -0
  440. package/cjs-bundle/components/KeyboardDateTimePicker.js +1 -0
  441. package/cjs-bundle/components/LabelsCounter/LabelsCounter.js +1 -0
  442. package/cjs-bundle/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -0
  443. package/cjs-bundle/components/LoadingIndicator/InlineLoadingIndicator.js +1 -0
  444. package/cjs-bundle/components/LoadingIndicator/Loader.js +1 -0
  445. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.css.js +1 -0
  446. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.js +1 -0
  447. package/cjs-bundle/components/LoadingIndicator/types.js +1 -0
  448. package/cjs-bundle/components/MenuItem/index.js +1 -0
  449. package/cjs-bundle/components/MiddleTruncate/MiddleTruncate.js +1 -0
  450. package/cjs-bundle/components/MiddleTruncate/utils.js +1 -0
  451. package/cjs-bundle/components/Modal/CorvaModal.css.js +1 -0
  452. package/cjs-bundle/components/Modal/CorvaModal.js +1 -0
  453. package/cjs-bundle/components/Modal/DcCorvaModal.js +1 -0
  454. package/cjs-bundle/components/Modal/Modal.js +1 -0
  455. package/cjs-bundle/components/Modal/types.js +1 -0
  456. package/cjs-bundle/components/Notifications/Notifications.js +1 -0
  457. package/cjs-bundle/components/Notifications/NotificationsContainer.js +1 -0
  458. package/cjs-bundle/components/Notifications/Toast.js +1 -0
  459. package/cjs-bundle/components/Notifications/Toast.styles.js +1 -0
  460. package/cjs-bundle/components/OffsetWellButton/OffsetWellButton.js +1 -0
  461. package/cjs-bundle/components/OffsetWellChips/Chip.js +1 -0
  462. package/cjs-bundle/components/OffsetWellChips/ChipsContainer.js +1 -0
  463. package/cjs-bundle/components/OffsetWellChips/icons/SubjectIcon.js +1 -0
  464. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.js +1 -0
  465. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.module.css.js +1 -0
  466. package/cjs-bundle/components/OffsetWellMap/WellTooltip.js +1 -0
  467. package/cjs-bundle/components/OffsetWellMap/WellTooltip.module.css.js +1 -0
  468. package/cjs-bundle/components/OffsetWellMap/effects/usePreviousWells.js +1 -0
  469. package/cjs-bundle/components/OffsetWellMap/utils.js +1 -0
  470. package/cjs-bundle/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -0
  471. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -0
  472. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -0
  473. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +1 -0
  474. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -0
  475. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -0
  476. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -0
  477. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -0
  478. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -0
  479. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -0
  480. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/index.js +1 -0
  481. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -0
  482. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.js +1 -0
  483. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.css.js +1 -0
  484. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.js +1 -0
  485. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -0
  486. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -0
  487. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -0
  488. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -0
  489. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -0
  490. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -0
  491. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/index.js +1 -0
  492. package/cjs-bundle/components/OffsetWellPickerV2/constants.js +1 -0
  493. package/cjs-bundle/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -0
  494. package/cjs-bundle/components/OffsetWellPickerV2/effects/index.js +1 -0
  495. package/cjs-bundle/components/OffsetWellPickerV2/utils/apiCalls.js +1 -0
  496. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -0
  497. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -0
  498. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -0
  499. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -0
  500. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -0
  501. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -0
  502. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -0
  503. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -0
  504. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -0
  505. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -0
  506. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -0
  507. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +1 -0
  508. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  509. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  510. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  511. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +1 -0
  512. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  513. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -0
  514. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -0
  515. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -0
  516. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -0
  517. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -0
  518. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -0
  519. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -0
  520. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -0
  521. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -0
  522. package/cjs-bundle/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -0
  523. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -0
  524. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -0
  525. package/cjs-bundle/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -0
  526. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -0
  527. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -0
  528. package/cjs-bundle/components/OffsetWellPickerV3/constants.js +1 -0
  529. package/cjs-bundle/components/OffsetWellPickerV3/effects/index.js +1 -0
  530. package/cjs-bundle/components/OffsetWellPickerV3/index.js +1 -0
  531. package/cjs-bundle/components/OffsetWellPickerV3/utils/apiCalls.js +1 -0
  532. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -0
  533. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +1 -0
  534. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -0
  535. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +1 -0
  536. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +1 -0
  537. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +1 -0
  538. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -0
  539. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +1 -0
  540. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +1 -0
  541. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +1 -0
  542. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +1 -0
  543. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +1 -0
  544. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/WellSection.js +1 -0
  545. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.js +1 -0
  546. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +1 -0
  547. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -0
  548. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -0
  549. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +1 -0
  550. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +1 -0
  551. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -0
  552. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +1 -0
  553. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +1 -0
  554. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -0
  555. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -0
  556. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -0
  557. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +1 -0
  558. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +1 -0
  559. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +1 -0
  560. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +1 -0
  561. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +1 -0
  562. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +1 -0
  563. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -0
  564. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -0
  565. package/cjs-bundle/components/OffsetWellPickerV4/constants.js +1 -0
  566. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAdvancedWells.js +1 -0
  567. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAssetsData.js +1 -0
  568. package/cjs-bundle/components/OffsetWellPickerV4/effects/useBicWells.js +1 -0
  569. package/cjs-bundle/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +1 -0
  570. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFetchWells.js +1 -0
  571. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilterOptions.js +1 -0
  572. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilteredWells.js +1 -0
  573. package/cjs-bundle/components/OffsetWellPickerV4/effects/useSortedWells.js +1 -0
  574. package/cjs-bundle/components/OffsetWellPickerV4/effects/useTableColumns.js +1 -0
  575. package/cjs-bundle/components/OffsetWellPickerV4/utils/apiCalls.js +1 -0
  576. package/cjs-bundle/components/OffsetWellPickerV4/utils/index.js +1 -0
  577. package/cjs-bundle/components/OffsetWellPickerV4/utils/timePeriod.js +1 -0
  578. package/cjs-bundle/components/OffsetWellPickerV4/utils/unitSystem.js +1 -0
  579. package/cjs-bundle/components/PadModeSelect/PadModeSelect.js +1 -0
  580. package/cjs-bundle/components/PadModeSelect/WellStreamActivityStatus.js +1 -0
  581. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +1 -0
  582. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamsData.js +1 -0
  583. package/cjs-bundle/components/PadModeSelect/types.js +1 -0
  584. package/cjs-bundle/components/PadModeSelect/utils/initialDataFetcher.js +1 -0
  585. package/cjs-bundle/components/PadModeSelect/utils/time.js +1 -0
  586. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetChip.js +1 -0
  587. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -0
  588. package/cjs-bundle/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -0
  589. package/cjs-bundle/components/PadOffsetsPicker/StagesSelector.js +1 -0
  590. package/cjs-bundle/components/PadOffsetsPicker/index.js +1 -0
  591. package/cjs-bundle/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -0
  592. package/cjs-bundle/components/PadOffsetsPickerV2/useDialogState.js +1 -0
  593. package/cjs-bundle/components/ParameterCharts/AddEditTrack.css.js +1 -0
  594. package/cjs-bundle/components/ParameterCharts/AddEditTrack.js +1 -0
  595. package/cjs-bundle/components/ParameterCharts/ChartsContext.js +1 -0
  596. package/cjs-bundle/components/ParameterCharts/DataContext.js +1 -0
  597. package/cjs-bundle/components/ParameterCharts/ParameterCharts.css.js +1 -0
  598. package/cjs-bundle/components/ParameterCharts/ParameterCharts.js +1 -0
  599. package/cjs-bundle/components/ParameterCharts/SettingsContext.js +1 -0
  600. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.css.js +1 -0
  601. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.js +1 -0
  602. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -0
  603. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.js +1 -0
  604. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.css.js +1 -0
  605. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.js +1 -0
  606. package/cjs-bundle/components/ParameterCharts/components/Charts/options.js +1 -0
  607. package/cjs-bundle/components/ParameterCharts/components/DataLoadingIndicator.js +1 -0
  608. package/cjs-bundle/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -0
  609. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -0
  610. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -0
  611. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -0
  612. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -0
  613. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.css.js +1 -0
  614. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.js +1 -0
  615. package/cjs-bundle/components/ParameterCharts/components/TraceSelect.js +1 -0
  616. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.css.js +1 -0
  617. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.js +1 -0
  618. package/cjs-bundle/components/ParameterCharts/components/Track.css.js +1 -0
  619. package/cjs-bundle/components/ParameterCharts/components/Track.js +1 -0
  620. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.css.js +1 -0
  621. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.js +1 -0
  622. package/cjs-bundle/components/ParameterCharts/constants.js +1 -0
  623. package/cjs-bundle/components/ParameterCharts/utils/dataParser.js +1 -0
  624. package/cjs-bundle/components/PinnableFilters/PinnableFilters.css.js +1 -0
  625. package/cjs-bundle/components/PinnableFilters/PinnableFilters.js +1 -0
  626. package/cjs-bundle/components/PinnableFilters/components/FiltersToggler.js +1 -0
  627. package/cjs-bundle/components/PinnableFilters/components/PinAppSwitch.js +1 -0
  628. package/cjs-bundle/components/PinnableFilters/constants.js +1 -0
  629. package/cjs-bundle/components/PinnableFilters/effects/index.js +1 -0
  630. package/cjs-bundle/components/PinnableFilters/utils.js +1 -0
  631. package/cjs-bundle/components/Popover/Popover.js +1 -0
  632. package/cjs-bundle/components/Popper/Popper.js +1 -0
  633. package/cjs-bundle/components/PostInput/PostInput.css.js +1 -0
  634. package/cjs-bundle/components/PostInput/PostInput.js +1 -0
  635. package/cjs-bundle/components/PostPreviewDialog/index.js +1 -0
  636. package/cjs-bundle/components/PostPreviewDialog/styles.css.js +1 -0
  637. package/cjs-bundle/components/PriceInput/FormattedNumber.js +1 -0
  638. package/cjs-bundle/components/PriceInput/PriceInput.js +1 -0
  639. package/cjs-bundle/components/RangeSlider/Input.css.js +1 -0
  640. package/cjs-bundle/components/RangeSlider/RangeSlider.css.js +1 -0
  641. package/cjs-bundle/components/RangeSlider/RangeSlider.js +1 -0
  642. package/cjs-bundle/components/RangeSlider/constants.js +1 -0
  643. package/cjs-bundle/components/RangeSlider/inputs/FromInput.js +1 -0
  644. package/cjs-bundle/components/RangeSlider/inputs/ToInput.js +1 -0
  645. package/cjs-bundle/components/RangeSlider/strategies/horizontal.js +1 -0
  646. package/cjs-bundle/components/RangeSlider/strategies/vertical.js +1 -0
  647. package/cjs-bundle/components/RangeSlider/utils.js +1 -0
  648. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebar.js +1 -0
  649. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +1 -0
  650. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +1 -0
  651. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -0
  652. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -0
  653. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -0
  654. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +1 -0
  655. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarFooter.js +1 -0
  656. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarTitle.js +1 -0
  657. package/cjs-bundle/components/RealTimeValuesSidebar/enums.js +1 -0
  658. package/cjs-bundle/components/ResizableTable/ResizableTable.js +1 -0
  659. package/cjs-bundle/components/ResizableTable/ResizableTableCell.js +1 -0
  660. package/cjs-bundle/components/ResizableTable/ResizableTableHeaderCell.js +1 -0
  661. package/cjs-bundle/components/Search/Search.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/notifications.js +1 -0
  800. package/cjs-bundle/constants/rigActivity.js +1 -0
  801. package/cjs-bundle/constants/segment.js +1 -0
  802. package/cjs-bundle/constants/sizes.js +1 -0
  803. package/cjs-bundle/constants/subscriptions.js +1 -0
  804. package/cjs-bundle/constants/theme.js +1 -0
  805. package/cjs-bundle/constants/wellSummary.js +1 -0
  806. package/cjs-bundle/effects/index.js +1 -0
  807. package/cjs-bundle/effects/useDelayedDcFullscreenElemOpen.js +1 -0
  808. package/cjs-bundle/effects/useDevCenterApp.js +1 -0
  809. package/cjs-bundle/effects/useEscPress.js +1 -0
  810. package/cjs-bundle/effects/useMatchAppContainerSize.js +1 -0
  811. package/cjs-bundle/effects/useOutsideClick.js +1 -0
  812. package/cjs-bundle/effects/useResizeObserver.js +1 -0
  813. package/cjs-bundle/effects/useSharedDCStore.js +1 -0
  814. package/cjs-bundle/effects/useSignedURL.js +1 -0
  815. package/cjs-bundle/effects/useSubscriptions.js +1 -0
  816. package/cjs-bundle/effects/useWellnessAlerts.js +1 -0
  817. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -0
  818. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -0
  819. package/cjs-bundle/ext-esm/@material-ui/icons/esm/Map.js +1 -0
  820. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -0
  821. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -0
  822. package/cjs-bundle/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -0
  823. package/cjs-bundle/ext-esm/style-inject/dist/style-inject.es.js +1 -0
  824. package/cjs-bundle/ext-esm/tslib/tslib.es6.js +1 -0
  825. package/cjs-bundle/hocs/index.js +1 -0
  826. package/cjs-bundle/hocs/withMUIProvidersHOC.js +1 -0
  827. package/cjs-bundle/index.js +1 -0
  828. package/cjs-bundle/permissions/PermissionsContext.js +1 -0
  829. package/cjs-bundle/permissions/ProvidePermissions.js +1 -0
  830. package/cjs-bundle/permissions/constants/abilities.js +1 -0
  831. package/cjs-bundle/permissions/constants/appsPermissions.js +1 -0
  832. package/cjs-bundle/permissions/constants/index.js +1 -0
  833. package/cjs-bundle/permissions/constants/settingsApps.js +1 -0
  834. package/cjs-bundle/permissions/index.js +1 -0
  835. package/cjs-bundle/permissions/usePermissions.js +1 -0
  836. package/cjs-bundle/permissions/useProvidePermissions.js +1 -0
  837. package/cjs-bundle/permissions/utils.js +1 -0
  838. package/cjs-bundle/permissions/withPermissionsHOC.js +1 -0
  839. package/cjs-bundle/styles/counter/counter.module.scss.js +1 -0
  840. package/cjs-bundle/styles/counter/index.js +1 -0
  841. package/cjs-bundle/styles/customScrollbars.global.css.js +1 -0
  842. package/cjs-bundle/styles/emojiMart.global.css.js +1 -0
  843. package/cjs-bundle/styles/generatedThemesVariables.global.css.js +1 -0
  844. package/cjs-bundle/styles/globalStyles.js +1 -0
  845. package/cjs-bundle/styles/index.global.css.js +1 -0
  846. package/cjs-bundle/styles/index.js +1 -0
  847. package/cjs-bundle/styles/lightbox.global.css.js +1 -0
  848. package/cjs-bundle/styles/mapbox.global.css.js +1 -0
  849. package/cjs-bundle/styles/reactVirtualized.global.css.js +1 -0
  850. package/cjs-bundle/styles/typography/colors.module.scss.js +1 -0
  851. package/cjs-bundle/styles/typography/index.js +1 -0
  852. package/cjs-bundle/styles/typography/typography.module.scss.js +1 -0
  853. package/cjs-bundle/utils/DrillstringUtils.js +1 -0
  854. package/cjs-bundle/utils/FluidCheckUtils.js +1 -0
  855. package/cjs-bundle/utils/StageDesignVActualUtils.js +1 -0
  856. package/cjs-bundle/utils/accuracy.js +1 -0
  857. package/cjs-bundle/utils/alerts.js +1 -0
  858. package/cjs-bundle/utils/apps.js +1 -0
  859. package/cjs-bundle/utils/audio.js +1 -0
  860. package/cjs-bundle/utils/bha.js +1 -0
  861. package/cjs-bundle/utils/casing/conversion.js +1 -0
  862. package/cjs-bundle/utils/casing/index.js +1 -0
  863. package/cjs-bundle/utils/casing/validation.js +1 -0
  864. package/cjs-bundle/utils/chartSeries.js +1 -0
  865. package/cjs-bundle/utils/completion.js +1 -0
  866. package/cjs-bundle/utils/components.js +1 -0
  867. package/cjs-bundle/utils/constants/units.js +1 -0
  868. package/cjs-bundle/utils/convert.js +1 -0
  869. package/cjs-bundle/utils/convertKeys.js +1 -0
  870. package/cjs-bundle/utils/csvExport.js +1 -0
  871. package/cjs-bundle/utils/dashboardReports.js +1 -0
  872. package/cjs-bundle/utils/delay.js +1 -0
  873. package/cjs-bundle/utils/devcenter.js +1 -0
  874. package/cjs-bundle/utils/devcenterToasts.js +1 -0
  875. package/cjs-bundle/utils/drillstring/conversion.js +1 -0
  876. package/cjs-bundle/utils/drillstring/index.js +1 -0
  877. package/cjs-bundle/utils/drillstring/schematic.js +1 -0
  878. package/cjs-bundle/utils/drillstring/validation.js +1 -0
  879. package/cjs-bundle/utils/env.js +1 -0
  880. package/cjs-bundle/utils/feed.js +1 -0
  881. package/cjs-bundle/utils/fileExtension.js +1 -0
  882. package/cjs-bundle/utils/formatting.js +1 -0
  883. package/cjs-bundle/utils/ga.js +1 -0
  884. package/cjs-bundle/utils/goals.js +1 -0
  885. package/cjs-bundle/utils/index.js +1 -0
  886. package/cjs-bundle/utils/jsonaDataFormatter.js +1 -0
  887. package/cjs-bundle/utils/lasParser.js +1 -0
  888. package/cjs-bundle/utils/localStorage.js +1 -0
  889. package/cjs-bundle/utils/main.js +1 -0
  890. package/cjs-bundle/utils/mapUnits.js +1 -0
  891. package/cjs-bundle/utils/mapbox.js +1 -0
  892. package/cjs-bundle/utils/metrics/index.js +1 -0
  893. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -0
  894. package/cjs-bundle/utils/metrics/utils.js +1 -0
  895. package/cjs-bundle/utils/mobileDetect.js +1 -0
  896. package/cjs-bundle/utils/nativeMessages.js +1 -0
  897. package/cjs-bundle/utils/notificationToasts.js +1 -0
  898. package/cjs-bundle/utils/notifications.js +1 -0
  899. package/cjs-bundle/utils/permissions.js +1 -0
  900. package/cjs-bundle/utils/reports.js +1 -0
  901. package/cjs-bundle/utils/resolveWellHubSlug.js +1 -0
  902. package/cjs-bundle/utils/sharedDCStore.js +1 -0
  903. package/cjs-bundle/utils/themeVariables.js +1 -0
  904. package/cjs-bundle/utils/time.js +1 -0
  905. package/cjs-bundle/utils/torqueAndHookloadUtils.js +1 -0
  906. package/clients/api/apiCore.js +1 -474
  907. package/clients/api/httpMessages.js +1 -14
  908. package/clients/clientStorage/core.js +1 -101
  909. package/clients/clientStorage/index.js +1 -78
  910. package/clients/constants.js +1 -9
  911. package/clients/index.js +1 -108
  912. package/clients/jsonApi/index.js +1 -1506
  913. package/clients/jsonApi/postTaskAndWaitResult.js +1 -103
  914. package/clients/subscriptions.js +1 -124
  915. package/clients/utils.js +1 -27
  916. package/components/AddComment/Popover.js +1 -394
  917. package/components/AddComment/Popup.js +1 -102
  918. package/components/AddComment/components/Content.js +1 -322
  919. package/components/AdvancedSlider/AdvancedSlider.js +1 -495
  920. package/components/AdvancedSlider/Handle.js +1 -182
  921. package/components/AnchorsList/AnchorsList.js +1 -216
  922. package/components/Annotations/AnnotationsContext.js +1 -124
  923. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -394
  924. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -8
  925. package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -414
  926. package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -8
  927. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -242
  928. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -8
  929. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -39
  930. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -285
  931. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -8
  932. package/components/Annotations/components/AnnotationsList/index.js +1 -239
  933. package/components/Annotations/components/AnnotationsList/style.css.js +1 -8
  934. package/components/Annotations/components/LastAnnotation/index.js +1 -256
  935. package/components/Annotations/components/LastAnnotation/style.css.js +1 -8
  936. package/components/Annotations/constants.js +1 -34
  937. package/components/AppIcon/AppIcon.js +1 -60
  938. package/components/AppIcon/assets/CompletionAppIcon.js +1 -130
  939. package/components/AppIcon/assets/CompletionAppIconBe.js +1 -124
  940. package/components/AppIcon/assets/DrillingAppIcon.js +1 -130
  941. package/components/AppIcon/assets/DrillingAppIconBe.js +1 -124
  942. package/components/AppIcon/assets/NoSegmentAppIcon.js +1 -29
  943. package/components/AppIcon/utils.js +1 -31
  944. package/components/AppVersionsSelect/AppVersionsSelect.js +1 -240
  945. package/components/AppVersionsSelect/effects/index.js +1 -63
  946. package/components/AssetEditor/AssetEditorAutocomplete.js +1 -332
  947. package/components/AssetEditor/AssetEditors.css.js +1 -8
  948. package/components/AssetEditor/SingleAssetEditor.js +1 -115
  949. package/components/AssetEditor/constants.js +1 -7
  950. package/components/AssetEditor/effects/index.js +1 -223
  951. package/components/AssetEditor/index.js +1 -151
  952. package/components/AssetEditorV2/components/MultipleAssetsToggle.js +1 -62
  953. package/components/AssetEditorV2/components/PrimaryAssetSelect.js +1 -185
  954. package/components/AssetEditorV2/components/SecondaryAssetSelect.d.ts.map +1 -1
  955. package/components/AssetEditorV2/components/SecondaryAssetSelect.js +1 -195
  956. package/components/AssetEditorV2/components/SelectItem.js +1 -115
  957. package/components/AssetEditorV2/constants.js +1 -6
  958. package/components/AssetEditorV2/effects/index.d.ts +2 -1
  959. package/components/AssetEditorV2/effects/index.d.ts.map +1 -1
  960. package/components/AssetEditorV2/effects/index.js +1 -208
  961. package/components/AssetEditorV2/index.d.ts +6 -1
  962. package/components/AssetEditorV2/index.d.ts.map +1 -1
  963. package/components/AssetEditorV2/index.js +1 -289
  964. package/components/AssetEditorV2/utils/index.d.ts.map +1 -1
  965. package/components/AssetEditorV2/utils/index.js +1 -64
  966. package/components/AssetNameLabel/AssetNameLabel.d.ts.map +1 -1
  967. package/components/AssetNameLabel/AssetNameLabel.js +1 -97
  968. package/components/AssetNameLabel/AssetNameLabel.styles.css.js +1 -8
  969. package/components/AssetNameLabel/AssetStatusBadge.js +1 -34
  970. package/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -23
  971. package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +1 -8
  972. package/components/Attachment/index.js +1 -344
  973. package/components/Attachment/styles.css.js +1 -8
  974. package/components/Autocomplete/Autocomplete.js +1 -165
  975. package/components/Avatar/index.js +1 -108
  976. package/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -8
  977. package/components/BICOffsetPickerDialog/components/Map/Map.js +1 -204
  978. package/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -8
  979. package/components/BICOffsetPickerDialog/components/Map/index.js +1 -41
  980. package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -97
  981. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -167
  982. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -57
  983. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -212
  984. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -45
  985. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -76
  986. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -307
  987. package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -48
  988. package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -153
  989. package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -99
  990. package/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -231
  991. package/components/BICOffsetPickerDialog/constants.js +1 -28
  992. package/components/BICOffsetPickerDialog/effects/index.js +1 -115
  993. package/components/BICOffsetPickerDialog/index.js +1 -713
  994. package/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -102
  995. package/components/Breadcrumbs/index.js +1 -51
  996. package/components/Button/index.js +1 -71
  997. package/components/Casing/CasingComponentIcon.js +1 -68
  998. package/components/Casing/CasingTable/CasingComponent.js +1 -94
  999. package/components/Casing/CasingTable/index.js +1 -112
  1000. package/components/Casing/CasingTableV2/CasingTableV2.css.js +1 -8
  1001. package/components/Casing/CasingTableV2/CasingTableV2.js +1 -116
  1002. package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +1 -86
  1003. package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -406
  1004. package/components/Casing/CasingTableV2/components/Component.js +1 -583
  1005. package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +1 -115
  1006. package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -442
  1007. package/components/Casing/CasingTableV2/components/EditComponentDialog.js +1 -173
  1008. package/components/Casing/CasingTableV2/components/Header.js +1 -68
  1009. package/components/Casing/CasingTableV2/components/SortableComponent.js +1 -151
  1010. package/components/Casing/CasingTableV2/components/SortableComponents.js +1 -61
  1011. package/components/Casing/CasingTableV2/components/constants.js +1 -29
  1012. package/components/Casing/CasingTile/CasingTile.js +1 -115
  1013. package/components/Casing/CasingTile/style.js +1 -108
  1014. package/components/Casing/CasingTileIcon.js +1 -73
  1015. package/components/Chart/ChartWrapperContext.js +1 -6
  1016. package/components/Chart/components/AxisDropdown.js +1 -81
  1017. package/components/Chart/components/AxisOverlay.js +1 -168
  1018. package/components/Chart/components/ChartButton.js +1 -88
  1019. package/components/Chart/components/ChartButtons.js +1 -41
  1020. package/components/Chart/components/ChartSelect.js +1 -94
  1021. package/components/Chart/components/ChartWrapper.js +1 -115
  1022. package/components/Chart/components/buttons/ChartTypeButton.js +1 -100
  1023. package/components/Chart/components/buttons/DragToZoomButton.js +1 -41
  1024. package/components/Chart/components/buttons/HideAxesButton.js +1 -52
  1025. package/components/Chart/components/buttons/PanButton.js +1 -43
  1026. package/components/Chart/components/buttons/ResetZoomButton.js +1 -43
  1027. package/components/Chart/components/buttons/ZoomInButton.js +1 -46
  1028. package/components/Chart/components/buttons/ZoomOutButton.js +1 -46
  1029. package/components/Chart/constants.js +1 -13
  1030. package/components/Chart/effects/useChartModifier.js +1 -87
  1031. package/components/Chart/effects/useChartTypeSwitch.js +1 -31
  1032. package/components/Chart/effects/useHideAxes.js +1 -42
  1033. package/components/Chart/effects/useKeyboardControl.js +1 -21
  1034. package/components/Chart/effects/useZoom.js +1 -150
  1035. package/components/Chart/formations.js +1 -77
  1036. package/components/Chart/utils.js +1 -54
  1037. package/components/ChartActionsList/ChartActionsList.css.js +1 -8
  1038. package/components/ChartActionsList/ChartActionsList.js +1 -233
  1039. package/components/ChartActionsList/icons/GoLive.js +1 -35
  1040. package/components/ChartActionsList/icons/LeftArrow.js +1 -23
  1041. package/components/ChartActionsList/icons/RightArrow.js +1 -23
  1042. package/components/ChartActionsList/icons/TimeRange.js +1 -21
  1043. package/components/ChartActionsList/icons/ZoomIn.js +1 -26
  1044. package/components/ChartActionsList/icons/ZoomOut.js +1 -26
  1045. package/components/Checkbox/index.js +1 -36
  1046. package/components/Chip/index.js +1 -95
  1047. package/components/CollapsableSidebar.js +1 -386
  1048. package/components/CollapsibleContent.js +1 -94
  1049. package/components/ColorPicker/ColorPicker.js +1 -232
  1050. package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -82
  1051. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -8
  1052. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -47
  1053. package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -14
  1054. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -185
  1055. package/components/ColorPickerPalette/ColorPickerPalette.js +1 -100
  1056. package/components/Comment/CommentIcon/BadgeIcon.js +1 -24
  1057. package/components/Comment/CommentIcon/index.js +1 -83
  1058. package/components/Comment/index.js +1 -429
  1059. package/components/Comment/styles.css.js +1 -8
  1060. package/components/CommentInput/index.js +1 -586
  1061. package/components/CommentInput/styles.css.js +1 -8
  1062. package/components/CommentLoader.js +1 -84
  1063. package/components/CommentWrapper.js +1 -71
  1064. package/components/CommentsInfo/index.js +1 -147
  1065. package/components/CommentsInfo/styles.css.js +1 -8
  1066. package/components/ConfirmationDialog.js +1 -136
  1067. package/components/ContextMenuItem/index.js +1 -82
  1068. package/components/CopyToClipboard/CopyToClipboard.js +1 -88
  1069. package/components/Counter/index.js +1 -146
  1070. package/components/CustomSelect/index.js +1 -93
  1071. package/components/DatePicker/index.js +1 -70
  1072. package/components/DateTimePicker/index.js +1 -72
  1073. package/components/DevCenter/AppContext.js +1 -6
  1074. package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +1 -107
  1075. package/components/DevCenter/AppHeader/AppHeader.css.js +1 -8
  1076. package/components/DevCenter/AppHeader/AppHeader.d.ts.map +1 -1
  1077. package/components/DevCenter/AppHeader/AppHeader.js +1 -282
  1078. package/components/DevCenter/AppHeader/AppHeaderStyles.js +1 -63
  1079. package/components/DevCenter/AppHeader/PadIcon.js +1 -51
  1080. package/components/DevCenter/AppHeader/PadMode.js +1 -60
  1081. package/components/DevCenter/AppHeader/VersionBadge.js +1 -62
  1082. package/components/DevCenter/AppHeader/utils.js +1 -24
  1083. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -210
  1084. package/components/DevCenter/AppSideBar/AppSideBar.js +1 -280
  1085. package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -29
  1086. package/components/DevCenter/AppsDataProvider/effects/constants.js +1 -10
  1087. package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -173
  1088. package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -128
  1089. package/components/DevCenter/AppsDataProvider/effects/utils.js +1 -446
  1090. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -8
  1091. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts +1 -1
  1092. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts.map +1 -1
  1093. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -508
  1094. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -21
  1095. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -8
  1096. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -14
  1097. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -8
  1098. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -292
  1099. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +1 -43
  1100. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -444
  1101. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +1 -8
  1102. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -310
  1103. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +1 -8
  1104. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js +1 -265
  1105. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js +1 -85
  1106. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js +1 -106
  1107. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts.map +1 -1
  1108. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +1 -185
  1109. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +1 -17
  1110. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -147
  1111. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +1 -25
  1112. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -8
  1113. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -22
  1114. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +1 -10
  1115. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -8
  1116. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -384
  1117. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -8
  1118. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -35
  1119. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -8
  1120. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -31
  1121. package/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +1 -61
  1122. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -44
  1123. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -19
  1124. package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -49
  1125. package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -51
  1126. package/components/DevCenter/DevCenterAppContainer/utils.js +1 -26
  1127. package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -6
  1128. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -8
  1129. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -58
  1130. package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -9
  1131. package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -42
  1132. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -307
  1133. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -410
  1134. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -8
  1135. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -353
  1136. package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -4
  1137. package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -21
  1138. package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -21
  1139. package/components/DevCenter/NavigationBar/NavigationBar.js +1 -51
  1140. package/components/DevCenter/SideBar/SideBar.js +1 -78
  1141. package/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -53
  1142. package/components/DocumentViewer/DocumentViewer.js +1 -375
  1143. package/components/DocumentViewer/styles.js +1 -57
  1144. package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +1 -67
  1145. package/components/Drillstring/BHAComponentDetail/constants.js +1 -496
  1146. package/components/Drillstring/BHAComponentDetail/index.js +1 -223
  1147. package/components/Drillstring/BHAComponentIcon.js +1 -79
  1148. package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +1 -124
  1149. package/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +1 -8
  1150. package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +1 -77
  1151. package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -370
  1152. package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +1 -74
  1153. package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -399
  1154. package/components/Drillstring/BHAComponentsTable/components/Component.js +1 -648
  1155. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +1 -91
  1156. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -386
  1157. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +1 -115
  1158. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -443
  1159. package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +1 -213
  1160. package/components/Drillstring/BHAComponentsTable/components/Header.js +1 -68
  1161. package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +1 -78
  1162. package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -369
  1163. package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +1 -78
  1164. package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -370
  1165. package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +1 -157
  1166. package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +1 -77
  1167. package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -370
  1168. package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +1 -140
  1169. package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +1 -157
  1170. package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -472
  1171. package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +1 -144
  1172. package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +1 -83
  1173. package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -378
  1174. package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +1 -158
  1175. package/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +1 -67
  1176. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +1 -96
  1177. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -395
  1178. package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +1 -72
  1179. package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -360
  1180. package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +1 -260
  1181. package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +1 -274
  1182. package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +1 -134
  1183. package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -448
  1184. package/components/Drillstring/BHAComponentsTable/components/constants.js +1 -58
  1185. package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +1 -26
  1186. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -334
  1187. package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +1 -33
  1188. package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +1 -31
  1189. package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +1 -80
  1190. package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +1 -28
  1191. package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +1 -33
  1192. package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +1 -86
  1193. package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +1 -89
  1194. package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +1 -60
  1195. package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +1 -193
  1196. package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +1 -89
  1197. package/components/Drillstring/BHAList/BHAList.js +1 -111
  1198. package/components/Drillstring/BHAList/styles.css.js +1 -8
  1199. package/components/Drillstring/BHASchematic.js +1 -170
  1200. package/components/Drillstring/BHATable/BHAComponent.js +1 -102
  1201. package/components/Drillstring/BHATable/index.js +1 -116
  1202. package/components/Drillstring/BHATile/BHATile.js +1 -113
  1203. package/components/Drillstring/BHATile/styles.css.js +1 -8
  1204. package/components/Drillstring/BHATileIcon.js +1 -61
  1205. package/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -69
  1206. package/components/Drillstring/BhaIndicator/styles.css.js +1 -8
  1207. package/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -87
  1208. package/components/Drillstring/DrillstringDetail/styles.css.js +1 -8
  1209. package/components/EditableItem/EditableItem/index.js +1 -252
  1210. package/components/EditableItem/EditableItemWithBadge/index.js +1 -47
  1211. package/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -74
  1212. package/components/EmbeddedApp/EmbeddedApp.js +1 -201
  1213. package/components/EmbeddedApp/components/AppInfo.js +1 -95
  1214. package/components/EmbeddedApp/styles.css.js +1 -8
  1215. package/components/EmojiIconButton.js +1 -106
  1216. package/components/EmptyState/EmptyState.js +1 -71
  1217. package/components/EmptyState/constants.js +1 -41
  1218. package/components/EmptyState/images/index.js +1 -15
  1219. package/components/EmptyState/styles.js +1 -62
  1220. package/components/EmptyState/utils.js +1 -10
  1221. package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -201
  1222. package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts.map +1 -1
  1223. package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -31
  1224. package/components/EmptyView/EmptyView.js +1 -121
  1225. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -8
  1226. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -32
  1227. package/components/ErrorBoundary/ErrorBoundary.js +1 -77
  1228. package/components/FailedFileUploading.js +1 -43
  1229. package/components/FeedItem/FeedItem.css.js +1 -8
  1230. package/components/FeedItem/FeedItem.js +1 -327
  1231. package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -97
  1232. package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -99
  1233. package/components/FeedItem/components/Actions.js +1 -97
  1234. package/components/FeedItem/components/AvatarIcon.js +1 -59
  1235. package/components/FeedItem/components/Content.js +1 -184
  1236. package/components/FeedItem/components/CreatedAt.js +1 -28
  1237. package/components/FeedItem/components/FeedComments.js +1 -181
  1238. package/components/FeedItem/components/Icon.js +1 -92
  1239. package/components/FeedItem/components/LessonsLearnedLeafIcon.js +1 -37
  1240. package/components/FeedItem/components/Reactions.js +1 -109
  1241. package/components/FeedItem/components/RigAndWell.js +1 -75
  1242. package/components/FeedItem/components/TypeAndAssetTitle.js +1 -42
  1243. package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +1 -224
  1244. package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +1 -216
  1245. package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +1 -231
  1246. package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +1 -203
  1247. package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +1 -196
  1248. package/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -75
  1249. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -25
  1250. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -169
  1251. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -8
  1252. package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -124
  1253. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -37
  1254. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -72
  1255. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -105
  1256. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -43
  1257. package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -8
  1258. package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -80
  1259. package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -41
  1260. package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -142
  1261. package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -27
  1262. package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -27
  1263. package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +1 -81
  1264. package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -41
  1265. package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -25
  1266. package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -80
  1267. package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -27
  1268. package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -27
  1269. package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +1 -93
  1270. package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -143
  1271. package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -115
  1272. package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +1 -110
  1273. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -28
  1274. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -28
  1275. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -28
  1276. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -149
  1277. package/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -146
  1278. package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +1 -77
  1279. package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -73
  1280. package/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -57
  1281. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -87
  1282. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -18
  1283. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -53
  1284. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -56
  1285. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -83
  1286. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -31
  1287. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -95
  1288. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -44
  1289. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -79
  1290. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -168
  1291. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -55
  1292. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -118
  1293. package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -92
  1294. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -70
  1295. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -37
  1296. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -28
  1297. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -142
  1298. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -8
  1299. package/components/FilePreview/index.js +1 -80
  1300. package/components/FilePreview/styles.css.js +1 -8
  1301. package/components/FileTypeIcon.js +1 -63
  1302. package/components/FileUploadIconButton.js +1 -249
  1303. package/components/FilesLoader/FilesLoader.js +1 -305
  1304. package/components/FilesLoader/Icons/CSVFileIcon.js +1 -27
  1305. package/components/FilesLoader/Icons/DocFileIcon.js +1 -21
  1306. package/components/FilesLoader/Icons/EDMFileIcon.js +1 -39
  1307. package/components/FilesLoader/Icons/ExelFileIcon.js +1 -21
  1308. package/components/FilesLoader/Icons/FileIcon.js +1 -35
  1309. package/components/FilesLoader/Icons/IconRefresh.js +1 -17
  1310. package/components/FilesLoader/Icons/IconSuccess.js +1 -23
  1311. package/components/FilesLoader/Icons/IconWarning.js +1 -24
  1312. package/components/FilesLoader/Icons/ImageFileIcon.js +1 -30
  1313. package/components/FilesLoader/Icons/PdfFileIcon.js +1 -21
  1314. package/components/FilesLoader/Icons/UnknownFileIcon.js +1 -18
  1315. package/components/FilesLoader/Icons/UploadIcon.js +1 -19
  1316. package/components/FilesLoader/useStyles.js +1 -140
  1317. package/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -16
  1318. package/components/FolderMenuItem/components/FolderIcon.js +1 -48
  1319. package/components/FolderMenuItem/components/OpenFolderIcon.js +1 -16
  1320. package/components/FolderMenuItem/index.js +1 -162
  1321. package/components/FolderMenuItemWithLinks/index.js +1 -108
  1322. package/components/Formula/CloseSuggestion.d.ts +4 -0
  1323. package/components/Formula/CloseSuggestion.d.ts.map +1 -0
  1324. package/components/Formula/Formula.d.ts +25 -0
  1325. package/components/Formula/Formula.d.ts.map +1 -0
  1326. package/components/Formula/FormulaTextEditor.d.ts +12 -0
  1327. package/components/Formula/FormulaTextEditor.d.ts.map +1 -0
  1328. package/components/Formula/RootXIcon.d.ts +15 -0
  1329. package/components/Formula/RootXIcon.d.ts.map +1 -0
  1330. package/components/Formula/SuggestionsMenu.d.ts +7 -0
  1331. package/components/Formula/SuggestionsMenu.d.ts.map +1 -0
  1332. package/components/Formula/__tests__/Formula.test.d.ts +2 -0
  1333. package/components/Formula/__tests__/Formula.test.d.ts.map +1 -0
  1334. package/components/Formula/__tests__/utils.test.d.ts +2 -0
  1335. package/components/Formula/__tests__/utils.test.d.ts.map +1 -0
  1336. package/components/Formula/index.d.ts +2 -0
  1337. package/components/Formula/index.d.ts.map +1 -0
  1338. package/components/Formula/useFormulaFunction.d.ts +5 -0
  1339. package/components/Formula/useFormulaFunction.d.ts.map +1 -0
  1340. package/components/Formula/useFormulaStyles.d.ts +2 -0
  1341. package/components/Formula/useFormulaStyles.d.ts.map +1 -0
  1342. package/components/Formula/utils.d.ts +11 -0
  1343. package/components/Formula/utils.d.ts.map +1 -0
  1344. package/components/GoogleDocsViewer/index.js +1 -155
  1345. package/components/GoogleDocsViewer/styles.css.js +1 -8
  1346. package/components/GradientManager/GradientList.js +1 -143
  1347. package/components/GradientManager/GradientManager.js +1 -281
  1348. package/components/GradientManager/GradientManager.styles.js +1 -16
  1349. package/components/GradientManager/GradientPreview/GradientPreview.js +1 -31
  1350. package/components/GradientManager/GradientSelect.js +1 -135
  1351. package/components/GradientManager/GradientSelect.styles.js +1 -72
  1352. package/components/GradientManager/configuration/constants.js +1 -113
  1353. package/components/GradientPicker/GradientPicker.js +1 -365
  1354. package/components/GradientPicker/GradientPicker.styles.js +1 -105
  1355. package/components/GradientPicker/GradientPicker.utils.d.ts.map +1 -1
  1356. package/components/GradientPicker/GradientPicker.utils.js +1 -55
  1357. package/components/HeaderLayout/HeaderLayout.css.js +1 -8
  1358. package/components/HeaderLayout/HeaderLayout.js +1 -165
  1359. package/components/HeaderLayout/constants.js +1 -6
  1360. package/components/HeaderLayout/effects/index.js +1 -110
  1361. package/components/HeaderLayout/utils.js +1 -49
  1362. package/components/HelpCenter/HelpCenterIcon.js +1 -32
  1363. package/components/HelpCenter/index.js +1 -2
  1364. package/components/IconButton/index.d.ts +1 -1
  1365. package/components/IconButton/index.d.ts.map +1 -1
  1366. package/components/IconButton/index.js +1 -175
  1367. package/components/IconMenu/index.js +1 -183
  1368. package/components/Icons/AnnotationIcon.js +1 -34
  1369. package/components/Icons/AttachIcon.js +1 -30
  1370. package/components/Icons/DangerousIcon.js +1 -18
  1371. package/components/Icons/EmojiIcon.js +1 -32
  1372. package/components/Icons/RecommendationIcon.js +1 -31
  1373. package/components/Icons/SendIcon.js +1 -29
  1374. package/components/ImageViewer/index.js +1 -104
  1375. package/components/ImageViewer/styles.css.js +1 -8
  1376. package/components/InfiniteList/index.js +1 -237
  1377. package/components/InfiniteList/styles.css.js +1 -8
  1378. package/components/KeyboardDateTimePicker.js +1 -62
  1379. package/components/LabelsCounter/LabelsCounter.js +1 -57
  1380. package/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -34
  1381. package/components/LoadingIndicator/InlineLoadingIndicator.js +1 -28
  1382. package/components/LoadingIndicator/Loader.js +1 -29
  1383. package/components/LoadingIndicator/LoadingIndicator.css.js +1 -8
  1384. package/components/LoadingIndicator/LoadingIndicator.js +1 -29
  1385. package/components/LoadingIndicator/types.js +1 -18
  1386. package/components/MenuItem/index.js +1 -65
  1387. package/components/MiddleTruncate/MiddleTruncate.js +1 -49
  1388. package/components/MiddleTruncate/utils.js +1 -15
  1389. package/components/Modal/CorvaModal.css.js +1 -8
  1390. package/components/Modal/CorvaModal.d.ts +1 -1
  1391. package/components/Modal/CorvaModal.d.ts.map +1 -1
  1392. package/components/Modal/CorvaModal.js +1 -79
  1393. package/components/Modal/DcCorvaModal.js +1 -27
  1394. package/components/Modal/Modal.js +1 -27
  1395. package/components/Modal/types.d.ts +1 -0
  1396. package/components/Modal/types.d.ts.map +1 -1
  1397. package/components/Modal/types.js +1 -8
  1398. package/components/Notifications/Notifications.js +1 -35
  1399. package/components/Notifications/NotificationsContainer.js +1 -80
  1400. package/components/Notifications/Toast.js +1 -131
  1401. package/components/Notifications/Toast.styles.js +1 -155
  1402. package/components/OffsetWellButton/OffsetWellButton.js +1 -157
  1403. package/components/OffsetWellChips/Chip.js +1 -158
  1404. package/components/OffsetWellChips/ChipsContainer.js +1 -49
  1405. package/components/OffsetWellChips/icons/SubjectIcon.js +1 -43
  1406. package/components/OffsetWellMap/OffsetWellMap.js +1 -401
  1407. package/components/OffsetWellMap/OffsetWellMap.module.css.js +1 -8
  1408. package/components/OffsetWellMap/WellTooltip.js +1 -62
  1409. package/components/OffsetWellMap/WellTooltip.module.css.js +1 -8
  1410. package/components/OffsetWellMap/effects/usePreviousWells.js +1 -12
  1411. package/components/OffsetWellMap/utils.js +1 -30
  1412. package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -483
  1413. package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -58
  1414. package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -145
  1415. package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.d.ts +16 -0
  1416. package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.d.ts.map +1 -0
  1417. package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +1 -287
  1418. package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -75
  1419. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -297
  1420. package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -57
  1421. package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -64
  1422. package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -26
  1423. package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -305
  1424. package/components/OffsetWellPickerV2/components/Filter/index.d.ts +5 -1
  1425. package/components/OffsetWellPickerV2/components/Filter/index.d.ts.map +1 -1
  1426. package/components/OffsetWellPickerV2/components/Filter/index.js +1 -163
  1427. package/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -8
  1428. package/components/OffsetWellPickerV2/components/Map/Map.js +1 -263
  1429. package/components/OffsetWellPickerV2/components/Map/index.css.js +1 -8
  1430. package/components/OffsetWellPickerV2/components/Map/index.js +1 -69
  1431. package/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -8
  1432. package/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -82
  1433. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -367
  1434. package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -83
  1435. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -8
  1436. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -12
  1437. package/components/OffsetWellPickerV2/components/Table/index.js +1 -509
  1438. package/components/OffsetWellPickerV2/constants.js +1 -95
  1439. package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -44
  1440. package/components/OffsetWellPickerV2/effects/index.d.ts +1 -1
  1441. package/components/OffsetWellPickerV2/effects/index.d.ts.map +1 -1
  1442. package/components/OffsetWellPickerV2/effects/index.js +1 -347
  1443. package/components/OffsetWellPickerV2/utils/apiCalls.js +1 -236
  1444. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -50
  1445. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -135
  1446. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -72
  1447. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -310
  1448. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -204
  1449. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -58
  1450. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -8
  1451. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -203
  1452. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -71
  1453. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -82
  1454. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -30
  1455. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +1 -159
  1456. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +1 -195
  1457. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +1 -58
  1458. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -236
  1459. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +1 -45
  1460. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -77
  1461. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -359
  1462. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -75
  1463. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -22
  1464. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -412
  1465. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -111
  1466. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -104
  1467. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -44
  1468. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -294
  1469. package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -555
  1470. package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -493
  1471. package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -307
  1472. package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -500
  1473. package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -394
  1474. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -383
  1475. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -182
  1476. package/components/OffsetWellPickerV3/constants.js +1 -48
  1477. package/components/OffsetWellPickerV3/effects/index.js +1 -145
  1478. package/components/OffsetWellPickerV3/index.js +1 -333
  1479. package/components/OffsetWellPickerV3/utils/apiCalls.js +1 -487
  1480. package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1025
  1481. package/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +1 -8
  1482. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -67
  1483. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +1 -8
  1484. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +1 -29
  1485. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +1 -8
  1486. package/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -438
  1487. package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +1 -8
  1488. package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +1 -125
  1489. package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +1 -48
  1490. package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +1 -80
  1491. package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +1 -49
  1492. package/components/OffsetWellPickerV4/components/Filter/WellSection.js +1 -33
  1493. package/components/OffsetWellPickerV4/components/Map/WellsMap.js +1 -49
  1494. package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +1 -8
  1495. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -91
  1496. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -8
  1497. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +1 -258
  1498. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +1 -59
  1499. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -282
  1500. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +1 -25
  1501. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +1 -139
  1502. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -401
  1503. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -578
  1504. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -8
  1505. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +1 -250
  1506. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +1 -8
  1507. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +1 -335
  1508. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +1 -8
  1509. package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +1 -60
  1510. package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +1 -54
  1511. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -313
  1512. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -8
  1513. package/components/OffsetWellPickerV4/constants.js +1 -162
  1514. package/components/OffsetWellPickerV4/effects/useAdvancedWells.js +1 -204
  1515. package/components/OffsetWellPickerV4/effects/useAssetsData.js +1 -97
  1516. package/components/OffsetWellPickerV4/effects/useBicWells.js +1 -163
  1517. package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +1 -74
  1518. package/components/OffsetWellPickerV4/effects/useFetchWells.js +1 -54
  1519. package/components/OffsetWellPickerV4/effects/useFilterOptions.js +1 -33
  1520. package/components/OffsetWellPickerV4/effects/useFilteredWells.js +1 -63
  1521. package/components/OffsetWellPickerV4/effects/useSortedWells.js +1 -78
  1522. package/components/OffsetWellPickerV4/effects/useTableColumns.js +1 -38
  1523. package/components/OffsetWellPickerV4/utils/apiCalls.js +1 -421
  1524. package/components/OffsetWellPickerV4/utils/index.js +1 -157
  1525. package/components/OffsetWellPickerV4/utils/timePeriod.js +1 -31
  1526. package/components/OffsetWellPickerV4/utils/unitSystem.js +1 -10
  1527. package/components/PadModeSelect/PadModeSelect.d.ts.map +1 -1
  1528. package/components/PadModeSelect/PadModeSelect.js +1 -170
  1529. package/components/PadModeSelect/WellStreamActivityStatus.d.ts.map +1 -1
  1530. package/components/PadModeSelect/WellStreamActivityStatus.js +1 -57
  1531. package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.d.ts +2 -1
  1532. package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.d.ts.map +1 -1
  1533. package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +1 -124
  1534. package/components/PadModeSelect/effects/useWellStreamsData.d.ts.map +1 -1
  1535. package/components/PadModeSelect/effects/useWellStreamsData.js +1 -45
  1536. package/components/PadModeSelect/types.js +1 -16
  1537. package/components/PadModeSelect/utils/initialDataFetcher.js +1 -50
  1538. package/components/PadModeSelect/utils/time.js +1 -6
  1539. package/components/PadOffsetsPicker/OffsetAssetChip.js +1 -58
  1540. package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -24
  1541. package/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -397
  1542. package/components/PadOffsetsPicker/StagesSelector.js +1 -578
  1543. package/components/PadOffsetsPicker/index.js +1 -5
  1544. package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -416
  1545. package/components/PadOffsetsPickerV2/useDialogState.js +1 -173
  1546. package/components/ParameterCharts/AddEditTrack.css.js +1 -5
  1547. package/components/ParameterCharts/AddEditTrack.js +1 -144
  1548. package/components/ParameterCharts/ChartsContext.js +1 -9
  1549. package/components/ParameterCharts/DataContext.js +1 -14
  1550. package/components/ParameterCharts/ParameterCharts.css.js +1 -8
  1551. package/components/ParameterCharts/ParameterCharts.js +1 -140
  1552. package/components/ParameterCharts/SettingsContext.js +1 -13
  1553. package/components/ParameterCharts/components/ChartContainer.css.js +1 -8
  1554. package/components/ParameterCharts/components/ChartContainer.js +1 -43
  1555. package/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -8
  1556. package/components/ParameterCharts/components/Charts/EmptyChart.js +1 -20
  1557. package/components/ParameterCharts/components/Charts/LineChart.css.js +1 -8
  1558. package/components/ParameterCharts/components/Charts/LineChart.js +1 -101
  1559. package/components/ParameterCharts/components/Charts/options.js +1 -81
  1560. package/components/ParameterCharts/components/DataLoadingIndicator.js +1 -16
  1561. package/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -41
  1562. package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -8
  1563. package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -91
  1564. package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -8
  1565. package/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -86
  1566. package/components/ParameterCharts/components/TraceHeader.css.js +1 -8
  1567. package/components/ParameterCharts/components/TraceHeader.js +1 -245
  1568. package/components/ParameterCharts/components/TraceSelect.js +1 -59
  1569. package/components/ParameterCharts/components/TraceSettings.css.js +1 -8
  1570. package/components/ParameterCharts/components/TraceSettings.js +1 -207
  1571. package/components/ParameterCharts/components/Track.css.js +1 -8
  1572. package/components/ParameterCharts/components/Track.js +1 -128
  1573. package/components/ParameterCharts/components/TrackSettings.css.js +1 -8
  1574. package/components/ParameterCharts/components/TrackSettings.js +1 -234
  1575. package/components/ParameterCharts/constants.js +1 -16
  1576. package/components/ParameterCharts/utils/dataParser.js +1 -39
  1577. package/components/PinnableFilters/PinnableFilters.css.js +1 -8
  1578. package/components/PinnableFilters/PinnableFilters.js +1 -232
  1579. package/components/PinnableFilters/components/FiltersToggler.js +1 -37
  1580. package/components/PinnableFilters/components/PinAppSwitch.js +1 -68
  1581. package/components/PinnableFilters/constants.js +1 -6
  1582. package/components/PinnableFilters/effects/index.js +1 -163
  1583. package/components/PinnableFilters/utils.js +1 -19
  1584. package/components/Popover/Popover.js +1 -48
  1585. package/components/Popper/Popper.js +1 -44
  1586. package/components/PostInput/PostInput.css.js +1 -8
  1587. package/components/PostInput/PostInput.js +1 -148
  1588. package/components/PostPreviewDialog/index.js +1 -337
  1589. package/components/PostPreviewDialog/styles.css.js +1 -8
  1590. package/components/PriceInput/FormattedNumber.js +1 -42
  1591. package/components/PriceInput/PriceInput.js +1 -24
  1592. package/components/RangeSlider/Input.css.js +1 -8
  1593. package/components/RangeSlider/RangeSlider.css.js +1 -8
  1594. package/components/RangeSlider/RangeSlider.js +1 -336
  1595. package/components/RangeSlider/constants.js +1 -16
  1596. package/components/RangeSlider/inputs/FromInput.js +1 -42
  1597. package/components/RangeSlider/inputs/ToInput.js +1 -45
  1598. package/components/RangeSlider/strategies/horizontal.js +1 -48
  1599. package/components/RangeSlider/strategies/vertical.js +1 -56
  1600. package/components/RangeSlider/utils.js +1 -45
  1601. package/components/RealTimeValuesSidebar/RealTimeSidebar.js +1 -97
  1602. package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +1 -6
  1603. package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +1 -64
  1604. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -76
  1605. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -134
  1606. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -329
  1607. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +1 -65
  1608. package/components/RealTimeValuesSidebar/SidebarFooter.js +1 -100
  1609. package/components/RealTimeValuesSidebar/SidebarTitle.js +1 -72
  1610. package/components/RealTimeValuesSidebar/enums.js +1 -8
  1611. package/components/ResizableTable/ResizableTable.js +1 -90
  1612. package/components/ResizableTable/ResizableTableCell.js +1 -22
  1613. package/components/ResizableTable/ResizableTableHeaderCell.js +1 -125
  1614. package/components/Search/Search.d.ts.map +1 -1
  1615. package/components/Search/Search.js +1 -421
  1616. package/components/Search/components/Groups.js +1 -58
  1617. package/components/Search/components/InputAdornmentLeft.js +1 -28
  1618. package/components/Search/components/Listbox.js +1 -73
  1619. package/components/Search/components/Paper.d.ts.map +1 -1
  1620. package/components/Search/components/Paper.js +1 -51
  1621. package/components/Search/components/RecentSearches.js +1 -97
  1622. package/components/Search/context/index.js +1 -13
  1623. package/components/Search/styles.d.ts.map +1 -1
  1624. package/components/Search/styles.js +1 -139
  1625. package/components/Search/utils/truncate.js +1 -10
  1626. package/components/SearchInput/index.js +1 -90
  1627. package/components/Select/SelectFilterBy.js +1 -69
  1628. package/components/Select/index.js +1 -216
  1629. package/components/SettingEditors/ColorEditor/index.js +1 -103
  1630. package/components/SettingEditors/ColorEditor/style.css.js +1 -8
  1631. package/components/SettingEditors/DropdownEditor/index.js +1 -108
  1632. package/components/SettingEditors/RadioEditor/index.js +1 -52
  1633. package/components/SlateFormattedText/Constants.js +1 -11
  1634. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -8
  1635. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -129
  1636. package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -45
  1637. package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -8
  1638. package/components/SlateFormattedText/RenderElements.js +1 -216
  1639. package/components/SlateFormattedText/SlateFormattedText.js +1 -113
  1640. package/components/SlateFormattedText/style.css.js +1 -8
  1641. package/components/SlateFormattedText/utils.js +1 -91
  1642. package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -89
  1643. package/components/StageDesignVActual/ComparisonBar/utils.js +1 -21
  1644. package/components/StageDesignVActual/ComparisonHeader.js +1 -72
  1645. package/components/StageDesignVActual/ComparisonRow.js +1 -107
  1646. package/components/StageDesignVActual/ComparisonTable.css.js +1 -8
  1647. package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -63
  1648. package/components/StageDesignVActual/ElementsComparison/utils.js +1 -65
  1649. package/components/StatusBadge/api.d.ts +1 -0
  1650. package/components/StatusBadge/api.d.ts.map +1 -1
  1651. package/components/StatusBadge/api.js +1 -222
  1652. package/components/StatusBadge/components/DQAccordionDetailsContent.js +1 -78
  1653. package/components/StatusBadge/components/DQAlertTooltip.js +1 -45
  1654. package/components/StatusBadge/components/DQAlertsTooltip.d.ts +1 -1
  1655. package/components/StatusBadge/components/DQAlertsTooltip.d.ts.map +1 -1
  1656. package/components/StatusBadge/components/DQAlertsTooltip.js +1 -242
  1657. package/components/StatusBadge/components/DQStatusIcon.js +1 -37
  1658. package/components/StatusBadge/components/DQUnvalidatedContent.js +1 -90
  1659. package/components/StatusBadge/components/ReportIssueModal.d.ts +1 -2
  1660. package/components/StatusBadge/components/ReportIssueModal.d.ts.map +1 -1
  1661. package/components/StatusBadge/components/ReportIssueModal.js +1 -126
  1662. package/components/StatusBadge/constants.d.ts.map +1 -1
  1663. package/components/StatusBadge/constants.js +1 -125
  1664. package/components/StatusBadge/index.d.ts +7 -4
  1665. package/components/StatusBadge/index.d.ts.map +1 -1
  1666. package/components/StatusBadge/index.js +1 -237
  1667. package/components/StatusBadge/styles.js +1 -150
  1668. package/components/StatusBadge/utils.d.ts +1 -1
  1669. package/components/StatusBadge/utils.d.ts.map +1 -1
  1670. package/components/StatusBadge/utils.js +1 -150
  1671. package/components/Stepper/Step.css.js +1 -8
  1672. package/components/Stepper/Step.js +1 -65
  1673. package/components/Stepper/Stepper.js +1 -38
  1674. package/components/Stepper/StepsWrapper.css.js +1 -8
  1675. package/components/Stepper/StepsWrapper.js +1 -24
  1676. package/components/Stepper/constants.js +1 -7
  1677. package/components/StyledMenuItem/index.js +1 -21
  1678. package/components/SwitchControl/index.d.ts +2 -16
  1679. package/components/SwitchControl/index.d.ts.map +1 -1
  1680. package/components/SwitchControl/index.js +1 -162
  1681. package/components/SwitchControl/style.css.js +1 -8
  1682. package/components/SwitchControl/types.d.ts +2 -2
  1683. package/components/SwitchControl/types.d.ts.map +1 -1
  1684. package/components/Table/TableCell/TableCell.js +1 -116
  1685. package/components/Table/TableContainer/TableContainer.js +1 -120
  1686. package/components/Table/TableSortLabel/TableSortLabel.js +1 -16
  1687. package/components/Table/TableToolbar/TableToolbar.js +1 -63
  1688. package/components/Tabs/Tab.js +1 -37
  1689. package/components/Tabs/Tabs.js +1 -154
  1690. package/components/Template/TemplatePopover/Styles.js +1 -160
  1691. package/components/Template/TemplatePopover/index.js +1 -418
  1692. package/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -5
  1693. package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -278
  1694. package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -60
  1695. package/components/Template/TemplateSharingDialog/index.js +1 -158
  1696. package/components/TextField/effects/index.js +1 -56
  1697. package/components/TextField/index.js +1 -138
  1698. package/components/TextLink/index.js +1 -389
  1699. package/components/Toaster/ToastContainer.js +1 -38
  1700. package/components/Toaster/Toaster.js +1 -69
  1701. package/components/Tooltip/MuiTooltipDcWrapper.js +1 -115
  1702. package/components/Tooltip/ScrollableTooltip.js +1 -102
  1703. package/components/Tooltip/Tooltip.js +1 -24
  1704. package/components/TracesEditModal/TracesEditModal.css.js +1 -8
  1705. package/components/TracesEditModal/TracesEditModal.js +1 -142
  1706. package/components/TracesEditModal/TracesEditModalContainer.js +1 -148
  1707. package/components/TruncatedText/index.js +1 -75
  1708. package/components/Typography.js +1 -41
  1709. package/components/UserCard/index.js +1 -176
  1710. package/components/UserCard/style.css.js +1 -8
  1711. package/components/UserCardPopover.js +1 -76
  1712. package/components/UserMention/constants.js +1 -8
  1713. package/components/UserMention/index.js +1 -230
  1714. package/components/UserMention/style.css.js +1 -8
  1715. package/components/UserMention/utils/index.js +1 -129
  1716. package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -79
  1717. package/components/VirtualizedTable/DraggableList.js +1 -97
  1718. package/components/VirtualizedTable/VirtualizedTable.js +1 -314
  1719. package/components/VirtualizedTable/index.js +1 -158
  1720. package/components/WellSummary/ActivitySummaryChart.js +1 -282
  1721. package/components/WellSummary/FracWirelineTimeChart.js +1 -254
  1722. package/components/WellSummary/WellSummaryItemLabel.js +1 -74
  1723. package/components/WellSummary/WellSummaryItemTitle.js +1 -53
  1724. package/components/WellSummary/WellSummaryItemValue.js +1 -480
  1725. package/components/WellSummary/effects/useWellSummaryData.js +1 -431
  1726. package/components/WellSummary/index.js +1 -7
  1727. package/components/WellSummary/utils.js +1 -53
  1728. package/components/index.js +1 -187
  1729. package/components/shared/useThrottledCallback.js +1 -72
  1730. package/config/extendNative.js +1 -16
  1731. package/config/highcharts/highcharts-contour.js +1 -792
  1732. package/config/highcharts/highcharts.js +1 -50
  1733. package/config/index.js +1 -5
  1734. package/config/initGlobalDependencies.js +1 -7
  1735. package/config/mapbox/index.js +1 -8
  1736. package/config/theme/accordionOverrides.js +1 -114
  1737. package/config/theme/buttonOverrides.js +1 -100
  1738. package/config/theme/checkboxOverrides.js +1 -40
  1739. package/config/theme/chipOverrides.js +1 -105
  1740. package/config/theme/dateTimePickerThemeOverrides.js +1 -121
  1741. package/config/theme/fabOverrides.js +1 -35
  1742. package/config/theme/formControlLabelOverrides.js +1 -41
  1743. package/config/theme/formGroupOverrides.js +1 -12
  1744. package/config/theme/index.js +1 -160
  1745. package/config/theme/lightThemePalette.mjs.js +1 -28
  1746. package/config/theme/palette.mjs.js +1 -79
  1747. package/config/theme/radioOverrides.js +1 -35
  1748. package/config/theme/tableOverrides.js +1 -141
  1749. package/config/theme/textFieldOverrides.js +1 -100
  1750. package/config/theme/themeVariables.mjs.js +1 -31
  1751. package/config/theme/toggleButtonsGroupOverrides.js +1 -72
  1752. package/config/theme/tooltipOverrides.js +1 -32
  1753. package/constants/accuracy.js +1 -10
  1754. package/constants/alerts.js +1 -303
  1755. package/constants/appPackages.js +1 -8
  1756. package/constants/apps.js +1 -273
  1757. package/constants/assetTypes.js +1 -35
  1758. package/constants/bha.js +1 -290
  1759. package/constants/casing.js +1 -687
  1760. package/constants/completion.js +1 -514
  1761. package/constants/componentsSettings.js +1 -8
  1762. package/constants/corvaCompanyId.js +1 -6
  1763. package/constants/dateTimeFormat.js +1 -5
  1764. package/constants/devcenter.js +1 -4
  1765. package/constants/drillstring.js +1 -13062
  1766. package/constants/feed.js +1 -234
  1767. package/constants/goals.js +1 -80
  1768. package/constants/index.js +1 -31
  1769. package/constants/localStorageKeys.js +1 -5
  1770. package/constants/notifications.js +1 -89
  1771. package/constants/rigActivity.js +1 -43
  1772. package/constants/segment.d.ts +21 -0
  1773. package/constants/segment.d.ts.map +1 -1
  1774. package/constants/segment.js +1 -49
  1775. package/constants/sizes.js +1 -9
  1776. package/constants/subscriptions.js +1 -13
  1777. package/constants/theme.js +1 -7
  1778. package/constants/wellSummary.js +1 -587
  1779. package/effects/index.js +1 -9
  1780. package/effects/useDelayedDcFullscreenElemOpen.js +1 -66
  1781. package/effects/useDevCenterApp.js +1 -70
  1782. package/effects/useEscPress.js +1 -18
  1783. package/effects/useMatchAppContainerSize.js +1 -53
  1784. package/effects/useOutsideClick.js +1 -21
  1785. package/effects/useResizeObserver.js +1 -18
  1786. package/effects/useSharedDCStore.js +1 -22
  1787. package/effects/useSignedURL.js +1 -21
  1788. package/effects/useSubscriptions.js +1 -284
  1789. package/effects/useWellnessAlerts.d.ts +4 -3
  1790. package/effects/useWellnessAlerts.d.ts.map +1 -1
  1791. package/effects/useWellnessAlerts.js +1 -225
  1792. package/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -9
  1793. package/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -9
  1794. package/ext-esm/@material-ui/icons/esm/Map.js +1 -9
  1795. package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -9
  1796. package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -9
  1797. package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -21
  1798. package/ext-esm/style-inject/dist/style-inject.es.js +1 -29
  1799. package/hocs/index.js +1 -2
  1800. package/hocs/withMUIProvidersHOC.js +1 -31
  1801. package/index.js +1 -21
  1802. package/package.json +1 -1
  1803. package/permissions/PermissionsContext.js +1 -9
  1804. package/permissions/ProvidePermissions.js +1 -18
  1805. package/permissions/constants/abilities.js +1 -16
  1806. package/permissions/constants/appsPermissions.js +1 -21
  1807. package/permissions/constants/index.js +1 -331
  1808. package/permissions/constants/settingsApps.js +1 -136
  1809. package/permissions/index.js +1 -9
  1810. package/permissions/usePermissions.js +1 -34
  1811. package/permissions/useProvidePermissions.js +1 -110
  1812. package/permissions/utils.js +1 -25
  1813. package/permissions/withPermissionsHOC.js +1 -34
  1814. package/styles/counter/counter.module.scss.js +1 -8
  1815. package/styles/counter/index.js +1 -3
  1816. package/styles/customScrollbars.global.css.js +1 -9
  1817. package/styles/emojiMart.global.css.js +1 -5
  1818. package/styles/generatedThemesVariables.global.css.js +1 -5
  1819. package/styles/globalStyles.js +1 -13
  1820. package/styles/index.global.css.js +1 -5
  1821. package/styles/index.js +1 -3
  1822. package/styles/lightbox.global.css.js +1 -5
  1823. package/styles/mapbox.global.css.js +1 -5
  1824. package/styles/reactVirtualized.global.css.js +1 -5
  1825. package/styles/typography/colors.module.scss.js +1 -8
  1826. package/styles/typography/index.js +1 -12
  1827. package/styles/typography/typography.module.scss.js +1 -8
  1828. package/utils/DrillstringUtils.js +1 -767
  1829. package/utils/FluidCheckUtils.js +1 -169
  1830. package/utils/StageDesignVActualUtils.js +1 -85
  1831. package/utils/accuracy.js +1 -42
  1832. package/utils/alerts.js +1 -27
  1833. package/utils/apps.js +1 -17
  1834. package/utils/audio.js +1 -10
  1835. package/utils/bha.d.ts.map +1 -1
  1836. package/utils/bha.js +1 -309
  1837. package/utils/casing/conversion.js +1 -34
  1838. package/utils/casing/index.js +1 -5
  1839. package/utils/casing/validation.js +1 -246
  1840. package/utils/chartSeries.js +1 -52
  1841. package/utils/completion.js +1 -64
  1842. package/utils/components.js +1 -29
  1843. package/utils/constants/units.js +1 -340
  1844. package/utils/convert.js +1 -278
  1845. package/utils/convertKeys.js +1 -23
  1846. package/utils/csvExport.js +1 -218
  1847. package/utils/dashboardReports.js +1 -184
  1848. package/utils/delay.js +1 -16
  1849. package/utils/devcenter.js +1 -63
  1850. package/utils/devcenterToasts.js +1 -22
  1851. package/utils/drillstring/conversion.js +1 -293
  1852. package/utils/drillstring/index.js +1 -9
  1853. package/utils/drillstring/schematic.js +1 -25
  1854. package/utils/drillstring/validation.js +1 -857
  1855. package/utils/env.js +1 -6
  1856. package/utils/feed.js +1 -84
  1857. package/utils/fileExtension.js +1 -20
  1858. package/utils/formatting.js +1 -21
  1859. package/utils/ga.js +1 -6
  1860. package/utils/goals.js +1 -23
  1861. package/utils/index.js +1 -123
  1862. package/utils/jsonaDataFormatter.js +1 -10
  1863. package/utils/lasParser.js +1 -121
  1864. package/utils/localStorage.js +1 -14
  1865. package/utils/main.js +1 -353
  1866. package/utils/mapUnits.js +1 -23
  1867. package/utils/mapbox.js +1 -123
  1868. package/utils/metrics/index.js +1 -17
  1869. package/utils/metrics/metricsConfig.js +1 -366
  1870. package/utils/metrics/utils.js +1 -75
  1871. package/utils/mobileDetect.js +1 -15
  1872. package/utils/nativeMessages.js +1 -59
  1873. package/utils/notificationToasts.js +1 -28
  1874. package/utils/notifications.js +1 -26
  1875. package/utils/permissions.js +1 -27
  1876. package/utils/reports.js +1 -10
  1877. package/utils/resolveWellHubSlug.js +1 -69
  1878. package/utils/sharedDCStore.js +1 -56
  1879. package/utils/themeVariables.js +1 -9
  1880. package/utils/time.js +1 -92
  1881. package/utils/torqueAndHookloadUtils.js +1 -20
  1882. package/CLI/hocs/constants.js.map +0 -1
  1883. package/CLI/hocs/utils.js.map +0 -1
  1884. package/clients/api/apiCore.js.map +0 -1
  1885. package/clients/api/httpMessages.js.map +0 -1
  1886. package/clients/clientStorage/core.js.map +0 -1
  1887. package/clients/clientStorage/index.js.map +0 -1
  1888. package/clients/constants.js.map +0 -1
  1889. package/clients/index.js.map +0 -1
  1890. package/clients/jsonApi/index.js.map +0 -1
  1891. package/clients/jsonApi/postTaskAndWaitResult.js.map +0 -1
  1892. package/clients/subscriptions.js.map +0 -1
  1893. package/clients/utils.js.map +0 -1
  1894. package/components/AddComment/Popover.js.map +0 -1
  1895. package/components/AddComment/Popup.js.map +0 -1
  1896. package/components/AddComment/components/Content.js.map +0 -1
  1897. package/components/AdvancedSlider/AdvancedSlider.js.map +0 -1
  1898. package/components/AdvancedSlider/Handle.js.map +0 -1
  1899. package/components/AnchorsList/AnchorsList.js.map +0 -1
  1900. package/components/Annotations/AnnotationsContext.js.map +0 -1
  1901. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js.map +0 -1
  1902. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js.map +0 -1
  1903. package/components/Annotations/components/AnnotationsList/components/Annotation/index.js.map +0 -1
  1904. package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js.map +0 -1
  1905. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js.map +0 -1
  1906. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js.map +0 -1
  1907. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js.map +0 -1
  1908. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js.map +0 -1
  1909. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js.map +0 -1
  1910. package/components/Annotations/components/AnnotationsList/index.js.map +0 -1
  1911. package/components/Annotations/components/AnnotationsList/style.css.js.map +0 -1
  1912. package/components/Annotations/components/LastAnnotation/index.js.map +0 -1
  1913. package/components/Annotations/components/LastAnnotation/style.css.js.map +0 -1
  1914. package/components/Annotations/constants.js.map +0 -1
  1915. package/components/AppIcon/AppIcon.js.map +0 -1
  1916. package/components/AppIcon/assets/CompletionAppIcon.js.map +0 -1
  1917. package/components/AppIcon/assets/CompletionAppIconBe.js.map +0 -1
  1918. package/components/AppIcon/assets/DrillingAppIcon.js.map +0 -1
  1919. package/components/AppIcon/assets/DrillingAppIconBe.js.map +0 -1
  1920. package/components/AppIcon/assets/NoSegmentAppIcon.js.map +0 -1
  1921. package/components/AppIcon/utils.js.map +0 -1
  1922. package/components/AppVersionsSelect/AppVersionsSelect.js.map +0 -1
  1923. package/components/AppVersionsSelect/effects/index.js.map +0 -1
  1924. package/components/AssetEditor/AssetEditorAutocomplete.js.map +0 -1
  1925. package/components/AssetEditor/AssetEditors.css.js.map +0 -1
  1926. package/components/AssetEditor/SingleAssetEditor.js.map +0 -1
  1927. package/components/AssetEditor/constants.js.map +0 -1
  1928. package/components/AssetEditor/effects/index.js.map +0 -1
  1929. package/components/AssetEditor/index.js.map +0 -1
  1930. package/components/AssetEditorV2/components/MultipleAssetsToggle.js.map +0 -1
  1931. package/components/AssetEditorV2/components/PrimaryAssetSelect.js.map +0 -1
  1932. package/components/AssetEditorV2/components/SecondaryAssetSelect.js.map +0 -1
  1933. package/components/AssetEditorV2/components/SelectItem.js.map +0 -1
  1934. package/components/AssetEditorV2/constants.js.map +0 -1
  1935. package/components/AssetEditorV2/effects/index.js.map +0 -1
  1936. package/components/AssetEditorV2/index.js.map +0 -1
  1937. package/components/AssetEditorV2/utils/index.js.map +0 -1
  1938. package/components/AssetNameLabel/AssetNameLabel.js.map +0 -1
  1939. package/components/AssetNameLabel/AssetNameLabel.styles.css.js.map +0 -1
  1940. package/components/AssetNameLabel/AssetStatusBadge.js.map +0 -1
  1941. package/components/AssetNameLabel/SecondaryAssetNameLabel.js.map +0 -1
  1942. package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js.map +0 -1
  1943. package/components/Attachment/index.js.map +0 -1
  1944. package/components/Attachment/styles.css.js.map +0 -1
  1945. package/components/Autocomplete/Autocomplete.js.map +0 -1
  1946. package/components/Avatar/index.js.map +0 -1
  1947. package/components/BICOffsetPickerDialog/components/Map/Map.css.js.map +0 -1
  1948. package/components/BICOffsetPickerDialog/components/Map/Map.js.map +0 -1
  1949. package/components/BICOffsetPickerDialog/components/Map/index.css.js.map +0 -1
  1950. package/components/BICOffsetPickerDialog/components/Map/index.js.map +0 -1
  1951. package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js.map +0 -1
  1952. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
  1953. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
  1954. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
  1955. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js.map +0 -1
  1956. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
  1957. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js.map +0 -1
  1958. package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js.map +0 -1
  1959. package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js.map +0 -1
  1960. package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js.map +0 -1
  1961. package/components/BICOffsetPickerDialog/components/WellSection/index.js.map +0 -1
  1962. package/components/BICOffsetPickerDialog/constants.js.map +0 -1
  1963. package/components/BICOffsetPickerDialog/effects/index.js.map +0 -1
  1964. package/components/BICOffsetPickerDialog/index.js.map +0 -1
  1965. package/components/BICOffsetPickerDialog/utils/apiCalls.js.map +0 -1
  1966. package/components/Breadcrumbs/index.js.map +0 -1
  1967. package/components/Button/index.js.map +0 -1
  1968. package/components/Casing/CasingComponentIcon.js.map +0 -1
  1969. package/components/Casing/CasingTable/CasingComponent.js.map +0 -1
  1970. package/components/Casing/CasingTable/index.js.map +0 -1
  1971. package/components/Casing/CasingTableV2/CasingTableV2.css.js.map +0 -1
  1972. package/components/Casing/CasingTableV2/CasingTableV2.js.map +0 -1
  1973. package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js.map +0 -1
  1974. package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js.map +0 -1
  1975. package/components/Casing/CasingTableV2/components/Component.js.map +0 -1
  1976. package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js.map +0 -1
  1977. package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js.map +0 -1
  1978. package/components/Casing/CasingTableV2/components/EditComponentDialog.js.map +0 -1
  1979. package/components/Casing/CasingTableV2/components/Header.js.map +0 -1
  1980. package/components/Casing/CasingTableV2/components/SortableComponent.js.map +0 -1
  1981. package/components/Casing/CasingTableV2/components/SortableComponents.js.map +0 -1
  1982. package/components/Casing/CasingTableV2/components/constants.js.map +0 -1
  1983. package/components/Casing/CasingTile/CasingTile.js.map +0 -1
  1984. package/components/Casing/CasingTile/style.js.map +0 -1
  1985. package/components/Casing/CasingTileIcon.js.map +0 -1
  1986. package/components/Chart/ChartWrapperContext.js.map +0 -1
  1987. package/components/Chart/components/AxisDropdown.js.map +0 -1
  1988. package/components/Chart/components/AxisOverlay.js.map +0 -1
  1989. package/components/Chart/components/ChartButton.js.map +0 -1
  1990. package/components/Chart/components/ChartButtons.js.map +0 -1
  1991. package/components/Chart/components/ChartSelect.js.map +0 -1
  1992. package/components/Chart/components/ChartWrapper.js.map +0 -1
  1993. package/components/Chart/components/buttons/ChartTypeButton.js.map +0 -1
  1994. package/components/Chart/components/buttons/DragToZoomButton.js.map +0 -1
  1995. package/components/Chart/components/buttons/HideAxesButton.js.map +0 -1
  1996. package/components/Chart/components/buttons/PanButton.js.map +0 -1
  1997. package/components/Chart/components/buttons/ResetZoomButton.js.map +0 -1
  1998. package/components/Chart/components/buttons/ZoomInButton.js.map +0 -1
  1999. package/components/Chart/components/buttons/ZoomOutButton.js.map +0 -1
  2000. package/components/Chart/constants.js.map +0 -1
  2001. package/components/Chart/effects/useChartModifier.js.map +0 -1
  2002. package/components/Chart/effects/useChartTypeSwitch.js.map +0 -1
  2003. package/components/Chart/effects/useHideAxes.js.map +0 -1
  2004. package/components/Chart/effects/useKeyboardControl.js.map +0 -1
  2005. package/components/Chart/effects/useZoom.js.map +0 -1
  2006. package/components/Chart/formations.js.map +0 -1
  2007. package/components/Chart/utils.js.map +0 -1
  2008. package/components/ChartActionsList/ChartActionsList.css.js.map +0 -1
  2009. package/components/ChartActionsList/ChartActionsList.js.map +0 -1
  2010. package/components/ChartActionsList/icons/GoLive.js.map +0 -1
  2011. package/components/ChartActionsList/icons/LeftArrow.js.map +0 -1
  2012. package/components/ChartActionsList/icons/RightArrow.js.map +0 -1
  2013. package/components/ChartActionsList/icons/TimeRange.js.map +0 -1
  2014. package/components/ChartActionsList/icons/ZoomIn.js.map +0 -1
  2015. package/components/ChartActionsList/icons/ZoomOut.js.map +0 -1
  2016. package/components/Checkbox/index.js.map +0 -1
  2017. package/components/Chip/index.js.map +0 -1
  2018. package/components/CollapsableSidebar.js.map +0 -1
  2019. package/components/CollapsibleContent.js.map +0 -1
  2020. package/components/ColorPicker/ColorPicker.js.map +0 -1
  2021. package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js.map +0 -1
  2022. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js.map +0 -1
  2023. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js.map +0 -1
  2024. package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js.map +0 -1
  2025. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js.map +0 -1
  2026. package/components/ColorPickerPalette/ColorPickerPalette.js.map +0 -1
  2027. package/components/Comment/CommentIcon/BadgeIcon.js.map +0 -1
  2028. package/components/Comment/CommentIcon/index.js.map +0 -1
  2029. package/components/Comment/index.js.map +0 -1
  2030. package/components/Comment/styles.css.js.map +0 -1
  2031. package/components/CommentInput/index.js.map +0 -1
  2032. package/components/CommentInput/styles.css.js.map +0 -1
  2033. package/components/CommentLoader.js.map +0 -1
  2034. package/components/CommentWrapper.js.map +0 -1
  2035. package/components/CommentsInfo/index.js.map +0 -1
  2036. package/components/CommentsInfo/styles.css.js.map +0 -1
  2037. package/components/ConfirmationDialog.js.map +0 -1
  2038. package/components/ContextMenuItem/index.js.map +0 -1
  2039. package/components/CopyToClipboard/CopyToClipboard.js.map +0 -1
  2040. package/components/Counter/index.js.map +0 -1
  2041. package/components/CustomSelect/index.js.map +0 -1
  2042. package/components/DatePicker/index.js.map +0 -1
  2043. package/components/DateTimePicker/index.js.map +0 -1
  2044. package/components/DevCenter/AppContext.js.map +0 -1
  2045. package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js.map +0 -1
  2046. package/components/DevCenter/AppHeader/AppHeader.css.js.map +0 -1
  2047. package/components/DevCenter/AppHeader/AppHeader.js.map +0 -1
  2048. package/components/DevCenter/AppHeader/AppHeaderStyles.js.map +0 -1
  2049. package/components/DevCenter/AppHeader/PadIcon.js.map +0 -1
  2050. package/components/DevCenter/AppHeader/PadMode.js.map +0 -1
  2051. package/components/DevCenter/AppHeader/VersionBadge.js.map +0 -1
  2052. package/components/DevCenter/AppHeader/utils.js.map +0 -1
  2053. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js.map +0 -1
  2054. package/components/DevCenter/AppSideBar/AppSideBar.js.map +0 -1
  2055. package/components/DevCenter/AppsDataProvider/AppsDataProvider.js.map +0 -1
  2056. package/components/DevCenter/AppsDataProvider/effects/constants.js.map +0 -1
  2057. package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js.map +0 -1
  2058. package/components/DevCenter/AppsDataProvider/effects/useAppsData.js.map +0 -1
  2059. package/components/DevCenter/AppsDataProvider/effects/utils.js.map +0 -1
  2060. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js.map +0 -1
  2061. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js.map +0 -1
  2062. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js.map +0 -1
  2063. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js.map +0 -1
  2064. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js.map +0 -1
  2065. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js.map +0 -1
  2066. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js.map +0 -1
  2067. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js.map +0 -1
  2068. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js.map +0 -1
  2069. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js.map +0 -1
  2070. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js.map +0 -1
  2071. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js.map +0 -1
  2072. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js.map +0 -1
  2073. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js.map +0 -1
  2074. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js.map +0 -1
  2075. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js.map +0 -1
  2076. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js.map +0 -1
  2077. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js.map +0 -1
  2078. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js.map +0 -1
  2079. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js.map +0 -1
  2080. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js.map +0 -1
  2081. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js.map +0 -1
  2082. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js.map +0 -1
  2083. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js.map +0 -1
  2084. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js.map +0 -1
  2085. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js.map +0 -1
  2086. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js.map +0 -1
  2087. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js.map +0 -1
  2088. package/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js.map +0 -1
  2089. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js.map +0 -1
  2090. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js.map +0 -1
  2091. package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js.map +0 -1
  2092. package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js.map +0 -1
  2093. package/components/DevCenter/DevCenterAppContainer/utils.js.map +0 -1
  2094. package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js.map +0 -1
  2095. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js.map +0 -1
  2096. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js.map +0 -1
  2097. package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js.map +0 -1
  2098. package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js.map +0 -1
  2099. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js.map +0 -1
  2100. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +0 -1
  2101. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js.map +0 -1
  2102. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +0 -1
  2103. package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js.map +0 -1
  2104. package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js.map +0 -1
  2105. package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js.map +0 -1
  2106. package/components/DevCenter/NavigationBar/NavigationBar.js.map +0 -1
  2107. package/components/DevCenter/SideBar/SideBar.js.map +0 -1
  2108. package/components/DisabledSettingsMessage/DisabledSettingsMessage.js.map +0 -1
  2109. package/components/DocumentViewer/DocumentViewer.js.map +0 -1
  2110. package/components/DocumentViewer/styles.js.map +0 -1
  2111. package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js.map +0 -1
  2112. package/components/Drillstring/BHAComponentDetail/constants.js.map +0 -1
  2113. package/components/Drillstring/BHAComponentDetail/index.js.map +0 -1
  2114. package/components/Drillstring/BHAComponentIcon.js.map +0 -1
  2115. package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js.map +0 -1
  2116. package/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js.map +0 -1
  2117. package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js.map +0 -1
  2118. package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js.map +0 -1
  2119. package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js.map +0 -1
  2120. package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js.map +0 -1
  2121. package/components/Drillstring/BHAComponentsTable/components/Component.js.map +0 -1
  2122. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js.map +0 -1
  2123. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js.map +0 -1
  2124. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js.map +0 -1
  2125. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js.map +0 -1
  2126. package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js.map +0 -1
  2127. package/components/Drillstring/BHAComponentsTable/components/Header.js.map +0 -1
  2128. package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js.map +0 -1
  2129. package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js.map +0 -1
  2130. package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js.map +0 -1
  2131. package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js.map +0 -1
  2132. package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js.map +0 -1
  2133. package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js.map +0 -1
  2134. package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js.map +0 -1
  2135. package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js.map +0 -1
  2136. package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js.map +0 -1
  2137. package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js.map +0 -1
  2138. package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js.map +0 -1
  2139. package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js.map +0 -1
  2140. package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js.map +0 -1
  2141. package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js.map +0 -1
  2142. package/components/Drillstring/BHAComponentsTable/components/SortableComponents.js.map +0 -1
  2143. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js.map +0 -1
  2144. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js.map +0 -1
  2145. package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js.map +0 -1
  2146. package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js.map +0 -1
  2147. package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js.map +0 -1
  2148. package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js.map +0 -1
  2149. package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js.map +0 -1
  2150. package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js.map +0 -1
  2151. package/components/Drillstring/BHAComponentsTable/components/constants.js.map +0 -1
  2152. package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js.map +0 -1
  2153. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js.map +0 -1
  2154. package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js.map +0 -1
  2155. package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js.map +0 -1
  2156. package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js.map +0 -1
  2157. package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js.map +0 -1
  2158. package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js.map +0 -1
  2159. package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js.map +0 -1
  2160. package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js.map +0 -1
  2161. package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js.map +0 -1
  2162. package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js.map +0 -1
  2163. package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js.map +0 -1
  2164. package/components/Drillstring/BHAList/BHAList.js.map +0 -1
  2165. package/components/Drillstring/BHAList/styles.css.js.map +0 -1
  2166. package/components/Drillstring/BHASchematic.js.map +0 -1
  2167. package/components/Drillstring/BHATable/BHAComponent.js.map +0 -1
  2168. package/components/Drillstring/BHATable/index.js.map +0 -1
  2169. package/components/Drillstring/BHATile/BHATile.js.map +0 -1
  2170. package/components/Drillstring/BHATile/styles.css.js.map +0 -1
  2171. package/components/Drillstring/BHATileIcon.js.map +0 -1
  2172. package/components/Drillstring/BhaIndicator/BhaIndicator.js.map +0 -1
  2173. package/components/Drillstring/BhaIndicator/styles.css.js.map +0 -1
  2174. package/components/Drillstring/DrillstringDetail/DrillstringDetail.js.map +0 -1
  2175. package/components/Drillstring/DrillstringDetail/styles.css.js.map +0 -1
  2176. package/components/EditableItem/EditableItem/index.js.map +0 -1
  2177. package/components/EditableItem/EditableItemWithBadge/index.js.map +0 -1
  2178. package/components/EmbeddedApp/DevCenterEmbeddedApp.js.map +0 -1
  2179. package/components/EmbeddedApp/EmbeddedApp.js.map +0 -1
  2180. package/components/EmbeddedApp/components/AppInfo.js.map +0 -1
  2181. package/components/EmbeddedApp/styles.css.js.map +0 -1
  2182. package/components/EmojiIconButton.js.map +0 -1
  2183. package/components/EmptyState/EmptyState.js.map +0 -1
  2184. package/components/EmptyState/constants.js.map +0 -1
  2185. package/components/EmptyState/images/index.js.map +0 -1
  2186. package/components/EmptyState/styles.js.map +0 -1
  2187. package/components/EmptyState/utils.js.map +0 -1
  2188. package/components/EmptyView/EmptyAppView/EmptyAppView.js.map +0 -1
  2189. package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js.map +0 -1
  2190. package/components/EmptyView/EmptyView.js.map +0 -1
  2191. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js.map +0 -1
  2192. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js.map +0 -1
  2193. package/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
  2194. package/components/FailedFileUploading.js.map +0 -1
  2195. package/components/FeedItem/FeedItem.css.js.map +0 -1
  2196. package/components/FeedItem/FeedItem.js.map +0 -1
  2197. package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js.map +0 -1
  2198. package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js.map +0 -1
  2199. package/components/FeedItem/components/Actions.js.map +0 -1
  2200. package/components/FeedItem/components/AvatarIcon.js.map +0 -1
  2201. package/components/FeedItem/components/Content.js.map +0 -1
  2202. package/components/FeedItem/components/CreatedAt.js.map +0 -1
  2203. package/components/FeedItem/components/FeedComments.js.map +0 -1
  2204. package/components/FeedItem/components/Icon.js.map +0 -1
  2205. package/components/FeedItem/components/LessonsLearnedLeafIcon.js.map +0 -1
  2206. package/components/FeedItem/components/Reactions.js.map +0 -1
  2207. package/components/FeedItem/components/RigAndWell.js.map +0 -1
  2208. package/components/FeedItem/components/TypeAndAssetTitle.js.map +0 -1
  2209. package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js.map +0 -1
  2210. package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js.map +0 -1
  2211. package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js.map +0 -1
  2212. package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js.map +0 -1
  2213. package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js.map +0 -1
  2214. package/components/FeedItem/feedItemTypes/AlertFeedItem.js.map +0 -1
  2215. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js.map +0 -1
  2216. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js.map +0 -1
  2217. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js.map +0 -1
  2218. package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js.map +0 -1
  2219. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js.map +0 -1
  2220. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js.map +0 -1
  2221. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js.map +0 -1
  2222. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js.map +0 -1
  2223. package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js.map +0 -1
  2224. package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js.map +0 -1
  2225. package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js.map +0 -1
  2226. package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js.map +0 -1
  2227. package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js.map +0 -1
  2228. package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js.map +0 -1
  2229. package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js.map +0 -1
  2230. package/components/FeedItem/feedItemTypes/DocumentFeedItem.js.map +0 -1
  2231. package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js.map +0 -1
  2232. package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js.map +0 -1
  2233. package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js.map +0 -1
  2234. package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js.map +0 -1
  2235. package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js.map +0 -1
  2236. package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js.map +0 -1
  2237. package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js.map +0 -1
  2238. package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js.map +0 -1
  2239. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js.map +0 -1
  2240. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js.map +0 -1
  2241. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js.map +0 -1
  2242. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js.map +0 -1
  2243. package/components/FeedItem/feedItemTypes/NptFeedItem.js.map +0 -1
  2244. package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js.map +0 -1
  2245. package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js.map +0 -1
  2246. package/components/FeedItem/feedItemTypes/PostFeedItem.js.map +0 -1
  2247. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js.map +0 -1
  2248. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js.map +0 -1
  2249. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js.map +0 -1
  2250. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js.map +0 -1
  2251. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js.map +0 -1
  2252. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js.map +0 -1
  2253. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js.map +0 -1
  2254. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js.map +0 -1
  2255. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js.map +0 -1
  2256. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js.map +0 -1
  2257. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js.map +0 -1
  2258. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js.map +0 -1
  2259. package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js.map +0 -1
  2260. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js.map +0 -1
  2261. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js.map +0 -1
  2262. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js.map +0 -1
  2263. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js.map +0 -1
  2264. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js.map +0 -1
  2265. package/components/FilePreview/index.js.map +0 -1
  2266. package/components/FilePreview/styles.css.js.map +0 -1
  2267. package/components/FileTypeIcon.js.map +0 -1
  2268. package/components/FileUploadIconButton.js.map +0 -1
  2269. package/components/FilesLoader/FilesLoader.js.map +0 -1
  2270. package/components/FilesLoader/Icons/CSVFileIcon.js.map +0 -1
  2271. package/components/FilesLoader/Icons/DocFileIcon.js.map +0 -1
  2272. package/components/FilesLoader/Icons/EDMFileIcon.js.map +0 -1
  2273. package/components/FilesLoader/Icons/ExelFileIcon.js.map +0 -1
  2274. package/components/FilesLoader/Icons/FileIcon.js.map +0 -1
  2275. package/components/FilesLoader/Icons/IconRefresh.js.map +0 -1
  2276. package/components/FilesLoader/Icons/IconSuccess.js.map +0 -1
  2277. package/components/FilesLoader/Icons/IconWarning.js.map +0 -1
  2278. package/components/FilesLoader/Icons/ImageFileIcon.js.map +0 -1
  2279. package/components/FilesLoader/Icons/PdfFileIcon.js.map +0 -1
  2280. package/components/FilesLoader/Icons/UnknownFileIcon.js.map +0 -1
  2281. package/components/FilesLoader/Icons/UploadIcon.js.map +0 -1
  2282. package/components/FilesLoader/useStyles.js.map +0 -1
  2283. package/components/FolderMenuItem/components/ClosedFolderIcon.js.map +0 -1
  2284. package/components/FolderMenuItem/components/FolderIcon.js.map +0 -1
  2285. package/components/FolderMenuItem/components/OpenFolderIcon.js.map +0 -1
  2286. package/components/FolderMenuItem/index.js.map +0 -1
  2287. package/components/FolderMenuItemWithLinks/index.js.map +0 -1
  2288. package/components/GoogleDocsViewer/index.js.map +0 -1
  2289. package/components/GoogleDocsViewer/styles.css.js.map +0 -1
  2290. package/components/GradientManager/GradientList.js.map +0 -1
  2291. package/components/GradientManager/GradientManager.js.map +0 -1
  2292. package/components/GradientManager/GradientManager.styles.js.map +0 -1
  2293. package/components/GradientManager/GradientPreview/GradientPreview.js.map +0 -1
  2294. package/components/GradientManager/GradientSelect.js.map +0 -1
  2295. package/components/GradientManager/GradientSelect.styles.js.map +0 -1
  2296. package/components/GradientManager/configuration/constants.js.map +0 -1
  2297. package/components/GradientPicker/GradientPicker.js.map +0 -1
  2298. package/components/GradientPicker/GradientPicker.styles.js.map +0 -1
  2299. package/components/GradientPicker/GradientPicker.utils.js.map +0 -1
  2300. package/components/HeaderLayout/HeaderLayout.css.js.map +0 -1
  2301. package/components/HeaderLayout/HeaderLayout.js.map +0 -1
  2302. package/components/HeaderLayout/constants.js.map +0 -1
  2303. package/components/HeaderLayout/effects/index.js.map +0 -1
  2304. package/components/HeaderLayout/utils.js.map +0 -1
  2305. package/components/HelpCenter/HelpCenterIcon.js.map +0 -1
  2306. package/components/HelpCenter/index.js.map +0 -1
  2307. package/components/IconButton/index.js.map +0 -1
  2308. package/components/IconMenu/index.js.map +0 -1
  2309. package/components/Icons/AnnotationIcon.js.map +0 -1
  2310. package/components/Icons/AttachIcon.js.map +0 -1
  2311. package/components/Icons/DangerousIcon.js.map +0 -1
  2312. package/components/Icons/EmojiIcon.js.map +0 -1
  2313. package/components/Icons/RecommendationIcon.js.map +0 -1
  2314. package/components/Icons/SendIcon.js.map +0 -1
  2315. package/components/ImageViewer/index.js.map +0 -1
  2316. package/components/ImageViewer/styles.css.js.map +0 -1
  2317. package/components/InfiniteList/index.js.map +0 -1
  2318. package/components/InfiniteList/styles.css.js.map +0 -1
  2319. package/components/KeyboardDateTimePicker.js.map +0 -1
  2320. package/components/LabelsCounter/LabelsCounter.js.map +0 -1
  2321. package/components/LoadingIndicator/FullScreenLoadingIndicator.js.map +0 -1
  2322. package/components/LoadingIndicator/InlineLoadingIndicator.js.map +0 -1
  2323. package/components/LoadingIndicator/Loader.js.map +0 -1
  2324. package/components/LoadingIndicator/LoadingIndicator.css.js.map +0 -1
  2325. package/components/LoadingIndicator/LoadingIndicator.js.map +0 -1
  2326. package/components/LoadingIndicator/types.js.map +0 -1
  2327. package/components/MenuItem/index.js.map +0 -1
  2328. package/components/MiddleTruncate/MiddleTruncate.js.map +0 -1
  2329. package/components/MiddleTruncate/utils.js.map +0 -1
  2330. package/components/Modal/CorvaModal.css.js.map +0 -1
  2331. package/components/Modal/CorvaModal.js.map +0 -1
  2332. package/components/Modal/DcCorvaModal.js.map +0 -1
  2333. package/components/Modal/Modal.js.map +0 -1
  2334. package/components/Modal/types.js.map +0 -1
  2335. package/components/Notifications/Notifications.js.map +0 -1
  2336. package/components/Notifications/NotificationsContainer.js.map +0 -1
  2337. package/components/Notifications/Toast.js.map +0 -1
  2338. package/components/Notifications/Toast.styles.js.map +0 -1
  2339. package/components/OffsetWellButton/OffsetWellButton.js.map +0 -1
  2340. package/components/OffsetWellChips/Chip.js.map +0 -1
  2341. package/components/OffsetWellChips/ChipsContainer.js.map +0 -1
  2342. package/components/OffsetWellChips/icons/SubjectIcon.js.map +0 -1
  2343. package/components/OffsetWellMap/OffsetWellMap.js.map +0 -1
  2344. package/components/OffsetWellMap/OffsetWellMap.module.css.js.map +0 -1
  2345. package/components/OffsetWellMap/WellTooltip.js.map +0 -1
  2346. package/components/OffsetWellMap/WellTooltip.module.css.js.map +0 -1
  2347. package/components/OffsetWellMap/effects/usePreviousWells.js.map +0 -1
  2348. package/components/OffsetWellMap/utils.js.map +0 -1
  2349. package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js.map +0 -1
  2350. package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js.map +0 -1
  2351. package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js.map +0 -1
  2352. package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js.map +0 -1
  2353. package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js.map +0 -1
  2354. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js.map +0 -1
  2355. package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js.map +0 -1
  2356. package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js.map +0 -1
  2357. package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js.map +0 -1
  2358. package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js.map +0 -1
  2359. package/components/OffsetWellPickerV2/components/Filter/index.js.map +0 -1
  2360. package/components/OffsetWellPickerV2/components/Map/Map.css.js.map +0 -1
  2361. package/components/OffsetWellPickerV2/components/Map/Map.js.map +0 -1
  2362. package/components/OffsetWellPickerV2/components/Map/index.css.js.map +0 -1
  2363. package/components/OffsetWellPickerV2/components/Map/index.js.map +0 -1
  2364. package/components/OffsetWellPickerV2/components/Map/popup.css.js.map +0 -1
  2365. package/components/OffsetWellPickerV2/components/Map/popupGenerator.js.map +0 -1
  2366. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js.map +0 -1
  2367. package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js.map +0 -1
  2368. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js.map +0 -1
  2369. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js.map +0 -1
  2370. package/components/OffsetWellPickerV2/components/Table/index.js.map +0 -1
  2371. package/components/OffsetWellPickerV2/constants.js.map +0 -1
  2372. package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js.map +0 -1
  2373. package/components/OffsetWellPickerV2/effects/index.js.map +0 -1
  2374. package/components/OffsetWellPickerV2/utils/apiCalls.js.map +0 -1
  2375. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js.map +0 -1
  2376. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js.map +0 -1
  2377. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js.map +0 -1
  2378. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js.map +0 -1
  2379. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js.map +0 -1
  2380. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js.map +0 -1
  2381. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js.map +0 -1
  2382. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js.map +0 -1
  2383. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js.map +0 -1
  2384. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js.map +0 -1
  2385. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js.map +0 -1
  2386. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js.map +0 -1
  2387. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
  2388. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
  2389. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
  2390. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js.map +0 -1
  2391. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
  2392. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js.map +0 -1
  2393. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js.map +0 -1
  2394. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js.map +0 -1
  2395. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js.map +0 -1
  2396. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js.map +0 -1
  2397. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js.map +0 -1
  2398. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js.map +0 -1
  2399. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js.map +0 -1
  2400. package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js.map +0 -1
  2401. package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js.map +0 -1
  2402. package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js.map +0 -1
  2403. package/components/OffsetWellPickerV3/components/TabSelection/index.js.map +0 -1
  2404. package/components/OffsetWellPickerV3/components/WellHubView/index.js.map +0 -1
  2405. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js.map +0 -1
  2406. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js.map +0 -1
  2407. package/components/OffsetWellPickerV3/constants.js.map +0 -1
  2408. package/components/OffsetWellPickerV3/effects/index.js.map +0 -1
  2409. package/components/OffsetWellPickerV3/index.js.map +0 -1
  2410. package/components/OffsetWellPickerV3/utils/apiCalls.js.map +0 -1
  2411. package/components/OffsetWellPickerV4/OffsetWellPickerV4.js.map +0 -1
  2412. package/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js.map +0 -1
  2413. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js.map +0 -1
  2414. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js.map +0 -1
  2415. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js.map +0 -1
  2416. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js.map +0 -1
  2417. package/components/OffsetWellPickerV4/components/Filter/Filter.js.map +0 -1
  2418. package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js.map +0 -1
  2419. package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js.map +0 -1
  2420. package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js.map +0 -1
  2421. package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js.map +0 -1
  2422. package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js.map +0 -1
  2423. package/components/OffsetWellPickerV4/components/Filter/WellSection.js.map +0 -1
  2424. package/components/OffsetWellPickerV4/components/Map/WellsMap.js.map +0 -1
  2425. package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js.map +0 -1
  2426. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js.map +0 -1
  2427. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js.map +0 -1
  2428. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js.map +0 -1
  2429. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js.map +0 -1
  2430. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js.map +0 -1
  2431. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js.map +0 -1
  2432. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js.map +0 -1
  2433. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js.map +0 -1
  2434. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js.map +0 -1
  2435. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js.map +0 -1
  2436. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js.map +0 -1
  2437. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js.map +0 -1
  2438. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js.map +0 -1
  2439. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js.map +0 -1
  2440. package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js.map +0 -1
  2441. package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js.map +0 -1
  2442. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js.map +0 -1
  2443. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js.map +0 -1
  2444. package/components/OffsetWellPickerV4/constants.js.map +0 -1
  2445. package/components/OffsetWellPickerV4/effects/useAdvancedWells.js.map +0 -1
  2446. package/components/OffsetWellPickerV4/effects/useAssetsData.js.map +0 -1
  2447. package/components/OffsetWellPickerV4/effects/useBicWells.js.map +0 -1
  2448. package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js.map +0 -1
  2449. package/components/OffsetWellPickerV4/effects/useFetchWells.js.map +0 -1
  2450. package/components/OffsetWellPickerV4/effects/useFilterOptions.js.map +0 -1
  2451. package/components/OffsetWellPickerV4/effects/useFilteredWells.js.map +0 -1
  2452. package/components/OffsetWellPickerV4/effects/useSortedWells.js.map +0 -1
  2453. package/components/OffsetWellPickerV4/effects/useTableColumns.js.map +0 -1
  2454. package/components/OffsetWellPickerV4/utils/apiCalls.js.map +0 -1
  2455. package/components/OffsetWellPickerV4/utils/index.js.map +0 -1
  2456. package/components/OffsetWellPickerV4/utils/timePeriod.js.map +0 -1
  2457. package/components/OffsetWellPickerV4/utils/unitSystem.js.map +0 -1
  2458. package/components/PadModeSelect/PadModeSelect.js.map +0 -1
  2459. package/components/PadModeSelect/WellStreamActivityStatus.js.map +0 -1
  2460. package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js.map +0 -1
  2461. package/components/PadModeSelect/effects/useWellStreamsData.js.map +0 -1
  2462. package/components/PadModeSelect/types.js.map +0 -1
  2463. package/components/PadModeSelect/utils/initialDataFetcher.js.map +0 -1
  2464. package/components/PadModeSelect/utils/time.js.map +0 -1
  2465. package/components/PadOffsetsPicker/OffsetAssetChip.js.map +0 -1
  2466. package/components/PadOffsetsPicker/OffsetAssetsListExpander.js.map +0 -1
  2467. package/components/PadOffsetsPicker/PadOffsetsPicker.js.map +0 -1
  2468. package/components/PadOffsetsPicker/StagesSelector.js.map +0 -1
  2469. package/components/PadOffsetsPicker/index.js.map +0 -1
  2470. package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js.map +0 -1
  2471. package/components/PadOffsetsPickerV2/useDialogState.js.map +0 -1
  2472. package/components/ParameterCharts/AddEditTrack.css.js.map +0 -1
  2473. package/components/ParameterCharts/AddEditTrack.js.map +0 -1
  2474. package/components/ParameterCharts/ChartsContext.js.map +0 -1
  2475. package/components/ParameterCharts/DataContext.js.map +0 -1
  2476. package/components/ParameterCharts/ParameterCharts.css.js.map +0 -1
  2477. package/components/ParameterCharts/ParameterCharts.js.map +0 -1
  2478. package/components/ParameterCharts/SettingsContext.js.map +0 -1
  2479. package/components/ParameterCharts/components/ChartContainer.css.js.map +0 -1
  2480. package/components/ParameterCharts/components/ChartContainer.js.map +0 -1
  2481. package/components/ParameterCharts/components/Charts/EmptyChart.css.js.map +0 -1
  2482. package/components/ParameterCharts/components/Charts/EmptyChart.js.map +0 -1
  2483. package/components/ParameterCharts/components/Charts/LineChart.css.js.map +0 -1
  2484. package/components/ParameterCharts/components/Charts/LineChart.js.map +0 -1
  2485. package/components/ParameterCharts/components/Charts/options.js.map +0 -1
  2486. package/components/ParameterCharts/components/DataLoadingIndicator.js.map +0 -1
  2487. package/components/ParameterCharts/components/SingleChannelTrackSettings.js.map +0 -1
  2488. package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js.map +0 -1
  2489. package/components/ParameterCharts/components/Tooltip/CursorPositioner.js.map +0 -1
  2490. package/components/ParameterCharts/components/Tooltip/Tooltip.css.js.map +0 -1
  2491. package/components/ParameterCharts/components/Tooltip/Tooltip.js.map +0 -1
  2492. package/components/ParameterCharts/components/TraceHeader.css.js.map +0 -1
  2493. package/components/ParameterCharts/components/TraceHeader.js.map +0 -1
  2494. package/components/ParameterCharts/components/TraceSelect.js.map +0 -1
  2495. package/components/ParameterCharts/components/TraceSettings.css.js.map +0 -1
  2496. package/components/ParameterCharts/components/TraceSettings.js.map +0 -1
  2497. package/components/ParameterCharts/components/Track.css.js.map +0 -1
  2498. package/components/ParameterCharts/components/Track.js.map +0 -1
  2499. package/components/ParameterCharts/components/TrackSettings.css.js.map +0 -1
  2500. package/components/ParameterCharts/components/TrackSettings.js.map +0 -1
  2501. package/components/ParameterCharts/constants.js.map +0 -1
  2502. package/components/ParameterCharts/utils/dataParser.js.map +0 -1
  2503. package/components/PinnableFilters/PinnableFilters.css.js.map +0 -1
  2504. package/components/PinnableFilters/PinnableFilters.js.map +0 -1
  2505. package/components/PinnableFilters/components/FiltersToggler.js.map +0 -1
  2506. package/components/PinnableFilters/components/PinAppSwitch.js.map +0 -1
  2507. package/components/PinnableFilters/constants.js.map +0 -1
  2508. package/components/PinnableFilters/effects/index.js.map +0 -1
  2509. package/components/PinnableFilters/utils.js.map +0 -1
  2510. package/components/Popover/Popover.js.map +0 -1
  2511. package/components/Popper/Popper.js.map +0 -1
  2512. package/components/PostInput/PostInput.css.js.map +0 -1
  2513. package/components/PostInput/PostInput.js.map +0 -1
  2514. package/components/PostPreviewDialog/index.js.map +0 -1
  2515. package/components/PostPreviewDialog/styles.css.js.map +0 -1
  2516. package/components/PriceInput/FormattedNumber.js.map +0 -1
  2517. package/components/PriceInput/PriceInput.js.map +0 -1
  2518. package/components/RangeSlider/Input.css.js.map +0 -1
  2519. package/components/RangeSlider/RangeSlider.css.js.map +0 -1
  2520. package/components/RangeSlider/RangeSlider.js.map +0 -1
  2521. package/components/RangeSlider/constants.js.map +0 -1
  2522. package/components/RangeSlider/inputs/FromInput.js.map +0 -1
  2523. package/components/RangeSlider/inputs/ToInput.js.map +0 -1
  2524. package/components/RangeSlider/strategies/horizontal.js.map +0 -1
  2525. package/components/RangeSlider/strategies/vertical.js.map +0 -1
  2526. package/components/RangeSlider/utils.js.map +0 -1
  2527. package/components/RealTimeValuesSidebar/RealTimeSidebar.js.map +0 -1
  2528. package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js.map +0 -1
  2529. package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js.map +0 -1
  2530. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js.map +0 -1
  2531. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js.map +0 -1
  2532. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js.map +0 -1
  2533. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js.map +0 -1
  2534. package/components/RealTimeValuesSidebar/SidebarFooter.js.map +0 -1
  2535. package/components/RealTimeValuesSidebar/SidebarTitle.js.map +0 -1
  2536. package/components/RealTimeValuesSidebar/enums.js.map +0 -1
  2537. package/components/ResizableTable/ResizableTable.js.map +0 -1
  2538. package/components/ResizableTable/ResizableTableCell.js.map +0 -1
  2539. package/components/ResizableTable/ResizableTableHeaderCell.js.map +0 -1
  2540. package/components/Search/Search.js.map +0 -1
  2541. package/components/Search/components/Groups.js.map +0 -1
  2542. package/components/Search/components/InputAdornmentLeft.js.map +0 -1
  2543. package/components/Search/components/Listbox.js.map +0 -1
  2544. package/components/Search/components/Paper.js.map +0 -1
  2545. package/components/Search/components/RecentSearches.js.map +0 -1
  2546. package/components/Search/context/index.js.map +0 -1
  2547. package/components/Search/styles.js.map +0 -1
  2548. package/components/Search/utils/truncate.js.map +0 -1
  2549. package/components/SearchInput/index.js.map +0 -1
  2550. package/components/Select/SelectFilterBy.js.map +0 -1
  2551. package/components/Select/index.js.map +0 -1
  2552. package/components/SettingEditors/ColorEditor/index.js.map +0 -1
  2553. package/components/SettingEditors/ColorEditor/style.css.js.map +0 -1
  2554. package/components/SettingEditors/DropdownEditor/index.js.map +0 -1
  2555. package/components/SettingEditors/RadioEditor/index.js.map +0 -1
  2556. package/components/SlateFormattedText/Constants.js.map +0 -1
  2557. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js.map +0 -1
  2558. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js.map +0 -1
  2559. package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js.map +0 -1
  2560. package/components/SlateFormattedText/Elements/VideoElement/style.css.js.map +0 -1
  2561. package/components/SlateFormattedText/RenderElements.js.map +0 -1
  2562. package/components/SlateFormattedText/SlateFormattedText.js.map +0 -1
  2563. package/components/SlateFormattedText/style.css.js.map +0 -1
  2564. package/components/SlateFormattedText/utils.js.map +0 -1
  2565. package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js.map +0 -1
  2566. package/components/StageDesignVActual/ComparisonBar/utils.js.map +0 -1
  2567. package/components/StageDesignVActual/ComparisonHeader.js.map +0 -1
  2568. package/components/StageDesignVActual/ComparisonRow.js.map +0 -1
  2569. package/components/StageDesignVActual/ComparisonTable.css.js.map +0 -1
  2570. package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js.map +0 -1
  2571. package/components/StageDesignVActual/ElementsComparison/utils.js.map +0 -1
  2572. package/components/StatusBadge/api.js.map +0 -1
  2573. package/components/StatusBadge/components/DQAccordionDetailsContent.js.map +0 -1
  2574. package/components/StatusBadge/components/DQAlertTooltip.js.map +0 -1
  2575. package/components/StatusBadge/components/DQAlertsTooltip.js.map +0 -1
  2576. package/components/StatusBadge/components/DQStatusIcon.js.map +0 -1
  2577. package/components/StatusBadge/components/DQUnvalidatedContent.js.map +0 -1
  2578. package/components/StatusBadge/components/ReportIssueModal.js.map +0 -1
  2579. package/components/StatusBadge/constants.js.map +0 -1
  2580. package/components/StatusBadge/index.js.map +0 -1
  2581. package/components/StatusBadge/styles.js.map +0 -1
  2582. package/components/StatusBadge/utils.js.map +0 -1
  2583. package/components/Stepper/Step.css.js.map +0 -1
  2584. package/components/Stepper/Step.js.map +0 -1
  2585. package/components/Stepper/Stepper.js.map +0 -1
  2586. package/components/Stepper/StepsWrapper.css.js.map +0 -1
  2587. package/components/Stepper/StepsWrapper.js.map +0 -1
  2588. package/components/Stepper/constants.js.map +0 -1
  2589. package/components/StyledMenuItem/index.js.map +0 -1
  2590. package/components/SwitchControl/index.js.map +0 -1
  2591. package/components/SwitchControl/style.css.js.map +0 -1
  2592. package/components/Table/TableCell/TableCell.js.map +0 -1
  2593. package/components/Table/TableContainer/TableContainer.js.map +0 -1
  2594. package/components/Table/TableSortLabel/TableSortLabel.js.map +0 -1
  2595. package/components/Table/TableToolbar/TableToolbar.js.map +0 -1
  2596. package/components/Tabs/Tab.js.map +0 -1
  2597. package/components/Tabs/Tabs.js.map +0 -1
  2598. package/components/Template/TemplatePopover/Styles.js.map +0 -1
  2599. package/components/Template/TemplatePopover/index.js.map +0 -1
  2600. package/components/Template/TemplateSharingDialog/ChipSelector.css.js.map +0 -1
  2601. package/components/Template/TemplateSharingDialog/ChipSelector.js.map +0 -1
  2602. package/components/Template/TemplateSharingDialog/UsersChipSelector.js.map +0 -1
  2603. package/components/Template/TemplateSharingDialog/index.js.map +0 -1
  2604. package/components/TextField/effects/index.js.map +0 -1
  2605. package/components/TextField/index.js.map +0 -1
  2606. package/components/TextLink/index.js.map +0 -1
  2607. package/components/Toaster/ToastContainer.js.map +0 -1
  2608. package/components/Toaster/Toaster.js.map +0 -1
  2609. package/components/Tooltip/MuiTooltipDcWrapper.js.map +0 -1
  2610. package/components/Tooltip/ScrollableTooltip.js.map +0 -1
  2611. package/components/Tooltip/Tooltip.js.map +0 -1
  2612. package/components/TracesEditModal/TracesEditModal.css.js.map +0 -1
  2613. package/components/TracesEditModal/TracesEditModal.js.map +0 -1
  2614. package/components/TracesEditModal/TracesEditModalContainer.js.map +0 -1
  2615. package/components/TruncatedText/index.js.map +0 -1
  2616. package/components/Typography.js.map +0 -1
  2617. package/components/UserCard/index.js.map +0 -1
  2618. package/components/UserCard/style.css.js.map +0 -1
  2619. package/components/UserCardPopover.js.map +0 -1
  2620. package/components/UserMention/constants.js.map +0 -1
  2621. package/components/UserMention/index.js.map +0 -1
  2622. package/components/UserMention/style.css.js.map +0 -1
  2623. package/components/UserMention/utils/index.js.map +0 -1
  2624. package/components/VirtualizedTable/CustomizeColumnsDialog.js.map +0 -1
  2625. package/components/VirtualizedTable/DraggableList.js.map +0 -1
  2626. package/components/VirtualizedTable/VirtualizedTable.js.map +0 -1
  2627. package/components/VirtualizedTable/index.js.map +0 -1
  2628. package/components/WellSummary/ActivitySummaryChart.js.map +0 -1
  2629. package/components/WellSummary/FracWirelineTimeChart.js.map +0 -1
  2630. package/components/WellSummary/WellSummaryItemLabel.js.map +0 -1
  2631. package/components/WellSummary/WellSummaryItemTitle.js.map +0 -1
  2632. package/components/WellSummary/WellSummaryItemValue.js.map +0 -1
  2633. package/components/WellSummary/effects/useWellSummaryData.js.map +0 -1
  2634. package/components/WellSummary/index.js.map +0 -1
  2635. package/components/WellSummary/utils.js.map +0 -1
  2636. package/components/index.js.map +0 -1
  2637. package/components/shared/useThrottledCallback.js.map +0 -1
  2638. package/config/extendNative.js.map +0 -1
  2639. package/config/highcharts/highcharts-contour.js.map +0 -1
  2640. package/config/highcharts/highcharts.js.map +0 -1
  2641. package/config/index.js.map +0 -1
  2642. package/config/initGlobalDependencies.js.map +0 -1
  2643. package/config/mapbox/index.js.map +0 -1
  2644. package/config/theme/accordionOverrides.js.map +0 -1
  2645. package/config/theme/buttonOverrides.js.map +0 -1
  2646. package/config/theme/checkboxOverrides.js.map +0 -1
  2647. package/config/theme/chipOverrides.js.map +0 -1
  2648. package/config/theme/dateTimePickerThemeOverrides.js.map +0 -1
  2649. package/config/theme/fabOverrides.js.map +0 -1
  2650. package/config/theme/formControlLabelOverrides.js.map +0 -1
  2651. package/config/theme/formGroupOverrides.js.map +0 -1
  2652. package/config/theme/index.js.map +0 -1
  2653. package/config/theme/lightThemePalette.mjs.js.map +0 -1
  2654. package/config/theme/palette.mjs.js.map +0 -1
  2655. package/config/theme/radioOverrides.js.map +0 -1
  2656. package/config/theme/tableOverrides.js.map +0 -1
  2657. package/config/theme/textFieldOverrides.js.map +0 -1
  2658. package/config/theme/themeVariables.mjs.js.map +0 -1
  2659. package/config/theme/toggleButtonsGroupOverrides.js.map +0 -1
  2660. package/config/theme/tooltipOverrides.js.map +0 -1
  2661. package/constants/accuracy.js.map +0 -1
  2662. package/constants/alerts.js.map +0 -1
  2663. package/constants/appPackages.js.map +0 -1
  2664. package/constants/apps.js.map +0 -1
  2665. package/constants/assetTypes.js.map +0 -1
  2666. package/constants/bha.js.map +0 -1
  2667. package/constants/casing.js.map +0 -1
  2668. package/constants/completion.js.map +0 -1
  2669. package/constants/componentsSettings.js.map +0 -1
  2670. package/constants/corvaCompanyId.js.map +0 -1
  2671. package/constants/dateTimeFormat.js.map +0 -1
  2672. package/constants/devcenter.js.map +0 -1
  2673. package/constants/drillstring.js.map +0 -1
  2674. package/constants/feed.js.map +0 -1
  2675. package/constants/goals.js.map +0 -1
  2676. package/constants/index.js.map +0 -1
  2677. package/constants/localStorageKeys.js.map +0 -1
  2678. package/constants/notifications.js.map +0 -1
  2679. package/constants/rigActivity.js.map +0 -1
  2680. package/constants/segment.js.map +0 -1
  2681. package/constants/sizes.js.map +0 -1
  2682. package/constants/subscriptions.js.map +0 -1
  2683. package/constants/theme.js.map +0 -1
  2684. package/constants/wellSummary.js.map +0 -1
  2685. package/effects/index.js.map +0 -1
  2686. package/effects/useDelayedDcFullscreenElemOpen.js.map +0 -1
  2687. package/effects/useDevCenterApp.js.map +0 -1
  2688. package/effects/useEscPress.js.map +0 -1
  2689. package/effects/useMatchAppContainerSize.js.map +0 -1
  2690. package/effects/useOutsideClick.js.map +0 -1
  2691. package/effects/useResizeObserver.js.map +0 -1
  2692. package/effects/useSharedDCStore.js.map +0 -1
  2693. package/effects/useSignedURL.js.map +0 -1
  2694. package/effects/useSubscriptions.js.map +0 -1
  2695. package/effects/useWellnessAlerts.js.map +0 -1
  2696. package/ext-esm/@material-ui/icons/esm/ExpandLess.js.map +0 -1
  2697. package/ext-esm/@material-ui/icons/esm/ExpandMore.js.map +0 -1
  2698. package/ext-esm/@material-ui/icons/esm/Map.js.map +0 -1
  2699. package/ext-esm/@material-ui/icons/esm/UnfoldLess.js.map +0 -1
  2700. package/ext-esm/@material-ui/icons/esm/UnfoldMore.js.map +0 -1
  2701. package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js.map +0 -1
  2702. package/ext-esm/style-inject/dist/style-inject.es.js.map +0 -1
  2703. package/hocs/index.js.map +0 -1
  2704. package/hocs/withMUIProvidersHOC.js.map +0 -1
  2705. package/index.js.map +0 -1
  2706. package/permissions/PermissionsContext.js.map +0 -1
  2707. package/permissions/ProvidePermissions.js.map +0 -1
  2708. package/permissions/constants/abilities.js.map +0 -1
  2709. package/permissions/constants/appsPermissions.js.map +0 -1
  2710. package/permissions/constants/index.js.map +0 -1
  2711. package/permissions/constants/settingsApps.js.map +0 -1
  2712. package/permissions/index.js.map +0 -1
  2713. package/permissions/usePermissions.js.map +0 -1
  2714. package/permissions/useProvidePermissions.js.map +0 -1
  2715. package/permissions/utils.js.map +0 -1
  2716. package/permissions/withPermissionsHOC.js.map +0 -1
  2717. package/styles/counter/counter.module.scss.js.map +0 -1
  2718. package/styles/counter/index.js.map +0 -1
  2719. package/styles/customScrollbars.global.css.js.map +0 -1
  2720. package/styles/emojiMart.global.css.js.map +0 -1
  2721. package/styles/generatedThemesVariables.global.css.js.map +0 -1
  2722. package/styles/globalStyles.js.map +0 -1
  2723. package/styles/index.global.css.js.map +0 -1
  2724. package/styles/index.js.map +0 -1
  2725. package/styles/lightbox.global.css.js.map +0 -1
  2726. package/styles/mapbox.global.css.js.map +0 -1
  2727. package/styles/reactVirtualized.global.css.js.map +0 -1
  2728. package/styles/typography/colors.module.scss.js.map +0 -1
  2729. package/styles/typography/index.js.map +0 -1
  2730. package/styles/typography/typography.module.scss.js.map +0 -1
  2731. package/utils/DrillstringUtils.js.map +0 -1
  2732. package/utils/FluidCheckUtils.js.map +0 -1
  2733. package/utils/StageDesignVActualUtils.js.map +0 -1
  2734. package/utils/accuracy.js.map +0 -1
  2735. package/utils/alerts.js.map +0 -1
  2736. package/utils/apps.js.map +0 -1
  2737. package/utils/audio.js.map +0 -1
  2738. package/utils/bha.js.map +0 -1
  2739. package/utils/casing/conversion.js.map +0 -1
  2740. package/utils/casing/index.js.map +0 -1
  2741. package/utils/casing/validation.js.map +0 -1
  2742. package/utils/chartSeries.js.map +0 -1
  2743. package/utils/completion.js.map +0 -1
  2744. package/utils/components.js.map +0 -1
  2745. package/utils/constants/units.js.map +0 -1
  2746. package/utils/convert.js.map +0 -1
  2747. package/utils/convertKeys.js.map +0 -1
  2748. package/utils/csvExport.js.map +0 -1
  2749. package/utils/dashboardReports.js.map +0 -1
  2750. package/utils/delay.js.map +0 -1
  2751. package/utils/devcenter.js.map +0 -1
  2752. package/utils/devcenterToasts.js.map +0 -1
  2753. package/utils/drillstring/conversion.js.map +0 -1
  2754. package/utils/drillstring/index.js.map +0 -1
  2755. package/utils/drillstring/schematic.js.map +0 -1
  2756. package/utils/drillstring/validation.js.map +0 -1
  2757. package/utils/env.js.map +0 -1
  2758. package/utils/feed.js.map +0 -1
  2759. package/utils/fileExtension.js.map +0 -1
  2760. package/utils/formatting.js.map +0 -1
  2761. package/utils/ga.js.map +0 -1
  2762. package/utils/goals.js.map +0 -1
  2763. package/utils/index.js.map +0 -1
  2764. package/utils/jsonaDataFormatter.js.map +0 -1
  2765. package/utils/lasParser.js.map +0 -1
  2766. package/utils/localStorage.js.map +0 -1
  2767. package/utils/main.js.map +0 -1
  2768. package/utils/mapUnits.js.map +0 -1
  2769. package/utils/mapbox.js.map +0 -1
  2770. package/utils/metrics/index.js.map +0 -1
  2771. package/utils/metrics/metricsConfig.js.map +0 -1
  2772. package/utils/metrics/utils.js.map +0 -1
  2773. package/utils/mobileDetect.js.map +0 -1
  2774. package/utils/nativeMessages.js.map +0 -1
  2775. package/utils/notificationToasts.js.map +0 -1
  2776. package/utils/notifications.js.map +0 -1
  2777. package/utils/permissions.js.map +0 -1
  2778. package/utils/reports.js.map +0 -1
  2779. package/utils/resolveWellHubSlug.js.map +0 -1
  2780. package/utils/sharedDCStore.js.map +0 -1
  2781. package/utils/themeVariables.js.map +0 -1
  2782. package/utils/time.js.map +0 -1
  2783. package/utils/torqueAndHookloadUtils.js.map +0 -1
@@ -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 y=b(e),f=b(t),g=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){f.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 q=s.makeStyles((function(e){return{attachmentLable:{fontSize:"12px",color:e.palette.primary.text6}}})),A=function(e){var t=e.feedItem,r=t.id,i=t.well,b=t.rig,y=t.app,f=t.package,h=t.company_id,A=t.context.app_annotation,x=A.body,v=A.app_category,w=A.app_key,O=A.created_at,R=A.settings,D=void 0===R?{}:R,_=A.attachment,E=A.data_timestamp,S=t.mentioned_users,C=e.appContext,F=e.appRegistry,P=e.subscribeAppForAsset,I=e.unsubscribeAppFromAsset,N=e.currentUser,T=e.appData,L=e.isSubDataLoading,k=e.getSubErrors,U=e.isSubDataEmpty,M=q(),z=!!y,B=z&&"dev_center"===y.platform;if(!z||B&&!f)return m.jsx(s.Typography,{variant:"body2",children:"App not found"});var K=d.normalizeAssetForApp(i||b,h),G=g.default(E||O).unix();return[K,v,w,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(x,S,n.isNativeDetected)}),m.jsx("br",{}),f&&f.url?m.jsx(p,{appContainerClassName:l.appAnnotationFeedItemApp,appId:r,assetId:K.id,asset:K,app:{app:j(j({},y),{},{settings:D}),package:f},coordinates:{},timestamp:G,time:E,currentUser:N}):m.jsx(o,{appContainerClassName:l.appAnnotationFeedItemApp,appId:r,assetId:K.id,asset:a.Map(K),appComponentKey:w,appComponentCategory:v,requiresSubscription:!0,appContext:a.Map(C),assetDashboards:a.List(),timestamp:G,time:E,onSettingChange:function(){},settings:D,internalSelectors:{isSubDataLoading:L,getSubErrors:k,isSubDataEmpty:U},appRegistry:F,appData:T,subscribeAppForAsset:P,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"})};A.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"!==y.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"!==y.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},module.exports=A;
@@ -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;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/classCallCheck"),r=require("@babel/runtime/helpers/createClass"),i=require("@babel/runtime/helpers/assertThisInitialized"),l=require("@babel/runtime/helpers/inherits"),a=require("@babel/runtime/helpers/possibleConstructorReturn"),n=require("@babel/runtime/helpers/getPrototypeOf"),o=require("@babel/runtime/helpers/defineProperty"),s=require("@babel/runtime/regenerator"),u=require("react"),d=require("prop-types"),p=require("react-s3-uploader/s3upload"),c=require("@material-ui/core/CircularProgress"),f=require("@material-ui/icons/PhotoCamera"),h=require("./PostPreviewDialog/index.js"),b=require("./Icons/AttachIcon.js"),g=require("./IconButton/index.js"),F=require("../clients/jsonApi/index.js"),m=require("../utils/mobileDetect.js"),v=require("react/jsx-runtime");function U(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var P=U(e),y=U(t),S=U(r),j=U(i),q=U(l),w=U(a),O=U(n),D=U(o),x=U(s),C=U(d),I=U(p),R=U(c),E=U(f);function N(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 k(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){D.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}function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,i=O.default(e);if(t){var l=O.default(this).constructor;r=Reflect.construct(i,arguments,l)}else r=i.apply(this,arguments);return w.default(this,r)}}var T=function(e){q.default(r,e);var t=z(r);function r(e){var i,l;return y.default(this,r),i=t.call(this,e),D.default(j.default(i),"onFinish",P.default(x.default.mark((function e(){var t;return x.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,F.getS3DownloadLink(i.state.s3FileName);case 2:t=e.sent,i.setState({currentUpload:null,uploadingFileToS3:!1,openFileUploadPreviewDialog:i.props.openPreviewDialogOnUpload,s3FileUrl:t.url},(function(){i.props.onFinish&&i.props.onFinish(i.state.s3FileUrl,i.state.s3FileName,i.state.s3FileSize)}));case 4:case"end":return e.stop()}}),e)})))),D.default(j.default(i),"onError",(function(e){i.props.onError&&i.props.onError(e),console.error(e)})),D.default(j.default(i),"getSignedUrl",(l=P.default(x.default.mark((function e(t,r){var l;return x.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,F.getS3SignedUrl(t.name,t.type);case 3:l=e.sent,e.next=10;break;case 6:return e.prev=6,e.t0=e.catch(0),i.setState({uploadingFileToS3:null,currentUpload:null},(function(){i.onError(e.t0.message)})),e.abrupt("return");case 10:i.setState({s3FileUrl:l.signed_url,s3FileName:l.file_name,s3FileSize:t.size}),r(k(k({},l),{},{signedUrl:l.signed_url}));case 12:case"end":return e.stop()}}),e,null,[[0,6]])}))),function(e,t){return l.apply(this,arguments)})),D.default(j.default(i),"preprocess",(function(e,t){t(e)})),D.default(j.default(i),"uploadFile",(function(e){if(e.target.files[0]){i.clearUpload();var t=new I.default({fileElement:i.fileInput.current,getSignedUrl:i.getSignedUrl,preprocess:i.preprocess,onProgress:function(){},onFinishS3Put:i.onFinish,onError:i.onError});i.setState({uploadingFileToS3:!0,currentUpload:{uploader:t}})}})),D.default(j.default(i),"handleCloseFileUploadPreviewDialog",(function(){i.setState({openFileUploadPreviewDialog:!1})})),D.default(j.default(i),"handleShare",(function(e,t,r){i.setState({openFileUploadPreviewDialog:!1},(function(){i.props.handleShare&&i.props.handleShare(e,t,r)}))})),i.state={currentUpload:null,s3FileUrl:null,s3FileName:null,s3FileSize:null,uploadingFileToS3:!1,openFileUploadPreviewDialog:!1},i.fileInput=u.createRef(),i}return S.default(r,[{key:"clearUpload",value:function(){var e=this.state.currentUpload;e&&e.uploader&&e.uploader.abortUpload()}},{key:"renderUploadButton",value:function(){var e=m.isNativeDetected?E.default:b;return v.jsxs("label",{htmlFor:this.props.inputId,children:[v.jsx("input",{ref:this.fileInput,id:this.props.inputId,type:"file",disabled:this.props.disabled,onChange:this.uploadFile,style:{display:"none"}}),v.jsx(g,{"data-testid":"".concat("fileUpload","_attachFileButton"),"aria-label":"File Upload",disabled:this.props.disabled,component:this.props.disabled?"button":"span",className:this.props.fileUploadIconClassName,disableRipple:this.props.disableRipple,tooltipProps:this.props.tooltipProps,children:v.jsx(e,{})})]})}},{key:"render",value:function(){return v.jsxs(v.Fragment,{children:[this.state.uploadingFileToS3?v.jsx(R.default,{"data-testid":"generic_uploadProgress",size:18}):this.renderUploadButton(),this.state.openFileUploadPreviewDialog&&v.jsx(h,{open:this.state.openFileUploadPreviewDialog,fileUrl:this.state.s3FileUrl,fileName:this.state.s3FileName,fileSize:this.state.s3FileSize,handleShare:this.handleShare,handleClose:this.handleCloseFileUploadPreviewDialog,additionalFields:this.props.additionalFields,requiredFields:this.props.requiredFields,message:this.props.message})]})}}]),r}(u.PureComponent);T.propTypes={additionalFields:C.default.arrayOf(C.default.node),classes:C.default.shape({}).isRequired,tooltipProps:C.default.shape({}),disableRipple:C.default.bool,disabled:C.default.bool,fileUploadIconClassName:C.default.string,handleShare:C.default.func,inputId:C.default.string,message:C.default.string,onError:C.default.func,onFinish:C.default.func,openPreviewDialogOnUpload:C.default.bool,requiredFields:C.default.arrayOf(C.default.string)},T.defaultProps={additionalFields:[],disableRipple:!1,disabled:!1,fileUploadIconClassName:void 0,handleShare:void 0,inputId:"icon-button-file",message:void 0,onError:void 0,onFinish:void 0,openPreviewDialogOnUpload:!0,requiredFields:[],tooltipProps:{title:"Attach File"}},module.exports=T;
@@ -0,0 +1 @@
1
+ "use strict";var e=require('./../../ext-esm/tslib/tslib.es6.js'),s=require("react/jsx-runtime"),n=require("react"),a=require("prop-types"),r=require("classnames"),t=require("@material-ui/core"),o=require("@material-ui/icons"),i=require("../IconButton/index.js"),l=require("../Button/index.js"),c=require("./Icons/IconWarning.js"),d=require("./Icons/IconSuccess.js"),u=require("./Icons/IconRefresh.js"),f=require("./Icons/FileIcon.js"),m=require("./Icons/UploadIcon.js"),g=require("./useStyles.js");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var _=p(a),h=p(r);function j(a){var r,p,_,j,x,v,y,z=a.size,N=a.unit,S=a.name,B=a.customUnitName,I=a.sizeBytes,q=a.handleCancel,w=a.onReload,C=a.onDelete,b=a.loadedBytes,T=a.error,L=a.errorText,E=a.formatError,M=a.importButtonType,P=a.isLoadingAnimation,k=a.showActions,A=g.useStyles(),U=n.useState({}),F=U[0],R=U[1],D=n.useState(0),O=D[0],W=D[1],K=n.useState(!0),G=K[0],H=K[1],J="large"===z;n.useEffect((function(){R(function(e,s,n){return"time"===s?{downloaded:0,unit:"min",convertedSize:e}:"custom"===s?{downloaded:0,unit:n,convertedSize:e}:e>=Math.pow(10,6)?{downloaded:0,unit:"MB",convertedSize:Math.floor(e/Math.pow(10,5))/10}:e>=Math.pow(10,3)?{downloaded:0,unit:"KB",convertedSize:Math.floor(e/Math.pow(10,2))/10}:{downloaded:0,unit:"B",convertedSize:Math.floor(10*e)/10}}(I,N,B))}),[I,N]),n.useEffect((function(){if(b&&I){var s=Math.round(b/I*100);R((function(n){return e.__assign(e.__assign({},n),{downloaded:Math.floor(n.convertedSize*s/10)/10})})),W(s)}}),[b,I]),n.useEffect((function(){var e;return C&&O>=100&&(H(!0),e=setTimeout((function(){H(!1)}),5e3)),function(){return e&&clearTimeout(e)}}),[O]),n.useEffect((function(){T&&(W(0),R((function(s){return e.__assign(e.__assign({},s),{downloaded:0})})))}),[T]);var Q=n.useMemo((function(){var e,s;return[h.default(A.iconButton,((e={})[A.iconButtonLarge]=J,e)),h.default(A.actionIcon,((s={})[A.actionIconLarge]=J,s))]}),[J]),V=Q[0],X=Q[1];return s.jsxs("div",e.__assign({className:A.fileStateWrapper},{children:[s.jsx("div",e.__assign({className:A.fileIconContainer},{children:s.jsx(f,{name:S,style:{fontSize:J?48:32}})})),s.jsxs("div",e.__assign({className:A.fileState},{children:[s.jsxs("div",e.__assign({className:A.fileStateProgress},{children:[s.jsx("div",e.__assign({className:A.fileNameWrapper},{children:s.jsx(t.Typography,e.__assign({className:h.default(A.fileName,(r={},r[A.fileNameLarge]=J,r))},{children:S.length>7?s.jsxs(s.Fragment,{children:[s.jsx("span",e.__assign({className:A.firstPart},{children:S.slice(0,S.length-7)})),s.jsx("span",{children:S.slice(-7)})]}):S}))})),!P&&s.jsx(t.LinearProgress,{className:A.progressBar,variant:"determinate",value:O,classes:{colorPrimary:h.default(A.progressBackground,(p={},p[A.progressBarError]=T,p)),barColorPrimary:h.default(A.progressBarColor,(_={},_[A.progressBarError]=T,_))}}),s.jsxs("div",e.__assign({className:A.loaderProgressContainer},{children:[!P&&s.jsx(t.Typography,e.__assign({className:h.default(A.fileSize,(j={},j[A.fileSizeLarge]=J,j)),component:"span"},{children:"".concat(F.downloaded," of ").concat(F.convertedSize," ").concat(F.unit)})),s.jsxs("div",e.__assign({className:h.default(A.progressStatus,(x={},x[A.fileSizeLarge]=J,x))},{children:[T&&s.jsxs(t.Typography,e.__assign({component:"div",className:A.errorContainer},{children:[s.jsx(c,{size:z}),s.jsx(t.Typography,e.__assign({component:"span",className:h.default(A.errorText,(v={},v[A.fileSizeLarge]=J,v))},{children:E?"Upload Error. Unacceptable file format.":"Upload Error".concat(L&&". ".concat(L))}))]})),!T&&!P&&"".concat(O," %")]}))]}))]})),k&&s.jsxs("div",e.__assign({className:A.fileActions},{children:[O<100&&!T&&s.jsx(s.Fragment,{children:P?s.jsx("div",{className:h.default(A.loadingIcon,(y={},y[A.loadingLargeIcon]=J,y)),style:{backgroundImage:"url(".concat("/static/media/c7e056a4353978b8b0393473f0d750ae.svg",")")}}):s.jsx(i,e.__assign({tooltipProps:{title:"Cancel"},className:V,onClick:function(){q(S),W(0),R((function(s){return e.__assign(e.__assign({},s),{downloaded:0})}))}},{children:s.jsx(o.Close,{classes:{root:X}})}))}),100===O&&!T&&(!G&&C?s.jsx(i,e.__assign({variant:"contained",tooltipProps:{title:"Delete"},className:V,onClick:C},{children:s.jsx(o.Delete,{classes:{root:X}})})):s.jsx(d,{size:z,style:{marginLeft:12}})),w&&T&&s.jsx(s.Fragment,{children:E?s.jsx(s.Fragment,{children:"default"===M?s.jsx(l,e.__assign({size:J?"medium":"small",variation:"primary",startIcon:s.jsx(m,{}),onClick:w},{children:"Import"})):s.jsx(i,e.__assign({tooltipProps:{title:"Import File"},className:V,onClick:w},{children:s.jsx(m,{style:{fontSize:J?24:16}})}))}):s.jsx(i,e.__assign({tooltipProps:{title:"Reload"},className:V,onClick:w},{children:s.jsx(u,{style:{fontSize:J?24:16}})}))})]}))]}))]}))}var x={size:_.default.oneOf(["small","large"]),unit:_.default.oneOf(["size","time","custom"]),customUnitName:_.default.string,onDelete:_.default.func,onReload:_.default.func,handleCancel:_.default.func,name:_.default.string,sizeBytes:_.default.number,error:_.default.bool,errorText:_.default.string,formatError:_.default.bool,importButtonType:_.default.oneOf(["default","icon"]),loadedBytes:_.default.number.isRequired,isLoadingAnimation:_.default.bool,showActions:_.default.bool};j.propTypes=x,j.defaultProps={size:"small",unit:"size",onDelete:null,onReload:null,name:"",customUnitName:"",sizeBytes:1,error:null,errorText:"",formatError:!1,importButtonType:"default",handleCancel:null,isLoadingAnimation:!1,showActions:!0},module.exports=j;
@@ -0,0 +1 @@
1
+ "use strict";var C=require("@babel/runtime/helpers/defineProperty"),e=require("@material-ui/core"),t=require("react/jsx-runtime");function r(C){return C&&"object"==typeof C&&"default"in C?C:{default:C}}var n=r(C);function i(C,e){var t=Object.keys(C);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(C);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(C,e).enumerable}))),t.push.apply(t,r)}return t}function o(C){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){n.default(C,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(C,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(C,e,Object.getOwnPropertyDescriptor(t,e))}))}return C}module.exports=function(C){return t.jsxs(e.SvgIcon,o(o({},C),{},{viewBox:"0 0 24 24",children:[t.jsx("path",{d:"M23.52 2.1H13.98V0.54V0.48C13.98 0.48 13.98 0.48 13.98 0.42V0.36L13.92 0.3C13.8 0.12 13.74 0.06 13.62 0C13.56 0 13.56 0 13.5 0H13.44C13.44 0 13.44 0 13.38 0L0.42 2.1C0.18 2.16 0 2.34 0 2.58V3.6V20.28V21.3C0 21.54 0.18 21.78 0.42 21.84L13.44 24C13.44 24 13.44 24 13.5 24H13.56C13.62 24 13.62 24 13.68 24C13.8 24 13.86 23.88 13.98 23.82L14.04 23.76V23.7C14.04 23.7 14.04 23.7 14.04 23.64V23.58V22.02H23.52C23.82 22.02 24 21.78 24 21.48V2.58C24 2.34 23.76 2.1 23.52 2.1ZM16.5 3.12V5.7H14.04V3.12H16.5ZM13.98 14.4H16.44V17.16H13.98V14.4ZM13.98 13.38V10.62H16.44V13.38H13.98ZM13.98 9.54V6.78H16.44V9.54H13.98ZM13.98 18.24H16.44V20.88H13.98V18.24ZM22.98 20.88H17.52V18.24H19.8C20.1 18.24 20.28 18 20.28 17.7C20.28 17.4 20.04 17.16 19.8 17.16H17.52V14.4H19.8C20.1 14.4 20.28 14.16 20.28 13.86C20.28 13.56 20.04 13.32 19.8 13.32H17.52V10.56H19.8C20.1 10.56 20.28 10.32 20.28 10.02C20.28 9.72 20.04 9.48 19.8 9.48H17.52V6.72H19.8C20.1 6.72 20.28 6.48 20.28 6.18C20.28 5.88 20.04 5.64 19.8 5.64H17.52V3.12H22.98V20.88Z",fill:"#75DB29"}),t.jsx("path",{d:"M6.0408 15.866C5.90212 15.999 5.78379 16.1534 5.68995 16.3238C5.60956 16.4724 5.5662 16.6396 5.56386 16.8102C5.55648 17.1066 5.63889 17.3978 5.79934 17.6424C5.95979 17.8869 6.19009 18.0724 6.45743 18.1723C6.63227 18.2425 6.8183 18.2775 7.00563 18.2753C7.19292 18.277 7.37885 18.242 7.55383 18.1723C7.72236 18.1098 7.87711 18.0125 8.00884 17.8862C8.14235 17.7544 8.2503 17.597 8.3268 17.4226C8.40494 17.2253 8.4387 17.0119 8.42547 16.7988C8.42714 16.6126 8.38775 16.4286 8.31035 16.2609C8.23255 16.0925 8.11802 15.9455 7.97595 15.8316L8.83114 15.0018C8.95447 15.1293 9.05805 15.276 9.13813 15.4368C9.22444 15.5925 9.29429 15.7575 9.34645 15.9289C9.39827 16.0834 9.4368 16.2423 9.46157 16.4039C9.4831 16.5345 9.49593 16.6664 9.49995 16.7988C9.50186 17.1603 9.44055 17.5191 9.31904 17.8575C9.20611 18.1766 9.03271 18.4685 8.80921 18.716C8.58801 18.9631 8.31889 19.1582 8.0198 19.2883C7.6964 19.4341 7.34691 19.5063 6.99467 19.5C6.64065 19.5062 6.28939 19.4341 5.96405 19.2883C5.66643 19.1554 5.39784 18.9607 5.17464 18.716C4.951 18.4697 4.7792 18.1773 4.67029 17.8575C4.55252 17.5183 4.49493 17.1596 4.50035 16.7988C4.50334 16.47 4.56276 16.1443 4.67577 15.8374C4.79108 15.515 4.97912 15.2264 5.22398 14.9961L6.0408 15.866Z",fill:"white"}),t.jsx("path",{d:"M5.9311 11.0758C5.77738 11.1828 5.65205 11.3286 5.56676 11.4997C5.48146 11.6707 5.43896 11.8616 5.4432 12.0544C5.44363 12.2245 5.48511 12.3918 5.56381 12.5408C5.59756 12.6162 5.65212 12.6794 5.72049 12.7222C5.78886 12.7651 5.86793 12.7856 5.94755 12.7812C6.01358 12.7843 6.07902 12.767 6.13561 12.7313C6.1922 12.6957 6.2374 12.6433 6.26551 12.5809C6.34457 12.4242 6.40179 12.2566 6.43545 12.083C6.48479 11.8827 6.53413 11.6652 6.58346 11.4363C6.63097 11.2114 6.70653 10.994 6.80823 10.7896C6.91084 10.5923 7.05521 10.422 7.23034 10.2917C7.44982 10.1481 7.70621 10.0782 7.96493 10.0914C8.21908 10.0819 8.47043 10.1495 8.68856 10.286C8.88075 10.4113 9.04221 10.5818 9.16001 10.7839C9.28225 10.9961 9.36935 11.2282 9.41767 11.4706C9.47179 11.7224 9.49936 11.9795 9.4999 12.2375C9.50269 12.6009 9.449 12.9623 9.34092 13.3077C9.22464 13.6464 9.02407 13.9466 8.75982 14.1776L8.01427 13.3649C8.18121 13.2209 8.32389 13.0488 8.43638 12.8556C8.5508 12.6531 8.60783 12.4209 8.60084 12.186C8.60233 12.0917 8.59313 11.9976 8.57344 11.9056C8.55306 11.8115 8.51982 11.7209 8.47476 11.6366C8.43129 11.5555 8.37143 11.4852 8.29933 11.4306C8.22851 11.3797 8.14405 11.3537 8.05813 11.3562C7.98576 11.3508 7.91335 11.3661 7.84866 11.4004C7.78396 11.4346 7.72941 11.4866 7.69083 11.5508C7.59968 11.7045 7.53303 11.8726 7.49348 12.0487C7.44414 12.249 7.40028 12.4664 7.35643 12.6953C7.31583 12.9272 7.24577 13.1524 7.14811 13.3649C7.05357 13.5611 6.91655 13.7316 6.74792 13.8628C6.53423 14.0052 6.28284 14.0733 6.02978 14.0574C5.79988 14.064 5.57204 14.0104 5.3671 13.9015C5.16216 13.7925 4.98666 13.6316 4.85663 13.4336C4.72665 13.2396 4.63188 13.0223 4.57705 12.7926C4.52266 12.5449 4.49689 12.2913 4.5003 12.0372C4.49999 11.7101 4.55187 11.3851 4.65379 11.0758C4.75413 10.7598 4.94561 10.4839 5.202 10.286L5.9311 11.0758Z",fill:"white"}),t.jsx("path",{d:"M4.60938 9.81656V8.46024L7.94792 7.13253L4.60938 5.7762V4.5L9.37873 6.45723V7.78494L4.60938 9.81656Z",fill:"white"})]}))};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@material-ui/core"),t=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=n(e);function i(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function c(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?i(Object(t),!0).forEach((function(r){o.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}module.exports=function(e){return t.jsxs(r.SvgIcon,c(c({},e),{},{viewBox:"0 0 32 32",children:[t.jsx("path",{d:"M31.36 2.8H18.64V0.72V0.64C18.64 0.64 18.64 0.64 18.64 0.56V0.48L18.56 0.4C18.4 0.16 18.32 0.08 18.16 0C18.08 0 18.08 0 18 0H17.92C17.92 0 17.92 0 17.84 0L0.56 2.8C0.24 2.88 0 3.12 0 3.44V4.8V27.04V28.4C0 28.72 0.24 29.04 0.56 29.12L17.92 32C17.92 32 17.92 32 18 32H18.08C18.16 32 18.16 32 18.24 32C18.4 32 18.48 31.84 18.64 31.76L18.72 31.68V31.6C18.72 31.6 18.72 31.6 18.72 31.52V31.44V29.36H31.36C31.76 29.36 32 29.04 32 28.64V3.44C32 3.12 31.68 2.8 31.36 2.8ZM30.64 27.84H18.64V24.32H26.48C26.88 24.32 27.12 24 27.12 23.6C27.12 23.2 26.8 22.88 26.48 22.88H18.64V19.2H26.48C26.88 19.2 27.12 18.88 27.12 18.48C27.12 18.08 26.8 17.76 26.48 17.76H18.64V14.08H26.48C26.88 14.08 27.12 13.76 27.12 13.36C27.12 12.96 26.8 12.64 26.48 12.64H18.64V8.96H26.48C26.88 8.96 27.12 8.64 27.12 8.24C27.12 7.84 26.8 7.52 26.48 7.52H18.64V4.16H30.64V27.84Z",fill:"#2196F3"}),t.jsx("path",{d:"M3.6001 11.918H5.5201L6.8001 17.118L8.4801 11.918H10.1601L11.8401 17.198L13.2001 11.918H15.0401L12.7201 19.998H11.1201L9.3601 14.398L7.6001 19.998H6.0001L3.6001 11.918Z",fill:"white"})]}))};