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

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 (2781) 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.js +1 -421
  1615. package/components/Search/components/Groups.js +1 -58
  1616. package/components/Search/components/InputAdornmentLeft.js +1 -28
  1617. package/components/Search/components/Listbox.js +1 -73
  1618. package/components/Search/components/Paper.js +1 -51
  1619. package/components/Search/components/RecentSearches.js +1 -97
  1620. package/components/Search/context/index.js +1 -13
  1621. package/components/Search/styles.d.ts.map +1 -1
  1622. package/components/Search/styles.js +1 -139
  1623. package/components/Search/utils/truncate.js +1 -10
  1624. package/components/SearchInput/index.js +1 -90
  1625. package/components/Select/SelectFilterBy.js +1 -69
  1626. package/components/Select/index.js +1 -216
  1627. package/components/SettingEditors/ColorEditor/index.js +1 -103
  1628. package/components/SettingEditors/ColorEditor/style.css.js +1 -8
  1629. package/components/SettingEditors/DropdownEditor/index.js +1 -108
  1630. package/components/SettingEditors/RadioEditor/index.js +1 -52
  1631. package/components/SlateFormattedText/Constants.js +1 -11
  1632. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -8
  1633. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -129
  1634. package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -45
  1635. package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -8
  1636. package/components/SlateFormattedText/RenderElements.js +1 -216
  1637. package/components/SlateFormattedText/SlateFormattedText.js +1 -113
  1638. package/components/SlateFormattedText/style.css.js +1 -8
  1639. package/components/SlateFormattedText/utils.js +1 -91
  1640. package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -89
  1641. package/components/StageDesignVActual/ComparisonBar/utils.js +1 -21
  1642. package/components/StageDesignVActual/ComparisonHeader.js +1 -72
  1643. package/components/StageDesignVActual/ComparisonRow.js +1 -107
  1644. package/components/StageDesignVActual/ComparisonTable.css.js +1 -8
  1645. package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -63
  1646. package/components/StageDesignVActual/ElementsComparison/utils.js +1 -65
  1647. package/components/StatusBadge/api.d.ts +1 -0
  1648. package/components/StatusBadge/api.d.ts.map +1 -1
  1649. package/components/StatusBadge/api.js +1 -222
  1650. package/components/StatusBadge/components/DQAccordionDetailsContent.js +1 -78
  1651. package/components/StatusBadge/components/DQAlertTooltip.js +1 -45
  1652. package/components/StatusBadge/components/DQAlertsTooltip.d.ts +1 -1
  1653. package/components/StatusBadge/components/DQAlertsTooltip.d.ts.map +1 -1
  1654. package/components/StatusBadge/components/DQAlertsTooltip.js +1 -242
  1655. package/components/StatusBadge/components/DQStatusIcon.js +1 -37
  1656. package/components/StatusBadge/components/DQUnvalidatedContent.js +1 -90
  1657. package/components/StatusBadge/components/ReportIssueModal.d.ts +1 -2
  1658. package/components/StatusBadge/components/ReportIssueModal.d.ts.map +1 -1
  1659. package/components/StatusBadge/components/ReportIssueModal.js +1 -126
  1660. package/components/StatusBadge/constants.d.ts.map +1 -1
  1661. package/components/StatusBadge/constants.js +1 -125
  1662. package/components/StatusBadge/index.d.ts +7 -4
  1663. package/components/StatusBadge/index.d.ts.map +1 -1
  1664. package/components/StatusBadge/index.js +1 -237
  1665. package/components/StatusBadge/styles.js +1 -150
  1666. package/components/StatusBadge/utils.d.ts +1 -1
  1667. package/components/StatusBadge/utils.d.ts.map +1 -1
  1668. package/components/StatusBadge/utils.js +1 -150
  1669. package/components/Stepper/Step.css.js +1 -8
  1670. package/components/Stepper/Step.js +1 -65
  1671. package/components/Stepper/Stepper.js +1 -38
  1672. package/components/Stepper/StepsWrapper.css.js +1 -8
  1673. package/components/Stepper/StepsWrapper.js +1 -24
  1674. package/components/Stepper/constants.js +1 -7
  1675. package/components/StyledMenuItem/index.js +1 -21
  1676. package/components/SwitchControl/index.d.ts +2 -16
  1677. package/components/SwitchControl/index.d.ts.map +1 -1
  1678. package/components/SwitchControl/index.js +1 -162
  1679. package/components/SwitchControl/style.css.js +1 -8
  1680. package/components/SwitchControl/types.d.ts +2 -2
  1681. package/components/SwitchControl/types.d.ts.map +1 -1
  1682. package/components/Table/TableCell/TableCell.js +1 -116
  1683. package/components/Table/TableContainer/TableContainer.js +1 -120
  1684. package/components/Table/TableSortLabel/TableSortLabel.js +1 -16
  1685. package/components/Table/TableToolbar/TableToolbar.js +1 -63
  1686. package/components/Tabs/Tab.js +1 -37
  1687. package/components/Tabs/Tabs.js +1 -154
  1688. package/components/Template/TemplatePopover/Styles.js +1 -160
  1689. package/components/Template/TemplatePopover/index.js +1 -418
  1690. package/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -5
  1691. package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -278
  1692. package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -60
  1693. package/components/Template/TemplateSharingDialog/index.js +1 -158
  1694. package/components/TextField/effects/index.js +1 -56
  1695. package/components/TextField/index.js +1 -138
  1696. package/components/TextLink/index.js +1 -389
  1697. package/components/Toaster/ToastContainer.js +1 -38
  1698. package/components/Toaster/Toaster.js +1 -69
  1699. package/components/Tooltip/MuiTooltipDcWrapper.js +1 -115
  1700. package/components/Tooltip/ScrollableTooltip.js +1 -102
  1701. package/components/Tooltip/Tooltip.js +1 -24
  1702. package/components/TracesEditModal/TracesEditModal.css.js +1 -8
  1703. package/components/TracesEditModal/TracesEditModal.js +1 -142
  1704. package/components/TracesEditModal/TracesEditModalContainer.js +1 -148
  1705. package/components/TruncatedText/index.js +1 -75
  1706. package/components/Typography.js +1 -41
  1707. package/components/UserCard/index.js +1 -176
  1708. package/components/UserCard/style.css.js +1 -8
  1709. package/components/UserCardPopover.js +1 -76
  1710. package/components/UserMention/constants.js +1 -8
  1711. package/components/UserMention/index.js +1 -230
  1712. package/components/UserMention/style.css.js +1 -8
  1713. package/components/UserMention/utils/index.js +1 -129
  1714. package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -79
  1715. package/components/VirtualizedTable/DraggableList.js +1 -97
  1716. package/components/VirtualizedTable/VirtualizedTable.js +1 -314
  1717. package/components/VirtualizedTable/index.js +1 -158
  1718. package/components/WellSummary/ActivitySummaryChart.js +1 -282
  1719. package/components/WellSummary/FracWirelineTimeChart.js +1 -254
  1720. package/components/WellSummary/WellSummaryItemLabel.js +1 -74
  1721. package/components/WellSummary/WellSummaryItemTitle.js +1 -53
  1722. package/components/WellSummary/WellSummaryItemValue.js +1 -480
  1723. package/components/WellSummary/effects/useWellSummaryData.js +1 -431
  1724. package/components/WellSummary/index.js +1 -7
  1725. package/components/WellSummary/utils.js +1 -53
  1726. package/components/index.js +1 -187
  1727. package/components/shared/useThrottledCallback.js +1 -72
  1728. package/config/extendNative.js +1 -16
  1729. package/config/highcharts/highcharts-contour.js +1 -792
  1730. package/config/highcharts/highcharts.js +1 -50
  1731. package/config/index.js +1 -5
  1732. package/config/initGlobalDependencies.js +1 -7
  1733. package/config/mapbox/index.js +1 -8
  1734. package/config/theme/accordionOverrides.js +1 -114
  1735. package/config/theme/buttonOverrides.js +1 -100
  1736. package/config/theme/checkboxOverrides.js +1 -40
  1737. package/config/theme/chipOverrides.js +1 -105
  1738. package/config/theme/dateTimePickerThemeOverrides.js +1 -121
  1739. package/config/theme/fabOverrides.js +1 -35
  1740. package/config/theme/formControlLabelOverrides.js +1 -41
  1741. package/config/theme/formGroupOverrides.js +1 -12
  1742. package/config/theme/index.js +1 -160
  1743. package/config/theme/lightThemePalette.mjs.js +1 -28
  1744. package/config/theme/palette.mjs.js +1 -79
  1745. package/config/theme/radioOverrides.js +1 -35
  1746. package/config/theme/tableOverrides.js +1 -141
  1747. package/config/theme/textFieldOverrides.js +1 -100
  1748. package/config/theme/themeVariables.mjs.js +1 -31
  1749. package/config/theme/toggleButtonsGroupOverrides.js +1 -72
  1750. package/config/theme/tooltipOverrides.js +1 -32
  1751. package/constants/accuracy.js +1 -10
  1752. package/constants/alerts.js +1 -303
  1753. package/constants/appPackages.js +1 -8
  1754. package/constants/apps.js +1 -273
  1755. package/constants/assetTypes.js +1 -35
  1756. package/constants/bha.js +1 -290
  1757. package/constants/casing.js +1 -687
  1758. package/constants/completion.js +1 -514
  1759. package/constants/componentsSettings.js +1 -8
  1760. package/constants/corvaCompanyId.js +1 -6
  1761. package/constants/dateTimeFormat.js +1 -5
  1762. package/constants/devcenter.js +1 -4
  1763. package/constants/drillstring.js +1 -13062
  1764. package/constants/feed.js +1 -234
  1765. package/constants/goals.js +1 -80
  1766. package/constants/index.js +1 -31
  1767. package/constants/localStorageKeys.js +1 -5
  1768. package/constants/notifications.js +1 -89
  1769. package/constants/rigActivity.js +1 -43
  1770. package/constants/segment.d.ts +21 -0
  1771. package/constants/segment.d.ts.map +1 -1
  1772. package/constants/segment.js +1 -49
  1773. package/constants/sizes.js +1 -9
  1774. package/constants/subscriptions.js +1 -13
  1775. package/constants/theme.js +1 -7
  1776. package/constants/wellSummary.js +1 -587
  1777. package/effects/index.js +1 -9
  1778. package/effects/useDelayedDcFullscreenElemOpen.js +1 -66
  1779. package/effects/useDevCenterApp.js +1 -70
  1780. package/effects/useEscPress.js +1 -18
  1781. package/effects/useMatchAppContainerSize.js +1 -53
  1782. package/effects/useOutsideClick.js +1 -21
  1783. package/effects/useResizeObserver.js +1 -18
  1784. package/effects/useSharedDCStore.js +1 -22
  1785. package/effects/useSignedURL.js +1 -21
  1786. package/effects/useSubscriptions.js +1 -284
  1787. package/effects/useWellnessAlerts.d.ts +4 -3
  1788. package/effects/useWellnessAlerts.d.ts.map +1 -1
  1789. package/effects/useWellnessAlerts.js +1 -225
  1790. package/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -9
  1791. package/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -9
  1792. package/ext-esm/@material-ui/icons/esm/Map.js +1 -9
  1793. package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -9
  1794. package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -9
  1795. package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -21
  1796. package/ext-esm/style-inject/dist/style-inject.es.js +1 -29
  1797. package/hocs/index.js +1 -2
  1798. package/hocs/withMUIProvidersHOC.js +1 -31
  1799. package/index.js +1 -21
  1800. package/package.json +1 -1
  1801. package/permissions/PermissionsContext.js +1 -9
  1802. package/permissions/ProvidePermissions.js +1 -18
  1803. package/permissions/constants/abilities.js +1 -16
  1804. package/permissions/constants/appsPermissions.js +1 -21
  1805. package/permissions/constants/index.js +1 -331
  1806. package/permissions/constants/settingsApps.js +1 -136
  1807. package/permissions/index.js +1 -9
  1808. package/permissions/usePermissions.js +1 -34
  1809. package/permissions/useProvidePermissions.js +1 -110
  1810. package/permissions/utils.js +1 -25
  1811. package/permissions/withPermissionsHOC.js +1 -34
  1812. package/styles/counter/counter.module.scss.js +1 -8
  1813. package/styles/counter/index.js +1 -3
  1814. package/styles/customScrollbars.global.css.js +1 -9
  1815. package/styles/emojiMart.global.css.js +1 -5
  1816. package/styles/generatedThemesVariables.global.css.js +1 -5
  1817. package/styles/globalStyles.js +1 -13
  1818. package/styles/index.global.css.js +1 -5
  1819. package/styles/index.js +1 -3
  1820. package/styles/lightbox.global.css.js +1 -5
  1821. package/styles/mapbox.global.css.js +1 -5
  1822. package/styles/reactVirtualized.global.css.js +1 -5
  1823. package/styles/typography/colors.module.scss.js +1 -8
  1824. package/styles/typography/index.js +1 -12
  1825. package/styles/typography/typography.module.scss.js +1 -8
  1826. package/utils/DrillstringUtils.js +1 -767
  1827. package/utils/FluidCheckUtils.js +1 -169
  1828. package/utils/StageDesignVActualUtils.js +1 -85
  1829. package/utils/accuracy.js +1 -42
  1830. package/utils/alerts.js +1 -27
  1831. package/utils/apps.js +1 -17
  1832. package/utils/audio.js +1 -10
  1833. package/utils/bha.d.ts.map +1 -1
  1834. package/utils/bha.js +1 -309
  1835. package/utils/casing/conversion.js +1 -34
  1836. package/utils/casing/index.js +1 -5
  1837. package/utils/casing/validation.js +1 -246
  1838. package/utils/chartSeries.js +1 -52
  1839. package/utils/completion.js +1 -64
  1840. package/utils/components.js +1 -29
  1841. package/utils/constants/units.js +1 -340
  1842. package/utils/convert.js +1 -278
  1843. package/utils/convertKeys.js +1 -23
  1844. package/utils/csvExport.js +1 -218
  1845. package/utils/dashboardReports.js +1 -184
  1846. package/utils/delay.js +1 -16
  1847. package/utils/devcenter.js +1 -63
  1848. package/utils/devcenterToasts.js +1 -22
  1849. package/utils/drillstring/conversion.js +1 -293
  1850. package/utils/drillstring/index.js +1 -9
  1851. package/utils/drillstring/schematic.js +1 -25
  1852. package/utils/drillstring/validation.js +1 -857
  1853. package/utils/env.js +1 -6
  1854. package/utils/feed.js +1 -84
  1855. package/utils/fileExtension.js +1 -20
  1856. package/utils/formatting.js +1 -21
  1857. package/utils/ga.js +1 -6
  1858. package/utils/goals.js +1 -23
  1859. package/utils/index.js +1 -123
  1860. package/utils/jsonaDataFormatter.js +1 -10
  1861. package/utils/lasParser.js +1 -121
  1862. package/utils/localStorage.js +1 -14
  1863. package/utils/main.js +1 -353
  1864. package/utils/mapUnits.js +1 -23
  1865. package/utils/mapbox.js +1 -123
  1866. package/utils/metrics/index.js +1 -17
  1867. package/utils/metrics/metricsConfig.js +1 -366
  1868. package/utils/metrics/utils.js +1 -75
  1869. package/utils/mobileDetect.js +1 -15
  1870. package/utils/nativeMessages.js +1 -59
  1871. package/utils/notificationToasts.js +1 -28
  1872. package/utils/notifications.js +1 -26
  1873. package/utils/permissions.js +1 -27
  1874. package/utils/reports.js +1 -10
  1875. package/utils/resolveWellHubSlug.js +1 -69
  1876. package/utils/sharedDCStore.js +1 -56
  1877. package/utils/themeVariables.js +1 -9
  1878. package/utils/time.js +1 -92
  1879. package/utils/torqueAndHookloadUtils.js +1 -20
  1880. package/CLI/hocs/constants.js.map +0 -1
  1881. package/CLI/hocs/utils.js.map +0 -1
  1882. package/clients/api/apiCore.js.map +0 -1
  1883. package/clients/api/httpMessages.js.map +0 -1
  1884. package/clients/clientStorage/core.js.map +0 -1
  1885. package/clients/clientStorage/index.js.map +0 -1
  1886. package/clients/constants.js.map +0 -1
  1887. package/clients/index.js.map +0 -1
  1888. package/clients/jsonApi/index.js.map +0 -1
  1889. package/clients/jsonApi/postTaskAndWaitResult.js.map +0 -1
  1890. package/clients/subscriptions.js.map +0 -1
  1891. package/clients/utils.js.map +0 -1
  1892. package/components/AddComment/Popover.js.map +0 -1
  1893. package/components/AddComment/Popup.js.map +0 -1
  1894. package/components/AddComment/components/Content.js.map +0 -1
  1895. package/components/AdvancedSlider/AdvancedSlider.js.map +0 -1
  1896. package/components/AdvancedSlider/Handle.js.map +0 -1
  1897. package/components/AnchorsList/AnchorsList.js.map +0 -1
  1898. package/components/Annotations/AnnotationsContext.js.map +0 -1
  1899. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js.map +0 -1
  1900. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js.map +0 -1
  1901. package/components/Annotations/components/AnnotationsList/components/Annotation/index.js.map +0 -1
  1902. package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js.map +0 -1
  1903. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js.map +0 -1
  1904. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js.map +0 -1
  1905. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js.map +0 -1
  1906. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js.map +0 -1
  1907. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js.map +0 -1
  1908. package/components/Annotations/components/AnnotationsList/index.js.map +0 -1
  1909. package/components/Annotations/components/AnnotationsList/style.css.js.map +0 -1
  1910. package/components/Annotations/components/LastAnnotation/index.js.map +0 -1
  1911. package/components/Annotations/components/LastAnnotation/style.css.js.map +0 -1
  1912. package/components/Annotations/constants.js.map +0 -1
  1913. package/components/AppIcon/AppIcon.js.map +0 -1
  1914. package/components/AppIcon/assets/CompletionAppIcon.js.map +0 -1
  1915. package/components/AppIcon/assets/CompletionAppIconBe.js.map +0 -1
  1916. package/components/AppIcon/assets/DrillingAppIcon.js.map +0 -1
  1917. package/components/AppIcon/assets/DrillingAppIconBe.js.map +0 -1
  1918. package/components/AppIcon/assets/NoSegmentAppIcon.js.map +0 -1
  1919. package/components/AppIcon/utils.js.map +0 -1
  1920. package/components/AppVersionsSelect/AppVersionsSelect.js.map +0 -1
  1921. package/components/AppVersionsSelect/effects/index.js.map +0 -1
  1922. package/components/AssetEditor/AssetEditorAutocomplete.js.map +0 -1
  1923. package/components/AssetEditor/AssetEditors.css.js.map +0 -1
  1924. package/components/AssetEditor/SingleAssetEditor.js.map +0 -1
  1925. package/components/AssetEditor/constants.js.map +0 -1
  1926. package/components/AssetEditor/effects/index.js.map +0 -1
  1927. package/components/AssetEditor/index.js.map +0 -1
  1928. package/components/AssetEditorV2/components/MultipleAssetsToggle.js.map +0 -1
  1929. package/components/AssetEditorV2/components/PrimaryAssetSelect.js.map +0 -1
  1930. package/components/AssetEditorV2/components/SecondaryAssetSelect.js.map +0 -1
  1931. package/components/AssetEditorV2/components/SelectItem.js.map +0 -1
  1932. package/components/AssetEditorV2/constants.js.map +0 -1
  1933. package/components/AssetEditorV2/effects/index.js.map +0 -1
  1934. package/components/AssetEditorV2/index.js.map +0 -1
  1935. package/components/AssetEditorV2/utils/index.js.map +0 -1
  1936. package/components/AssetNameLabel/AssetNameLabel.js.map +0 -1
  1937. package/components/AssetNameLabel/AssetNameLabel.styles.css.js.map +0 -1
  1938. package/components/AssetNameLabel/AssetStatusBadge.js.map +0 -1
  1939. package/components/AssetNameLabel/SecondaryAssetNameLabel.js.map +0 -1
  1940. package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js.map +0 -1
  1941. package/components/Attachment/index.js.map +0 -1
  1942. package/components/Attachment/styles.css.js.map +0 -1
  1943. package/components/Autocomplete/Autocomplete.js.map +0 -1
  1944. package/components/Avatar/index.js.map +0 -1
  1945. package/components/BICOffsetPickerDialog/components/Map/Map.css.js.map +0 -1
  1946. package/components/BICOffsetPickerDialog/components/Map/Map.js.map +0 -1
  1947. package/components/BICOffsetPickerDialog/components/Map/index.css.js.map +0 -1
  1948. package/components/BICOffsetPickerDialog/components/Map/index.js.map +0 -1
  1949. package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js.map +0 -1
  1950. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
  1951. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
  1952. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
  1953. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js.map +0 -1
  1954. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
  1955. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js.map +0 -1
  1956. package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js.map +0 -1
  1957. package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js.map +0 -1
  1958. package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js.map +0 -1
  1959. package/components/BICOffsetPickerDialog/components/WellSection/index.js.map +0 -1
  1960. package/components/BICOffsetPickerDialog/constants.js.map +0 -1
  1961. package/components/BICOffsetPickerDialog/effects/index.js.map +0 -1
  1962. package/components/BICOffsetPickerDialog/index.js.map +0 -1
  1963. package/components/BICOffsetPickerDialog/utils/apiCalls.js.map +0 -1
  1964. package/components/Breadcrumbs/index.js.map +0 -1
  1965. package/components/Button/index.js.map +0 -1
  1966. package/components/Casing/CasingComponentIcon.js.map +0 -1
  1967. package/components/Casing/CasingTable/CasingComponent.js.map +0 -1
  1968. package/components/Casing/CasingTable/index.js.map +0 -1
  1969. package/components/Casing/CasingTableV2/CasingTableV2.css.js.map +0 -1
  1970. package/components/Casing/CasingTableV2/CasingTableV2.js.map +0 -1
  1971. package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js.map +0 -1
  1972. package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js.map +0 -1
  1973. package/components/Casing/CasingTableV2/components/Component.js.map +0 -1
  1974. package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js.map +0 -1
  1975. package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js.map +0 -1
  1976. package/components/Casing/CasingTableV2/components/EditComponentDialog.js.map +0 -1
  1977. package/components/Casing/CasingTableV2/components/Header.js.map +0 -1
  1978. package/components/Casing/CasingTableV2/components/SortableComponent.js.map +0 -1
  1979. package/components/Casing/CasingTableV2/components/SortableComponents.js.map +0 -1
  1980. package/components/Casing/CasingTableV2/components/constants.js.map +0 -1
  1981. package/components/Casing/CasingTile/CasingTile.js.map +0 -1
  1982. package/components/Casing/CasingTile/style.js.map +0 -1
  1983. package/components/Casing/CasingTileIcon.js.map +0 -1
  1984. package/components/Chart/ChartWrapperContext.js.map +0 -1
  1985. package/components/Chart/components/AxisDropdown.js.map +0 -1
  1986. package/components/Chart/components/AxisOverlay.js.map +0 -1
  1987. package/components/Chart/components/ChartButton.js.map +0 -1
  1988. package/components/Chart/components/ChartButtons.js.map +0 -1
  1989. package/components/Chart/components/ChartSelect.js.map +0 -1
  1990. package/components/Chart/components/ChartWrapper.js.map +0 -1
  1991. package/components/Chart/components/buttons/ChartTypeButton.js.map +0 -1
  1992. package/components/Chart/components/buttons/DragToZoomButton.js.map +0 -1
  1993. package/components/Chart/components/buttons/HideAxesButton.js.map +0 -1
  1994. package/components/Chart/components/buttons/PanButton.js.map +0 -1
  1995. package/components/Chart/components/buttons/ResetZoomButton.js.map +0 -1
  1996. package/components/Chart/components/buttons/ZoomInButton.js.map +0 -1
  1997. package/components/Chart/components/buttons/ZoomOutButton.js.map +0 -1
  1998. package/components/Chart/constants.js.map +0 -1
  1999. package/components/Chart/effects/useChartModifier.js.map +0 -1
  2000. package/components/Chart/effects/useChartTypeSwitch.js.map +0 -1
  2001. package/components/Chart/effects/useHideAxes.js.map +0 -1
  2002. package/components/Chart/effects/useKeyboardControl.js.map +0 -1
  2003. package/components/Chart/effects/useZoom.js.map +0 -1
  2004. package/components/Chart/formations.js.map +0 -1
  2005. package/components/Chart/utils.js.map +0 -1
  2006. package/components/ChartActionsList/ChartActionsList.css.js.map +0 -1
  2007. package/components/ChartActionsList/ChartActionsList.js.map +0 -1
  2008. package/components/ChartActionsList/icons/GoLive.js.map +0 -1
  2009. package/components/ChartActionsList/icons/LeftArrow.js.map +0 -1
  2010. package/components/ChartActionsList/icons/RightArrow.js.map +0 -1
  2011. package/components/ChartActionsList/icons/TimeRange.js.map +0 -1
  2012. package/components/ChartActionsList/icons/ZoomIn.js.map +0 -1
  2013. package/components/ChartActionsList/icons/ZoomOut.js.map +0 -1
  2014. package/components/Checkbox/index.js.map +0 -1
  2015. package/components/Chip/index.js.map +0 -1
  2016. package/components/CollapsableSidebar.js.map +0 -1
  2017. package/components/CollapsibleContent.js.map +0 -1
  2018. package/components/ColorPicker/ColorPicker.js.map +0 -1
  2019. package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js.map +0 -1
  2020. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js.map +0 -1
  2021. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js.map +0 -1
  2022. package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js.map +0 -1
  2023. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js.map +0 -1
  2024. package/components/ColorPickerPalette/ColorPickerPalette.js.map +0 -1
  2025. package/components/Comment/CommentIcon/BadgeIcon.js.map +0 -1
  2026. package/components/Comment/CommentIcon/index.js.map +0 -1
  2027. package/components/Comment/index.js.map +0 -1
  2028. package/components/Comment/styles.css.js.map +0 -1
  2029. package/components/CommentInput/index.js.map +0 -1
  2030. package/components/CommentInput/styles.css.js.map +0 -1
  2031. package/components/CommentLoader.js.map +0 -1
  2032. package/components/CommentWrapper.js.map +0 -1
  2033. package/components/CommentsInfo/index.js.map +0 -1
  2034. package/components/CommentsInfo/styles.css.js.map +0 -1
  2035. package/components/ConfirmationDialog.js.map +0 -1
  2036. package/components/ContextMenuItem/index.js.map +0 -1
  2037. package/components/CopyToClipboard/CopyToClipboard.js.map +0 -1
  2038. package/components/Counter/index.js.map +0 -1
  2039. package/components/CustomSelect/index.js.map +0 -1
  2040. package/components/DatePicker/index.js.map +0 -1
  2041. package/components/DateTimePicker/index.js.map +0 -1
  2042. package/components/DevCenter/AppContext.js.map +0 -1
  2043. package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js.map +0 -1
  2044. package/components/DevCenter/AppHeader/AppHeader.css.js.map +0 -1
  2045. package/components/DevCenter/AppHeader/AppHeader.js.map +0 -1
  2046. package/components/DevCenter/AppHeader/AppHeaderStyles.js.map +0 -1
  2047. package/components/DevCenter/AppHeader/PadIcon.js.map +0 -1
  2048. package/components/DevCenter/AppHeader/PadMode.js.map +0 -1
  2049. package/components/DevCenter/AppHeader/VersionBadge.js.map +0 -1
  2050. package/components/DevCenter/AppHeader/utils.js.map +0 -1
  2051. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js.map +0 -1
  2052. package/components/DevCenter/AppSideBar/AppSideBar.js.map +0 -1
  2053. package/components/DevCenter/AppsDataProvider/AppsDataProvider.js.map +0 -1
  2054. package/components/DevCenter/AppsDataProvider/effects/constants.js.map +0 -1
  2055. package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js.map +0 -1
  2056. package/components/DevCenter/AppsDataProvider/effects/useAppsData.js.map +0 -1
  2057. package/components/DevCenter/AppsDataProvider/effects/utils.js.map +0 -1
  2058. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js.map +0 -1
  2059. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js.map +0 -1
  2060. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js.map +0 -1
  2061. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js.map +0 -1
  2062. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js.map +0 -1
  2063. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js.map +0 -1
  2064. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js.map +0 -1
  2065. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js.map +0 -1
  2066. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js.map +0 -1
  2067. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js.map +0 -1
  2068. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js.map +0 -1
  2069. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js.map +0 -1
  2070. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js.map +0 -1
  2071. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js.map +0 -1
  2072. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js.map +0 -1
  2073. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js.map +0 -1
  2074. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js.map +0 -1
  2075. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js.map +0 -1
  2076. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js.map +0 -1
  2077. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js.map +0 -1
  2078. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js.map +0 -1
  2079. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js.map +0 -1
  2080. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js.map +0 -1
  2081. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js.map +0 -1
  2082. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js.map +0 -1
  2083. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js.map +0 -1
  2084. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js.map +0 -1
  2085. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js.map +0 -1
  2086. package/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js.map +0 -1
  2087. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js.map +0 -1
  2088. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js.map +0 -1
  2089. package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js.map +0 -1
  2090. package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js.map +0 -1
  2091. package/components/DevCenter/DevCenterAppContainer/utils.js.map +0 -1
  2092. package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js.map +0 -1
  2093. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js.map +0 -1
  2094. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js.map +0 -1
  2095. package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js.map +0 -1
  2096. package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js.map +0 -1
  2097. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js.map +0 -1
  2098. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +0 -1
  2099. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js.map +0 -1
  2100. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +0 -1
  2101. package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js.map +0 -1
  2102. package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js.map +0 -1
  2103. package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js.map +0 -1
  2104. package/components/DevCenter/NavigationBar/NavigationBar.js.map +0 -1
  2105. package/components/DevCenter/SideBar/SideBar.js.map +0 -1
  2106. package/components/DisabledSettingsMessage/DisabledSettingsMessage.js.map +0 -1
  2107. package/components/DocumentViewer/DocumentViewer.js.map +0 -1
  2108. package/components/DocumentViewer/styles.js.map +0 -1
  2109. package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js.map +0 -1
  2110. package/components/Drillstring/BHAComponentDetail/constants.js.map +0 -1
  2111. package/components/Drillstring/BHAComponentDetail/index.js.map +0 -1
  2112. package/components/Drillstring/BHAComponentIcon.js.map +0 -1
  2113. package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js.map +0 -1
  2114. package/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js.map +0 -1
  2115. package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js.map +0 -1
  2116. package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js.map +0 -1
  2117. package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js.map +0 -1
  2118. package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js.map +0 -1
  2119. package/components/Drillstring/BHAComponentsTable/components/Component.js.map +0 -1
  2120. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js.map +0 -1
  2121. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js.map +0 -1
  2122. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js.map +0 -1
  2123. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js.map +0 -1
  2124. package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js.map +0 -1
  2125. package/components/Drillstring/BHAComponentsTable/components/Header.js.map +0 -1
  2126. package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js.map +0 -1
  2127. package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js.map +0 -1
  2128. package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js.map +0 -1
  2129. package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js.map +0 -1
  2130. package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js.map +0 -1
  2131. package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js.map +0 -1
  2132. package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js.map +0 -1
  2133. package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js.map +0 -1
  2134. package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js.map +0 -1
  2135. package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js.map +0 -1
  2136. package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js.map +0 -1
  2137. package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js.map +0 -1
  2138. package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js.map +0 -1
  2139. package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js.map +0 -1
  2140. package/components/Drillstring/BHAComponentsTable/components/SortableComponents.js.map +0 -1
  2141. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js.map +0 -1
  2142. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js.map +0 -1
  2143. package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js.map +0 -1
  2144. package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js.map +0 -1
  2145. package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js.map +0 -1
  2146. package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js.map +0 -1
  2147. package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js.map +0 -1
  2148. package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js.map +0 -1
  2149. package/components/Drillstring/BHAComponentsTable/components/constants.js.map +0 -1
  2150. package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js.map +0 -1
  2151. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js.map +0 -1
  2152. package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js.map +0 -1
  2153. package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js.map +0 -1
  2154. package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js.map +0 -1
  2155. package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js.map +0 -1
  2156. package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js.map +0 -1
  2157. package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js.map +0 -1
  2158. package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js.map +0 -1
  2159. package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js.map +0 -1
  2160. package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js.map +0 -1
  2161. package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js.map +0 -1
  2162. package/components/Drillstring/BHAList/BHAList.js.map +0 -1
  2163. package/components/Drillstring/BHAList/styles.css.js.map +0 -1
  2164. package/components/Drillstring/BHASchematic.js.map +0 -1
  2165. package/components/Drillstring/BHATable/BHAComponent.js.map +0 -1
  2166. package/components/Drillstring/BHATable/index.js.map +0 -1
  2167. package/components/Drillstring/BHATile/BHATile.js.map +0 -1
  2168. package/components/Drillstring/BHATile/styles.css.js.map +0 -1
  2169. package/components/Drillstring/BHATileIcon.js.map +0 -1
  2170. package/components/Drillstring/BhaIndicator/BhaIndicator.js.map +0 -1
  2171. package/components/Drillstring/BhaIndicator/styles.css.js.map +0 -1
  2172. package/components/Drillstring/DrillstringDetail/DrillstringDetail.js.map +0 -1
  2173. package/components/Drillstring/DrillstringDetail/styles.css.js.map +0 -1
  2174. package/components/EditableItem/EditableItem/index.js.map +0 -1
  2175. package/components/EditableItem/EditableItemWithBadge/index.js.map +0 -1
  2176. package/components/EmbeddedApp/DevCenterEmbeddedApp.js.map +0 -1
  2177. package/components/EmbeddedApp/EmbeddedApp.js.map +0 -1
  2178. package/components/EmbeddedApp/components/AppInfo.js.map +0 -1
  2179. package/components/EmbeddedApp/styles.css.js.map +0 -1
  2180. package/components/EmojiIconButton.js.map +0 -1
  2181. package/components/EmptyState/EmptyState.js.map +0 -1
  2182. package/components/EmptyState/constants.js.map +0 -1
  2183. package/components/EmptyState/images/index.js.map +0 -1
  2184. package/components/EmptyState/styles.js.map +0 -1
  2185. package/components/EmptyState/utils.js.map +0 -1
  2186. package/components/EmptyView/EmptyAppView/EmptyAppView.js.map +0 -1
  2187. package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js.map +0 -1
  2188. package/components/EmptyView/EmptyView.js.map +0 -1
  2189. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js.map +0 -1
  2190. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js.map +0 -1
  2191. package/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
  2192. package/components/FailedFileUploading.js.map +0 -1
  2193. package/components/FeedItem/FeedItem.css.js.map +0 -1
  2194. package/components/FeedItem/FeedItem.js.map +0 -1
  2195. package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js.map +0 -1
  2196. package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js.map +0 -1
  2197. package/components/FeedItem/components/Actions.js.map +0 -1
  2198. package/components/FeedItem/components/AvatarIcon.js.map +0 -1
  2199. package/components/FeedItem/components/Content.js.map +0 -1
  2200. package/components/FeedItem/components/CreatedAt.js.map +0 -1
  2201. package/components/FeedItem/components/FeedComments.js.map +0 -1
  2202. package/components/FeedItem/components/Icon.js.map +0 -1
  2203. package/components/FeedItem/components/LessonsLearnedLeafIcon.js.map +0 -1
  2204. package/components/FeedItem/components/Reactions.js.map +0 -1
  2205. package/components/FeedItem/components/RigAndWell.js.map +0 -1
  2206. package/components/FeedItem/components/TypeAndAssetTitle.js.map +0 -1
  2207. package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js.map +0 -1
  2208. package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js.map +0 -1
  2209. package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js.map +0 -1
  2210. package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js.map +0 -1
  2211. package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js.map +0 -1
  2212. package/components/FeedItem/feedItemTypes/AlertFeedItem.js.map +0 -1
  2213. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js.map +0 -1
  2214. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js.map +0 -1
  2215. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js.map +0 -1
  2216. package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js.map +0 -1
  2217. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js.map +0 -1
  2218. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js.map +0 -1
  2219. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js.map +0 -1
  2220. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js.map +0 -1
  2221. package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js.map +0 -1
  2222. package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js.map +0 -1
  2223. package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js.map +0 -1
  2224. package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js.map +0 -1
  2225. package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js.map +0 -1
  2226. package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js.map +0 -1
  2227. package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js.map +0 -1
  2228. package/components/FeedItem/feedItemTypes/DocumentFeedItem.js.map +0 -1
  2229. package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js.map +0 -1
  2230. package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js.map +0 -1
  2231. package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js.map +0 -1
  2232. package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js.map +0 -1
  2233. package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js.map +0 -1
  2234. package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js.map +0 -1
  2235. package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js.map +0 -1
  2236. package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js.map +0 -1
  2237. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js.map +0 -1
  2238. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js.map +0 -1
  2239. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js.map +0 -1
  2240. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js.map +0 -1
  2241. package/components/FeedItem/feedItemTypes/NptFeedItem.js.map +0 -1
  2242. package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js.map +0 -1
  2243. package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js.map +0 -1
  2244. package/components/FeedItem/feedItemTypes/PostFeedItem.js.map +0 -1
  2245. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js.map +0 -1
  2246. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js.map +0 -1
  2247. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js.map +0 -1
  2248. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js.map +0 -1
  2249. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js.map +0 -1
  2250. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js.map +0 -1
  2251. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js.map +0 -1
  2252. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js.map +0 -1
  2253. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js.map +0 -1
  2254. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js.map +0 -1
  2255. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js.map +0 -1
  2256. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js.map +0 -1
  2257. package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js.map +0 -1
  2258. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js.map +0 -1
  2259. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js.map +0 -1
  2260. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js.map +0 -1
  2261. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js.map +0 -1
  2262. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js.map +0 -1
  2263. package/components/FilePreview/index.js.map +0 -1
  2264. package/components/FilePreview/styles.css.js.map +0 -1
  2265. package/components/FileTypeIcon.js.map +0 -1
  2266. package/components/FileUploadIconButton.js.map +0 -1
  2267. package/components/FilesLoader/FilesLoader.js.map +0 -1
  2268. package/components/FilesLoader/Icons/CSVFileIcon.js.map +0 -1
  2269. package/components/FilesLoader/Icons/DocFileIcon.js.map +0 -1
  2270. package/components/FilesLoader/Icons/EDMFileIcon.js.map +0 -1
  2271. package/components/FilesLoader/Icons/ExelFileIcon.js.map +0 -1
  2272. package/components/FilesLoader/Icons/FileIcon.js.map +0 -1
  2273. package/components/FilesLoader/Icons/IconRefresh.js.map +0 -1
  2274. package/components/FilesLoader/Icons/IconSuccess.js.map +0 -1
  2275. package/components/FilesLoader/Icons/IconWarning.js.map +0 -1
  2276. package/components/FilesLoader/Icons/ImageFileIcon.js.map +0 -1
  2277. package/components/FilesLoader/Icons/PdfFileIcon.js.map +0 -1
  2278. package/components/FilesLoader/Icons/UnknownFileIcon.js.map +0 -1
  2279. package/components/FilesLoader/Icons/UploadIcon.js.map +0 -1
  2280. package/components/FilesLoader/useStyles.js.map +0 -1
  2281. package/components/FolderMenuItem/components/ClosedFolderIcon.js.map +0 -1
  2282. package/components/FolderMenuItem/components/FolderIcon.js.map +0 -1
  2283. package/components/FolderMenuItem/components/OpenFolderIcon.js.map +0 -1
  2284. package/components/FolderMenuItem/index.js.map +0 -1
  2285. package/components/FolderMenuItemWithLinks/index.js.map +0 -1
  2286. package/components/GoogleDocsViewer/index.js.map +0 -1
  2287. package/components/GoogleDocsViewer/styles.css.js.map +0 -1
  2288. package/components/GradientManager/GradientList.js.map +0 -1
  2289. package/components/GradientManager/GradientManager.js.map +0 -1
  2290. package/components/GradientManager/GradientManager.styles.js.map +0 -1
  2291. package/components/GradientManager/GradientPreview/GradientPreview.js.map +0 -1
  2292. package/components/GradientManager/GradientSelect.js.map +0 -1
  2293. package/components/GradientManager/GradientSelect.styles.js.map +0 -1
  2294. package/components/GradientManager/configuration/constants.js.map +0 -1
  2295. package/components/GradientPicker/GradientPicker.js.map +0 -1
  2296. package/components/GradientPicker/GradientPicker.styles.js.map +0 -1
  2297. package/components/GradientPicker/GradientPicker.utils.js.map +0 -1
  2298. package/components/HeaderLayout/HeaderLayout.css.js.map +0 -1
  2299. package/components/HeaderLayout/HeaderLayout.js.map +0 -1
  2300. package/components/HeaderLayout/constants.js.map +0 -1
  2301. package/components/HeaderLayout/effects/index.js.map +0 -1
  2302. package/components/HeaderLayout/utils.js.map +0 -1
  2303. package/components/HelpCenter/HelpCenterIcon.js.map +0 -1
  2304. package/components/HelpCenter/index.js.map +0 -1
  2305. package/components/IconButton/index.js.map +0 -1
  2306. package/components/IconMenu/index.js.map +0 -1
  2307. package/components/Icons/AnnotationIcon.js.map +0 -1
  2308. package/components/Icons/AttachIcon.js.map +0 -1
  2309. package/components/Icons/DangerousIcon.js.map +0 -1
  2310. package/components/Icons/EmojiIcon.js.map +0 -1
  2311. package/components/Icons/RecommendationIcon.js.map +0 -1
  2312. package/components/Icons/SendIcon.js.map +0 -1
  2313. package/components/ImageViewer/index.js.map +0 -1
  2314. package/components/ImageViewer/styles.css.js.map +0 -1
  2315. package/components/InfiniteList/index.js.map +0 -1
  2316. package/components/InfiniteList/styles.css.js.map +0 -1
  2317. package/components/KeyboardDateTimePicker.js.map +0 -1
  2318. package/components/LabelsCounter/LabelsCounter.js.map +0 -1
  2319. package/components/LoadingIndicator/FullScreenLoadingIndicator.js.map +0 -1
  2320. package/components/LoadingIndicator/InlineLoadingIndicator.js.map +0 -1
  2321. package/components/LoadingIndicator/Loader.js.map +0 -1
  2322. package/components/LoadingIndicator/LoadingIndicator.css.js.map +0 -1
  2323. package/components/LoadingIndicator/LoadingIndicator.js.map +0 -1
  2324. package/components/LoadingIndicator/types.js.map +0 -1
  2325. package/components/MenuItem/index.js.map +0 -1
  2326. package/components/MiddleTruncate/MiddleTruncate.js.map +0 -1
  2327. package/components/MiddleTruncate/utils.js.map +0 -1
  2328. package/components/Modal/CorvaModal.css.js.map +0 -1
  2329. package/components/Modal/CorvaModal.js.map +0 -1
  2330. package/components/Modal/DcCorvaModal.js.map +0 -1
  2331. package/components/Modal/Modal.js.map +0 -1
  2332. package/components/Modal/types.js.map +0 -1
  2333. package/components/Notifications/Notifications.js.map +0 -1
  2334. package/components/Notifications/NotificationsContainer.js.map +0 -1
  2335. package/components/Notifications/Toast.js.map +0 -1
  2336. package/components/Notifications/Toast.styles.js.map +0 -1
  2337. package/components/OffsetWellButton/OffsetWellButton.js.map +0 -1
  2338. package/components/OffsetWellChips/Chip.js.map +0 -1
  2339. package/components/OffsetWellChips/ChipsContainer.js.map +0 -1
  2340. package/components/OffsetWellChips/icons/SubjectIcon.js.map +0 -1
  2341. package/components/OffsetWellMap/OffsetWellMap.js.map +0 -1
  2342. package/components/OffsetWellMap/OffsetWellMap.module.css.js.map +0 -1
  2343. package/components/OffsetWellMap/WellTooltip.js.map +0 -1
  2344. package/components/OffsetWellMap/WellTooltip.module.css.js.map +0 -1
  2345. package/components/OffsetWellMap/effects/usePreviousWells.js.map +0 -1
  2346. package/components/OffsetWellMap/utils.js.map +0 -1
  2347. package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js.map +0 -1
  2348. package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js.map +0 -1
  2349. package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js.map +0 -1
  2350. package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js.map +0 -1
  2351. package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js.map +0 -1
  2352. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js.map +0 -1
  2353. package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js.map +0 -1
  2354. package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js.map +0 -1
  2355. package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js.map +0 -1
  2356. package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js.map +0 -1
  2357. package/components/OffsetWellPickerV2/components/Filter/index.js.map +0 -1
  2358. package/components/OffsetWellPickerV2/components/Map/Map.css.js.map +0 -1
  2359. package/components/OffsetWellPickerV2/components/Map/Map.js.map +0 -1
  2360. package/components/OffsetWellPickerV2/components/Map/index.css.js.map +0 -1
  2361. package/components/OffsetWellPickerV2/components/Map/index.js.map +0 -1
  2362. package/components/OffsetWellPickerV2/components/Map/popup.css.js.map +0 -1
  2363. package/components/OffsetWellPickerV2/components/Map/popupGenerator.js.map +0 -1
  2364. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js.map +0 -1
  2365. package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js.map +0 -1
  2366. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js.map +0 -1
  2367. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js.map +0 -1
  2368. package/components/OffsetWellPickerV2/components/Table/index.js.map +0 -1
  2369. package/components/OffsetWellPickerV2/constants.js.map +0 -1
  2370. package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js.map +0 -1
  2371. package/components/OffsetWellPickerV2/effects/index.js.map +0 -1
  2372. package/components/OffsetWellPickerV2/utils/apiCalls.js.map +0 -1
  2373. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js.map +0 -1
  2374. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js.map +0 -1
  2375. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js.map +0 -1
  2376. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js.map +0 -1
  2377. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js.map +0 -1
  2378. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js.map +0 -1
  2379. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js.map +0 -1
  2380. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js.map +0 -1
  2381. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js.map +0 -1
  2382. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js.map +0 -1
  2383. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js.map +0 -1
  2384. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js.map +0 -1
  2385. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
  2386. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
  2387. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
  2388. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js.map +0 -1
  2389. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
  2390. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js.map +0 -1
  2391. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js.map +0 -1
  2392. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js.map +0 -1
  2393. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js.map +0 -1
  2394. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js.map +0 -1
  2395. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js.map +0 -1
  2396. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js.map +0 -1
  2397. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js.map +0 -1
  2398. package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js.map +0 -1
  2399. package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js.map +0 -1
  2400. package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js.map +0 -1
  2401. package/components/OffsetWellPickerV3/components/TabSelection/index.js.map +0 -1
  2402. package/components/OffsetWellPickerV3/components/WellHubView/index.js.map +0 -1
  2403. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js.map +0 -1
  2404. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js.map +0 -1
  2405. package/components/OffsetWellPickerV3/constants.js.map +0 -1
  2406. package/components/OffsetWellPickerV3/effects/index.js.map +0 -1
  2407. package/components/OffsetWellPickerV3/index.js.map +0 -1
  2408. package/components/OffsetWellPickerV3/utils/apiCalls.js.map +0 -1
  2409. package/components/OffsetWellPickerV4/OffsetWellPickerV4.js.map +0 -1
  2410. package/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js.map +0 -1
  2411. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js.map +0 -1
  2412. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js.map +0 -1
  2413. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js.map +0 -1
  2414. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js.map +0 -1
  2415. package/components/OffsetWellPickerV4/components/Filter/Filter.js.map +0 -1
  2416. package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js.map +0 -1
  2417. package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js.map +0 -1
  2418. package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js.map +0 -1
  2419. package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js.map +0 -1
  2420. package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js.map +0 -1
  2421. package/components/OffsetWellPickerV4/components/Filter/WellSection.js.map +0 -1
  2422. package/components/OffsetWellPickerV4/components/Map/WellsMap.js.map +0 -1
  2423. package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js.map +0 -1
  2424. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js.map +0 -1
  2425. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js.map +0 -1
  2426. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js.map +0 -1
  2427. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js.map +0 -1
  2428. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js.map +0 -1
  2429. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js.map +0 -1
  2430. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js.map +0 -1
  2431. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js.map +0 -1
  2432. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js.map +0 -1
  2433. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js.map +0 -1
  2434. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js.map +0 -1
  2435. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js.map +0 -1
  2436. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js.map +0 -1
  2437. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js.map +0 -1
  2438. package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js.map +0 -1
  2439. package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js.map +0 -1
  2440. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js.map +0 -1
  2441. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js.map +0 -1
  2442. package/components/OffsetWellPickerV4/constants.js.map +0 -1
  2443. package/components/OffsetWellPickerV4/effects/useAdvancedWells.js.map +0 -1
  2444. package/components/OffsetWellPickerV4/effects/useAssetsData.js.map +0 -1
  2445. package/components/OffsetWellPickerV4/effects/useBicWells.js.map +0 -1
  2446. package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js.map +0 -1
  2447. package/components/OffsetWellPickerV4/effects/useFetchWells.js.map +0 -1
  2448. package/components/OffsetWellPickerV4/effects/useFilterOptions.js.map +0 -1
  2449. package/components/OffsetWellPickerV4/effects/useFilteredWells.js.map +0 -1
  2450. package/components/OffsetWellPickerV4/effects/useSortedWells.js.map +0 -1
  2451. package/components/OffsetWellPickerV4/effects/useTableColumns.js.map +0 -1
  2452. package/components/OffsetWellPickerV4/utils/apiCalls.js.map +0 -1
  2453. package/components/OffsetWellPickerV4/utils/index.js.map +0 -1
  2454. package/components/OffsetWellPickerV4/utils/timePeriod.js.map +0 -1
  2455. package/components/OffsetWellPickerV4/utils/unitSystem.js.map +0 -1
  2456. package/components/PadModeSelect/PadModeSelect.js.map +0 -1
  2457. package/components/PadModeSelect/WellStreamActivityStatus.js.map +0 -1
  2458. package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js.map +0 -1
  2459. package/components/PadModeSelect/effects/useWellStreamsData.js.map +0 -1
  2460. package/components/PadModeSelect/types.js.map +0 -1
  2461. package/components/PadModeSelect/utils/initialDataFetcher.js.map +0 -1
  2462. package/components/PadModeSelect/utils/time.js.map +0 -1
  2463. package/components/PadOffsetsPicker/OffsetAssetChip.js.map +0 -1
  2464. package/components/PadOffsetsPicker/OffsetAssetsListExpander.js.map +0 -1
  2465. package/components/PadOffsetsPicker/PadOffsetsPicker.js.map +0 -1
  2466. package/components/PadOffsetsPicker/StagesSelector.js.map +0 -1
  2467. package/components/PadOffsetsPicker/index.js.map +0 -1
  2468. package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js.map +0 -1
  2469. package/components/PadOffsetsPickerV2/useDialogState.js.map +0 -1
  2470. package/components/ParameterCharts/AddEditTrack.css.js.map +0 -1
  2471. package/components/ParameterCharts/AddEditTrack.js.map +0 -1
  2472. package/components/ParameterCharts/ChartsContext.js.map +0 -1
  2473. package/components/ParameterCharts/DataContext.js.map +0 -1
  2474. package/components/ParameterCharts/ParameterCharts.css.js.map +0 -1
  2475. package/components/ParameterCharts/ParameterCharts.js.map +0 -1
  2476. package/components/ParameterCharts/SettingsContext.js.map +0 -1
  2477. package/components/ParameterCharts/components/ChartContainer.css.js.map +0 -1
  2478. package/components/ParameterCharts/components/ChartContainer.js.map +0 -1
  2479. package/components/ParameterCharts/components/Charts/EmptyChart.css.js.map +0 -1
  2480. package/components/ParameterCharts/components/Charts/EmptyChart.js.map +0 -1
  2481. package/components/ParameterCharts/components/Charts/LineChart.css.js.map +0 -1
  2482. package/components/ParameterCharts/components/Charts/LineChart.js.map +0 -1
  2483. package/components/ParameterCharts/components/Charts/options.js.map +0 -1
  2484. package/components/ParameterCharts/components/DataLoadingIndicator.js.map +0 -1
  2485. package/components/ParameterCharts/components/SingleChannelTrackSettings.js.map +0 -1
  2486. package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js.map +0 -1
  2487. package/components/ParameterCharts/components/Tooltip/CursorPositioner.js.map +0 -1
  2488. package/components/ParameterCharts/components/Tooltip/Tooltip.css.js.map +0 -1
  2489. package/components/ParameterCharts/components/Tooltip/Tooltip.js.map +0 -1
  2490. package/components/ParameterCharts/components/TraceHeader.css.js.map +0 -1
  2491. package/components/ParameterCharts/components/TraceHeader.js.map +0 -1
  2492. package/components/ParameterCharts/components/TraceSelect.js.map +0 -1
  2493. package/components/ParameterCharts/components/TraceSettings.css.js.map +0 -1
  2494. package/components/ParameterCharts/components/TraceSettings.js.map +0 -1
  2495. package/components/ParameterCharts/components/Track.css.js.map +0 -1
  2496. package/components/ParameterCharts/components/Track.js.map +0 -1
  2497. package/components/ParameterCharts/components/TrackSettings.css.js.map +0 -1
  2498. package/components/ParameterCharts/components/TrackSettings.js.map +0 -1
  2499. package/components/ParameterCharts/constants.js.map +0 -1
  2500. package/components/ParameterCharts/utils/dataParser.js.map +0 -1
  2501. package/components/PinnableFilters/PinnableFilters.css.js.map +0 -1
  2502. package/components/PinnableFilters/PinnableFilters.js.map +0 -1
  2503. package/components/PinnableFilters/components/FiltersToggler.js.map +0 -1
  2504. package/components/PinnableFilters/components/PinAppSwitch.js.map +0 -1
  2505. package/components/PinnableFilters/constants.js.map +0 -1
  2506. package/components/PinnableFilters/effects/index.js.map +0 -1
  2507. package/components/PinnableFilters/utils.js.map +0 -1
  2508. package/components/Popover/Popover.js.map +0 -1
  2509. package/components/Popper/Popper.js.map +0 -1
  2510. package/components/PostInput/PostInput.css.js.map +0 -1
  2511. package/components/PostInput/PostInput.js.map +0 -1
  2512. package/components/PostPreviewDialog/index.js.map +0 -1
  2513. package/components/PostPreviewDialog/styles.css.js.map +0 -1
  2514. package/components/PriceInput/FormattedNumber.js.map +0 -1
  2515. package/components/PriceInput/PriceInput.js.map +0 -1
  2516. package/components/RangeSlider/Input.css.js.map +0 -1
  2517. package/components/RangeSlider/RangeSlider.css.js.map +0 -1
  2518. package/components/RangeSlider/RangeSlider.js.map +0 -1
  2519. package/components/RangeSlider/constants.js.map +0 -1
  2520. package/components/RangeSlider/inputs/FromInput.js.map +0 -1
  2521. package/components/RangeSlider/inputs/ToInput.js.map +0 -1
  2522. package/components/RangeSlider/strategies/horizontal.js.map +0 -1
  2523. package/components/RangeSlider/strategies/vertical.js.map +0 -1
  2524. package/components/RangeSlider/utils.js.map +0 -1
  2525. package/components/RealTimeValuesSidebar/RealTimeSidebar.js.map +0 -1
  2526. package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js.map +0 -1
  2527. package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js.map +0 -1
  2528. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js.map +0 -1
  2529. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js.map +0 -1
  2530. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js.map +0 -1
  2531. package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js.map +0 -1
  2532. package/components/RealTimeValuesSidebar/SidebarFooter.js.map +0 -1
  2533. package/components/RealTimeValuesSidebar/SidebarTitle.js.map +0 -1
  2534. package/components/RealTimeValuesSidebar/enums.js.map +0 -1
  2535. package/components/ResizableTable/ResizableTable.js.map +0 -1
  2536. package/components/ResizableTable/ResizableTableCell.js.map +0 -1
  2537. package/components/ResizableTable/ResizableTableHeaderCell.js.map +0 -1
  2538. package/components/Search/Search.js.map +0 -1
  2539. package/components/Search/components/Groups.js.map +0 -1
  2540. package/components/Search/components/InputAdornmentLeft.js.map +0 -1
  2541. package/components/Search/components/Listbox.js.map +0 -1
  2542. package/components/Search/components/Paper.js.map +0 -1
  2543. package/components/Search/components/RecentSearches.js.map +0 -1
  2544. package/components/Search/context/index.js.map +0 -1
  2545. package/components/Search/styles.js.map +0 -1
  2546. package/components/Search/utils/truncate.js.map +0 -1
  2547. package/components/SearchInput/index.js.map +0 -1
  2548. package/components/Select/SelectFilterBy.js.map +0 -1
  2549. package/components/Select/index.js.map +0 -1
  2550. package/components/SettingEditors/ColorEditor/index.js.map +0 -1
  2551. package/components/SettingEditors/ColorEditor/style.css.js.map +0 -1
  2552. package/components/SettingEditors/DropdownEditor/index.js.map +0 -1
  2553. package/components/SettingEditors/RadioEditor/index.js.map +0 -1
  2554. package/components/SlateFormattedText/Constants.js.map +0 -1
  2555. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js.map +0 -1
  2556. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js.map +0 -1
  2557. package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js.map +0 -1
  2558. package/components/SlateFormattedText/Elements/VideoElement/style.css.js.map +0 -1
  2559. package/components/SlateFormattedText/RenderElements.js.map +0 -1
  2560. package/components/SlateFormattedText/SlateFormattedText.js.map +0 -1
  2561. package/components/SlateFormattedText/style.css.js.map +0 -1
  2562. package/components/SlateFormattedText/utils.js.map +0 -1
  2563. package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js.map +0 -1
  2564. package/components/StageDesignVActual/ComparisonBar/utils.js.map +0 -1
  2565. package/components/StageDesignVActual/ComparisonHeader.js.map +0 -1
  2566. package/components/StageDesignVActual/ComparisonRow.js.map +0 -1
  2567. package/components/StageDesignVActual/ComparisonTable.css.js.map +0 -1
  2568. package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js.map +0 -1
  2569. package/components/StageDesignVActual/ElementsComparison/utils.js.map +0 -1
  2570. package/components/StatusBadge/api.js.map +0 -1
  2571. package/components/StatusBadge/components/DQAccordionDetailsContent.js.map +0 -1
  2572. package/components/StatusBadge/components/DQAlertTooltip.js.map +0 -1
  2573. package/components/StatusBadge/components/DQAlertsTooltip.js.map +0 -1
  2574. package/components/StatusBadge/components/DQStatusIcon.js.map +0 -1
  2575. package/components/StatusBadge/components/DQUnvalidatedContent.js.map +0 -1
  2576. package/components/StatusBadge/components/ReportIssueModal.js.map +0 -1
  2577. package/components/StatusBadge/constants.js.map +0 -1
  2578. package/components/StatusBadge/index.js.map +0 -1
  2579. package/components/StatusBadge/styles.js.map +0 -1
  2580. package/components/StatusBadge/utils.js.map +0 -1
  2581. package/components/Stepper/Step.css.js.map +0 -1
  2582. package/components/Stepper/Step.js.map +0 -1
  2583. package/components/Stepper/Stepper.js.map +0 -1
  2584. package/components/Stepper/StepsWrapper.css.js.map +0 -1
  2585. package/components/Stepper/StepsWrapper.js.map +0 -1
  2586. package/components/Stepper/constants.js.map +0 -1
  2587. package/components/StyledMenuItem/index.js.map +0 -1
  2588. package/components/SwitchControl/index.js.map +0 -1
  2589. package/components/SwitchControl/style.css.js.map +0 -1
  2590. package/components/Table/TableCell/TableCell.js.map +0 -1
  2591. package/components/Table/TableContainer/TableContainer.js.map +0 -1
  2592. package/components/Table/TableSortLabel/TableSortLabel.js.map +0 -1
  2593. package/components/Table/TableToolbar/TableToolbar.js.map +0 -1
  2594. package/components/Tabs/Tab.js.map +0 -1
  2595. package/components/Tabs/Tabs.js.map +0 -1
  2596. package/components/Template/TemplatePopover/Styles.js.map +0 -1
  2597. package/components/Template/TemplatePopover/index.js.map +0 -1
  2598. package/components/Template/TemplateSharingDialog/ChipSelector.css.js.map +0 -1
  2599. package/components/Template/TemplateSharingDialog/ChipSelector.js.map +0 -1
  2600. package/components/Template/TemplateSharingDialog/UsersChipSelector.js.map +0 -1
  2601. package/components/Template/TemplateSharingDialog/index.js.map +0 -1
  2602. package/components/TextField/effects/index.js.map +0 -1
  2603. package/components/TextField/index.js.map +0 -1
  2604. package/components/TextLink/index.js.map +0 -1
  2605. package/components/Toaster/ToastContainer.js.map +0 -1
  2606. package/components/Toaster/Toaster.js.map +0 -1
  2607. package/components/Tooltip/MuiTooltipDcWrapper.js.map +0 -1
  2608. package/components/Tooltip/ScrollableTooltip.js.map +0 -1
  2609. package/components/Tooltip/Tooltip.js.map +0 -1
  2610. package/components/TracesEditModal/TracesEditModal.css.js.map +0 -1
  2611. package/components/TracesEditModal/TracesEditModal.js.map +0 -1
  2612. package/components/TracesEditModal/TracesEditModalContainer.js.map +0 -1
  2613. package/components/TruncatedText/index.js.map +0 -1
  2614. package/components/Typography.js.map +0 -1
  2615. package/components/UserCard/index.js.map +0 -1
  2616. package/components/UserCard/style.css.js.map +0 -1
  2617. package/components/UserCardPopover.js.map +0 -1
  2618. package/components/UserMention/constants.js.map +0 -1
  2619. package/components/UserMention/index.js.map +0 -1
  2620. package/components/UserMention/style.css.js.map +0 -1
  2621. package/components/UserMention/utils/index.js.map +0 -1
  2622. package/components/VirtualizedTable/CustomizeColumnsDialog.js.map +0 -1
  2623. package/components/VirtualizedTable/DraggableList.js.map +0 -1
  2624. package/components/VirtualizedTable/VirtualizedTable.js.map +0 -1
  2625. package/components/VirtualizedTable/index.js.map +0 -1
  2626. package/components/WellSummary/ActivitySummaryChart.js.map +0 -1
  2627. package/components/WellSummary/FracWirelineTimeChart.js.map +0 -1
  2628. package/components/WellSummary/WellSummaryItemLabel.js.map +0 -1
  2629. package/components/WellSummary/WellSummaryItemTitle.js.map +0 -1
  2630. package/components/WellSummary/WellSummaryItemValue.js.map +0 -1
  2631. package/components/WellSummary/effects/useWellSummaryData.js.map +0 -1
  2632. package/components/WellSummary/index.js.map +0 -1
  2633. package/components/WellSummary/utils.js.map +0 -1
  2634. package/components/index.js.map +0 -1
  2635. package/components/shared/useThrottledCallback.js.map +0 -1
  2636. package/config/extendNative.js.map +0 -1
  2637. package/config/highcharts/highcharts-contour.js.map +0 -1
  2638. package/config/highcharts/highcharts.js.map +0 -1
  2639. package/config/index.js.map +0 -1
  2640. package/config/initGlobalDependencies.js.map +0 -1
  2641. package/config/mapbox/index.js.map +0 -1
  2642. package/config/theme/accordionOverrides.js.map +0 -1
  2643. package/config/theme/buttonOverrides.js.map +0 -1
  2644. package/config/theme/checkboxOverrides.js.map +0 -1
  2645. package/config/theme/chipOverrides.js.map +0 -1
  2646. package/config/theme/dateTimePickerThemeOverrides.js.map +0 -1
  2647. package/config/theme/fabOverrides.js.map +0 -1
  2648. package/config/theme/formControlLabelOverrides.js.map +0 -1
  2649. package/config/theme/formGroupOverrides.js.map +0 -1
  2650. package/config/theme/index.js.map +0 -1
  2651. package/config/theme/lightThemePalette.mjs.js.map +0 -1
  2652. package/config/theme/palette.mjs.js.map +0 -1
  2653. package/config/theme/radioOverrides.js.map +0 -1
  2654. package/config/theme/tableOverrides.js.map +0 -1
  2655. package/config/theme/textFieldOverrides.js.map +0 -1
  2656. package/config/theme/themeVariables.mjs.js.map +0 -1
  2657. package/config/theme/toggleButtonsGroupOverrides.js.map +0 -1
  2658. package/config/theme/tooltipOverrides.js.map +0 -1
  2659. package/constants/accuracy.js.map +0 -1
  2660. package/constants/alerts.js.map +0 -1
  2661. package/constants/appPackages.js.map +0 -1
  2662. package/constants/apps.js.map +0 -1
  2663. package/constants/assetTypes.js.map +0 -1
  2664. package/constants/bha.js.map +0 -1
  2665. package/constants/casing.js.map +0 -1
  2666. package/constants/completion.js.map +0 -1
  2667. package/constants/componentsSettings.js.map +0 -1
  2668. package/constants/corvaCompanyId.js.map +0 -1
  2669. package/constants/dateTimeFormat.js.map +0 -1
  2670. package/constants/devcenter.js.map +0 -1
  2671. package/constants/drillstring.js.map +0 -1
  2672. package/constants/feed.js.map +0 -1
  2673. package/constants/goals.js.map +0 -1
  2674. package/constants/index.js.map +0 -1
  2675. package/constants/localStorageKeys.js.map +0 -1
  2676. package/constants/notifications.js.map +0 -1
  2677. package/constants/rigActivity.js.map +0 -1
  2678. package/constants/segment.js.map +0 -1
  2679. package/constants/sizes.js.map +0 -1
  2680. package/constants/subscriptions.js.map +0 -1
  2681. package/constants/theme.js.map +0 -1
  2682. package/constants/wellSummary.js.map +0 -1
  2683. package/effects/index.js.map +0 -1
  2684. package/effects/useDelayedDcFullscreenElemOpen.js.map +0 -1
  2685. package/effects/useDevCenterApp.js.map +0 -1
  2686. package/effects/useEscPress.js.map +0 -1
  2687. package/effects/useMatchAppContainerSize.js.map +0 -1
  2688. package/effects/useOutsideClick.js.map +0 -1
  2689. package/effects/useResizeObserver.js.map +0 -1
  2690. package/effects/useSharedDCStore.js.map +0 -1
  2691. package/effects/useSignedURL.js.map +0 -1
  2692. package/effects/useSubscriptions.js.map +0 -1
  2693. package/effects/useWellnessAlerts.js.map +0 -1
  2694. package/ext-esm/@material-ui/icons/esm/ExpandLess.js.map +0 -1
  2695. package/ext-esm/@material-ui/icons/esm/ExpandMore.js.map +0 -1
  2696. package/ext-esm/@material-ui/icons/esm/Map.js.map +0 -1
  2697. package/ext-esm/@material-ui/icons/esm/UnfoldLess.js.map +0 -1
  2698. package/ext-esm/@material-ui/icons/esm/UnfoldMore.js.map +0 -1
  2699. package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js.map +0 -1
  2700. package/ext-esm/style-inject/dist/style-inject.es.js.map +0 -1
  2701. package/hocs/index.js.map +0 -1
  2702. package/hocs/withMUIProvidersHOC.js.map +0 -1
  2703. package/index.js.map +0 -1
  2704. package/permissions/PermissionsContext.js.map +0 -1
  2705. package/permissions/ProvidePermissions.js.map +0 -1
  2706. package/permissions/constants/abilities.js.map +0 -1
  2707. package/permissions/constants/appsPermissions.js.map +0 -1
  2708. package/permissions/constants/index.js.map +0 -1
  2709. package/permissions/constants/settingsApps.js.map +0 -1
  2710. package/permissions/index.js.map +0 -1
  2711. package/permissions/usePermissions.js.map +0 -1
  2712. package/permissions/useProvidePermissions.js.map +0 -1
  2713. package/permissions/utils.js.map +0 -1
  2714. package/permissions/withPermissionsHOC.js.map +0 -1
  2715. package/styles/counter/counter.module.scss.js.map +0 -1
  2716. package/styles/counter/index.js.map +0 -1
  2717. package/styles/customScrollbars.global.css.js.map +0 -1
  2718. package/styles/emojiMart.global.css.js.map +0 -1
  2719. package/styles/generatedThemesVariables.global.css.js.map +0 -1
  2720. package/styles/globalStyles.js.map +0 -1
  2721. package/styles/index.global.css.js.map +0 -1
  2722. package/styles/index.js.map +0 -1
  2723. package/styles/lightbox.global.css.js.map +0 -1
  2724. package/styles/mapbox.global.css.js.map +0 -1
  2725. package/styles/reactVirtualized.global.css.js.map +0 -1
  2726. package/styles/typography/colors.module.scss.js.map +0 -1
  2727. package/styles/typography/index.js.map +0 -1
  2728. package/styles/typography/typography.module.scss.js.map +0 -1
  2729. package/utils/DrillstringUtils.js.map +0 -1
  2730. package/utils/FluidCheckUtils.js.map +0 -1
  2731. package/utils/StageDesignVActualUtils.js.map +0 -1
  2732. package/utils/accuracy.js.map +0 -1
  2733. package/utils/alerts.js.map +0 -1
  2734. package/utils/apps.js.map +0 -1
  2735. package/utils/audio.js.map +0 -1
  2736. package/utils/bha.js.map +0 -1
  2737. package/utils/casing/conversion.js.map +0 -1
  2738. package/utils/casing/index.js.map +0 -1
  2739. package/utils/casing/validation.js.map +0 -1
  2740. package/utils/chartSeries.js.map +0 -1
  2741. package/utils/completion.js.map +0 -1
  2742. package/utils/components.js.map +0 -1
  2743. package/utils/constants/units.js.map +0 -1
  2744. package/utils/convert.js.map +0 -1
  2745. package/utils/convertKeys.js.map +0 -1
  2746. package/utils/csvExport.js.map +0 -1
  2747. package/utils/dashboardReports.js.map +0 -1
  2748. package/utils/delay.js.map +0 -1
  2749. package/utils/devcenter.js.map +0 -1
  2750. package/utils/devcenterToasts.js.map +0 -1
  2751. package/utils/drillstring/conversion.js.map +0 -1
  2752. package/utils/drillstring/index.js.map +0 -1
  2753. package/utils/drillstring/schematic.js.map +0 -1
  2754. package/utils/drillstring/validation.js.map +0 -1
  2755. package/utils/env.js.map +0 -1
  2756. package/utils/feed.js.map +0 -1
  2757. package/utils/fileExtension.js.map +0 -1
  2758. package/utils/formatting.js.map +0 -1
  2759. package/utils/ga.js.map +0 -1
  2760. package/utils/goals.js.map +0 -1
  2761. package/utils/index.js.map +0 -1
  2762. package/utils/jsonaDataFormatter.js.map +0 -1
  2763. package/utils/lasParser.js.map +0 -1
  2764. package/utils/localStorage.js.map +0 -1
  2765. package/utils/main.js.map +0 -1
  2766. package/utils/mapUnits.js.map +0 -1
  2767. package/utils/mapbox.js.map +0 -1
  2768. package/utils/metrics/index.js.map +0 -1
  2769. package/utils/metrics/metricsConfig.js.map +0 -1
  2770. package/utils/metrics/utils.js.map +0 -1
  2771. package/utils/mobileDetect.js.map +0 -1
  2772. package/utils/nativeMessages.js.map +0 -1
  2773. package/utils/notificationToasts.js.map +0 -1
  2774. package/utils/notifications.js.map +0 -1
  2775. package/utils/permissions.js.map +0 -1
  2776. package/utils/reports.js.map +0 -1
  2777. package/utils/resolveWellHubSlug.js.map +0 -1
  2778. package/utils/sharedDCStore.js.map +0 -1
  2779. package/utils/themeVariables.js.map +0 -1
  2780. package/utils/time.js.map +0 -1
  2781. package/utils/torqueAndHookloadUtils.js.map +0 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),r=require("classnames"),i=require("prop-types"),t=require("lodash"),s=require("@material-ui/icons"),n=require("react/jsx-runtime");require("../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js"),require("../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js"),require("../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js"),require("../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js"),require("../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js"),require("../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js"),require("../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js"),require("../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js"),require("../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js"),require("../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js"),require("../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js"),require("../../../Modal/CorvaModal.js"),require("react"),require("uuid"),require("../../../IconMenu/index.js"),require("../../../StyledMenuItem/index.js"),require("../../../AppIcon/AppIcon.js"),require("../../../DevCenter/AppHeader/AppHeader.js"),require("../../../DevCenter/AppSideBar/AppSideBar.js"),require("../../../DevCenter/AppsDataProvider/AppsDataProvider.js"),require("@babel/runtime/helpers/slicedToArray"),require("@material-ui/core"),require("../../../Icons/AnnotationIcon.js"),require("../../../Annotations/components/AnnotationsList/index.js"),require("../../../Annotations/components/LastAnnotation/index.js"),require("../../../Annotations/AnnotationsContext.js"),require("../../../../utils/mobileDetect.js"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/regenerator"),require("querystring"),require("uuid/v1"),require("../../../../clients/jsonApi/index.js"),require("../../../../clients/subscriptions.js"),require("../../../../constants/goals.js"),require("../../../../constants/segment.js"),require("../../../../constants/alerts.js"),require("../../../../constants/apps.js"),require("../../../../constants/drillstring.js"),require("../../../../constants/completion.js"),require("../../../../constants/notifications.js"),require("../../../../constants/feed.js"),require("../../../../constants/bha.js"),require("../../../../utils/env.js"),require("../../../GradientManager/configuration/constants.js"),require("../../../../utils/index.js"),require("jsona"),require("../../../StatusBadge/constants.js"),require("@babel/runtime/helpers/toConsumableArray"),require("lodash/set"),require("lodash/get"),require("lodash/unset"),require("moment"),require("../../../../clients/api/apiCore.js"),require("../../../../clients/constants.js"),require("../../../HelpCenter/HelpCenterIcon.js"),require("../../../DevCenter/AppContext.js"),require("../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js"),require("../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js"),require("../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js"),require("../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js"),require("../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js"),require("@babel/runtime/helpers/objectWithoutProperties"),require("react-router"),require("rollbar"),require("@rollbar/react"),require("../../../DevCenter/NavigationBar/NavigationBar.js"),require("../../../DevCenter/SideBar/SideBar.js"),require("../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js"),require("../../../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js"),require("../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js"),require("../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js"),require("../../../AssetEditor/index.js"),require("../../../AssetEditorV2/index.js"),require("../../../AppVersionsSelect/AppVersionsSelect.js"),require("../../../LoadingIndicator/LoadingIndicator.js"),require("../../../Typography.js"),require("../../../RealTimeValuesSidebar/RealTimeSidebar.js"),require("../../../CollapsableSidebar.js"),require("../../../DateTimePicker/index.js"),require("../../../DatePicker/index.js"),require("../../../ErrorBoundary/ErrorBoundary.js"),require("../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js"),require("../../../SlateFormattedText/SlateFormattedText.js"),require("../../../SlateFormattedText/RenderElements.js"),require("@babel/runtime/helpers/typeof"),require("slate"),require("../../../EmptyState/EmptyState.js"),require("../../../ParameterCharts/ParameterCharts.js"),require("../../../ParameterCharts/AddEditTrack.js"),require("../../../ChartActionsList/ChartActionsList.js"),require("../../../CopyToClipboard/CopyToClipboard.js"),require("../../../AssetEditor/AssetEditorAutocomplete.js"),require("../../../AssetEditor/SingleAssetEditor.js"),require("../../../SettingEditors/ColorEditor/index.js"),require("../../../SettingEditors/DropdownEditor/index.js"),require("../../../SettingEditors/RadioEditor/index.js");var o=require("../../../SwitchControl/index.js");require("../../../ColorPicker/ColorPicker.js"),require("../../../Chart/components/ChartButton.js"),require("../../../Chart/components/ChartButtons.js"),require("../../../Chart/components/ChartWrapper.js"),require("../../../Chart/components/AxisDropdown.js"),require("../../../Chart/components/ChartSelect.js"),require("../../../Chart/components/buttons/DragToZoomButton.js"),require("../../../Chart/components/buttons/ZoomInButton.js"),require("../../../Chart/components/buttons/ZoomOutButton.js"),require("../../../Chart/components/buttons/PanButton.js"),require("../../../Chart/components/buttons/ResetZoomButton.js"),require("../../../Chart/components/buttons/HideAxesButton.js"),require("../../../Chart/components/buttons/ChartTypeButton.js"),require("../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js"),require("../../../TruncatedText/index.js"),require("../../../RangeSlider/RangeSlider.js"),require("../../../AdvancedSlider/AdvancedSlider.js"),require("../../../Breadcrumbs/index.js"),require("../../../VirtualizedTable/index.js"),require("../../../EmptyView/EmptyView.js"),require("../../../EmptyView/EmptyAppView/EmptyAppView.js");var a=require("../../../Button/index.js");require("../../../ContextMenuItem/index.js"),require("../../../FolderMenuItem/index.js"),require("../../../EditableItem/EditableItem/index.js"),require("../../../EditableItem/EditableItemWithBadge/index.js"),require("../../../Checkbox/index.js"),require("../../../FolderMenuItemWithLinks/index.js"),require("../../../IconButton/index.js"),require("../../../TextField/index.js"),require("../../../Chip/index.js"),require("../../../Counter/index.js"),require("../../../AnchorsList/AnchorsList.js"),require("../../../Select/index.js"),require("../../../Select/SelectFilterBy.js"),require("../../../CustomSelect/index.js"),require("../../../Tabs/Tabs.js"),require("../../../Tabs/Tab.js"),require("../../../ResizableTable/ResizableTable.js"),require("@material-ui/icons/Check"),require("@material-ui/icons/Close"),require("@material-ui/icons/Edit"),require("@material-ui/icons/Delete"),require("../../../GradientManager/GradientList.js"),require("@material-ui/icons/AddCircle"),require("../../../GradientManager/GradientPreview/GradientPreview.js"),require("../../../GradientManager/GradientSelect.styles.js"),require("../../../GradientPicker/GradientPicker.js"),require("../../../GradientManager/GradientManager.styles.js"),require("../../../Drillstring/BHASchematic.js"),require("../../../Drillstring/BHATable/index.js"),require("../../../Drillstring/BHAComponentIcon.js"),require("../../../Drillstring/BHAComponentDetail/index.js"),require("../../../Drillstring/BHATileIcon.js"),require("../../../Drillstring/BHATile/BHATile.js"),require("../../../Drillstring/BHAList/BHAList.js"),require("../../../Drillstring/BHAComponentsTable/BHAComponentsTable.js"),require("../../../Casing/CasingTable/index.js"),require("../../../Casing/CasingComponentIcon.js"),require("../../../Casing/CasingTileIcon.js"),require("../../../Casing/CasingTableV2/CasingTableV2.js"),require("../../../Casing/CasingTile/CasingTile.js"),require("../../../DisabledSettingsMessage/DisabledSettingsMessage.js"),require("../../../WellSummary/WellSummaryItemLabel.js"),require("../../../WellSummary/WellSummaryItemTitle.js"),require("../../../WellSummary/WellSummaryItemValue.js"),require("../../../WellSummary/ActivitySummaryChart.js"),require("../../../WellSummary/FracWirelineTimeChart.js"),require("../../../BICOffsetPickerDialog/index.js"),require("../../../OffsetWellButton/OffsetWellButton.js"),require("../../../OffsetWellPickerV2/OffsetWellPickerDialog.js"),require("../../../OffsetWellPickerV3/index.js"),require("../../../OffsetWellChips/Chip.js"),require("../../../OffsetWellChips/ChipsContainer.js"),require("../../OffsetWellPickerV4.js"),require("../../../OffsetWellMap/OffsetWellMap.js"),require("@material-ui/core/Snackbar"),require("../../../Notifications/Toast.js"),require("../../../Toaster/Toaster.js"),require("../../../ConfirmationDialog.js"),require("../../../TextLink/index.js"),require("../../../Avatar/index.js"),require("../../../Template/TemplatePopover/index.js"),require("../../../Template/TemplateSharingDialog/index.js"),require("../../../MenuItem/index.js"),require("../../../PadModeSelect/PadModeSelect.js"),require("../../../PinnableFilters/PinnableFilters.js"),require("../../../HeaderLayout/HeaderLayout.js"),require("../../../PadOffsetsPicker/PadOffsetsPicker.js"),require("../../../PadOffsetsPicker/OffsetAssetChip.js"),require("../../../PadOffsetsPicker/OffsetAssetsListExpander.js"),require("../../../PadOffsetsPicker/StagesSelector.js"),require("../../../PadOffsetsPickerV2/PadOffsetsPickerV2.js"),require("../../../Table/TableToolbar/TableToolbar.js"),require("../../../Table/TableContainer/TableContainer.js"),require("../../../Table/TableCell/TableCell.js"),require("../../../Tooltip/ScrollableTooltip.js"),require("../../../PriceInput/PriceInput.js"),require("../../../LabelsCounter/LabelsCounter.js"),require("../../../Stepper/Step.js"),require("../../../Stepper/StepsWrapper.js"),require("../../../Stepper/Stepper.js"),require("../../../Comment/CommentIcon/index.js"),require("../../../FilesLoader/FilesLoader.js"),require("../../../FilesLoader/Icons/FileIcon.js"),require("../../../SearchInput/index.js"),require("../../../FeedItem/FeedItem.js"),require("../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js"),require("../../../PostInput/PostInput.js"),require("../../../KeyboardDateTimePicker.js"),require("../../../AddComment/Popover.js"),require("../../../AddComment/Popup.js"),require("../../../StageDesignVActual/ComparisonBar/ComparisonBar.js"),require("../../../StageDesignVActual/ElementsComparison/ElementsComparison.js"),require("../../../StageDesignVActual/ComparisonHeader.js"),require("../../../StageDesignVActual/ComparisonRow.js"),require("../../../EmbeddedApp/DevCenterEmbeddedApp.js"),require("../../../EmbeddedApp/EmbeddedApp.js"),require("../../../Autocomplete/Autocomplete.js"),require("../../../DocumentViewer/DocumentViewer.js"),require("../../../ColorPickerPalette/ColorPickerPalette.js"),require("../../../Search/Search.js"),require("../../../Search/components/Listbox.js"),require("../../../Search/components/Paper.js"),require("../../../Search/components/RecentSearches.js"),require("../../../Search/components/InputAdornmentLeft.js"),require("../../../Search/components/Groups.js"),require("../../../StatusBadge/index.js"),require("../../../Attachment/index.js"),require("../../../EmojiIconButton.js"),require("../../../FileUploadIconButton.js"),require("../../../FilePreview/index.js"),require("../../../FailedFileUploading.js"),require("../../../UserMention/index.js"),require("../../../CommentsInfo/index.js"),require("../../../CommentInput/index.js"),require("../../../Comment/index.js"),require("../../../CommentLoader.js"),require("../../../AssetNameLabel/AssetStatusBadge.js"),require("../../../AssetEditorV2/components/PrimaryAssetSelect.js"),require("../../../AssetEditorV2/components/SecondaryAssetSelect.js"),require("../../../AssetEditorV2/components/SelectItem.js"),require("../../../AssetEditorV2/components/MultipleAssetsToggle.js");var u=require("../../constants.js"),l=require("./Toolbar.module.css.js");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=p(e),q=p(r),c=p(i),j=function(e){var r,i=e.isViewOnly,p=e.viewType,c=e.filters,j=e.setFilters,m=e.isFilterExpanded,C=e.setIsFilterExpanded,A=e.isMapHidden,b=e.setIsMapHidden;return n.jsxs("div",{className:q.default(l.controlGroup,(r={},d.default(r,l.controlGroupSmall,p===u.ViewType.small),d.default(r,l.controlGroupMobile,p===u.ViewType.mobile),r)),children:[n.jsxs(a,{"data-testid":"".concat("Toolbar","_filters"),startIcon:m?n.jsx(s.Sort,{}):n.jsx(s.FilterList,{}),classes:{root:l.filterButton},onClick:function(){return C((function(e){return!e}))},disabled:i,children:["Filters",!t.isEmpty(c)&&n.jsxs("div",{className:l.clearWrapper,onClick:function(e){e.stopPropagation(),j({})},children:[n.jsx(s.Close,{className:l.clearIcon}),n.jsx("span",{className:l.clearLabel,children:"Clear"})]})]}),n.jsx(o.SwitchControlComponent,{"data-testid":"".concat("Toolbar","_map"),rightLabel:"Map",color:"primary",checked:!A,onChange:function(e){return b(!e.target.checked)}})]})};j.propTypes={isViewOnly:c.default.bool.isRequired,viewType:c.default.string.isRequired,filters:c.default.shape({}).isRequired,setFilters:c.default.func.isRequired,isFilterExpanded:c.default.bool.isRequired,setIsFilterExpanded:c.default.func.isRequired,isMapHidden:c.default.bool.isRequired,setIsMapHidden:c.default.func.isRequired},exports.Toolbar=j;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".Toolbar-module_controlGroup__Lqxmj{align-items:center;display:flex;height:32px;justify-content:space-between;margin-bottom:16px;margin-top:4px;padding:0 40px;width:100%}.Toolbar-module_controlGroupSmall__nTBqG{height:auto;left:0;margin-top:0;padding:0;position:sticky}.Toolbar-module_controlGroupMobile__q0eD-{left:0;margin-top:0;padding:0 16px 0 0;position:sticky}.Toolbar-module_filterButton__4MZU9{background-color:var(--palette-background-b-8)!important;height:32px!important}.Toolbar-module_filterButton__4MZU9:hover{background-color:var(--palette-background-b-7)!important}.Toolbar-module_clearWrapper__3DEcS{align-items:center;color:var(--palette-primary-main);display:flex;gap:4px;margin-left:8px}.Toolbar-module_clearWrapper__3DEcS:hover{color:var(--palette-primary-light)}.Toolbar-module_clearIcon__UDHCn{font-size:16px!important}.Toolbar-module_clearLabel__k36NL{font-size:12px;font-weight:400;line-height:16px;text-transform:none}"),module.exports={controlGroup:"Toolbar-module_controlGroup__Lqxmj",controlGroupSmall:"Toolbar-module_controlGroupSmall__nTBqG",controlGroupMobile:"Toolbar-module_controlGroupMobile__q0eD-",filterButton:"Toolbar-module_filterButton__4MZU9",clearWrapper:"Toolbar-module_clearWrapper__3DEcS",clearIcon:"Toolbar-module_clearIcon__UDHCn",clearLabel:"Toolbar-module_clearLabel__k36NL"};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/toConsumableArray"),l=require("lodash");require("../../utils/index.js");var a=require("../../utils/metrics/metricsConfig.js");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o,s=r(e),i=r(t),n={none:"none",normal:"normal",small:"small screen",tablet:"tablet",mobile:"mobile"},_=a,p={status:"status",rig:"rigName",program:"programName",basin:"basin",county:"county",area:"area",formation:"formation",stringDesign:"stringDesign",radius:"radius",period:"period",sideTracks:"sideTracks",timeRangeFrom:"timeRangeFrom",timeRangeTo:"timeRangeTo"},u=[{value:p.rig,label:"Rig"},{value:p.program,label:"Program/BU"},{value:p.basin,label:"Basin"},{value:p.county,label:"County"},{value:p.area,label:"Area"},{value:p.formation,label:"Target Formation"},{value:p.stringDesign,label:"String Design"}],d={unknown:"unknown",idle:"idle",active:"active",paused:"paused",complete:"complete"},c=[{value:d.unknown,color:"#9E9E9E"},{value:d.idle,color:"#BDBDBD"},{value:d.active,color:"#95F126"},{value:d.paused,color:"#FFF350"},{value:d.complete,color:"#2196F3"}],E={name:"name",status:"status",rig:"rigName",distance:"distance",lastActive:"lastActive",metrics:"metrics",wellSection:"wellSection"},m=[{type:E.name,label:"Well Name",key:E.name,width:[280,197,197,186]},{type:E.status,label:"",key:E.status,width:[40,40,40,30]},{type:E.rig,label:"Rig",key:E.rig,width:[220,140,140,93]},{type:E.distance,label:"Distance",key:E.distance,width:[160,160,122,93]},{type:E.lastActive,label:"Last Active",key:E.lastActive,width:[140,140,108,98]},{type:E.metrics,label:"",key:"",width:[0,212,141,141]},{type:E.wellSection,label:"Well Section",key:E.wellSection,width:[180,131,131,97]}],g=l.sortBy([_.weight_to_weight_average,_.bottom_to_slips_average,_.drilling_connection_average,_.slips_to_bottom_average,_.hole_depth,_.hole_depth_change,_.drilled_feet_rotary,_.drilled_feet_slide,_.rop_gross,_.rop,_.rop_rotary,_.rop_slide,_.drilled_feet_rotary_percentage,_.drilled_feet_slide_percentage,_.on_bottom_percentage,_.on_bottom_time,_.cost_per_ft,_.cost_per_lat_ft,_.feet_per_day,_.tripping_in_speed_cased,_.tripping_in_speed_open,_.tripping_in_speed,_.tripping_out_speed_cased,_.tripping_out_speed_open,_.tripping_out_speed].concat(i.default("production"!==process.env.REACT_APP_ENVIRONMENT?[_.npt,_.circulating_time,_.spud_to_rig_release_time,_.spud_to_total_depth_time]:[])),"label"),b=(o={},s.default(o,n.small,0),s.default(o,n.mobile,52),s.default(o,n.none,48),s.default(o,n.tablet,48),s.default(o,n.normal,48),o);exports.ALL_SECTION_KEY="all",exports.ALL_SECTION_LABEL="All",exports.ANDROID_DEVICE="Android",exports.ColumnType=E,exports.DEFAULT_BIC_OFFSET_SIZE=50,exports.DEFAULT_LOCAL_OFFSET_SIZE=50,exports.DEFAULT_METRICS_KEY="hole_depth_change",exports.EXPANED_WELLNAME_WIDTH=450,exports.FilterOptions=u,exports.FilterType=p,exports.IOS_DEVICE="iOS",exports.LEAVE_TOUCH_DELAY=1e4,exports.MAX_METRICS_COUNT=3,exports.MAX_OFFSET_SIZE=1e3,exports.METRICS_LIST=g,exports.OBJECTIVE_PERIOD_LIST=[{value:"all",label:"All"},{value:"last12h",label:"Last 12 hrs"},{value:"last24h",label:"Last 24 hrs"},{value:"last7d",label:"Last 7 days"},{value:"lastMonth",label:"Last Month"},{value:"custom",label:"Сustom"}],exports.OTHER_DEVICE="other",exports.ROWS_PER_PAGE=50,exports.ROW_HEIGHT=60,exports.SMALL_SCREEN_HEIGHT=800,exports.SMALL_SCREEN_WIDTH=650,exports.StatusOptions=c,exports.TOP_GRADIENT_MAP=b,exports.TableColumns=m,exports.ViewType=n,exports.WINDOWS_PHONE="Window Phone",exports.WellSectionColors=["#6EACFF","#69B919","#E95DAF","#A77DFF","#77FFC1","#018EFE","#FF5D7E","#B9E310","#FFD111","#24BB8E","#C426F3"],exports.WellStatus=d;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/helpers/slicedToArray"),n=require("@babel/runtime/regenerator"),u=require("react"),a=require("lodash"),i=require("../../../utils/index.js"),c=require("../utils/apiCalls.js"),o=require("../constants.js");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=s(e),l=s(t),p=s(r),d=s(n);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){f.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 y=i.mapbox.getAssetV2Coordinates,h=i.mapbox.getDistanceByCoordinates,m=function(e){return Number.isFinite(e)?parseFloat(e.toFixed(2)):null};exports.useAdvancedWells=function(e,t,r,n,i,s){var b=u.useState(null),O=p.default(b,2),j=O[0],x=O[1],g=u.useState(null),w=p.default(g,2),E=w[0],P=w[1],q=u.useState(null),k=p.default(q,2),S=k[0],D=k[1],F=u.useRef({});function C(){return C=l.default(d.default.mark((function e(){var r,n,u;return d.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.find((function(e){return e.id===i})),(n=r&&y(r,"topHole"))||P(t),e.next=5,Promise.all(t.map(function(){var e=l.default(d.default.mark((function e(t){var r,u;return d.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,y(t,"topHole");case 3:if(!(r=e.sent)){e.next=13;break}return e.t0=parseFloat,e.next=8,h(n,r);case 8:return e.t1=e.sent,u=(0,e.t0)(e.t1),e.abrupt("return",v(v({},t),{},{distance:parseFloat(u.toFixed(2))}));case 13:return e.abrupt("return",t);case 14:e.next=19;break;case 16:return e.prev=16,e.t2=e.catch(0),e.abrupt("return",t);case 19:case"end":return e.stop()}}),e,null,[[0,16]])})));return function(t){return e.apply(this,arguments)}}()));case 5:u=e.sent,P(u);case 7:case"end":return e.stop()}}),e)}))),C.apply(this,arguments)}function _(e){return A.apply(this,arguments)}function A(){return(A=l.default(d.default.mark((function t(r){var n,u,i,o;return d.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,c.fetchMetricsData(e,r,s);case 2:n=t.sent,u={},i=a.groupBy(n,"asset_id"),r.forEach((function(e){var t,r=null===(t=i[e])||void 0===t?void 0:t.reduce((function(e,t){var r=a.get(t,"data.value"),n=a.get(t,"data.key");return v(v({},e),{},f.default({},n,m(r)))}),{});u[e]=r})),F.current=v(v({},F.current),u),o=[],S.forEach((function(e){o.push(v(v({},e),F.current[e.id]))})),x(o);case 10:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return u.useEffect((function(){t&&function(){C.apply(this,arguments)}()}),[t,i]),u.useEffect((function(){var e,t;E&&r&&n&&(e=r.filter((function(e){return e.value!==o.ALL_SECTION_KEY})),t=E.map((function(t){var r=e.filter((function(e){return(n[e.value]||[]).includes(t.id)})).map((function(e){return e.label}));return r.length>0?v(v({},t),{},f.default({},o.ColumnType.wellSection,r)):t})),D(t))}),[E,r,n]),u.useEffect((function(){if(S){var e=[];S.forEach((function(t){F.current[t.id]||e.push(t.id)})),_(e)}}),[S]),u.useEffect((function(){j&&_(j.map((function(e){return e.id})))}),[s]),j};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/helpers/slicedToArray"),n=require("@babel/runtime/regenerator"),u=require("react"),c=require("lodash"),a=require("../utils/apiCalls.js");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=o(e),i=o(t),f=o(r),l=o(n);function p(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?p(Object(r),!0).forEach((function(t){s.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var d=c.debounce((function(e){e()}),500);exports.useAssetsData=function(e,t,r,n,o){var p=u.useState([]),y=f.default(p,2),O=y[0],v=y[1],h=u.useState(!1),j=f.default(h,2),m=j[0],P=j[1],w=u.useState({}),g=f.default(w,2),q=g[0],x=g[1];return u.useEffect((function(){function u(){return(u=i.default(l.default.mark((function u(){var o,i;return l.default.wrap((function(u){for(;;)switch(u.prev=u.next){case 0:return u.prev=0,u.next=3,a.fetchAllAssets(e,t,r,n);case 3:o=u.sent,i=c.flatten(c.toPairs(q).filter((function(e){return+e[0]<+r})).map((function(e){return e[1]}))).concat(o),v(i),x((function(n){return b(b({},n),{},s.default({searchKey:e,assetType:t},r,o))})),P(!1),u.next=14;break;case 10:u.prev=10,u.t0=u.catch(0),console.error(u.t0),P(!1);case 14:case"end":return u.stop()}}),u,null,[[0,10]])})))).apply(this,arguments)}P(!0),d((function(){return u.apply(this,arguments)}))}),[e,t,r,n]),[m,u.useMemo((function(){var r=O.map((function(e){return b(b({},e),{},{checked:o.includes(e.redirectAssetId)})})).filter((function(r){return(!t||r.type===t)&&function(e,t){var r=(t||"").split(" ");return c.every(r,(function(t){return e.toLowerCase().includes(t||"")}))}(r.name,(e||"").toLowerCase())}));return Object.entries(c.groupBy(r,"type"))}),[e,O,t,o])]};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/toConsumableArray"),t=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/asyncToGenerator"),n=require("@babel/runtime/helpers/slicedToArray"),a=require("@babel/runtime/regenerator"),u=require("react"),l=require("lodash"),c=require("../utils/apiCalls.js"),o=require("../constants.js");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=s(e),f=s(t),p=s(r),b=s(n),d=s(a);function O(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?O(Object(r),!0).forEach((function(t){f.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}exports.useBicWells=function(e,t,r){var n=u.useState(null),a=b.default(n,2),s=a[0],O=a[1],L=u.useState(null),y=b.default(L,2),E=y[0],h=y[1];return u.useEffect((function(){var n,a,u=(n=p.default(d.default.mark((function e(){var n,a,u,s,p,b,L;return d.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,!t){e.next=7;break}return e.next=4,c.fetchOffsetWellSelections(t);case 4:e.t0=e.sent,e.next=8;break;case 7:e.t0=[];case 8:n=e.t0,a=!l.isEmpty(n)&&JSON.parse(n[0].data.filters),u=!l.isEmpty(n)&&n[0].data.result&&JSON.parse(n[0].data.result),a&&u?(s=a.filterTabs.map((function(e,t){return{value:e.value,label:e.name,color:o.WellSectionColors[t]}})),p=[],b=s.reduce((function(e,r){var n=r.value,a=l.uniq(u[n].concat(t));return p=p.concat(a),v(v({},e),{},f.default({},n,a))}),{}),b=v(v({},b),{},f.default({},o.ALL_SECTION_KEY,l.uniq(p))),L=r.map((function(e){return e.id})),b=Object.keys(b).reduce((function(e,t){return v(v({},e),{},f.default({},t,l.intersection(b[t],L)))}),{}),O([{value:o.ALL_SECTION_KEY,label:o.ALL_SECTION_LABEL}].concat(i.default(s))),h(b)):(O([{value:o.ALL_SECTION_KEY,label:o.ALL_SECTION_LABEL}]),h(f.default({},o.ALL_SECTION_KEY,[t]))),e.next=19;break;case 14:e.prev=14,e.t1=e.catch(0),console.error("offetwell selection fetch error: ",e.t1),O([]),h([]);case 19:case"end":return e.stop()}}),e,null,[[0,14]])}))),function(){return n.apply(this,arguments)}),s=(a=p.default(d.default.mark((function e(){var n,a,u,s;return d.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,c.fetchWellhubWells(t);case 3:n=e.sent,a=l.get(n[0],"data.offset_wells")||[],u=f.default({},o.ALL_SECTION_KEY,l.uniq(a.map((function(e){return e.id})).concat(t))),O([{value:o.ALL_SECTION_KEY,label:o.ALL_SECTION_LABEL}]),s=r.map((function(e){return e.id})),u=Object.keys(u).reduce((function(e,t){return v(v({},e),{},f.default({},t,l.intersection(u[t],s)))}),{}),h(u),e.next=17;break;case 12:e.prev=12,e.t0=e.catch(0),console.error("wellhub fetch error: ",e.t0),O([]),h([]);case 17:case"end":return e.stop()}}),e,null,[[0,12]])}))),function(){return a.apply(this,arguments)});t&&r&&(e?u():s())}),[e,t,r]),[s,O,E,h]};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/toConsumableArray"),r=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),n=require("@babel/runtime/regenerator"),s=require("react");require("../../../utils/index.js");var a=require("../../../constants/goals.js");require("../../../constants/segment.js"),require("../../../constants/alerts.js"),require("../../../constants/apps.js"),require("../../../constants/drillstring.js"),require("../../../constants/completion.js"),require("../../../constants/notifications.js"),require("../../../constants/feed.js"),require("../../../constants/bha.js"),require("../../../utils/env.js"),require("lodash"),require("../../GradientManager/configuration/constants.js");var u=require("../utils/apiCalls.js"),i=require("../constants.js"),o=require("../../../utils/goals.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=c(e),f=c(r),p=c(t),q=c(n);exports.useCompanyMetricKey=function(e,r){var t=s.useState([]),n=p.default(t,2),c=n[0],d=n[1];return s.useEffect((function(){function t(){return(t=f.default(q.default.mark((function r(){var t,n;return q.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,u.fetchCompanyGoals(e);case 2:t=r.sent,n=o.getCompanyGoalSetting(t,a.BENCHMARK_METRIC_GOAL),d(n?[n]:[]);case 5:case"end":return r.stop()}}),r)})))).apply(this,arguments)}r?d(r):e&&function(){t.apply(this,arguments)}()}),[e,r]),c.includes(i.DEFAULT_METRICS_KEY)||d((function(e){return[i.DEFAULT_METRICS_KEY].concat(l.default(e)).slice(0,3)})),[c,d]};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("@babel/runtime/regenerator"),n=require("react"),u=require("../utils/apiCalls.js");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=a(e),s=a(t),i=a(r);exports.useFetchWells=function(e,t){var r=n.useState(null),a=s.default(r,2),c=a[0],f=a[1];return n.useEffect((function(){function r(){return(r=l.default(i.default.mark((function r(){var n;return i.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(!e){r.next=6;break}return r.next=3,u.fetchWells(e,t);case 3:r.t0=r.sent,r.next=7;break;case 6:r.t0=null;case 7:n=r.t0,f(n);case 9:case"end":return r.stop()}}),r)})))).apply(this,arguments)}f(null),function(){r.apply(this,arguments)}()}),[e]),c};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/toConsumableArray"),r=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),u=require("../constants.js");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=n(e),l=n(r);exports.useFilterOptions=function(e){var r=t.useState([]),n=l.default(r,2),i=n[0],o=n[1];return t.useEffect((function(){if(e){var r=u.FilterOptions.map((function(r){var t=r.value,u=r.label,n=e.reduce((function(e,r){return"Null"===r[t]||e.includes(r[t])?e:[].concat(a.default(e),[r[t]])}),[]);return{value:t,label:u,options:[].concat(a.default(n.sort()),["Null"])}}));o(r)}}),[e]),i};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/typeof"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("lodash"),i=require("react"),u=require("../constants.js"),n=require("../utils/timePeriod.js");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=s(e),l=s(t);exports.useFilteredWells=function(e,t){var s=i.useState(null),o=l.default(s,2),c=o[0],f=o[1],d=/\sST0/g;return i.useEffect((function(){if(e){var i=e.filter((function(e){return Object.keys(t).every((function(r){return"object"!==a.default(t[r])||!(t[r].length>0&&!t[r].includes(e[r]))}))})),s=i;void 0!==t[u.FilterType.sideTracks]&&(s=i.filter((function(e){return!t[u.FilterType.sideTracks]||!e.name.match(d)})));var o=t.period,c=t.timeRangeFrom,m=t.timeRangeTo,b=n.getTimestampByPeriod(o,c,m),p=l.default(b,2),v=p[0],y=p[1],T=Number.isFinite(v)&&Number.isFinite(y)?s.filter((function(e){return e.lastActive>=v&&e.lastActive<=y})):s,q=t.radius,F=Number.isFinite(q)?T.filter((function(e){return e.distance<=q})):T;f(r.uniqBy(F,"id"))}}),[e,t]),c};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/helpers/toConsumableArray"),n=require("react"),u=require("lodash"),i=require("react-virtualized"),o=require("../constants.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=c(e),l=c(r),f=c(t);function s(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 d(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?s(Object(t),!0).forEach((function(r){a.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):s(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var p=function(e,r,t){var n=f.default(e),u=r===o.ColumnType.lastActive;return n.sort((function(e,n){return e[r]||0===e[r]&&!u?n[r]||0===n[r]&&!u?t===i.SortDirection.ASC?e[r]-n[r]:n[r]-e[r]:-1:1})),n};exports.useSortedWells=function(e,r,t,c,a){var f=n.useState(o.ColumnType.distance),s=l.default(f,2),b=s[0],y=s[1],O=n.useState(i.SortDirection.ASC),j=l.default(O,2),v=j[0],m=j[1],h=n.useState(null),P=l.default(h,2),S=P[0],g=P[1];return n.useEffect((function(){if(r&&!a){var n=t.map((function(e){return e.id})),i=t.filter((function(r){return r.id!==(null==e?void 0:e.id)})),o=p(i,b,v),l=r.filter((function(e){return!n.includes(e.id)})),f=p(l,b,v),s=(u.isEmpty(e)?[]:[e]).concat(o).concat(f).map((function(e){return t.find((function(r){return r.id===e.id}))?d(d({},e),{},{checked:!0}):d(d({},e),{},{checked:!1})}));g(s),c(!1)}}),[r,b,v,e,t,a]),[b,y,v,m,S]};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/toConsumableArray"),t=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),u=require("../constants.js");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=o(e),i=o(r),l=o(t);function a(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 s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?a(Object(t),!0).forEach((function(r){c.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}exports.useTableColumns=function(e){var r=n.useState(null),t=l.default(r,2),o=t[0],c=t[1];return n.useEffect((function(){if(e){var r=e.length<3?e.length:3,t=u.TableColumns.reduce((function(t,n){return n.type===u.ColumnType.metrics?e.reduce((function(e,t){return[].concat(i.default(e),[s(s({},n),{},{key:t,width:n.width[r]})])}),t):t.concat(s(s({},n),{},{width:n.width[r]}))}),[]);c(t)}}),[e]),o};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/toConsumableArray"),r=require("@babel/runtime/helpers/asyncToGenerator"),a=require("@babel/runtime/regenerator"),n=require("jsona"),s=require("lodash"),u=require("../../../clients/jsonApi/index.js"),i=require("../constants.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=l(e),o=l(t),p=l(r),f=l(a);function d(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 b(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?d(Object(r),!0).forEach((function(t){c.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):d(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var g=new(l(n).default);function m(){return(m=p.default(f.default.mark((function e(t,r){var a,n,i;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=null,e.prev=1,e.next=4,u.getAssets({types:["well"],company_id:t?+t:void 0,fields:["asset.name","asset.parent_asset_id","asset.parent_asset_name","asset.status","asset.stats","asset.target_formation","asset.string_design","asset.root_asset_name","asset.basin","asset.county","asset.area","asset.visibility","asset.top_hole","asset.settings","well.settings","asset.last_active_at"],per_page:1e4,sort:"name"});case 4:a=e.sent,e.next=10;break;case 7:e.prev=7,e.t0=e.catch(1),console.error(e.t0);case 10:if(n=a?a.data.map((function(e){return{id:Number(e.id),name:s.get(e,"attributes.name"),status:s.get(e,"attributes.status"),rigId:s.get(e,"attributes.parent_asset_id")||"Null",rigName:s.get(e,"attributes.parent_asset_name")||"Null",formation:s.get(e,"attributes.target_formation")||"Null",stringDesign:s.get(e,"attributes.string_design")||"Null",programName:s.get(e,"attributes.root_asset_name")||"Null",basin:s.get(e,"attributes.basin")||"Null",county:s.get(e,"attributes.county")||"Null",area:s.get(e,"attributes.area")||"Null",visibility:s.get(e,"attributes.visibility"),topHole:s.get(e,"attributes.top_hole"),rigReleaseDate:s.get(e,"attributes.stats.well_end"),totalDepth:s.get(e,"attributes.stats.total_depth"),is_usable:!0,apiNumber:s.get(e,"attributes.settings.api_number","-"),lastActive:new Date(s.get(e,"attributes.last_active_at")).getTime()/1e3}})).filter((function(e){return e.visibility.includes("visible")})):[],"function"!=typeof r){e.next=16;break}return e.next=14,r(n);case 14:return i=e.sent,e.abrupt("return",i);case 16:return e.abrupt("return",n);case 17:case"end":return e.stop()}}),e,null,[[1,7]])})))).apply(this,arguments)}function h(){return(h=p.default(f.default.mark((function e(t){return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",u.getAppStorage("corva","data.offset-wells.bic",t,{limit:1,sort:"{timestamp: -1}"}));case 1:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function v(){return(v=p.default(f.default.mark((function e(t){var r;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=null,e.prev=1,e.next=4,u.getAppStorage("corva","data.offset_wells",t,{limit:1});case 4:r=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",r||[]);case 11:case"end":return e.stop()}}),e,null,[[1,7]])})))).apply(this,arguments)}function y(){return(y=p.default(f.default.mark((function e(t){var r;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,u.getCompanyGoals(t);case 3:r=e.sent,e.next=9;break;case 6:e.prev=6,e.t0=e.catch(0),console.error(e.t0);case 9:return e.abrupt("return",r&&s.get(r,"company_goals")||{});case 10:case"end":return e.stop()}}),e,null,[[0,6]])})))).apply(this,arguments)}function _(){return _=p.default(f.default.mark((function e(t,r,a){var n,i,l;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(0!==r.length){e.next=2;break}return e.abrupt("return",[]);case 2:return n=Math.floor(r.length/200)+1,e.next=5,Promise.all(s.range(n).map(function(){var e=p.default(f.default.mark((function e(n,s){var i,l,c,o;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i={company_id:t,"data.asset_id":{$in:r.slice(200*s,200*(s+1))},"data.key":{$in:a},"data.type":"asset"},l={_id:0,"data.key":1,"data.value":1,asset_id:"$data.asset_id"},c={aggregate:JSON.stringify([{$match:i},{$project:l}])},o=null,e.prev=4,e.next=7,u.getAppStorage("corva","metrics",null,c);case 7:o=e.sent,e.next=13;break;case 10:e.prev=10,e.t0=e.catch(4),console.error(e.t0);case 13:return e.abrupt("return",o||[]);case 14:case"end":return e.stop()}}),e,null,[[4,10]])})));return function(t,r){return e.apply(this,arguments)}}()));case 5:return i=e.sent,l=[],i.forEach((function(e){return l.push.apply(l,o.default(e))})),e.abrupt("return",l);case 9:case"end":return e.stop()}}),e)}))),_.apply(this,arguments)}function w(e,t,r){return x.apply(this,arguments)}function x(){return(x=p.default(f.default.mark((function e(t,r,a){var n,s,l,c;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=["well.name","well.asset_id","well.settings","well.status","well.rigName","well.visibility"],s={company:a,search:t,per_page:i.ROWS_PER_PAGE,page:r,fields:n,sort:"name"},e.prev=2,e.next=5,u.getWells(s);case 5:l=e.sent,e.next=12;break;case 8:e.prev=8,e.t0=e.catch(2),console.error(e.t0),l=[];case 12:return c=g.deserialize(l),e.abrupt("return",c.map((function(e){return{redirectAssetId:e.asset_id,apiNumber:e.settings.api_number,name:e.name,asset_id:e.asset_id,status:e.status,rigName:e.rigName,visibility:e.visibility,type:"well"}})));case 14:case"end":return e.stop()}}),e,null,[[2,8]])})))).apply(this,arguments)}function k(e,t,r){return O.apply(this,arguments)}function O(){return(O=p.default(f.default.mark((function e(t,r,a){var n,l,c,o;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=["rig.name","rig.active_well","rig.asset_id"],l={company:a,search:t,per_page:i.ROWS_PER_PAGE,page:r,fields:n,sort:"name"},e.prev=2,e.next=5,u.getRigs(l);case 5:c=e.sent,e.next=12;break;case 8:e.prev=8,e.t0=e.catch(2),console.error(e.t0),c=[];case 12:return o=g.deserialize(c),e.abrupt("return",o.map((function(e){return b({redirectAssetId:s.get(e,["active_well","asset_id"])||null},e)})));case 14:case"end":return e.stop()}}),e,null,[[2,8]])})))).apply(this,arguments)}function j(){return j=p.default(f.default.mark((function e(t,r){var a,n,u,i,l,c=arguments;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=c.length>2&&void 0!==c[2]?c[2]:1,n=c.length>3?c[3]:void 0,"well"!==r){e.next=7;break}return e.next=5,w(t,a,n);case 5:return u=e.sent,e.abrupt("return",u);case 7:if("rig"!==r){e.next=12;break}return e.next=10,k(t,a,n);case 10:return i=e.sent,e.abrupt("return",i);case 12:return e.next=14,Promise.all([w(t,a,n),k(t,a,n)]);case 14:return l=e.sent,e.abrupt("return",s.concat.apply(void 0,o.default(l)));case 16:case"end":return e.stop()}}),e)}))),j.apply(this,arguments)}exports.fetchAllAssets=function(e,t){return j.apply(this,arguments)},exports.fetchCompanyGoals=function(e){return y.apply(this,arguments)},exports.fetchMetricsData=function(e,t,r){return _.apply(this,arguments)},exports.fetchOffsetWellSelections=function(e){return h.apply(this,arguments)},exports.fetchWellhubWells=function(e){return v.apply(this,arguments)},exports.fetchWells=function(e,t){return m.apply(this,arguments)};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/regenerator"),n=require("lodash"),a=require("../../../clients/jsonApi/index.js"),s=require("../../../utils/index.js"),u=require("../constants.js");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=o(e),c=o(t),p=o(r);function l(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 f(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){c.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 d=s.mapbox.getAssetV2Coordinates,b=s.mapbox.getDistanceByCoordinates;function O(e){return v.apply(this,arguments)}function v(){return(v=i.default(p.default.mark((function e(t){var r;return p.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=null,e.prev=1,e.next=4,a.getAssets({ids:t,fields:["asset.name","asset.top_hole","asset.settings"]});case 4:r=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",r?r.data.map((function(e){var t;return{id:Number(e.id),name:n.get(e,"attributes.name"),topHole:null!==(t=n.get(e,"attributes.top_hole"))&&void 0!==t?t:n.get(e,"attributes.settings.top_hole")}})):[]);case 11:case"end":return e.stop()}}),e,null,[[1,7]])})))).apply(this,arguments)}function y(){return y=i.default(p.default.mark((function e(t,r){var a,s,u,o;return p.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,O(t);case 2:if(a=e.sent,s=a.find((function(e){return e.id===r})),u=s&&d(s,"topHole")){e.next=7;break}return e.abrupt("return",a);case 7:return e.next=9,Promise.all(a.map(function(){var e=i.default(p.default.mark((function e(t){var r,n;return p.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,d(t,"topHole");case 3:if(!(r=e.sent)){e.next=13;break}return e.t0=parseFloat,e.next=8,b(u,r);case 8:return e.t1=e.sent,n=(0,e.t0)(e.t1),e.abrupt("return",f(f({},t),{},{distance:parseFloat(n.toFixed(2))}));case 13:return e.abrupt("return",t);case 14:e.next=19;break;case 16:return e.prev=16,e.t2=e.catch(0),e.abrupt("return",t);case 19:case"end":return e.stop()}}),e,null,[[0,16]])})));return function(t){return e.apply(this,arguments)}}()));case 9:return o=e.sent,e.abrupt("return",n.sortBy(o,"distance"));case 11:case"end":return e.stop()}}),e)}))),y.apply(this,arguments)}exports.getCoordinatedWells=function(e,t){return y.apply(this,arguments)},exports.getMobileOperatingSystem=function(){var e=navigator.userAgent||window.opera;return/windows phone/i.test(e)?u.WINDOWS_PHONE:/android/i.test(e)?u.ANDROID_DEVICE:/iPad|iPhone|iPod/.test(e)&&!window.MSStream?u.IOS_DEVICE:u.OTHER_DEVICE};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("moment"),u=require("../constants.js");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=t(e);exports.getTimestampByPeriod=function(e,t,r){var n,l=a.default().unix();return e===u.OBJECTIVE_PERIOD_LIST[1].value?n=a.default().subtract(12,"hours").unix():e===u.OBJECTIVE_PERIOD_LIST[2].value?n=a.default().subtract(24,"hours").unix():e===u.OBJECTIVE_PERIOD_LIST[3].value?n=a.default().subtract(7,"days").unix():e===u.OBJECTIVE_PERIOD_LIST[4].value?n=a.default().subtract(1,"month").unix():e===u.OBJECTIVE_PERIOD_LIST[5].value?(n=t,l=r):(n=null,l=null),[n,l]};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../utils/index.js");exports.getIsImperial=function(){return"imperial"===e.getUnitDescription(e.getUnitPreference("length")).system};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/toConsumableArray"),t=require("@babel/runtime/helpers/slicedToArray"),s=require("react"),r=require("prop-types"),a=require("lodash"),n=require("@material-ui/core"),o=require("../../constants/completion.js"),i=require("./WellStreamActivityStatus.js"),u=require("./types.js"),l=require("./effects/useWellStreamActivityTypeSubscription.js"),d=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var p=c(e),m=c(t),f=c(r),S=n.makeStyles({selectFormControl:{maxWidth:"320px",padding:"5px 8px",marginLeft:"auto"},padSelect:{fontSize:"14px","&:before":{borderBottom:0},"&:after":{borderBottom:0},"& .MuiSelect-root":{alignItems:"center",display:"flex"}},menuItem:{display:"flex",justifyContent:"space-between"},menuItemName:{textOverflow:"ellipsis",overflow:"hidden",width:"100%"}}),v=function(e){var t=e.completionAppType,r=e.padModeSetting,c=e.assets,f=e.onChange,v=e.disableActiveWellsInPadSelect,y=s.useState(!1),h=m.default(y,2),b=h[0],I=h[1],A=s.useRef(),M=S(),g=r.mode===u.PadMode.custom?"".concat(u.PadMode.custom,"--").concat(a.first(r.selectedAssets)):r.mode,x=s.useMemo((function(){return c.reduce((function(e,t){return[].concat(p.default(e),[{key:"".concat(u.PadMode.custom,"--").concat(t.id),label:"".concat(t.name),assetId:t.asset_id,wellId:t.id,status:t.status}])}),[])}),[c,t]),P=o.DEFAULT_SUPPORTED_PAD_MODES.concat(a.flatten(a.partition(x,{status:u.AssetStatus.active}))),q=function(e){var t=e.split("--"),s=m.default(t,2),r=s[0],a=s[1],n={mode:r};r===u.PadMode.custom&&(n.mode=u.PadMode.custom,n.selectedAssets=[parseInt(a,10)]),f(n)},j=function(e){return r.mode===u.PadMode.custom&&+a.first(r.selectedAssets)==+e||b},O=P.find((function(e){return e.key===g}));null!=O&&O.assetId&&(A.current=null==O?void 0:O.assetId);var C=l.useWellStreamActivityTypeSubscription({currentWellId:A.current,isStatusShown:!0,withSubscription:!0});return d.jsx(n.FormControl,{classes:{root:M.selectFormControl},children:g&&d.jsx(n.Select,{value:g,onChange:function(e){return q(e.target.value)},inputProps:{name:"padModeSelect",id:"pad-mode-select"},className:M.padSelect,onClose:function(){return I(!1)},onOpen:function(){return I(!0)},MenuProps:{anchorOrigin:{vertical:"top",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"}},children:P.map((function(e){var t,s=e.key,r=e.label,a=e.assetId,l=e.wellId,c=e.status,p=j(l)&&c===u.AssetStatus.active;return d.jsxs(n.MenuItem,{value:s,className:M.menuItem,disabled:v&&c!==u.AssetStatus.active&&s!==o.COMPLETION_MODES.pad,children:[d.jsx("span",{className:M.menuItemName,children:r}),p&&d.jsx(i,{isStatusShown:j(l),currentWellId:a,subData:(null===(t=A.current)||void 0===t?void 0:t.assetId)===s?C:void 0})]},s)}))})})};v.propTypes={padModeSetting:f.default.shape({mode:f.default.string,selectedAssets:f.default.arrayOf(f.default.string)}),assets:f.default.arrayOf(f.default.shape()),completionAppType:f.default.string.isRequired,onChange:f.default.func.isRequired},v.defaultProps={padModeSetting:{},assets:[]},module.exports=v;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("lodash"),r=require("@material-ui/core"),i=require("./effects/useWellStreamActivityTypeSubscription.js"),o=r.makeStyles((function(e){return{chipRoot:{"&.MuiChip-root":{height:12,padding:"2px 8px",fontSize:10,backgroundColor:"".concat(e.palette.success.bright," !important"),marginLeft:4,"&:hover":{"& .MuiChip-label":{color:e.palette.background.b1}},"& .MuiChip-label":{color:e.palette.background.b1,padding:0,fontWeight:500,"&:hover":{color:e.palette.background.b1}}}}}}));module.exports=function(l){var u,a=l.isStatusShown,n=l.currentWellId,s=l.subData,c=o(),p=i.useWellStreamActivityTypeSubscription({currentWellId:n,isStatusShown:a}),d=s||p;return a&&n?t.isEmpty(d)?null:e.jsx(r.Chip,{label:null===(u=null==d?void 0:d.streamType)||void 0===u?void 0:u.toUpperCase(),classes:{root:c.chipRoot}}):null};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require('./../../../ext-esm/tslib/tslib.es6.js'),e=require("react"),i=require("../../../clients/index.js"),a=require("./useWellStreamsData.js"),s=require("../utils/initialDataFetcher.js"),r={provider:"corva",collection:"completion.wits",event:"",params:{fields:"timestamp,collection,asset_id",limit:1,sort:"{ timestamp: -1 }"}},n={provider:"corva",collection:"wireline.wits",event:"",params:{fields:"timestamp,collection,asset_id,data.state",limit:1,sort:"{ timestamp: -1 }"}};exports.useWellStreamActivityTypeSubscription=function(c){var o=c.currentWellId,u=c.isStatusShown,l=c.withSubscription,m=e.useState({timestamp:0}),p=m[0],f=m[1],d=e.useState({timestamp:0}),_=d[0],v=d[1],h=e.useRef([]),S=a({isStatusShown:u,currentWellId:o,wirelineData:p,fracData:_}),b=function(e){var i=e.data[0]||{},a=i.collection,s=i.timestamp,c=i.data,o=i.stage_number;s&&(a===n.collection?f((function(e){return t.__assign(t.__assign({},e),{timestamp:s,stageNumber:o,data:c})})):a===r.collection&&v((function(e){return t.__assign(t.__assign({},e),{timestamp:s})})))},g=function(e,a){var s=t.__assign(t.__assign({},a),{assetId:e}),r=i.socketClient.subscribe(s,{onDataReceive:b});h.current.push(r)};return e.useLayoutEffect((function(){if(o){var t=s.initialDataFetcher(r),e=s.initialDataFetcher(n),i=[t(o),e(o)];return l&&(g(o,r),g(o,n)),Promise.all(i).then((function(t){t.forEach((function(t){b({data:t})}))})),function(){h.current.forEach((function(t){return t()})),h.current=[],f({timestamp:0}),v({timestamp:0})}}}),[o]),S};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),r=require("../types.js"),t=require("../utils/time.js"),a={timestamp:0};module.exports=function(i){var m=i.isStatusShown,u=i.currentWellId,s=i.wirelineData,n=i.fracData;return e.useMemo((function(){if(!m||!n||!s)return{};var e=(n||a).timestamp,i=(s||a).timestamp,p=t.getCurrentTimestamp();if(p-e>60&&p-i>60)return{};var c=p-e<=60,l=p-i<=60;if(!c&&!l)return{};var y=r.StreamType.Frac;return y=c!==l?c?r.StreamType.Frac:r.StreamType.Wireline:e<i?r.StreamType.Frac:r.StreamType.Wireline,Math.abs(e-i)<=5&&(y=r.StreamType.Frac),{wellId:u,streamType:y}}),[s,n,m])};
@@ -0,0 +1 @@
1
+ "use strict";var e;Object.defineProperty(exports,"__esModule",{value:!0}),exports.StreamType=void 0,(e=exports.StreamType||(exports.StreamType={})).Frac="Frac",e.Wireline="WL",exports.AssetStatus=void 0,(exports.AssetStatus||(exports.AssetStatus={})).active="active",exports.PadMode=void 0,(exports.PadMode||(exports.PadMode={})).custom="custom";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../../ext-esm/tslib/tslib.es6.js'),t=require("../../../clients/jsonApi/index.js");exports.initialDataFetcher=function(r){return function(s,n){return e.__awaiter(this,void 0,void 0,(function(){var i,a;return e.__generator(this,(function(o){switch(o.label){case 0:i=null,o.label=1;case 1:return o.trys.push([1,3,,4]),[4,t.getAppStorage(r.provider,r.collection,s,e.__assign(e.__assign({},r.params),{query:n?"{timestamp#lt#".concat(n,"}"):null,sort:"{timestamp: -1}",limit:1}))];case 2:return i=o.sent(),[3,4];case 3:return a=o.sent(),console.error(a),[3,4];case 4:return[2,i]}}))}))}};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.getCurrentTimestamp=function(){return Math.round((new Date).getTime()/1e3)};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),i=require("@material-ui/core"),l=require("@material-ui/icons"),t=require("react/jsx-runtime"),r=i.makeStyles({chipRoot:{height:"20px",margin:"4px"},chipDeleteIcon:{fontSize:"14px"}}),o=function(e){var o=e.children,n=e.handleDelete,a=e.handleClick,s=e.disabled,c=e.tooltipText,d=r();return t.jsx(i.Tooltip,{title:c,disableFocusListener:s,disableHoverListener:s,disableTouchListener:s,children:t.jsx(i.Chip,{"data-not-migrated-MuiChip":!0,color:"primary",label:o,size:"small",classes:{root:d.chipRoot,deleteIcon:d.chipDeleteIcon},deleteIcon:t.jsx(l.Clear,{}),onDelete:n,onClick:a,clickable:!s})})};o.propTypes={children:e.string.isRequired,handleDelete:e.func,handleClick:e.func,disabled:e.bool,tooltipText:e.string},o.defaultProps={handleDelete:null,handleClick:null,disabled:!1,tooltipText:""},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),i=require("@material-ui/icons"),s=require("react/jsx-runtime"),o=function(e){var o=e.offsetCount,u=e.handleClick,n=e.isExpanded;return s.jsxs(r.Button,{onClick:u,size:"small",disabled:0===o,children:["Offset Wells (",o,")",n?s.jsx(i.ArrowDropUp,{}):s.jsx(i.ArrowDropDown,{})]})};o.propTypes={offsetCount:e.number.isRequired,isExpanded:e.bool.isRequired,handleClick:e.func.isRequired},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/toConsumableArray"),t=require("@babel/runtime/helpers/defineProperty"),n=require("react"),r=require("prop-types"),a=require("use-tiny-state-machine"),s=require("lodash"),i=require("jsona"),l=require("@material-ui/core"),c=require("@material-ui/icons"),u=require("../../clients/jsonApi/index.js"),d=require("react/jsx-runtime");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=o(e),p=o(t),m=o(r),h=o(a);function S(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 g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?S(Object(n),!0).forEach((function(t){p.default(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var E=new(o(i).default),b=l.makeStyles({fabSmallBtn:{width:24,height:24,minHeight:24,margin:"0 6px 0 1px"},fabSmallBtnIcon:{width:20,height:20},dialogPaper:{width:"75%",maxWidth:420}});var I={id:"requests",initial:"idle",context:{padsData:[],wellsData:[],lastStage:[],error:null,companyId:0},states:{idle:{on:{FETCH_PADS:{target:"pending",action:function(e){var t=e.dispatch,n=e.context;u.getPads({fields:["pad.name","pad.wells"],sort:"name",per_page:1e3,company:n.companyId}).then((function(e){return E.deserialize(e)})).then((function(e){return e.filter((function(e){return!s.isEmpty(s.get(e,"wells"))}))})).then((function(e){return t("PADS_REQUEST_SUCCESS",e)})).catch((function(e){return t("FAILURE",e)}))}}}},pending:{on:{PADS_REQUEST_SUCCESS:{target:"success",beforeStateChange:function(e,t){return(0,e.updateContext)((function(e){return g(g({},e),{},{padsData:t})}))}},FAILURE:{target:"failure",beforeStateChange:function(e,t){throw new Error(t.message)}}}},success:{on:{FETCH_WELLS:{target:"success",action:function(e,t){(0,e.dispatch)("WELLS_REQUEST_SUCCESS",t.reduce((function(e,t){return e.concat(t.wells)}),[]))}},WELLS_REQUEST_SUCCESS:{target:"success",beforeStateChange:function(e,t){return(0,e.updateContext)((function(e){return g(g({},e),{},{wellsData:t})}))}}}}}},x={id:"dialog",initial:"closed",context:{selectedPadIds:[],selectedWellIds:[]},states:{closed:{on:{OPEN_DIALOG:{target:"open",beforeStateChange:function(e,t){var n=e.updateContext,r=t.currentWellIds,a=t.padsData,i=[];return s.isEmpty(r)||a.forEach((function(e){e.wells.forEach((function(t){r.includes(t.asset_id)&&!i.includes(e.id)&&i.push(e.id)}))})),n((function(e){return g(g({},e),{},{selectedPadIds:[].concat(i),selectedWellIds:f.default(r)})}))}}}},open:{on:{CLOSE_DIALOG:{target:"closed",beforeStateChange:function(e){return(0,e.updateContext)((function(e){return g(g({},e),{},{selectedPadIds:[],selectedWellIds:[]})}))}},SET_PAD_ID:{target:"open",beforeStateChange:function(e,t){var n=e.updateContext,r=t.selectedPadIds,a=t.currentWellIds,i=t.padsData,l=[];return s.isEmpty(a)||i.forEach((function(e){e.wells.forEach((function(t){r.includes(e.id)&&a.includes(t.asset_id)&&l.push(t.asset_id)}))})),n((function(e){return g(g({},e),{},{selectedPadIds:r,selectedWellIds:[].concat(l)})}))}},SET_WELL_ID:{target:"open",beforeStateChange:function(e,t){return(0,e.updateContext)((function(e){return g(g({},e),{},{selectedWellIds:t})}))}}}}}},y=function(e){var t=e.onSave,r=e.currentOffsetSetting,a=e.assets,i=e.companyId,u=b(),o=h.default(I),f=o.state,p=o.dispatch,m=o.context,S=h.default(x),g=S.state,E=S.dispatch,y=S.context,C=n.useMemo((function(){return s.isEmpty(r)&&!s.isEmpty(a)?a.map((function(e){return e.asset_id})):r.map((function(e){return e.selectedWellId}))}),[r,a]),j=function(){return E("CLOSE_DIALOG")},D=y.selectedPadIds,_=y.selectedWellIds;n.useEffect((function(){m.companyId=i,p("FETCH_PADS")}),[]),n.useEffect((function(){if(!s.isEmpty(D)){var e=m.padsData.filter((function(e){return D.includes(e.id)}));p("FETCH_WELLS",e)}}),[D]);var O=new Set(a.map((function(e){return Number(e.asset_id)})));return d.jsxs("div",{children:[d.jsx(l.Fab,{size:"small",color:"primary",classes:{sizeSmall:u.fabSmallBtn},onClick:function(){return E("OPEN_DIALOG",{currentWellIds:C,padsData:m.padsData})},disabled:"success"!==f,children:d.jsx(c.Add,{className:u.fabSmallBtnIcon})}),"success"===f&&d.jsxs(l.Dialog,{open:"open"===g,onBackdropClick:j,classes:{paper:u.dialogPaper},children:[d.jsx(l.DialogTitle,{children:"Offset Wells"}),d.jsxs(l.DialogContent,{children:[d.jsxs(l.FormControl,{margin:"normal",fullWidth:!0,required:!0,children:[d.jsx(l.InputLabel,{htmlFor:"pad-select",shrink:!s.isEmpty(D),children:"Pad"}),d.jsx(l.Select,{multiple:!0,inputProps:{name:"pads",id:"pad-select"},value:D,onChange:function(e){return E("SET_PAD_ID",{selectedPadIds:e.target.value,currentWellIds:C,padsData:m.padsData})},renderValue:function(e){return"".concat(e.length," selected")},children:m.padsData.map((function(e){return d.jsxs(l.MenuItem,{value:e.id,children:[d.jsx(l.Checkbox,{checked:D.includes(e.id)}),d.jsx(l.ListItemText,{primary:e.name})]},e.id)}))})]}),d.jsxs(l.FormControl,{margin:"normal",disabled:s.isEmpty(D),fullWidth:!0,required:!0,children:[d.jsx(l.InputLabel,{htmlFor:"wells",shrink:!s.isEmpty(_),children:"Well"}),d.jsx(l.Select,{multiple:!0,inputProps:{name:"wells",id:"well-select"},value:_,onChange:function(e){return E("SET_WELL_ID",e.target.value)},renderValue:function(e){return"".concat(e.length," selected")},children:m.wellsData.map((function(e){var t=O.has(e.asset_id);return d.jsxs(l.MenuItem,{value:e.asset_id,disabled:t,children:[d.jsx(l.Checkbox,{checked:_.includes(e.asset_id)}),d.jsx(l.ListItemText,{primary:e.name})]},e.id)}))})]})]}),d.jsxs(l.DialogActions,{children:[d.jsx(l.Button,{onClick:j,children:"Cancel"}),d.jsx(l.Button,{variant:"contained",color:"primary",disabled:s.isEmpty(_),onClick:function(){var e=m.wellsData.filter((function(e){return _.includes(e.asset_id)})).map((function(e){var t=r.find((function(t){return t.selectedWellId===Number(e.asset_id)}));return t||{selectedWellId:Number(e.asset_id),selectedWellName:e.name,selectedWellStatus:e.status,selectedStages:[],stages:{}}}));j(),t(e)},children:"Save"})]})]})]})};y.propTypes={currentOffsetSetting:m.default.arrayOf(m.default.shape({})).isRequired,onSave:m.default.func.isRequired,companyId:m.default.string.isRequired,assets:m.default.arrayOf(m.default.shape({})).isRequired},module.exports=y;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("react"),t=require("prop-types"),i=require("use-tiny-state-machine"),n=require("lodash"),s=require("@material-ui/core"),o=require("../../clients/jsonApi/index.js"),a=require("react/jsx-runtime");require("../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js"),require("../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js"),require("../DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js"),require("../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js"),require("../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js"),require("../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js"),require("../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js"),require("../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js"),require("../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js"),require("../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js"),require("../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js"),require("../Modal/CorvaModal.js"),require("uuid"),require("../IconMenu/index.js"),require("../StyledMenuItem/index.js"),require("../AppIcon/AppIcon.js"),require("../DevCenter/AppHeader/AppHeader.js"),require("../DevCenter/AppSideBar/AppSideBar.js"),require("../DevCenter/AppsDataProvider/AppsDataProvider.js"),require("@babel/runtime/helpers/slicedToArray"),require("classnames"),require("@material-ui/icons"),require("../Icons/AnnotationIcon.js"),require("../Annotations/components/AnnotationsList/index.js"),require("../Annotations/components/LastAnnotation/index.js"),require("../Annotations/AnnotationsContext.js"),require("../../utils/mobileDetect.js"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/regenerator"),require("querystring"),require("uuid/v1"),require("../../clients/subscriptions.js"),require("../../constants/goals.js"),require("../../constants/segment.js"),require("../../constants/alerts.js"),require("../../constants/apps.js"),require("../../constants/drillstring.js"),require("../../constants/completion.js"),require("../../constants/notifications.js"),require("../../constants/feed.js"),require("../../constants/bha.js"),require("../../utils/env.js"),require("../GradientManager/configuration/constants.js"),require("../../utils/index.js"),require("jsona"),require("../StatusBadge/constants.js"),require("@babel/runtime/helpers/toConsumableArray"),require("lodash/set"),require("lodash/get"),require("lodash/unset"),require("moment"),require("../../clients/api/apiCore.js"),require("../../clients/constants.js"),require("../HelpCenter/HelpCenterIcon.js"),require("../DevCenter/AppContext.js"),require("../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js"),require("../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js"),require("../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js"),require("../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js"),require("../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js"),require("@babel/runtime/helpers/objectWithoutProperties"),require("react-router"),require("rollbar"),require("@rollbar/react"),require("../DevCenter/NavigationBar/NavigationBar.js"),require("../DevCenter/SideBar/SideBar.js"),require("../DevCenter/AppSettingsPopover/AppSettingsPopover.js"),require("../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js"),require("../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js"),require("../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js"),require("../AssetEditor/index.js"),require("../AssetEditorV2/index.js"),require("../AppVersionsSelect/AppVersionsSelect.js"),require("../LoadingIndicator/LoadingIndicator.js"),require("../Typography.js"),require("../RealTimeValuesSidebar/RealTimeSidebar.js"),require("../CollapsableSidebar.js"),require("../DateTimePicker/index.js"),require("../DatePicker/index.js"),require("../ErrorBoundary/ErrorBoundary.js"),require("../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js"),require("../SlateFormattedText/SlateFormattedText.js"),require("../SlateFormattedText/RenderElements.js"),require("@babel/runtime/helpers/typeof"),require("slate"),require("../EmptyState/EmptyState.js"),require("../ParameterCharts/ParameterCharts.js"),require("../ParameterCharts/AddEditTrack.js"),require("../ChartActionsList/ChartActionsList.js"),require("../CopyToClipboard/CopyToClipboard.js"),require("../AssetEditor/AssetEditorAutocomplete.js"),require("../AssetEditor/SingleAssetEditor.js"),require("../SettingEditors/ColorEditor/index.js"),require("../SettingEditors/DropdownEditor/index.js"),require("../SettingEditors/RadioEditor/index.js"),require("../SwitchControl/index.js"),require("../ColorPicker/ColorPicker.js"),require("../Chart/components/ChartButton.js"),require("../Chart/components/ChartButtons.js"),require("../Chart/components/ChartWrapper.js"),require("../Chart/components/AxisDropdown.js"),require("../Chart/components/ChartSelect.js"),require("../Chart/components/buttons/DragToZoomButton.js"),require("../Chart/components/buttons/ZoomInButton.js"),require("../Chart/components/buttons/ZoomOutButton.js"),require("../Chart/components/buttons/PanButton.js"),require("../Chart/components/buttons/ResetZoomButton.js"),require("../Chart/components/buttons/HideAxesButton.js"),require("../Chart/components/buttons/ChartTypeButton.js"),require("../ColorPicker/PaletteChromePicker/PaletteChromePicker.js"),require("../TruncatedText/index.js"),require("../RangeSlider/RangeSlider.js"),require("../AdvancedSlider/AdvancedSlider.js"),require("../Breadcrumbs/index.js"),require("../VirtualizedTable/index.js"),require("../EmptyView/EmptyView.js"),require("../EmptyView/EmptyAppView/EmptyAppView.js"),require("../Button/index.js"),require("../ContextMenuItem/index.js"),require("../FolderMenuItem/index.js"),require("../EditableItem/EditableItem/index.js"),require("../EditableItem/EditableItemWithBadge/index.js"),require("../Checkbox/index.js"),require("../FolderMenuItemWithLinks/index.js"),require("../IconButton/index.js"),require("../TextField/index.js"),require("../Chip/index.js"),require("../Counter/index.js"),require("../AnchorsList/AnchorsList.js"),require("../Select/index.js"),require("../Select/SelectFilterBy.js"),require("../CustomSelect/index.js"),require("../Tabs/Tabs.js"),require("../Tabs/Tab.js"),require("../ResizableTable/ResizableTable.js"),require("@material-ui/icons/Check"),require("@material-ui/icons/Close"),require("@material-ui/icons/Edit"),require("@material-ui/icons/Delete"),require("../GradientManager/GradientList.js"),require("@material-ui/icons/AddCircle"),require("../GradientManager/GradientPreview/GradientPreview.js"),require("../GradientManager/GradientSelect.styles.js"),require("../GradientPicker/GradientPicker.js"),require("../GradientManager/GradientManager.styles.js"),require("../Drillstring/BHASchematic.js"),require("../Drillstring/BHATable/index.js"),require("../Drillstring/BHAComponentIcon.js"),require("../Drillstring/BHAComponentDetail/index.js"),require("../Drillstring/BHATileIcon.js"),require("../Drillstring/BHATile/BHATile.js"),require("../Drillstring/BHAList/BHAList.js"),require("../Drillstring/BHAComponentsTable/BHAComponentsTable.js"),require("../Casing/CasingTable/index.js"),require("../Casing/CasingComponentIcon.js"),require("../Casing/CasingTileIcon.js"),require("../Casing/CasingTableV2/CasingTableV2.js"),require("../Casing/CasingTile/CasingTile.js"),require("../DisabledSettingsMessage/DisabledSettingsMessage.js"),require("../WellSummary/WellSummaryItemLabel.js"),require("../WellSummary/WellSummaryItemTitle.js"),require("../WellSummary/WellSummaryItemValue.js"),require("../WellSummary/ActivitySummaryChart.js"),require("../WellSummary/FracWirelineTimeChart.js"),require("../BICOffsetPickerDialog/index.js"),require("../OffsetWellButton/OffsetWellButton.js"),require("../OffsetWellPickerV2/OffsetWellPickerDialog.js"),require("../OffsetWellPickerV3/index.js");var u=require("../OffsetWellChips/Chip.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}require("../OffsetWellChips/ChipsContainer.js"),require("../OffsetWellPickerV4/OffsetWellPickerV4.js"),require("../OffsetWellMap/OffsetWellMap.js"),require("@material-ui/core/Snackbar"),require("../Notifications/Toast.js"),require("../Toaster/Toaster.js"),require("../ConfirmationDialog.js"),require("../TextLink/index.js"),require("../Avatar/index.js"),require("../Template/TemplatePopover/index.js"),require("../Template/TemplateSharingDialog/index.js"),require("../MenuItem/index.js"),require("../PadModeSelect/PadModeSelect.js"),require("../PinnableFilters/PinnableFilters.js"),require("../HeaderLayout/HeaderLayout.js"),require("./PadOffsetsPicker.js"),require("./OffsetAssetChip.js"),require("./OffsetAssetsListExpander.js"),require("../PadOffsetsPickerV2/PadOffsetsPickerV2.js"),require("../Table/TableToolbar/TableToolbar.js"),require("../Table/TableContainer/TableContainer.js"),require("../Table/TableCell/TableCell.js"),require("../Tooltip/ScrollableTooltip.js"),require("../PriceInput/PriceInput.js"),require("../LabelsCounter/LabelsCounter.js"),require("../Stepper/Step.js"),require("../Stepper/StepsWrapper.js"),require("../Stepper/Stepper.js"),require("../Comment/CommentIcon/index.js"),require("../FilesLoader/FilesLoader.js"),require("../FilesLoader/Icons/FileIcon.js"),require("../SearchInput/index.js"),require("../FeedItem/FeedItem.js"),require("../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js"),require("../PostInput/PostInput.js"),require("../KeyboardDateTimePicker.js"),require("../AddComment/Popover.js"),require("../AddComment/Popup.js"),require("../StageDesignVActual/ComparisonBar/ComparisonBar.js"),require("../StageDesignVActual/ElementsComparison/ElementsComparison.js"),require("../StageDesignVActual/ComparisonHeader.js"),require("../StageDesignVActual/ComparisonRow.js"),require("../EmbeddedApp/DevCenterEmbeddedApp.js"),require("../EmbeddedApp/EmbeddedApp.js"),require("../Autocomplete/Autocomplete.js"),require("../DocumentViewer/DocumentViewer.js"),require("../ColorPickerPalette/ColorPickerPalette.js"),require("../Search/Search.js"),require("../Search/components/Listbox.js"),require("../Search/components/Paper.js"),require("../Search/components/RecentSearches.js"),require("../Search/components/InputAdornmentLeft.js"),require("../Search/components/Groups.js"),require("../StatusBadge/index.js"),require("../Attachment/index.js"),require("../EmojiIconButton.js"),require("../FileUploadIconButton.js"),require("../FilePreview/index.js"),require("../FailedFileUploading.js"),require("../UserMention/index.js"),require("../CommentsInfo/index.js"),require("../CommentInput/index.js"),require("../Comment/index.js"),require("../CommentLoader.js"),require("../AssetNameLabel/AssetStatusBadge.js"),require("../AssetEditorV2/components/PrimaryAssetSelect.js"),require("../AssetEditorV2/components/SecondaryAssetSelect.js"),require("../AssetEditorV2/components/SelectItem.js"),require("../AssetEditorV2/components/MultipleAssetsToggle.js");var d=l(e),c=l(i);function p(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,i)}return t}function j(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?p(Object(t),!0).forEach((function(r){d.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var q=s.makeStyles({dialogPaper:{width:"75%",maxWidth:420}});var m={id:"stages",initial:"idle",context:{lastStageNumber:null,error:null},states:{idle:{on:{FETCH_STAGES:{target:"pending",action:function(e,r){var t=e.dispatch;o.getAppStorage("corva","completion.wits",r,{limit:1,sort:"{timestamp:-1}"}).then((function(e){return n.isEmpty(e)?null:n.get(n.last(e),"stage_number",null)})).then((function(e){return t("SUCCESS",e)})).catch((function(e){throw new Error(e.message)}))}}}},pending:{on:{SUCCESS:{target:"success",beforeStateChange:function(e,r){return(0,e.updateContext)((function(e){return j(j({},e),{},{lastStageNumber:r})}))}},FAILURE:{target:"failure",beforeStateChange:function(e,r){throw new Error(r.message)}}}}}},C=function(e){var t,i,o,l,p=e.onSave,C=e.onDelete,g=e.offset,S=q(),A=c.default(m),D=A.state,b=A.dispatch,h=A.context,v=c.default((i=(t=g).stages,o=void 0===i?{}:i,{id:"dialog",initial:"closed",context:{selectedStages:void 0===(l=t.selectedStages)?[]:l,stagesData:o},states:{closed:{on:{OPEN_DIALOG:{target:"open"}}},open:{on:{CLOSE_DIALOG:{target:"closed"},SET_SELECTED_STAGES:{target:"open",beforeStateChange:function(e,r){return(0,e.updateContext)((function(e){return j(j({},e),{},{selectedStages:r,stagesData:r.reduce((function(e,r){return j(j({},e),{},d.default({},r,{lineStyle:"dotted",lineWidth:2}))}),{})})}))}},SET_SELECTED_LINE_STYLE:{target:"open",beforeStateChange:function(e,r){var t=e.updateContext,i=r.stage,n=r.selectedLineStyle;return t((function(e){return j(j({},e),{},{stagesData:j(j({},e.stagesData),{},d.default({},i,j(j({},e.stagesData[i]),{},{lineStyle:n})))})}))}},SET_SELECTED_LINE_WIDTH:{target:"open",beforeStateChange:function(e,r){var t=e.updateContext,i=r.stage,n=r.selectedLineWidth;return t((function(e){return j(j({},e),{},{stagesData:j(j({},e.stagesData),{},d.default({},i,j(j({},e.stagesData[i]),{},{lineWidth:Number(n)})))})}))}}}}}})),f=v.state,x=v.dispatch,E=v.context,T=function(e){return function(r){return x("SET_SELECTED_LINE_STYLE",{stage:e,selectedLineStyle:r.target.value})}},P=function(e){return function(r){return x("SET_SELECTED_LINE_WIDTH",{stage:e,selectedLineWidth:r.target.value})}},I=function(){return x("CLOSE_DIALOG")},y=g.selectedWellId;r.useEffect((function(){b("FETCH_STAGES",y)}),[]);var L=n.isNull(h.lastStageNumber);return a.jsxs(a.Fragment,{children:[a.jsx(u,{title:g.selectedWellName,onClick:L?n.noop:function(){return x("OPEN_DIALOG")},onRemoveOffsetWell:C,wellId:y,rigName:""}),"success"===D&&a.jsxs(s.Dialog,{open:"open"===f,onBackdropClick:I,classes:{paper:S.dialogPaper},children:[a.jsx(s.DialogTitle,{children:"Offset Well Stages"}),a.jsx(s.DialogContent,{children:a.jsxs(s.Grid,{container:!0,direction:"column",spacing:16,children:[a.jsx(s.Grid,{item:!0,children:a.jsxs(s.FormControl,{margin:"normal",fullWidth:!0,required:!0,children:[a.jsx(s.InputLabel,{htmlFor:"stages-multi-select",children:"Stages"}),a.jsx(s.Select,{inputProps:{name:"stages",id:"stages-multi-select"},value:E.selectedStages,renderValue:function(e){return"".concat(e.length," stages selected")},onChange:function(e){return x("SET_SELECTED_STAGES",e.target.value)},multiple:!0,children:n.range(1,h.lastStageNumber+1).map((function(e){return a.jsxs(s.MenuItem,{value:e,children:[a.jsx(s.Checkbox,{checked:E.selectedStages.includes(e)}),a.jsx(s.ListItemText,{primary:e})]},e)}))})]})}),E.selectedStages.sort((function(e,r){return e-r})).map((function(e){return a.jsxs(s.Grid,{item:!0,children:[a.jsxs(s.Typography,{variant:"subtitle1",children:["Stage ",e]}),a.jsxs(s.FormControl,{component:"fieldset",children:[a.jsx(s.FormLabel,{component:"legend",required:!0,children:"Line Style"}),a.jsxs(s.RadioGroup,{name:"line-style",value:n.get(E,["stagesData",e,"lineStyle"],"dotted"),onChange:T(e),row:!0,children:[a.jsx(s.FormControlLabel,{value:"dotted",control:a.jsx(s.Radio,{}),label:"Dotted"}),a.jsx(s.FormControlLabel,{value:"dashed",control:a.jsx(s.Radio,{}),label:"Dashed"}),a.jsx(s.FormControlLabel,{value:"solid",control:a.jsx(s.Radio,{}),label:"Solid"})]})]}),a.jsxs(s.FormControl,{component:"fieldset",children:[a.jsx(s.FormLabel,{component:"legend",required:!0,children:"Line Width"}),a.jsxs(s.RadioGroup,{name:"line-width",value:String(n.get(E,["stagesData",e,"lineWidth"],"2")),onChange:P(e),row:!0,children:[a.jsx(s.FormControlLabel,{value:String(1),control:a.jsx(s.Radio,{}),label:"Thin"}),a.jsx(s.FormControlLabel,{value:String(2),control:a.jsx(s.Radio,{}),label:"Normal"}),a.jsx(s.FormControlLabel,{value:String(4),control:a.jsx(s.Radio,{}),label:"Thick"})]})]})]},e)}))]})}),a.jsxs(s.DialogActions,{children:[a.jsx(s.Button,{onClick:I,children:"Cancel"}),a.jsx(s.Button,{variant:"contained",color:"primary",onClick:function(){var e=j(j({},g),{},{stages:E.stagesData,selectedStages:E.selectedStages});I(),p(e)},children:"Save"})]})]})]})};C.propTypes={onSave:t.func.isRequired,onDelete:t.func.isRequired,offset:t.shape({selectedWellId:t.number,selectedWellName:t.string,selectedWellStatus:t.oneOf(["active","idle","complete","paused","unknown"])}).isRequired},module.exports=C;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./PadOffsetsPicker.js"),s=require("./OffsetAssetChip.js"),t=require("./OffsetAssetsListExpander.js"),r=require("./StagesSelector.js");exports.PadOffsetsPicker=e,exports.OffsetAssetChip=s,exports.OffsetAssetsListExpander=t,exports.StagesSelector=r;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("prop-types"),t=require("lodash"),i=require("@material-ui/core"),s=require("../Modal/Modal.js");require("../IconMenu/index.js"),require("../StyledMenuItem/index.js"),require("../AppIcon/AppIcon.js"),require("../DevCenter/AppHeader/AppHeader.js"),require("../DevCenter/AppSideBar/AppSideBar.js"),require("../DevCenter/AppsDataProvider/AppsDataProvider.js"),require("@babel/runtime/helpers/slicedToArray"),require("react"),require("classnames"),require("@material-ui/icons"),require("../Icons/AnnotationIcon.js"),require("../Annotations/components/AnnotationsList/index.js"),require("../Annotations/components/LastAnnotation/index.js"),require("../Annotations/AnnotationsContext.js"),require("../../utils/mobileDetect.js"),require("@babel/runtime/helpers/asyncToGenerator"),require("@babel/runtime/regenerator"),require("querystring"),require("uuid/v1"),require("../../clients/jsonApi/index.js"),require("../../clients/subscriptions.js"),require("../../constants/goals.js"),require("../../constants/segment.js"),require("../../constants/alerts.js"),require("../../constants/apps.js"),require("../../constants/drillstring.js"),require("../../constants/completion.js"),require("../../constants/notifications.js"),require("../../constants/feed.js"),require("../../constants/bha.js"),require("../../utils/env.js"),require("../GradientManager/configuration/constants.js"),require("../../utils/index.js"),require("uuid"),require("jsona"),require("../StatusBadge/constants.js"),require("@babel/runtime/helpers/toConsumableArray"),require("lodash/set"),require("lodash/get"),require("lodash/unset"),require("moment"),require("../../clients/api/apiCore.js"),require("../../clients/constants.js"),require("../HelpCenter/HelpCenterIcon.js"),require("../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js");var n=require("react/jsx-runtime");require("../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js"),require("../DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js"),require("../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js"),require("../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js"),require("../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js"),require("../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js"),require("../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js"),require("../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js"),require("../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js"),require("../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js"),require("../DevCenter/AppContext.js"),require("../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js"),require("../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js"),require("../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js"),require("../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js"),require("../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js"),require("@babel/runtime/helpers/objectWithoutProperties"),require("react-router"),require("rollbar"),require("@rollbar/react"),require("../DevCenter/NavigationBar/NavigationBar.js"),require("../DevCenter/SideBar/SideBar.js"),require("../DevCenter/AppSettingsPopover/AppSettingsPopover.js"),require("../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js"),require("../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js"),require("../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js"),require("../AssetEditor/index.js"),require("../AssetEditorV2/index.js"),require("../AppVersionsSelect/AppVersionsSelect.js"),require("../LoadingIndicator/LoadingIndicator.js"),require("../Typography.js"),require("../RealTimeValuesSidebar/RealTimeSidebar.js"),require("../CollapsableSidebar.js"),require("../DateTimePicker/index.js"),require("../DatePicker/index.js"),require("../ErrorBoundary/ErrorBoundary.js"),require("../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js"),require("../SlateFormattedText/SlateFormattedText.js"),require("../SlateFormattedText/RenderElements.js"),require("@babel/runtime/helpers/typeof"),require("slate"),require("../EmptyState/EmptyState.js"),require("../ParameterCharts/ParameterCharts.js"),require("../ParameterCharts/AddEditTrack.js"),require("../ChartActionsList/ChartActionsList.js"),require("../CopyToClipboard/CopyToClipboard.js"),require("../AssetEditor/AssetEditorAutocomplete.js"),require("../AssetEditor/SingleAssetEditor.js"),require("../SettingEditors/ColorEditor/index.js"),require("../SettingEditors/DropdownEditor/index.js"),require("../SettingEditors/RadioEditor/index.js"),require("../SwitchControl/index.js"),require("../ColorPicker/ColorPicker.js"),require("../Chart/components/ChartButton.js"),require("../Chart/components/ChartButtons.js"),require("../Chart/components/ChartWrapper.js"),require("../Chart/components/AxisDropdown.js"),require("../Chart/components/ChartSelect.js"),require("../Chart/components/buttons/DragToZoomButton.js"),require("../Chart/components/buttons/ZoomInButton.js"),require("../Chart/components/buttons/ZoomOutButton.js"),require("../Chart/components/buttons/PanButton.js"),require("../Chart/components/buttons/ResetZoomButton.js"),require("../Chart/components/buttons/HideAxesButton.js"),require("../Chart/components/buttons/ChartTypeButton.js"),require("../ColorPicker/PaletteChromePicker/PaletteChromePicker.js"),require("../TruncatedText/index.js"),require("../RangeSlider/RangeSlider.js"),require("../AdvancedSlider/AdvancedSlider.js"),require("../Breadcrumbs/index.js"),require("../VirtualizedTable/index.js"),require("../EmptyView/EmptyView.js"),require("../EmptyView/EmptyAppView/EmptyAppView.js"),require("../Button/index.js"),require("../ContextMenuItem/index.js"),require("../FolderMenuItem/index.js"),require("../EditableItem/EditableItem/index.js"),require("../EditableItem/EditableItemWithBadge/index.js"),require("../Checkbox/index.js"),require("../FolderMenuItemWithLinks/index.js"),require("../IconButton/index.js"),require("../TextField/index.js"),require("../Chip/index.js"),require("../Counter/index.js"),require("../AnchorsList/AnchorsList.js"),require("../Select/index.js"),require("../Select/SelectFilterBy.js"),require("../CustomSelect/index.js"),require("../Tabs/Tabs.js"),require("../Tabs/Tab.js"),require("../ResizableTable/ResizableTable.js"),require("@material-ui/icons/Check"),require("@material-ui/icons/Close"),require("@material-ui/icons/Edit"),require("@material-ui/icons/Delete"),require("../GradientManager/GradientList.js"),require("@material-ui/icons/AddCircle"),require("../GradientManager/GradientPreview/GradientPreview.js"),require("../GradientManager/GradientSelect.styles.js"),require("../GradientPicker/GradientPicker.js"),require("../GradientManager/GradientManager.styles.js"),require("../Drillstring/BHASchematic.js"),require("../Drillstring/BHATable/index.js"),require("../Drillstring/BHAComponentIcon.js"),require("../Drillstring/BHAComponentDetail/index.js"),require("../Drillstring/BHATileIcon.js"),require("../Drillstring/BHATile/BHATile.js"),require("../Drillstring/BHAList/BHAList.js"),require("../Drillstring/BHAComponentsTable/BHAComponentsTable.js"),require("../Casing/CasingTable/index.js"),require("../Casing/CasingComponentIcon.js"),require("../Casing/CasingTileIcon.js"),require("../Casing/CasingTableV2/CasingTableV2.js"),require("../Casing/CasingTile/CasingTile.js"),require("../DisabledSettingsMessage/DisabledSettingsMessage.js"),require("../WellSummary/WellSummaryItemLabel.js"),require("../WellSummary/WellSummaryItemTitle.js"),require("../WellSummary/WellSummaryItemValue.js"),require("../WellSummary/ActivitySummaryChart.js"),require("../WellSummary/FracWirelineTimeChart.js"),require("../BICOffsetPickerDialog/index.js"),require("../OffsetWellButton/OffsetWellButton.js"),require("../OffsetWellPickerV2/OffsetWellPickerDialog.js"),require("../OffsetWellPickerV3/index.js"),require("../OffsetWellChips/Chip.js"),require("../OffsetWellChips/ChipsContainer.js"),require("../OffsetWellPickerV4/OffsetWellPickerV4.js"),require("../OffsetWellMap/OffsetWellMap.js"),require("@material-ui/core/Snackbar"),require("../Notifications/Toast.js"),require("../Toaster/Toaster.js"),require("../ConfirmationDialog.js"),require("../TextLink/index.js"),require("../Avatar/index.js"),require("../Template/TemplatePopover/index.js"),require("../Template/TemplateSharingDialog/index.js"),require("../MenuItem/index.js"),require("../PadModeSelect/PadModeSelect.js"),require("../PinnableFilters/PinnableFilters.js"),require("../HeaderLayout/HeaderLayout.js"),require("../PadOffsetsPicker/PadOffsetsPicker.js"),require("../PadOffsetsPicker/OffsetAssetChip.js"),require("../PadOffsetsPicker/OffsetAssetsListExpander.js"),require("../PadOffsetsPicker/StagesSelector.js"),require("../Table/TableToolbar/TableToolbar.js"),require("../Table/TableContainer/TableContainer.js"),require("../Table/TableCell/TableCell.js"),require("../Tooltip/ScrollableTooltip.js"),require("../PriceInput/PriceInput.js"),require("../LabelsCounter/LabelsCounter.js"),require("../Stepper/Step.js"),require("../Stepper/StepsWrapper.js"),require("../Stepper/Stepper.js"),require("../Comment/CommentIcon/index.js"),require("../FilesLoader/FilesLoader.js"),require("../FilesLoader/Icons/FileIcon.js"),require("../SearchInput/index.js"),require("../FeedItem/FeedItem.js"),require("../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js"),require("../PostInput/PostInput.js"),require("../KeyboardDateTimePicker.js"),require("../AddComment/Popover.js"),require("../AddComment/Popup.js"),require("../StageDesignVActual/ComparisonBar/ComparisonBar.js"),require("../StageDesignVActual/ElementsComparison/ElementsComparison.js"),require("../StageDesignVActual/ComparisonHeader.js"),require("../StageDesignVActual/ComparisonRow.js"),require("../EmbeddedApp/DevCenterEmbeddedApp.js"),require("../EmbeddedApp/EmbeddedApp.js"),require("../Autocomplete/Autocomplete.js"),require("../DocumentViewer/DocumentViewer.js"),require("../ColorPickerPalette/ColorPickerPalette.js"),require("../Search/Search.js"),require("../Search/components/Listbox.js"),require("../Search/components/Paper.js"),require("../Search/components/RecentSearches.js"),require("../Search/components/InputAdornmentLeft.js"),require("../Search/components/Groups.js"),require("../StatusBadge/index.js"),require("../Attachment/index.js"),require("../EmojiIconButton.js"),require("../FileUploadIconButton.js"),require("../FilePreview/index.js"),require("../FailedFileUploading.js"),require("../UserMention/index.js"),require("../CommentsInfo/index.js"),require("../CommentInput/index.js"),require("../Comment/index.js"),require("../CommentLoader.js"),require("../AssetNameLabel/AssetStatusBadge.js"),require("../AssetEditorV2/components/PrimaryAssetSelect.js"),require("../AssetEditorV2/components/SecondaryAssetSelect.js"),require("../AssetEditorV2/components/SelectItem.js"),require("../AssetEditorV2/components/MultipleAssetsToggle.js");var o=require("./useDialogState.js");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=a(e),l=a(r);function d(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);r&&(i=i.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,i)}return t}function c(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?d(Object(t),!0).forEach((function(r){u.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):d(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var p=i.makeStyles({cancelButton:{marginLeft:"auto",marginRight:16}}),q=function(e){var r=e.onSave,a=e.opened,u=e.currentOffsetSetting,l=e.assets,d=e.companyId,q=e.onClose,j=p(),m=o.useDialogState({opened:a,companyId:d,currentOffsetSetting:u,assets:l}),C=m.requestState,A=m.dialogState,g=m.setDialogState,b=function(){g((function(e){return c(c({},e),{},{status:"closed"})})),q()},f=new Set(l.map((function(e){return Number(e.asset_id)})));return n.jsx(n.Fragment,{children:"success"===C.status&&n.jsxs(s,{open:"open"===A.status,onClose:b,title:"Offset Wells",size:"small",actions:n.jsxs(n.Fragment,{children:[n.jsx(i.Button,{onClick:b,className:j.cancelButton,children:"Cancel"}),n.jsx(i.Button,{variant:"contained",color:"primary",disabled:t.isEmpty(A.selectedWellIds),onClick:function(){var e=C.wellsData.filter((function(e){return A.selectedWellIds.includes(e.asset_id)})).map((function(e){var r=u.find((function(r){return r.selectedWellId===Number(e.asset_id)}));return r||{selectedWellId:Number(e.asset_id),selectedWellName:e.name,selectedWellStatus:e.status,selectedStages:[],stages:{}}}));b(),r(e)},children:"Save"})]}),children:[n.jsxs(i.FormControl,{margin:"normal",fullWidth:!0,required:!0,children:[n.jsx(i.InputLabel,{htmlFor:"pad-select",shrink:!t.isEmpty(A.selectedPadIds),children:"Pad"}),n.jsx(i.Select,{multiple:!0,inputProps:{name:"pads",id:"pad-select"},value:A.selectedPadIds,onChange:function(e){g((function(r){return c(c({},r),{},{selectedPadIds:e.target.value})}))},renderValue:function(e){return"".concat(e.length," selected")},children:C.padsData.map((function(e){return n.jsxs(i.MenuItem,{value:e.id,children:[n.jsx(i.Checkbox,{checked:A.selectedPadIds.includes(e.id)}),n.jsx(i.ListItemText,{primary:e.name})]},e.id)}))})]}),n.jsxs(i.FormControl,{margin:"normal",disabled:t.isEmpty(A.selectedPadIds),fullWidth:!0,required:!0,children:[n.jsx(i.InputLabel,{htmlFor:"wells",shrink:!t.isEmpty(A.selectedWellIds),children:"Well"}),n.jsx(i.Select,{multiple:!0,inputProps:{name:"wells",id:"well-select"},value:A.selectedWellIds,onChange:function(e){g((function(r){return c(c({},r),{},{selectedWellIds:e.target.value})}))},renderValue:function(e){return"".concat(e.length," selected")},children:C.wellsData.map((function(e){var r=f.has(e.asset_id);return n.jsxs(i.MenuItem,{value:e.asset_id,disabled:r,children:[n.jsx(i.Checkbox,{checked:A.selectedWellIds.includes(e.asset_id)}),n.jsx(i.ListItemText,{primary:e.name})]},e.id)}))})]})]})})};q.propTypes={opened:l.default.bool.isRequired,currentOffsetSetting:l.default.arrayOf(l.default.shape({})).isRequired,onSave:l.default.func.isRequired,onClose:l.default.func.isRequired,companyId:l.default.string.isRequired,assets:l.default.arrayOf(l.default.shape({})).isRequired},module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/helpers/defineProperty"),r=require("react"),a=require("lodash"),s=require("jsona"),n=require("../../clients/jsonApi/index.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=c(e),d=c(t);function i(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 o(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){d.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}var l=new(c(s).default),f={status:"idle",padsData:[],wellsData:[],lastStage:[],error:null,companyId:0,selectedPadsData:[]};function p(e,t){switch(t.type){case"FETCH_PADS":return o(o({},e),{},{status:"pending",target:"FETCH_PADS"});case"PADS_REQUEST_SUCCESS":return o(o({},e),{},{status:"success",target:"",padsData:t.filteredPads});case"GET_WELLS":return o(o({},e),{},{status:"success",target:"GET_WELLS"});case"WELLS_REQUEST_SUCCESS":return o(o({},e),{},{status:"success",target:"",wellsData:t.wellsData});case"FAILURE":return o(o({},e),{},{status:"failure",error:t.error});default:throw new Error("Unhandled action type: ".concat(t.type))}}exports.useDialogState=function(e){var t=e.opened,s=e.companyId,c=e.currentOffsetSetting,d=e.assets,i=r.useReducer(p,f),E=u.default(i,2),S=E[0],y=E[1],P=r.useState({selectedPadIds:[],selectedWellIds:[],status:"closed"}),D=u.default(P,2),g=D[0],m=D[1],h=r.useMemo((function(){return a.isEmpty(c)&&!a.isEmpty(d)?d.map((function(e){return e.asset_id})):c.map((function(e){return e.selectedWellId}))}),[c,d]);return r.useEffect((function(){S.companyId=s,y({type:"FETCH_PADS"})}),[]),r.useEffect((function(){var e;"FETCH_PADS"===S.target?function(e){var t=e.dispatch,r=e.companyId;n.getPads({fields:["pad.name","pad.wells"],sort:"name",per_page:1e3,company:r}).then((function(e){return l.deserialize(e)})).then((function(e){return e.filter((function(e){return!a.isEmpty(a.get(e,"wells"))}))})).then((function(e){return t({type:"PADS_REQUEST_SUCCESS",filteredPads:e})})).catch((function(e){return t({type:"FAILURE",error:e})}))}({dispatch:y,companyId:S.companyId}):"GET_WELLS"===S.target&&(0,(e={dispatch:y,selectedPadsData:S.selectedPadsData}).dispatch)({type:"WELLS_REQUEST_SUCCESS",wellsData:e.selectedPadsData.reduce((function(e,t){return e.concat(t.wells)}),[])})}),[S.target]),r.useEffect((function(){if(!a.isEmpty(g.selectedPadIds)){var e=S.padsData.filter((function(e){return g.selectedPadIds.includes(e.id)}));S.selectedPadsData=e,y({type:"GET_WELLS"})}}),[g.selectedPadIds]),r.useEffect((function(){if(t){var e=[];a.isEmpty(h)||S.padsData.forEach((function(t){t.wells.forEach((function(r){h.includes(r.asset_id)&&!e.includes(t.id)&&e.push(t.id)}))})),m((function(t){return o(o({},t),{},{selectedPadIds:e,selectedWellIds:h,status:"open"})}))}}),[t]),{requestState:S,dialogState:g,setDialogState:m}};
@@ -0,0 +1 @@
1
+ "use strict";require('./../../ext-esm/style-inject/dist/style-inject.es.js')(".AddEditTrack_c-pc-track-setting-actions__s70-a{display:flex;justify-self:flex-end;width:100%}");
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/toConsumableArray"),t=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),i=require("prop-types"),a=require("uuid/v1"),s=require("@material-ui/core"),u=require("../Modal/Modal.js"),c=require("./components/TrackSettings.js"),o=require("./components/SingleChannelTrackSettings.js"),l=require("./constants.js");require("./AddEditTrack.css.js");var d=require("react/jsx-runtime");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var p=f(e),g=f(t),m=f(r),b=f(i),j=f(a);function T(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 y(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?T(Object(r),!0).forEach((function(t){g.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):T(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var h=function(e){var t=e.children,r=e.classes,i=e.id,a=e.settings,f=e.onSettingsChange,b=e.settingsKey,T=e.mapping,h=e.multipleAssets,S=n.useState(!1),v=m.default(S,2),q=v[0],O=v[1],k=n.useState(l.DEFAULT_TRACK_SETTINGS),C=m.default(k,2),A=C[0],E=C[1],_=function(e,t){E(y(y({},A),{},g.default({},e,t)))};n.useEffect((function(){var e=i?a[b].find((function(e){return e.id===i})):l.DEFAULT_TRACK_SETTINGS;E(e)}),[a,b,i]);return d.jsxs(d.Fragment,{children:[d.jsx("div",{className:r.link,onClick:i?function(){return O(!0)}:function(){f(y(y({},a),{},g.default({},b,[].concat(p.default(a&&a[b]||[]),[y(y({},A),{},{id:j.default()})])))),E(l.DEFAULT_TRACK_SETTINGS)},children:t}),d.jsx(u,{open:q,title:"Track Settings",actions:d.jsxs("div",{className:"c-pc-track-setting-actions",children:[i&&d.jsx(s.Button,{className:r.button,color:"primary",onClick:function(){var e=a[b].filter((function(e){return e.id!==i}));f(y(y({},a),{},g.default({},b,e))),O(!1)},children:"Delete Track"}),d.jsx(s.Button,{"data-testid":"".concat("DC_AddEditTrack","_cancel"),className:r.button,color:"primary",onClick:function(){var e=i?a[b].find((function(e){return e.id===i})):l.DEFAULT_TRACK_SETTINGS;E(e),O(!1)},children:"Cancel"}),d.jsx(s.Button,{"data-testid":"".concat("DC_AddEditTrack","_save"),className:r.button,variant:"contained",color:"primary",onClick:function(){var e=a[b].map((function(e){return e.id===i?A:e}));f(y(y({},a),{},g.default({},b,e))),O(!1)},children:"Save"})]}),children:h?d.jsx(o,{trackSettings:A,onChange:_,mapping:T}):d.jsx(c,{settings:A,onChange:_,mapping:T})})]})};h.propTypes={settingsKey:b.default.string,multipleAssets:b.default.bool,settings:b.default.shape({}),onSettingsChange:b.default.func.isRequired,children:b.default.element.isRequired,id:b.default.string,mapping:b.default.arrayOf(b.default.shape({name:b.default.string.isRequired,key:b.default.string.isRequired}).isRequired).isRequired},h.defaultProps={id:"",settingsKey:l.SETTINGS_KEY,settings:{},multipleAssets:!1};var S=s.withStyles({link:{cursor:"pointer"},button:{fontSize:14,marginLeft:20}})(h);module.exports=S;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react").createContext({charts:new Map,onChartChange:function(){}});module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react").createContext({mapping:[],parsedData:[],indexes:{min:0,max:0,keys:{}}});module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../ext-esm/style-inject/dist/style-inject.es.js')(".ParameterCharts_container__VlJvb{display:flex;flex:1;flex-direction:row;margin-top:25px;position:relative}.ParameterCharts_container__VlJvb.ParameterCharts_horizontal__ak-T3{flex-direction:column}"),module.exports={container:"ParameterCharts_container__VlJvb",horizontal:"ParameterCharts_horizontal__ak-T3"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),r=require("prop-types"),s=require("classnames"),n=require("lodash"),i=require("uuid"),a=require("./components/Track.js"),o=require("./components/Tooltip/CursorPositioner.js"),u=require("./constants.js"),c=require("./utils/dataParser.js"),l=require("./SettingsContext.js"),d=require("./DataContext.js"),p=require("./ParameterCharts.css.js"),g=require("./ChartsContext.js"),f=require("react/jsx-runtime");function y(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=y(e),m=y(s),j=y(i);function q(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 b(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?q(Object(r),!0).forEach((function(t){h.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):q(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var x=function(e){var r=e.settings,s=e.onSettingsChange,i=e.settingsKey,y=e.horizontal,q=e.mapping,x=e.data,O=e.indexes,v=e.isLoading,C=e.multipleAssets,P=e.assestColors,R=r[i],T=t.useRef(new Map);t.useEffect((function(){R&&R.length||s(b(b({},r),{},h.default({},i,[b(b({},u.DEFAULT_TRACK_SETTINGS),{},{id:j.default()})])))}),[]);var S=t.useMemo((function(){return n.get(n.maxBy(R,"traces.length"),"traces.length")||1}),[R]),D=t.useMemo((function(){return C?Object.keys(x).reduce((function(e,t){return b(b({},e),{},h.default({},t,c.convertData({data:x[t],mapping:q,indexesKeys:O.keys})))}),{}):c.convertData({data:x,mapping:q,indexesKeys:O.keys})}),[x,q,O.keys,C]);return f.jsx(l.Provider,{value:{horizontal:y,settingsKey:i,settings:r,onSettingsChange:s,maxTracesCount:S,multipleAssets:C,assestColors:P},children:f.jsx(d.Provider,{value:{mapping:q,parsedData:D,indexes:O,isLoading:v},children:f.jsx(g.Provider,{value:{chartsRef:T,onChartChange:function(e,t){T.current.set(e,t)}},children:f.jsxs("div",{className:m.default(p.container,h.default({},p.horizontal,y)),children:[f.jsx(o,{}),R&&R.map((function(e,t){return f.jsx(a,{settings:r,onSettingsChange:s,id:e.id,index:t},e.id)}))]})})})})};x.propTypes={data:r.shape({}).isRequired,mapping:r.arrayOf(r.shape({name:r.string.isRequired,key:r.string.isRequired,unit:r.string.isRequired,unitType:r.string.isRequired}).isRequired).isRequired,indexes:r.shape({key:r.string,name:r.string,min:r.number,max:r.number,unit:r.string,unitType:r.string}).isRequired,settingsKey:r.string,settings:r.shape({}),onSettingsChange:r.func.isRequired,horizontal:r.bool,multipleAssets:r.bool,isLoading:r.bool.isRequired,assestColors:r.arrayOf(r.string)},x.defaultProps={settingsKey:u.SETTINGS_KEY,horizontal:!1,multipleAssets:!1,settings:{},assestColors:[]},module.exports=x;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),r=require("./constants.js");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=n(e),o=t.createContext({horizontal:!1,settingsKey:r.SETTINGS_KEY,settings:i.default({},r.SETTINGS_KEY,[]),onSettingsChange:function(){}});module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../ext-esm/style-inject/dist/style-inject.es.js')(".ChartContainer_container__kwguV{align-items:flex-end;display:flex;flex:1;height:100%;position:relative;width:100%}.ChartContainer_horizontal__Ogc29{margin-right:8px}.ChartContainer_first__S7W9z{height:123px}"),module.exports={container:"ChartContainer_container__kwguV",horizontal:"ChartContainer_horizontal__Ogc29",first:"ChartContainer_first__S7W9z"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("react"),t=require("prop-types"),i=require("classnames"),a=require("./Charts/LineChart.js"),s=require("./DataLoadingIndicator.js"),u=require("../SettingsContext.js"),n=require("../DataContext.js"),d=require("./ChartContainer.css.js"),l=require("react/jsx-runtime");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=o(e),c=o(t),q=o(i),p=function(e){var t,i=e.traces,o=e.trackIndex,c=r.useContext(u).horizontal,p=r.useContext(n).isLoading;return l.jsxs("div",{className:q.default(d.container,(t={},f.default(t,d.horizontal,c),f.default(t,d.first,0===o),t)),children:[l.jsx(a,{trackIndex:o,traceSettings:i}),p&&l.jsx(s,{})]})};p.propTypes={traces:c.default.arrayOf(c.default.shape({dashStyle:c.default.string.isRequired,id:c.default.string.isRequired,key:c.default.string,color:c.default.string,name:c.default.string,traceType:c.default.string.isRequired,unit:c.default.string,lineWidth:c.default.number.isRequired}).isRequired).isRequired,trackIndex:c.default.number.isRequired},module.exports=p;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".EmptyChart_container__N1bie{background:#272727;display:flex;flex:1;height:100px;justify-content:space-around;position:relative}.EmptyChart_yAxis__AAMM7{background:#414141;height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.EmptyChart_xAxis__tJfn0{border-right:1px dashed #616161}.EmptyChart_xAxis__tJfn0:last-child{border-left:1px dashed #616161}"),module.exports={container:"EmptyChart_container__N1bie",yAxis:"EmptyChart_yAxis__AAMM7",xAxis:"EmptyChart_xAxis__tJfn0"};
@@ -0,0 +1 @@
1
+ "use strict";var s=require("./EmptyChart.css.js"),e=require("react/jsx-runtime");module.exports=function(){return e.jsxs("div",{className:s.container,children:[e.jsx("div",{className:s.yAxis}),e.jsx("div",{className:s.xAxis}),e.jsx("div",{className:s.xAxis}),e.jsx("div",{className:s.xAxis})]})};
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".LineChart_container__ymQPP{height:100%;position:absolute;width:100%}"),module.exports={container:"LineChart_container__ymQPP"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),r=require("prop-types"),i=require("highcharts"),s=require("highcharts-react-official"),n=require("lodash"),a=require("../../DataContext.js"),u=require("../../SettingsContext.js"),c=require("../../ChartsContext.js"),o=require("./EmptyChart.js"),l=require("./options.js"),f=require("./LineChart.css.js"),d=require("react/jsx-runtime");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=p(e),m=p(r),x=p(i),y=p(s);function b(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 g(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){h.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 j=function(e){var r=e.traceSettings,i=e.trackIndex,s=t.useContext(a),p=s.parsedData,h=s.indexes,m=t.useContext(c).onChartChange,b=t.useContext(u),j=b.maxTracesCount,q=b.multipleAssets,O=b.assestColors,v=t.useRef(),C=t.useMemo((function(){var e=l.getLineOptionsByTrack(i),t=e.yAxis;if(e.yAxis=[],q){var s=r[0];if(!s)return e;Object.keys(p).forEach((function(r){e.series.push(g(g(g({},s),{},{lineColor:O[r]},p[r]["".concat(s.collection,".").concat(s.key)]),{},{name:r})),e.yAxis.push(g(g({},t),{},{min:!s.autoScale&&s.scaleMin?n.toNumber(s.scaleMin):void 0,max:!s.autoScale&&s.scaleMax?n.toNumber(s.scaleMax):void 0}))}))}else r.forEach((function(r){e.series.push(g(g({},r),p["".concat(r.collection,".").concat(r.key)])),e.yAxis.push(g(g({},t),{},{min:!r.autoScale&&r.scaleMin?n.toNumber(r.scaleMin):void 0,max:!r.autoScale&&r.scaleMax?n.toNumber(r.scaleMax):void 0}))}));return e}),[r,p]);t.useEffect((function(){v.current&&v.current.chart.xAxis[0].setExtremes(h.min,h.max)}),[h.min,h.max]),t.useEffect((function(){v.current&&v.current.chart.setSize()}),[j]),t.useEffect((function(){m(i,v)}),[v]);var S=!C.series||!C.series.length||1===C.series.length&&!C.series[0].data;return t.useMemo((function(){return S?d.jsx(o,{}):C&&d.jsx(y.default,{highcharts:x.default,options:C,ref:v,containerProps:{className:f.container}})}),[C])};j.propTypes={traceSettings:m.default.arrayOf(m.default.shape({dashStyle:m.default.string.isRequired,id:m.default.string.isRequired,key:m.default.string,color:m.default.string,name:m.default.string,traceType:m.default.string.isRequired,unit:m.default.string,lineWidth:m.default.number.isRequired}).isRequired).isRequired,trackIndex:m.default.number.isRequired},module.exports=j;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.getLineOptionsByTrack=function(e){var n=0===e;return{boost:{enabled:!1},chart:{backgroundColor:"transparent",plotBackgroundColor:"#272727",type:"line",spacing:[0,0,0,0],animation:!1},plotOptions:{series:{animation:!1,states:{hover:{enabled:!1}},enableMouseTracking:!1,turboThreshold:1e4},line:{marker:{enabled:!1}}},xAxis:{gridLineColor:"#616161",gridLineWidth:1,gridLineDashStyle:"dot",tickLength:0,lineWidth:0,startOnTick:!1,endOnTick:!1,minPadding:0,maxPadding:0,opposite:Boolean(n),offset:n?-5:0,labels:{style:{fontSize:"10px",color:"#9E9E9E",fontFamily:"Roboto"},enabled:Boolean(n)}},yAxis:{title:{enabled:!1},labels:{enabled:!1},gridLineColor:"#414141",gridLineWidth:1,startOnTick:!1,endOnTick:!1,minPadding:.25,maxPadding:.25},title:"",legend:{enabled:!1},credits:{enabled:!1},exporting:{enabled:!1},series:[]}};
@@ -0,0 +1 @@
1
+ "use strict";var r=require("@material-ui/core/LinearProgress"),e=require("@material-ui/core/styles");function t(r){return r&&"object"==typeof r&&"default"in r?r:{default:r}}var o=t(r),i=e.withStyles({colorPrimary:{backgroundColor:"transparent !important"},root:{height:1,position:"absolute",width:"100%"}})(o.default);module.exports=i;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("prop-types"),t=require("./TraceSelect.js"),n=require("../constants.js"),a=require("react/jsx-runtime");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=i(e),o=i(r);function c(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 s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?c(Object(t),!0).forEach((function(r){u.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):c(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var p=function(e){var r,i,u=e.trackSettings,o=e.onChange,c=e.mapping;return a.jsx(t,{value:null===(r=u.traces)||void 0===r||null===(i=r[0])||void 0===i?void 0:i.key,onChange:function(e){var r=c.find((function(r){return r.key===e}));o("traces",[s(s({},n.DEFAULT_TRACE_SETTINGS),{},{key:e,id:e},r)])},mapping:c,showLabel:!0})};p.propTypes={trackSettings:o.default.shape({traces:o.default.arrayOf(o.default.shape({key:o.default.string}))}).isRequired,onChange:o.default.func.isRequired,mapping:o.default.arrayOf(o.default.shape({})).isRequired},module.exports=p;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".CursorPositioner_container__EC3AR{left:0;position:absolute;top:-16px;z-index:1}"),module.exports={container:"CursorPositioner_container__EC3AR"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),r=require("lodash"),n=require("../../SettingsContext.js"),i=require("../../ChartsContext.js"),u=require("./Tooltip.js"),o=require("./CursorPositioner.css.js"),s=require("react/jsx-runtime");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=a(e);module.exports=function(){var e=t.useContext(i).chartsRef,a=t.useContext(n),l=a.settings,h=a.horizontal,f=a.maxTracesCount,v=a.settingsKey,d=t.useState([]),g=c.default(d,2),x=g[0],p=g[1],j=t.useState(!1),q=c.default(j,2),C=q[0],m=q[1],b=t.useCallback(r.throttle((function(t){return function(t){if(m(!0),e&&e.current&&l[v]){var r=[];l[v].forEach((function(n,i){var u=[],o=e.current.get(i);if(o&&o.current&&o.current.chart){var s=o.current.chart,a=s.pointer.normalize(t);s.series.forEach((function(e){var t=e.searchPoint(a,!0);t&&u.push(t)}))}r.push(u)})),p(r)}}(t)}),50,{leading:!0,trailing:!1}),[e]),y=t.useMemo((function(){var e,t=(null==l||null===(e=l[v])||void 0===e?void 0:e.length)||1;return h?{right:"".concat(68*f+32,"px"),height:"".concat(116*t,"px")}:{right:0,height:0}}),[f,h,l]);return s.jsx("div",{className:o.container,style:y,onMouseMove:b,onMouseLeave:function(){m(!1)},children:C&&s.jsx(u,{points:x})})};
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".Tooltip_container__QvnM-{border-left:1px solid #777;bottom:0;left:0;padding-top:15px;position:absolute;top:-4px;transition-duration:.2s}.Tooltip_tooltipContainer__XGpjA{align-items:center;display:flex;height:100px;margin-bottom:16px}.Tooltip_indexTooltip__vSIVU{border-radius:4px;color:#fff;font-size:10px;left:0;padding:4px;position:absolute;top:0}.Tooltip_content__LXGVS,.Tooltip_indexTooltip__vSIVU{backdrop-filter:blur(4px);background:hsla(0,0%,8%,.5)}.Tooltip_content__LXGVS{border-radius:0 4px 4px 0;padding:9px 7px 6px}.Tooltip_line__Gvb8D{height:0;width:16px}.Tooltip_name__XFuxU{color:hsla(0,0%,100%,.7);font-size:10px;min-width:75px;padding:0 8px;text-align:left}.Tooltip_value__TfmqF{color:#fff;font-size:12px;padding-right:4px;text-align:left}.Tooltip_units__Ivwqs{color:hsla(0,0%,100%,.7);font-size:10px;text-align:left}"),module.exports={container:"Tooltip_container__QvnM-",tooltipContainer:"Tooltip_tooltipContainer__XGpjA",indexTooltip:"Tooltip_indexTooltip__vSIVU",content:"Tooltip_content__LXGVS",line:"Tooltip_line__Gvb8D",name:"Tooltip_name__XFuxU",value:"Tooltip_value__TfmqF",units:"Tooltip_units__Ivwqs"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),i=require("react"),l=require("../../../../utils/convert.js"),n=require("./Tooltip.css.js"),t=require("react/jsx-runtime");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=r(e),s={Dash:"dashed",Solid:"solid",Dot:"dotted"},u=function(e){var r,o,u,d,a=e.points,c=i.useMemo((function(){for(var e=0;e<a.length;e+=1){var i,l;if(null!==(i=a[e])&&void 0!==i&&null!==(l=i[0])&&void 0!==l&&l.plotX)return e}return 0}),[a]);return t.jsxs("div",{className:n.container,style:{transform:"translate(".concat(null===(r=a[c])||void 0===r||null===(o=r[0])||void 0===o?void 0:o.plotX,"px, 0)")},children:[t.jsxs("div",{className:n.indexTooltip,children:[null===(u=a[c])||void 0===u||null===(d=u[0])||void 0===d?void 0:d.x," ’"]}),a.map((function(e,i){return t.jsx("div",{className:n.tooltipContainer,children:!!e.length&&t.jsx("table",{className:n.content,children:t.jsx("tbody",{children:e.map((function(e){var i,r,o,u,d,a,c,v=e.id,p=e.y,m=e.series;return t.jsxs("tr",{children:[t.jsx("td",{children:t.jsx("div",{className:n.line,style:{borderBottom:"1px ".concat(s[null==m||null===(i=m.userOptions)||void 0===i?void 0:i.dashStyle]," ").concat((null==m||null===(r=m.userOptions)||void 0===r?void 0:r.color)||(null==m||null===(o=m.userOptions)||void 0===o?void 0:o.lineColor))}})}),t.jsx("td",{className:n.name,children:null==m||null===(u=m.userOptions)||void 0===u?void 0:u.name}),t.jsx("td",{className:n.value,children:(c=p,Number.isFinite(c)?Math.round(1e5*c)/1e5:"-")}),t.jsx("td",{className:n.units,children:l.getUnitDisplay(null==m||null===(d=m.userOptions)||void 0===d?void 0:d.unitType)||(null==m||null===(a=m.userOptions)||void 0===a?void 0:a.unit)})]},v)}))})})},"points_from_track_".concat(i))}))]})};u.propTypes={points:o.default.arrayOf(o.default.arrayOf(o.default.shape({plotX:o.default.number.isRequired,x:o.default.number.isRequired}))).isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../ext-esm/style-inject/dist/style-inject.es.js')(".TraceHeader_container__9-2ML{position:relative}.TraceHeader_header__dYqmm{align-items:center;background:#272727;cursor:pointer;display:flex;flex-direction:column;height:74px;justify-content:center;justify-content:flex-end;position:relative;transition:background .3s ease-in;width:100%}.TraceHeader_header__dYqmm:hover{background:#333}.TraceHeader_header__dYqmm.TraceHeader_horizontal__B4Ktt{border-left:1px solid #333;height:100px;transform:rotate(180deg);width:68px;writing-mode:vertical-rl}.TraceHeader_horizontal__B4Ktt.TraceHeader_minimal__duKeS{width:38px}.TraceHeader_unit__iO786{color:#bdbdbd;font-size:11px;text-align:center}.TraceHeader_values__kBj7H{align-items:flex-end;display:flex;justify-content:space-between}.TraceHeader_max__PDbyy,.TraceHeader_min__auAtt{color:#9e9e9e;font-size:10px}.TraceHeader_current__LpTbq{font-size:16px;padding-right:5px}.TraceHeader_line__HCJx2{border-width:0;position:relative}.TraceHeader_horizontal__B4Ktt .TraceHeader_line__HCJx2{border-left:1px solid #333;height:40px;left:-1px;width:0}.TraceHeader_horizontal__B4Ktt .TraceHeader_values__kBj7H{border-width:0 1px 0 0;height:100%;padding:10px 3px}.TraceHeader_vertical__HDVD3 .TraceHeader_line__HCJx2{border-bottom:1px solid #333;height:0;top:-1px;width:40px}.TraceHeader_vertical__HDVD3 .TraceHeader_values__kBj7H{border-width:0 0 1px}.TraceHeader_empty__r0KJ8{align-items:center;display:flex;flex:1;justify-content:center}.TraceHeader_header__dYqmm:hover .TraceHeader_empty__r0KJ8{opacity:1;visibility:visible}.TraceHeader_addTrace__qUXq5{align-items:center;background:#414141;border-radius:30px;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;width:30px;z-index:101}.TraceHeader_horizontal__B4Ktt .TraceHeader_addTrace__qUXq5{left:-45px;top:50%;transform:translateY(-50%)}.TraceHeader_actions__AAhr-{display:flex;justify-content:flex-end;width:100%}.TraceHeader_modalTitle__MCuLx{color:#fff;font-size:20px}.TraceHeader_trackTitle__zfzfk{color:#03bcd4;cursor:pointer;font-size:13px}"),module.exports={container:"TraceHeader_container__9-2ML",header:"TraceHeader_header__dYqmm",horizontal:"TraceHeader_horizontal__B4Ktt",minimal:"TraceHeader_minimal__duKeS",unit:"TraceHeader_unit__iO786",values:"TraceHeader_values__kBj7H",min:"TraceHeader_min__auAtt",max:"TraceHeader_max__PDbyy",current:"TraceHeader_current__LpTbq",line:"TraceHeader_line__HCJx2",vertical:"TraceHeader_vertical__HDVD3",empty:"TraceHeader_empty__r0KJ8",addTrace:"TraceHeader_addTrace__qUXq5",actions:"TraceHeader_actions__AAhr-",modalTitle:"TraceHeader_modalTitle__MCuLx",trackTitle:"TraceHeader_trackTitle__zfzfk"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("react"),a=require("prop-types"),n=require("classnames"),i=require("lodash"),s=require("@material-ui/icons/Add"),l=require("@material-ui/core"),u=require("../../Modal/Modal.js"),c=require("../../../utils/convert.js"),o=require("./TraceSettings.js"),d=require("../SettingsContext.js"),f=require("../DataContext.js"),m=require("../constants.js"),p=require("./TraceHeader.css.js"),j=require("react/jsx-runtime");function g(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=g(e),y=g(t),T=g(a),x=g(n),S=g(s);function b(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 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){h.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 q=function(e){return Number.isFinite(e)?Math.round(100*e)/100:"-"},N=function(e){var t,a=e.onChange,n=e.onDelete,s=e.traceSettings,g=e.classes,T=e.mapping,b=e.index,N=e.openTrackSettings,C=r.useState(!1),E=y.default(C,2),O=E[0],k=E[1],D=r.useState(!1),M=y.default(D,2),R=M[0],A=M[1],P=r.useState(!1),_=y.default(P,2),F=_[0],w=_[1],L=r.useState(s),U=y.default(L,2),z=U[0],G=U[1],I=r.useState(m.DEFAULT_TRACE_SETTINGS),B=y.default(I,2),H=B[0],X=B[1],J=r.useContext(d),K=J.horizontal,Q=J.maxTracesCount,V=r.useContext(f).parsedData,W=r.useRef(),Y=i.get(V,s&&"".concat(s.collection,".").concat(s.key),{}),Z=Y.min,$=Y.max,ee=Y.data,te=Q>=5,re=function(){a(R?H:z),k(!1),A(!1),X(m.DEFAULT_TRACE_SETTINGS)},ae=function(){clearTimeout(W.current),W.current=setTimeout((function(){w(!1)}),1e3)},ne=!s||!s.name,ie=b===Q-1,se=Q>=m.MAX_TRACE_COUNT,le=R?!H.key:i.isEqual(s,z),ue=ee?q(i.get(i.last(ee),1,"-")):"-";return j.jsxs("div",{onMouseEnter:function(){return w(!0)},onMouseLeave:ae,className:x.default(p.container,h.default({},p.horizontal,K)),children:[j.jsx(l.Tooltip,{title:te&&!ne?j.jsxs("p",{children:[s.name,": ",j.jsx("br",{})," ",ue," (",c.getUnitDisplay(s.unitType)||s.unit,")"]}):"",children:j.jsxs("div",{className:x.default(p.header,(t={},h.default(t,p.horizontal,K),h.default(t,p.vertical,!K),h.default(t,p.last,ie),h.default(t,p.minimal,te),t)),onClick:function(){return k(!0)},children:[ne&&j.jsx("div",{className:p.empty,children:j.jsx(S.default,{color:"primary",fontSize:"small"})}),!ne&&j.jsxs(j.Fragment,{children:[!te&&j.jsxs("span",{className:p.unit,children:[s.name," (",c.getUnitDisplay(s.unitType)||s.unit,")"]}),j.jsx("span",{className:p.current,children:ue}),j.jsxs("div",{className:p.values,children:[j.jsx("span",{className:p.min,children:!s.autoScale&&Number.isFinite(s.scaleMin)?s.scaleMin:q(Z)}),j.jsx("span",{className:p.max,children:!s.autoScale&&Number.isFinite(s.scaleMax)?s.scaleMax:q($)})]}),j.jsx("div",{className:p.line,style:{borderColor:s.color,borderStyle:s.dashStyle}})]})]})}),ie&&!ne&&F&&!se&&j.jsx("div",{className:p.addTrace,onClick:function(){A(!0),k(!0)},onMouseLeave:ae,onMouseEnter:function(){return clearTimeout(W.current)},children:j.jsx(S.default,{color:"primary",fontSize:"small"})}),j.jsx(u,{open:O,title:j.jsxs("div",{className:p.modalTitle,children:[j.jsxs("span",{className:p.trackTitle,onClick:function(){re(),N()},children:["Track Settings /"," "]}),s.name||"Empty Trace"]}),actions:j.jsxs("div",{className:p.actions,children:[j.jsx(l.Button,{className:g.button,color:"primary",onClick:function(){n(s.id),k(!1)},disabled:!s||!s.id,children:"Delete Trace"}),j.jsx(l.Button,{className:g.button,color:"primary",onClick:function(){k(!1),A(!1),X(m.DEFAULT_TRACE_SETTINGS)},children:"Cancel"}),j.jsx(l.Button,{className:g.button,variant:"contained",color:"primary",onClick:re,disabled:le,children:"Save"})]}),children:j.jsx(o,{traceSettings:R?H:z,onChange:function(e,t){var r=R?[H,X]:[z,G],a=y.default(r,2),n=a[0],i=a[1];if("key"===e){var s=T.find((function(e){return e.key===t}));i(v(v({},n),{},h.default({},e,t),s))}else i(v(v({},n),{},h.default({},e,t)))},mapping:T})})]})};N.propTypes={onChange:T.default.func.isRequired,onDelete:T.default.func.isRequired,openTrackSettings:T.default.func,classes:T.default.shape({}).isRequired,traceSettings:T.default.shape({name:T.default.string,key:T.default.string,id:T.default.string,unit:T.default.string,unitType:T.default.string,autoScale:T.default.bool,scaleMin:T.default.string,scaleMax:T.default.string,color:T.default.string,dashStyle:T.default.string,collection:T.default.string}),mapping:T.default.arrayOf(T.default.shape({name:T.default.string.isRequired,key:T.default.string.isRequired}).isRequired).isRequired,index:T.default.number.isRequired},N.defaultProps={traceSettings:m.DEFAULT_TRACE_SETTINGS,openTrackSettings:function(){}};var C=l.withStyles({button:{fontSize:14,marginLeft:20}})(N);module.exports=C;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("@material-ui/core"),r=require("react/jsx-runtime");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=t(e),s=function(e){var t=e.value,u=e.onChange,s=e.mapping,l=e.classes,i=e.showLabel?"Trace Name":t?"":"Choose a trace";return r.jsxs(a.FormControl,{children:[r.jsx(a.InputLabel,{htmlFor:"traceKey",children:i}),r.jsx(a.Select,{displayEmpty:!0,value:t,className:l.select,onChange:function(e){return u(e.target.value)},inputProps:{name:"traceKey"},children:s&&s.map((function(e){var t=e.key,u=e.name;return r.jsx(a.MenuItem,{value:t,children:u},t)}))})]})};s.propTypes={value:u.default.string,onChange:u.default.func.isRequired,classes:u.default.shape({}).isRequired,showLabel:u.default.bool,mapping:u.default.arrayOf(u.default.shape({name:u.default.string.isRequired,key:u.default.string.isRequired}).isRequired).isRequired},s.defaultProps={value:"",showLabel:!1};var l=a.withStyles({select:{width:200}})(s);module.exports=l;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../ext-esm/style-inject/dist/style-inject.es.js')(".TraceSettings_container__4jOW5{display:flex;flex-direction:column;min-width:360px;padding:5px 0 10px}.TraceSettings_item__Ilc74{align-items:center;display:flex;padding:10px 0 20px}.TraceSettings_scales__21pLT{align-items:center;display:flex;justify-content:space-between}.TraceSettings_line__GRYlg{border-top:1px solid #fff;margin-bottom:-1px;width:100%}.TraceSettings_dotted__L-ufI{border-top:1px dotted #fff}.TraceSettings_dashed__5XJaU{border-top:1px dashed #fff}"),module.exports={container:"TraceSettings_container__4jOW5",item:"TraceSettings_item__Ilc74",scales:"TraceSettings_scales__21pLT",line:"TraceSettings_line__GRYlg",dotted:"TraceSettings_dotted__L-ufI",dashed:"TraceSettings_dashed__5XJaU"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("classnames"),l=require("lodash"),t=require("@material-ui/core"),r=require("../../ColorPicker/ColorPicker.js"),n=require("./TraceSelect.js"),s=require("./TraceSettings.css.js"),i=require("react/jsx-runtime");function u(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=u(e),o=u(a),d=t.withStyles({root:{minHeight:35}})(t.MenuItem),h=function(e){var a=e.traceSettings,u=e.onChange,c=e.mapping,h=e.classes;return i.jsxs("div",{className:s.container,children:[i.jsx("div",{className:s.item,children:i.jsx(n,{value:a.key,onChange:function(e){return u("key",e)},mapping:c,showLabel:!0})}),a.key&&i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:s.item,children:[i.jsxs(t.FormControl,{children:[i.jsx(t.InputLabel,{htmlFor:"traceType",children:"Trace Type"}),i.jsxs(t.Select,{displayEmpty:!0,value:a.traceType,className:h.select,onChange:function(e){return u("traceType",e.target.value)},inputProps:{name:"traceType"},children:[i.jsx(t.MenuItem,{value:"line",children:"Line"}),i.jsx(t.MenuItem,{value:"numeric",disabled:!0,children:"Numeric"})]})]}),i.jsx(t.TextField,{label:"Width",type:"number",name:"lineWidth",InputLabelProps:{shrink:!0},InputProps:{inputProps:{min:1,max:5}},className:h.lineWidth,value:a.lineWidth,onChange:function(e){return u("lineWidth",l.toNumber(e.target.value))}}),i.jsx(r,{buttonClassName:h.colorPickerBtn,className:h.colorPicker,value:a.color,onChange:function(e){return u("color",e)},label:"Fill color"})]}),i.jsx("div",{className:s.item,children:i.jsxs(t.FormControl,{className:h.formControl,children:[i.jsx(t.InputLabel,{htmlFor:"dashStyle",children:"Line Style"}),i.jsxs(t.Select,{value:a.dashStyle,onChange:function(e){return u("dashStyle",e.target.value)},inputProps:{name:"dashStyle"},classes:{select:h.lineSelect},children:[i.jsx(d,{value:"Solid",children:i.jsx("span",{className:o.default(s.line)})},"Line"),i.jsx(d,{value:"Dot",children:i.jsx("span",{className:o.default(s.line,s.dotted)})},"Dotted"),i.jsx(d,{value:"Dash",children:i.jsx("span",{className:o.default(s.line,s.dashed)})},"Dashed")]})]})}),i.jsx("div",{className:s.item,children:i.jsx(t.FormControl,{children:i.jsx(t.FormControlLabel,{control:i.jsx(t.Checkbox,{checked:a.autoScale,color:"primary",onChange:function(e){return u("autoScale",e.target.checked)},value:"autoScale"}),label:"Auto Scale"})})}),!a.autoScale&&i.jsxs("div",{className:s.scales,children:[i.jsx(t.TextField,{label:"Min Value",type:"number",value:a.scaleMin,onChange:function(e){return u("scaleMin",e.target.value)},InputLabelProps:{shrink:!0},defaultValue:""}),i.jsx(t.TextField,{label:"Max Value",type:"number",value:a.scaleMax,onChange:function(e){return u("scaleMax",e.target.value)},InputLabelProps:{shrink:!0},defaultValue:""})]})]})]})};h.propTypes={traceSettings:c.default.shape({lineWidth:c.default.number,scaleMin:c.default.number,scaleMax:c.default.number,key:c.default.string,color:c.default.string,autoScale:c.default.bool,dashStyle:c.default.string,traceType:c.default.string.isRequired}).isRequired,onChange:c.default.func.isRequired,classes:c.default.shape({}).isRequired,mapping:c.default.arrayOf(c.default.shape({name:c.default.string.isRequired,key:c.default.string.isRequired}).isRequired).isRequired};var m=t.withStyles({select:{minWidth:200},lineSelect:{minWidth:175,display:"flex",alignItems:"center"},lineWidth:{width:64,margin:"0 30px"},colorPicker:{whiteSpace:"nowrap"},colorPickerBtn:{width:36,minWidth:36,height:24}})(h);module.exports=m;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../ext-esm/style-inject/dist/style-inject.es.js')(".Track_container__SUj58{align-items:center;display:flex;flex-direction:column}.Track_vertical__xRbKR{flex:1}.Track_horizontal__NhpDA{align-items:flex-end;flex-direction:row-reverse;height:100px;margin-bottom:16px}.Track_header__TuoC-{align-items:center;background:#272727;display:flex;justify-content:center;transition:background .3s ease-out}.Track_header__TuoC-:hover{background:#333}.Track_title__gYuEH{font-size:14px;font-weight:500;text-align:center}.Track_horizontal__NhpDA .Track_header__TuoC-{height:100px;transform:rotate(180deg);width:24px;writing-mode:vertical-rl}"),module.exports={container:"Track_container__SUj58",vertical:"Track_vertical__xRbKR",horizontal:"Track_horizontal__NhpDA",header:"Track_header__TuoC-",title:"Track_title__gYuEH"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/toConsumableArray"),r=require("@babel/runtime/helpers/defineProperty"),t=require("react"),n=require("uuid"),i=require("classnames"),a=require("prop-types"),s=require("lodash"),u=require("../constants.js"),c=require("../AddEditTrack.js"),o=require("./TraceHeader.js"),d=require("./ChartContainer.js"),l=require("../SettingsContext.js"),f=require("../DataContext.js"),p=require("./Track.css.js"),m=require("react/jsx-runtime");function j(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var g=j(e),b=j(r),v=j(n),y=j(i),h=j(a);function x(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 O(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?x(Object(t),!0).forEach((function(r){b.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):x(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var q=function(e){var r,n=e.id,i=e.index,a=t.useContext(l),j=a.horizontal,h=a.settingsKey,x=a.settings,q=a.onSettingsChange,C=a.maxTracesCount,P=a.multipleAssets,T=t.useContext(f).mapping,S=t.useRef(),k=t.useMemo((function(){return n?x[h].find((function(e){return e.id===n})):u.DEFAULT_TRACK_SETTINGS}),[n,x,h]),D=function(e){var r=x[h].map((function(r){return n===r.id?O(O({},r),{},{traces:r.traces&&r.traces.filter((function(r){return r.id!==e}))}):r}));q(O(O({},x),{},b.default({},h,r)))},w=function(e){var r=[];r=e.id?k.traces.map((function(r){return r.id===e.id?e:r})):[].concat(g.default(k.traces),[O(O({},e),{},{id:v.default()})]);var t=x[h].map((function(e){return n===e.id?O(O({},e),{},{traces:r}):e}));q(O(O({},x),{},b.default({},h,t)))},A=function(){S.current.click()},E=t.useMemo((function(){if(!P)return k.name;var e=T.find((function(e){var r,t;return e.key===(null===(r=k.traces)||void 0===r||null===(t=r[0])||void 0===t?void 0:t.key)}));return e?e.name:k.name}),[k.traces,k.name,P]);return m.jsx(m.Fragment,{children:m.jsxs("div",{className:y.default(p.container,(r={},b.default(r,p.horizontal,j),b.default(r,p.vertical,!j),r)),children:[m.jsx(c,{mapping:T,settings:x,onSettingsChange:q,settingsKey:h,id:n,multipleAssets:P,children:m.jsx("div",{className:p.header,ref:S,children:m.jsx("div",{className:p.title,children:E})})}),!P&&s.range(C).map((function(e){return m.jsx(o,{index:e,traceSettings:k.traces[e],onDelete:D,mapping:T,onChange:w,openTrackSettings:A},k.traces[e]?k.traces[e].id:e)})),m.jsx(d,{traces:k.traces,trackIndex:i})]})})};q.propTypes={id:h.default.string,index:h.default.number.isRequired},q.defaultProps={id:""},module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../ext-esm/style-inject/dist/style-inject.es.js')(".TrackSettings_title__k02I4{color:#bdbdbd;margin-bottom:10px;margin-top:25px}.TrackSettings_tracesContainer__6hEW3{border-top:1px solid #616161;display:flex;flex-direction:column;margin-top:25px;padding-bottom:20px}.TrackSettings_tracesItem__a8By8{align-items:flex-end;border-bottom:1px solid #616161;display:flex;padding:0 10px 10px;position:relative}.TrackSettings_colorPicker__wTFrM{margin:0 50px 0 36px}.TrackSettings_actions__aS7GU{display:flex;justify-content:flex-end;width:100%}.TrackSettings_modalTitle__FL7Nv{color:#fff;font-size:20px}.TrackSettings_trackTitle__3Ibwu{color:#03bcd4;cursor:pointer;font-size:13px}"),module.exports={title:"TrackSettings_title__k02I4",tracesContainer:"TrackSettings_tracesContainer__6hEW3",tracesItem:"TrackSettings_tracesItem__a8By8",colorPicker:"TrackSettings_colorPicker__wTFrM",actions:"TrackSettings_actions__aS7GU",modalTitle:"TrackSettings_modalTitle__FL7Nv",trackTitle:"TrackSettings_trackTitle__3Ibwu"};