@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
@@ -1,8 +1 @@
1
- // NOTE: those constants are imported in @corva/dc-platform-shared
2
- // TODO: fix imports in that package and remove those constants
3
-
4
- var LOCAL_STORAGE_APP_THEME_KEY = 'APP_THEME';
5
- var LOCAL_STORAGE_PDF_REPORT_VIEW_KEY = 'PDF_REPORT_VIEW';
6
-
7
- export { LOCAL_STORAGE_APP_THEME_KEY, LOCAL_STORAGE_PDF_REPORT_VIEW_KEY };
8
- //# sourceMappingURL=constants.js.map
1
+ var E="APP_THEME",P="PDF_REPORT_VIEW";export{E as LOCAL_STORAGE_APP_THEME_KEY,P as LOCAL_STORAGE_PDF_REPORT_VIEW_KEY};
package/CLI/hocs/utils.js CHANGED
@@ -1,9 +1 @@
1
- import { LOCAL_STORAGE_PDF_REPORT_VIEW_KEY } from './constants.js';
2
-
3
- // NOTE: it is imported in @corva/dc-platform-shared
4
- // TODO: fix imports in that package and remove whole CLI dir
5
-
6
- var isPDFReportView = JSON.parse(localStorage.getItem(LOCAL_STORAGE_PDF_REPORT_VIEW_KEY) || 'false');
7
-
8
- export { isPDFReportView };
9
- //# sourceMappingURL=utils.js.map
1
+ import{LOCAL_STORAGE_PDF_REPORT_VIEW_KEY as t}from"./constants.js";var a=JSON.parse(localStorage.getItem(t)||"false");export{a as isPDFReportView};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.LOCAL_STORAGE_APP_THEME_KEY="APP_THEME",exports.LOCAL_STORAGE_PDF_REPORT_VIEW_KEY="PDF_REPORT_VIEW";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./constants.js"),t=JSON.parse(localStorage.getItem(e.LOCAL_STORAGE_PDF_REPORT_VIEW_KEY)||"false");exports.isPDFReportView=t;
@@ -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("@babel/runtime/helpers/asyncToGenerator"),n=require("@babel/runtime/helpers/classCallCheck"),a=require("@babel/runtime/helpers/createClass"),o=require("@babel/runtime/regenerator"),s=require("query-string"),u=require("../utils.js"),i=require("./httpMessages.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function p(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var l=c(e),f=c(t),d=c(r),h=c(n),y=c(a),b=c(o),v=p(s);function g(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 m(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?g(Object(r),!0).forEach((function(t){f.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var P={400:"Request Failed",403:"No Permission",404:"Not Found"},x=["POST","PUT","PATCH","DELETE"],w=function(){function e(t,r){h.default(this,e),this.status=t.status,this.statusText=t.statusText,this.message=r.message||"No Message"}return y.default(e,[{key:"isAuthenticationProblem",value:function(){return 401===this.status}},{key:"isTermsProblem",value:function(){return 401===this.status&&"Please accept the latest terms of service"===this.message}},{key:"isLoginProblem",value:function(){var e,t;return 401===this.status&&(null===(e=this.errorBody)||void 0===e||null===(t=e.errors)||void 0===t?void 0:t.login)}}]),e}(),O=v.parse(window.location.search).api_url||process.env.REACT_APP_API_URL||"https://api.qa.corva.ai",j={"Content-Type":"application/json",Accept:"application/json"};function T(e){e.isAuthenticationProblem&&e.isAuthenticationProblem()&&!e.isTermsProblem()&&!e.isLoginProblem()&&(console.error("Problem with user"),"/login"!==window.location.pathname&&(window.location.href="/login"))}var k=/^\/v1\/assets.*/;function A(){return A=d.default(b.default.mark((function e(t){var r,n,a,o,s,i=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]?i[2]:{},a=n.apiUrl,o=void 0===a?O:a,s=n.appKey,k.test(t)&&(r.cache="reload"),r.credentials="include",e.abrupt("return",fetch("".concat(o).concat(t),u.attachHTTPHeaders({config:r,appKey:s})));case 6:case"end":return e.stop()}}),e)}))),A.apply(this,arguments)}var S,K,E=(S=function(e){return A.apply(this,arguments)},K=d.default(b.default.mark((function e(t,r,n){var a,o,s,u,c,p,l;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,S(t,r,n);case 2:if(a=e.sent,o=a.status,!a.ok){e.next=6;break}return e.abrupt("return",204===o?null:a);case 6:return e.prev=6,e.next=9,a.json();case 9:s=e.sent,e.next=15;break;case 12:e.prev=12,e.t0=e.catch(6),s={};case 15:throw u=r.method,c=x.includes(u),p=i.DISPLAY_HTTP_MESSAGES[s.message]||P[o],c&&p&&console.error("ERROR"),T(l=new w(a,s)),l;case 22:case"end":return e.stop()}}),e,null,[[6,12]])}))),function(e,t,r){return K.apply(this,arguments)});function U(){return U=d.default(b.default.mark((function e(t,r){var n,a,o,s=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=s.length>2&&void 0!==s[2]?s[2]:{},a=n.apiUrl,e.next=4,E(t,{method:"POST",headers:j,body:JSON.stringify(r)},{apiUrl:a,appKey:u.getAppKeyFromStackTrace()});case 4:return o=e.sent,e.abrupt("return",o&&o.json());case 6:case"end":return e.stop()}}),e)}))),U.apply(this,arguments)}function q(e){return F.apply(this,arguments)}function F(){return F=d.default(b.default.mark((function e(t){var r,n,a,o,s,i,c,p=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=p.length>1&&void 0!==p[1]?p[1]:{},n=p.length>2&&void 0!==p[2]?p[2]:{},a=n.apiUrl,o=n.appKey,s=n.signal,i=v.stringify(r,{arrayFormat:"bracket"}),e.next=6,E("".concat(t).concat(i?"?":"").concat(i),{method:"GET",signal:s},{apiUrl:a,appKey:o||u.getAppKeyFromStackTrace()});case 6:if(c=e.sent,e.t0=c,!e.t0){e.next=12;break}return e.next=11,c.json();case 11:e.t0=e.sent;case 12:return e.t1=e.t0,e.t2=c&&c.headers,e.abrupt("return",{data:e.t1,headers:e.t2});case 15:case"end":return e.stop()}}),e)}))),F.apply(this,arguments)}function D(){return D=d.default(b.default.mark((function e(t){var r,n,a,o=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=o.length>1&&void 0!==o[1]?o[1]:{},n=o.length>2&&void 0!==o[2]?o[2]:{},e.next=4,q(t,r,m(m({},n),{},{appKey:n.appKey||u.getAppKeyFromStackTrace()}));case 4:return a=e.sent,e.abrupt("return",a.data);case 6:case"end":return e.stop()}}),e)}))),D.apply(this,arguments)}function _(){return _=d.default(b.default.mark((function e(t,r){var n,a,o,s,i,c=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=c.length>2&&void 0!==c[2]?c[2]:{},a=c.length>3&&void 0!==c[3]?c[3]:{},o=a.apiUrl,s=v.stringify(n),e.next=6,E("".concat(t).concat(s?"?":"").concat(s),{method:"PUT",headers:j,body:JSON.stringify(r)},{apiUrl:o,appKey:u.getAppKeyFromStackTrace()});case 6:return i=e.sent,e.abrupt("return",i&&i.json());case 8:case"end":return e.stop()}}),e)}))),_.apply(this,arguments)}function C(){return C=d.default(b.default.mark((function e(t,r){var n,a,o,s,i,c=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=c.length>2&&void 0!==c[2]?c[2]:{},a=c.length>3&&void 0!==c[3]?c[3]:{},o=a.apiUrl,s=v.stringify(n),e.next=6,E("".concat(t).concat(s?"?":"").concat(s),{method:"PATCH",headers:j,body:JSON.stringify(r)},{apiUrl:o,appKey:u.getAppKeyFromStackTrace()});case 6:return i=e.sent,e.abrupt("return",i&&i.json());case 8:case"end":return e.stop()}}),e)}))),C.apply(this,arguments)}function H(){return H=d.default(b.default.mark((function e(t){var r,n,a,o,s,i=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=i.length>1&&void 0!==i[1]?i[1]:{},n=i.length>2&&void 0!==i[2]?i[2]:{},a=n.apiUrl,o=v.stringify(r),e.next=6,E(o?"".concat(t,"?").concat(o):t,{method:"DELETE",headers:j},{apiUrl:a,appKey:u.getAppKeyFromStackTrace()});case 6:return s=e.sent,e.abrupt("return",s&&s.json());case 8:case"end":return e.stop()}}),e)}))),H.apply(this,arguments)}function L(){return L=d.default(b.default.mark((function e(t,r){var n,a,o,s,i,c,p,f=arguments;return b.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=f.length>2&&void 0!==f[2]?f[2]:{},a=f.length>3&&void 0!==f[3]?f[3]:{},o=v.stringify(n),s=a.method,i=void 0===s?"POST":s,c=new FormData,Object.entries(r).forEach((function(e){var t=l.default(e,2),r=t[0],n=t[1];Array.isArray(n)?n.forEach((function(e){c.append(r,e)})):c.append(r,n)})),e.next=8,E(o?"".concat(t,"?").concat(o):t,{method:i,headers:{Accept:"application/json"},body:c},{appKey:u.getAppKeyFromStackTrace()});case 8:return p=e.sent,e.abrupt("return",p&&p.json());case 10:case"end":return e.stop()}}),e)}))),L.apply(this,arguments)}exports.APIException=w,exports.baseUrl=O,exports.del=function(e){return H.apply(this,arguments)},exports.get=function(e){return D.apply(this,arguments)},exports.getWithHeaders=q,exports.handleAuthenticationProblem=T,exports.patch=function(e,t){return C.apply(this,arguments)},exports.post=function(e,t){return U.apply(this,arguments)},exports.put=function(e,t){return _.apply(this,arguments)},exports.sendFormData=function(e,t){return L.apply(this,arguments)};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.DISPLAY_HTTP_MESSAGES={"Current password incorrect":"Current password incorrect","Password is too short (minimum is 8 characters), Password requires at least 1 uppercase, 1 lowercase, 1 digit, and 1 special character":"Password is too short (minimum is 8 characters), Password requires at least 1 uppercase, 1 lowercase, 1 digit, and 1 special character","Password is too short (minimum is 8 characters)":"Password is too short (minimum is 8 characters)","Password requires at least 1 uppercase, 1 lowercase, 1 digit, and 1 special character":"Password requires at least 1 uppercase, 1 lowercase, 1 digit, and 1 special character"};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("lodash/set"),t=require("lodash/get"),r=require("lodash/unset"),a=require("moment");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=l(e),o=l(t),n=l(r),u=l(a),s=function(e){return e.expiry?e.value:e};function f(e){if("string"==typeof e)localStorage.removeItem(e);else if(Array.isArray(e)&&e.length){var t=JSON.parse(localStorage.getItem(e[0]));n.default(t,e.slice(1)),localStorage.setItem(e[0],JSON.stringify(t))}}function g(e,t){var r,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,l=arguments.length>3?arguments[3]:void 0,o=a&&a.length?{value:t,expiry:u.default().add(a[0],a[1])}:t;if("string"==typeof e?(r=o,localStorage.setItem(e,JSON.stringify(r))):Array.isArray(e)&&e.length&&(r=JSON.parse(localStorage.getItem(e[0]))||{},i.default(r,e.slice(1),o),localStorage.setItem(e[0],JSON.stringify(r))),r&&"function"==typeof l){var n=s(r);l(n)}}var c=function(e,t){var r=e;return Array.isArray(e)?(g(t,r=e.filter((function(e){return!e.expiry||u.default().diff(e.expiry)<0}))),r.map((function(e){return e.value}))):(e&&e.expiry&&u.default().diff(e.expiry)>0&&(f(t),r=void 0),r)};exports.deleteValue=f,exports.getValue=function(e){var t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("string"==typeof e)t=JSON.parse(localStorage.getItem(e));else if(Array.isArray(e)&&e.length){var a=JSON.parse(localStorage.getItem(e[0]));t=o.default(a,e.slice(1))}var l=c(t,e);return void 0!==l?l:r},exports.pushValue=function(e,t){var r,a,l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=arguments.length>3?arguments[3]:void 0,f=l&&l.length?{value:t,expiry:u.default().add(l[0],l[1])}:t;if("string"==typeof e?((a=JSON.parse(localStorage.getItem(e))||[]).push(f),localStorage.setItem(e,a)):Array.isArray(e)&&e.length&&(r=JSON.parse(localStorage.getItem(e[0]))||{},(a=o.default(r,e.slice(1),[])).push(f),i.default(r,e.slice(1),a),localStorage.setItem(e[0],JSON.stringify(r))),a&&"function"==typeof n){var g=a.map((function(e){return s(e)}));n(g)}},exports.setValue=g;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/toConsumableArray"),t=require("./core.js");function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=r(e),s="chartsViewSettings";function u(){return t.getValue("impersonation")}exports.FEATURE_FLAG_APPS_ISOLATION="featureFlagAppsIsolation",exports.getAppViewStorageSettings=function(e,r){return t.getValue([s].concat(n.default(Array.isArray(e)?e:[e])),r)},exports.getAssetPageFilters=function(){return t.getValue("assetsPageFilters",{})},exports.getFeatureFlagAppsIsolation=function(){var e;return null===(e=t.getValue("featureFlagAppsIsolation"))||void 0===e||e},exports.getFeedInputRigId=function(){return t.getValue("feedInputRigId")},exports.getHiddenAlerts=function(e){return t.getValue(["appsHiddenAlerts",e])},exports.getImpersonateStorageKey=u,exports.getSegment=function(){return t.getValue("segment")},exports.isImpersonating=function(){return"true"===u()},exports.removeAssetPageFilters=function(){return t.deleteValue("assetsPageFilters")},exports.removeFeedInputRigId=function(){return t.deleteValue("feedInputRigId")},exports.setAppViewStorageSettings=function(e,r,u){return t.setValue([s].concat(n.default(Array.isArray(e)?e:[e])),r,null,u)},exports.setAssetPageFilters=function(e,r){return t.setValue("assetsPageFilters",e,null,r)},exports.setFeedInputRigId=function(e,r){return t.setValue("feedInputRigId",e,null,r)},exports.setHiddenAlerts=function(e,r,n){return t.pushValue(["appsHiddenAlerts",e],r,[5,"d"],n)},exports.setSegment=function(e){return t.setValue("segment",e)},exports.startImpersonation=function(){return t.setValue("impersonation","true")},exports.stopImpersonation=function(){return t.deleteValue("impersonation")};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./api/apiCore.js"),r={API:e.baseUrl,DATA_API:e.baseUrl.replace("api","data")};exports.CORVA_API_URLS=r;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("uuid"),r=require("lodash"),n=require("./clientStorage/index.js"),o=require("./jsonApi/index.js"),i=require("./subscriptions.js"),u=require("./api/apiCore.js"),c=require("./constants.js");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=a(e);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 l(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 v={get:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return u.get(e,t,r)},put:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return u.put(e,t,r,n)},patch:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return u.patch(e,t,r,n)},post:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return u.post(e,t,r)},del:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return u.del(e,t,r)}},d={get:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return u.get(e,t,{apiUrl:c.CORVA_API_URLS.DATA_API})},put:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return u.put(e,t,r,{apiUrl:c.CORVA_API_URLS.DATA_API})},patch:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return u.patch(e,t,r,{apiUrl:c.CORVA_API_URLS.DATA_API})},post:function(e,t){return u.post(e,t,{apiUrl:c.CORVA_API_URLS.DATA_API})},del:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return u.del(e,t,{apiUrl:c.CORVA_API_URLS.DATA_API})}},f={subscribe:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=n.onDataReceive,i=void 0===o?r.noop:o,u=window[Symbol.for("socket")]||{},c=u.subscribe,a=u.unsubscribe,s=u.socket;if(!s)return console.error("Socket is not initialized!"),r.noop;var p=t.v4(),v=l(l({},e),{},{collection:e.collection||e.dataset,appInstanceId:p});return c(v),s.on("data",(function(e){return e.appInstanceId===p&&i(e)})),function(){return a(v)}}};exports.clientStorage=n,exports.jsonApi=o,exports.subscriptions=i,exports.corvaAPI=v,exports.corvaDataAPI=d,exports.socketClient=f;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@babel/runtime/helpers/defineProperty"),e=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/regenerator"),n=require("lodash"),a=require("query-string"),u=require("../api/apiCore.js"),p=require("../constants.js"),s=require("./postTaskAndWaitResult.js");function o(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function c(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,n.get?n:{enumerable:!0,get:function(){return t[r]}})}})),e.default=t,Object.freeze(e)}var i=o(t),f=o(e),l=o(r),d=c(a);function h(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function v(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?h(Object(r),!0).forEach((function(e){i.default(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function g(){return(g=f.default(l.default.mark((function t(){var e,r;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,fetch("".concat(u.baseUrl,"/v1/users/current"),{credentials:"include"});case 2:return e=t.sent,t.next=5,e.json();case 5:if(r=t.sent,null!=e&&e.ok){t.next=8;break}throw new u.APIException(e,r);case 8:return t.abrupt("return",r);case 9:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function m(){return m=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/integration/wellview/bha",e));case 2:case"end":return t.stop()}}),t)}))),m.apply(this,arguments)}function y(t){return x.apply(this,arguments)}function x(){return(x=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v2/wells",e));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function w(t){return _.apply(this,arguments)}function _(){return _=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:{},t.abrupt("return",u.get("/v2/wells/".concat(e),r));case 2:case"end":return t.stop()}}),t)}))),_.apply(this,arguments)}function b(t){return k.apply(this,arguments)}function k(){return k=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:{},t.abrupt("return",u.get("/v2/rigs/".concat(e),r));case 2:case"end":return t.stop()}}),t)}))),k.apply(this,arguments)}function A(){return S.apply(this,arguments)}function S(){return S=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/rigs",e));case 2:case"end":return t.stop()}}),t)}))),S.apply(this,arguments)}function O(){return P.apply(this,arguments)}function P(){return P=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/programs",e));case 2:case"end":return t.stop()}}),t)}))),P.apply(this,arguments)}function D(t){return j.apply(this,arguments)}function j(){return j=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:{},t.abrupt("return",u.get("/v2/assets/".concat(e),r));case 2:case"end":return t.stop()}}),t)}))),j.apply(this,arguments)}function C(){return I.apply(this,arguments)}function I(){return I=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/assets",e));case 2:case"end":return t.stop()}}),t)}))),I.apply(this,arguments)}function U(){return U=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.post("/v2/assets/resolve",e));case 2:case"end":return t.stop()}}),t)}))),U.apply(this,arguments)}function R(){return F.apply(this,arguments)}function F(){return F=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/pads",e));case 2:case"end":return t.stop()}}),t)}))),F.apply(this,arguments)}function T(){return q.apply(this,arguments)}function q(){return q=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/frac_fleets",e));case 2:case"end":return t.stop()}}),t)}))),q.apply(this,arguments)}function L(){return L=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:{},t.abrupt("return",u.get("/v2/drillout_units/".concat(e),r));case 2:case"end":return t.stop()}}),t)}))),L.apply(this,arguments)}function $(){return M.apply(this,arguments)}function M(){return M=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/drillout_units",e));case 2:case"end":return t.stop()}}),t)}))),M.apply(this,arguments)}function W(){return(W=f.default(l.default.mark((function t(e,r,n){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.del("/v1/data/".concat(e,"/").concat(r),n));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function V(){return(V=f.default(l.default.mark((function t(e,r,n){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.del("/v1/data/".concat(e,"/").concat(r,"/").concat(n)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function E(t,e,r){return G.apply(this,arguments)}function G(){return G=f.default(l.default.mark((function t(e,r,n){var a,p=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=p.length>3&&void 0!==p[3]?p[3]:{},t.abrupt("return",u.get("/v1/data/".concat(e,"/").concat(r),v(v({},a),{},{asset_id:n}),{appKey:a.appKey}));case 2:case"end":return t.stop()}}),t)}))),G.apply(this,arguments)}function H(){return H=f.default(l.default.mark((function t(e,r){var n,a=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=a.length>2&&void 0!==a[2]?a[2]:{},t.abrupt("return",u.get("/api/v1/data/".concat(e,"/").concat(r,"/"),n,{apiUrl:p.CORVA_API_URLS.DATA_API}));case 2:case"end":return t.stop()}}),t)}))),H.apply(this,arguments)}function N(){return N=f.default(l.default.mark((function t(e,r){var n,a=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=a.length>2&&void 0!==a[2]?a[2]:{},t.abrupt("return",u.get("/api/v1/data/".concat(e,"/").concat(r,"/aggregate/"),n,{apiUrl:p.CORVA_API_URLS.DATA_API}));case 2:case"end":return t.stop()}}),t)}))),N.apply(this,arguments)}function B(){return B=f.default(l.default.mark((function t(e,r,n,a){var p,s=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return p=s.length>4&&void 0!==s[4]?s[4]:{},t.abrupt("return",u.put("/v1/data/".concat(e,"/").concat(r,"/").concat(n),a,p));case 2:case"end":return t.stop()}}),t)}))),B.apply(this,arguments)}function J(){return(J=f.default(l.default.mark((function t(e,r,n,a,s){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.put("/api/v1/data/".concat(e,"/").concat(r,"/").concat(n),a,s,{apiUrl:p.CORVA_API_URLS.DATA_API}));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function K(){return(K=f.default(l.default.mark((function t(e,r,n){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/v1/data/".concat(e,"/").concat(r),n));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function z(){return(z=f.default(l.default.mark((function t(e,r,n){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/api/v1/data/".concat(e,"/").concat(r),n,{apiUrl:p.CORVA_API_URLS.DATA_API}));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Q(){return(Q=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v1/competitor_analysis",e));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function X(){return(X=f.default(l.default.mark((function t(){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v1/companies"));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Y(){return(Y=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v2/picklists/".concat(e)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Z(){return(Z=f.default(l.default.mark((function t(){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v2/favorites"));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function tt(){return(tt=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v1/companies/".concat(e,"/settings/company_goals")));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}var et,rt,nt,at,ut=(et=f.default(l.default.mark((function t(e){var r,n,a,u;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r={asset_id:+e},n={_id:"$file",name:{$first:"$file"},timestamp:{$first:"$timestamp"}},a={timestamp:-1},u={aggregate:JSON.stringify([{$match:r},{$group:n},{$sort:a}])},t.prev=4,t.next=7,E("corva","formation-evaluation.metadata",e,u);case 7:return t.abrupt("return",t.sent);case 10:return t.prev=10,t.t0=t.catch(4),console.error(t.t0),t.abrupt("return",[]);case 14:case"end":return t.stop()}}),t,null,[[4,10]])}))),function(t){return et.apply(this,arguments)}),pt=(rt=f.default(l.default.mark((function t(e,r){var n;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n="{asset_id#eq#".concat(e,"}AND{file#eq#'").concat(r,"'}"),t.prev=1,t.next=4,E("corva","formation-evaluation.metadata",e,{query:n});case 4:return t.abrupt("return",t.sent);case 7:return t.prev=7,t.t0=t.catch(1),console.error(t.t0),t.abrupt("return",[]);case 11:case"end":return t.stop()}}),t,null,[[1,7]])}))),function(t,e){return rt.apply(this,arguments)}),st=(nt=f.default(l.default.mark((function t(e,r,n){var a,u,p,s,o,c;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a={asset_id:+e,"metadata.file":r},u=1e4*n,p={"data.md":1},s={data:"$data"},o={aggregate:JSON.stringify([{$match:a},{$sort:p},{$skip:u},{$limit:1e4},{$project:s}])},t.prev=6,t.next=9,E("corva","formation-evaluation.data",e,o);case 9:return c=t.sent,t.abrupt("return",c);case 13:return t.prev=13,t.t0=t.catch(6),console.error(t.t0),t.abrupt("return",[]);case 17:case"end":return t.stop()}}),t,null,[[6,13]])}))),function(t,e,r){return nt.apply(this,arguments)}),ot=(at=f.default(l.default.mark((function t(e){var r,a,u,p,s;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=e.assetId,a=e.fileName,u=e.recordsCount,p=Math.ceil(u/1e4),s=n.range(p).map((function(t){return st(r,a,t)})),t.abrupt("return",Promise.all(s).then((function(t){return n.flattenDepth(t)})));case 4:case"end":return t.stop()}}),t)}))),function(t){return at.apply(this,arguments)});function ct(){return ct=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:{},t.abrupt("return",u.post("/v2/dashboard_app_annotations",v({app_annotation:e},r)));case 2:case"end":return t.stop()}}),t)}))),ct.apply(this,arguments)}function it(){return(it=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.patch("/v2/dashboard_app_annotations/".concat(e),{app_annotation:r}));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function ft(){return(ft=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.del("/v2/dashboard_app_annotations/".concat(e)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function lt(){return lt=f.default(l.default.mark((function t(e,r){var n,a=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=a.length>2&&void 0!==a[2]?a[2]:{},t.abrupt("return",u.get("/v2/dashboard_app_annotations",v({app_id:e,asset_id:r},n)));case 2:case"end":return t.stop()}}),t)}))),lt.apply(this,arguments)}function dt(){return(dt=f.default(l.default.mark((function t(e,r,n){var a;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a={dashboard_id:e},r&&(a.asset_id=r),n&&(a.parent_asset_id=n),t.abrupt("return",u.get("/v2/dashboard_app_annotations/last_annotations",a));case 4:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function ht(){return(ht=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.patch("/v2/dashboard_app_annotations/".concat(e,"/close")));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function vt(){return(vt=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/v2/dashboard_app_annotations/".concat(e,"/comments/"),r));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function gt(){return gt=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:{},t.abrupt("return",u.get("/v2/dashboard_app_annotations/".concat(e,"/comments/"),r));case 2:case"end":return t.stop()}}),t)}))),gt.apply(this,arguments)}function mt(){return(mt=f.default(l.default.mark((function t(e,r,n){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.patch("/v1/activities/".concat(e,"/comments/").concat(r),n));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function yt(){return(yt=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/v1/activities/".concat(e,"/comments"),r));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function xt(){return(xt=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.del("/v1/activities/".concat(e,"/comments/").concat(r)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function wt(){return(wt=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/v1/activities/".concat(e,"/likes/toggle")));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function _t(){return(_t=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.patch("/v1/activities/".concat(e),r));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function bt(){return(bt=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.del("/v1/activities/".concat(e)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function kt(){return(kt=f.default(l.default.mark((function t(e,r,n){var a;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a={type:e},r&&(a.search=r),n&&(a.company_id=n),t.abrupt("return",u.get("/v1/users/autocomplete",a));case 4:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function At(){return(At=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v1/file/sign?file_name=".concat(encodeURIComponent(e),"&contentType=").concat(r)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function St(){return St=f.default(l.default.mark((function t(e){var r,n=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:"attachment",t.abrupt("return",u.get("/v1/file/download_link?file_name=".concat(encodeURIComponent(e),"&response_content_disposition=").concat(r),{}));case 2:case"end":return t.stop()}}),t)}))),St.apply(this,arguments)}function Ot(){return(Ot=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v1/sessions/schemas",{email:e,with_provider:!0}));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Pt(){return(Pt=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v2/frac_fleets/wells",e));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Dt(){return(Dt=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v2/pads/".concat(e,"/app_wells"),r));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function jt(){return(jt=f.default(l.default.mark((function t(e){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v2/tasks/".concat(e),{}));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Ct(){return Ct=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.post("/v2/tasks",e));case 2:case"end":return t.stop()}}),t)}))),Ct.apply(this,arguments)}function It(){return(It=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/v1/users/".concat(e,"/settings"),r));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Ut(){return(Ut=f.default(l.default.mark((function t(e,r){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.get("/v1/users/".concat(e,"/settings/").concat(r)));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Rt(){return(Rt=f.default(l.default.mark((function t(){return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",u.post("/v1/logout"));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Ft(){return Ft=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/ability_check/check_permission",e,{isImmutable:!1}));case 2:case"end":return t.stop()}}),t)}))),Ft.apply(this,arguments)}function Tt(){return Tt=f.default(l.default.mark((function t(){var e,r=arguments;return l.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=r.length>0&&void 0!==r[0]?r[0]:{},t.abrupt("return",u.get("/v2/dashboards",e));case 2:case"end":return t.stop()}}),t)}))),Tt.apply(this,arguments)}exports.postTaskAndWaitResult=s.postTaskAndWaitResult,exports.closeLastAnnotation=function(t){return ht.apply(this,arguments)},exports.deleteAnnotation=function(t){return ft.apply(this,arguments)},exports.deleteAppHelpContent=function(t,e){return u.del("/v2/apps/".concat(t,"/app_help_contents/").concat(e),null)},exports.deleteAppMedia=function(t,e){return u.del("/v2/apps/".concat(t,"/app_media/").concat(e),null)},exports.deleteAppSettingsTemplate=function(t,e){return u.del("/v2/apps/".concat(t,"/app_settings_templates/").concat(e),{})},exports.deleteAppStorage=function(t,e,r){return V.apply(this,arguments)},exports.deleteAppStorageRecords=function(t,e,r){return W.apply(this,arguments)},exports.deleteFeedItem=function(t){return bt.apply(this,arguments)},exports.deleteFeedItemComment=function(t,e){return xt.apply(this,arguments)},exports.getAllLASFileData=ot,exports.getAnnotationComments=function(t){return gt.apply(this,arguments)},exports.getAnnotations=function(t,e){return lt.apply(this,arguments)},exports.getAppHelpContent=function(t,e){return u.get("/v2/apps/".concat(t,"/app_help_contents"),e)},exports.getAppMedia=function(t,e){return u.get("/v2/apps/".concat(t,"/app_media"),e)},exports.getAppPackages=function(t,e){return u.get("/v2/apps/".concat(t,"/packages"),e)},exports.getAppSettingsTemplate=function(t,e){return u.get("/v2/apps/".concat(t,"/app_settings_templates/").concat(e),{})},exports.getAppSettingsTemplates=function(t){return u.get("/v2/apps/".concat(t,"/app_settings_templates"),{})},exports.getAppStorage=E,exports.getAsset=D,exports.getAssets=C,exports.getCompanies=function(){return X.apply(this,arguments)},exports.getCompanyGoals=function(t){return tt.apply(this,arguments)},exports.getCompetitorAnalysisData=function(t){return Q.apply(this,arguments)},exports.getCurrentUser=function(){return g.apply(this,arguments)},exports.getDashboardLastAnnotations=function(t,e,r){return dt.apply(this,arguments)},exports.getDashboards=function(){return Tt.apply(this,arguments)},exports.getDataAppStorage=function(t,e){return H.apply(this,arguments)},exports.getDataAppStorageAggregate=function(t,e){return N.apply(this,arguments)},exports.getDrilloutUnit=function(t){return L.apply(this,arguments)},exports.getDrilloutUnits=$,exports.getFavorites=function(){return Z.apply(this,arguments)},exports.getFileDownloadLink=function(t){return"".concat(u.baseUrl,"/v1/file/download?file_name=").concat(t)},exports.getFracFleetWells=function(t){return Pt.apply(this,arguments)},exports.getFracFleets=T,exports.getLASFileDataByPage=st,exports.getLASFileList=ut,exports.getLASMetadata=pt,exports.getPadWells=function(t,e){return Dt.apply(this,arguments)},exports.getPads=R,exports.getPermissionCheck=function(){return Ft.apply(this,arguments)},exports.getPicklist=function(t){return Y.apply(this,arguments)},exports.getPrograms=O,exports.getResolvedAssets=function(){return U.apply(this,arguments)},exports.getRig=b,exports.getRigs=A,exports.getS3DownloadLink=function(t){return St.apply(this,arguments)},exports.getS3SignedUrl=function(t,e){return At.apply(this,arguments)},exports.getStreams=function(t){var e=t.assetId,r=t.segment,n=void 0===r?"drilling":r;return u.get("/v1/app_streams?asset_id=".concat(e,"&segment=").concat(n))},exports.getTask=function(t){return jt.apply(this,arguments)},exports.getUserAuthSchemas=function(t){return Ot.apply(this,arguments)},exports.getUserAutocomplete=function(t,e,r){return kt.apply(this,arguments)},exports.getUserSetting=function(t,e){return Ut.apply(this,arguments)},exports.getUsers=function(t){var e=t.page,r=t.perPage,n=void 0===r?1e3:r,a=t.sort,p=t.order,s=t.search,o=t.companyId,c={page:e,per_page:n,sort:a,order:p,ids:t.ids,search:""!==s?s:void 0,company_id:null!==o?o:void 0};return u.get("/v1/users",c)},exports.getWell=w,exports.getWellViewBha=function(){return m.apply(this,arguments)},exports.getWells=y,exports.logout=function(){return Rt.apply(this,arguments)},exports.mapAssetByIdGetRequest=function(t){switch(t){case"rig":return b;case"well":return w;default:return D}},exports.mapAssetGetRequest=function(t){switch(t){case"program":return O;case"rig":return A;case"well":return y;case"frac_fleet":return T;case"drillout_unit":return $;case"pad":return R;default:return C}},exports.patchAnnotation=function(t,e){return it.apply(this,arguments)},exports.patchAppSettingsTemplate=function(t,e,r){var n=r.name,a=r.settings;return u.patch("/v2/apps/".concat(t,"/app_settings_templates/").concat(e),{app_settings_template:{name:n,settings:a}},{})},exports.patchFeedItem=function(t,e){return _t.apply(this,arguments)},exports.patchFeedItemComment=function(t,e,r){return mt.apply(this,arguments)},exports.postAnnotation=function(t){return ct.apply(this,arguments)},exports.postAnnotationComment=function(t,e){return vt.apply(this,arguments)},exports.postAppSettingsTemplate=function(t,e){var r=e.name,n=e.settings;return u.post("/v2/apps/".concat(t,"/app_settings_templates"),{app_settings_template:{name:r,settings:n}})},exports.postAppStorage=function(t,e,r){return K.apply(this,arguments)},exports.postDataAppStorage=function(t,e,r){return z.apply(this,arguments)},exports.postFeedItemComment=function(t,e){return yt.apply(this,arguments)},exports.postTask=function(){return Ct.apply(this,arguments)},exports.putAppStorage=function(t,e,r,n){return B.apply(this,arguments)},exports.putDataAppStorage=function(t,e,r,n,a){return J.apply(this,arguments)},exports.setCurrentUserSettings=function(t,e){return It.apply(this,arguments)},exports.shareAppSettingsTemplate=function(t,e,r){var n=d.stringify({user_id:r},{arrayFormat:"bracket"});return u.post("/v2/apps/".concat(t,"/app_settings_templates/").concat(e,"/share?").concat(n),{})},exports.toggleFeedItemLike=function(t){return wt.apply(this,arguments)},exports.updateAppHelpContent=function(t,e,r){var n=r.title,a=r.description,p=r.url,s=r.position;return u.patch("/v2/apps/".concat(t,"/app_help_contents/").concat(e),{app_help_content:{title:n,description:a,url:p,position:s}})},exports.updateAppMedia=function(t,e,r){return u.patch("/v2/apps/".concat(t,"/app_media/").concat(e),{app_media:r})},exports.uploadAppHelpContent=function(t,e){var r=e.title,n=e.description,a=e.url;return u.sendFormData("/v2/apps/".concat(t,"/app_help_contents"),{"app_help_content[title]":r,"app_help_content[description]":n,"app_help_content[url]":a})},exports.uploadAppMedia=function(t,e){var r=e.file,n=e.mediaType;return u.sendFormData("/v2/apps/".concat(t,"/app_media"),{"app_media[media_type]":n,"app_media[file]":r})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../ext-esm/tslib/tslib.es6.js'),t=require("../api/apiCore.js"),r=require("../../utils/delay.js"),s=function(s,a){return e.__awaiter(void 0,void 0,void 0,(function(){var n,i,o,u,c,l,d;return e.__generator(this,(function(e){switch(e.label){case 0:i=(n=a||{}).maxAttempts,o=void 0===i?60:i,u=n.retryDelay,c=void 0===u?1e3:u,l=0,e.label=1;case 1:return l<o?[4,t.get("/v2/tasks/".concat(s),{})]:[3,5];case 2:return"running"!==(d=e.sent()).state?[2,d]:[4,r.delay(c)];case 3:e.sent(),e.label=4;case 4:return l+=1,[3,1];case 5:return[2,{state:"failed",fail_reason:"Task timed out"}]}}))}))};exports.postTaskAndWaitResult=function(r,a){return e.__awaiter(void 0,void 0,void 0,(function(){var n,i,o;return e.__generator(this,(function(e){switch(e.label){case 0:return e.trys.push([0,3,,4]),[4,t.post("/v2/tasks",{task:r})];case 1:return i=e.sent().id,[4,s(i,a)];case 2:return n=e.sent(),[3,4];case 3:return o=e.sent(),n={state:"failed",fail_reason:o},[3,4];case 4:if((null==a?void 0:a.throwOnError)&&"succeeded"!==n.state)throw n.fail_reason;return[2,n]}}))}))};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("socket.io-client"),e=require("query-string"),t=require("lodash/noop");function c(n){return n&&"object"==typeof n&&"default"in n?n:{default:n}}function o(n){if(n&&n.__esModule)return n;var e=Object.create(null);return n&&Object.keys(n).forEach((function(t){if("default"!==t){var c=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,c.get?c:{enumerable:!0,get:function(){return n[t]}})}})),e.default=n,Object.freeze(e)}var r=c(n),i=o(e),a=c(t),u=new RegExp("^/reports.*$"),s=i.parse(window.location.search).subscriptions_url||process.env.REACT_APP_SUBSCRIPTIONS_URL||"https://subscriptions.qa.corva.ai";function d(n){return u.test(window.location.pathname)?a.default:n}function f(n,e){return"".concat(n.appInstanceId||e,":").concat(n.companyId,":").concat(n.userId,":").concat(n.collection)}function l(n,e){return"".concat(n.appInstanceId||e,":").concat(n.companyId,":").concat(n.collection)}function b(n,e){return n.event?"".concat(n.appInstanceId||e,":").concat(n.provider,":").concat(n.collection,":").concat(n.assetId,":").concat(n.event):"".concat(n.appInstanceId||e,":").concat(n.provider,":").concat(n.collection,":").concat(n.assetId)}function p(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"userId"in n?f(n,e):"companyId"in n?l(n,e):b(n,e)}function v(){var n,e={},t=!1,c=d((function(t){if(!n)throw new Error("Not connected");var c=p(t);c in e&&(delete e[c],n.emit("unsubscribe",t))})),o=d((function(c){if(!n)throw new Error("Not connected");var o=p(c);e[o]=c,t&&n.emit("subscribe",c)}));return{connect:d((function(i){var a=i.onDataReceive,u=i.onResubscribe,d=!1;return(n=r.default(s,{transports:["websocket"]})).on("connect",(function(){n.emit("authenticate"),d&&(Object.values(e).forEach((function(n){c(n),o(n),u(n)})),d=!1)})),n.on("authenticated",(function(){t=!0,Object.values(e).forEach(o)})),n.on("data",a),n.on("disconnect",(function(e){"io server disconnect"===e&&(d=!0,n.connect())})),n.on("reconnect",(function(){d=!0})),n})),disconnect:d((function(){n&&(n.disconnect(),n=null)})),subscribe:o,unsubscribe:c}}exports.getSubscriptionId=p,exports.getSubscriptionsClient=v,exports.initializeSocketClient=function(){var n=v(),e=n.connect,t=n.disconnect,c=n.subscribe,o=n.unsubscribe,r=e({onDataReceive:a.default,onResubscribe:a.default});window[Symbol.for("socket")]={subscribe:c,unsubscribe:o,disconnect:t,socket:r}};
@@ -0,0 +1 @@
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(require("@babel/runtime/helpers/defineProperty"));function t(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);r&&(c=c.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,c)}return t}function c(e){for(var c=1;c<arguments.length;c++){var a=null!=arguments[c]?arguments[c]:{};c%2?t(Object(a),!0).forEach((function(t){r.default(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(a,r))}))}return e}var a=/corva\.ai\/(.+?)\/packages/,n=/app\/(.+?)\/.*\.chunk\.js/;exports.attachHTTPHeaders=function(e){var r=e.config,t=e.appKey,a=c({},r.headers||{});return t&&(a["x-corva-app"]=t),c(c({},r),{},{headers:a})},exports.getAppKeyFromStackTrace=function(){var e=Error.stackTraceLimit;Error.stackTraceLimit=300;var r=new Error,t=r.stack.match(a)||r.stack.match(n);return Error.stackTraceLimit=e,t?t[1].replace("/app/","."):null};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/helpers/objectWithoutProperties"),i=require("react"),n=require("prop-types"),s=require("@material-ui/core"),o=require("classnames"),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("lodash"),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("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("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");var u=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("../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("./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 l=require("../Icons/SendIcon.js"),p=require("./components/Content.js");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=d(e),q=d(r),j=d(t),m=d(o),C=["anchorEl","anchorOrigin","onClose","onSave","startAdornment","endAdornment","customContent","userCompanyId"];function A(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 g(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}var b=s.makeStyles((function(e){return{paper:{width:368,padding:16},inputMain:{marginBottom:0,fontSize:"11px",color:e.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:e.palette.primary.main},actions:{height:36},sendRow:{display:"flex"},sendIcon:{"&.Mui-disabled":{cursor:"not-allowed!important"}}}}));function h(e){var r=e.anchorEl,t=e.anchorOrigin,n=e.onClose,o=e.onSave,d=e.startAdornment,c=e.endAdornment,A=e.customContent,h=e.userCompanyId,v=j.default(e,C),D=b(),S=i.useState(),P=q.default(S,2),f=P[0],x=P[1];return a.jsxs(s.Popover,g(g({open:!0,anchorEl:r,anchorOrigin:t,onClose:n,classes:{paper:D.paper}},v),{},{children:[a.jsx(p,{userCompanyId:h,startAdornment:d,endAdornment:c,customContent:A,setComment:x,onSave:function(){return o(f)},smallerView:!0,comment:f}),a.jsxs(s.Grid,{container:!0,direction:"row",justify:"space-between",alignItems:"center",className:D.actions,children:[a.jsx(s.Grid,{item:!0,children:a.jsx(s.Typography,{"data-testid":"".concat("AddCommentPopover","_cancel"),variant:"caption",className:m.default(D.inputMain,D.cancelText,D.highlightedLabel),component:"div",gutterBottom:!0,onClick:n,children:"Cancel"})}),a.jsxs(s.Grid,{item:!0,direction:"row",alignItems:"center",className:D.sendRow,children:[a.jsxs(s.Typography,{variant:"caption",className:m.default(D.inputMain,D.inputHelper),component:"div",gutterBottom:!0,children:["Press ",a.jsx(s.Typography,{variant:"caption",color:"primary",className:m.default(D.inputMain,D.highlightedLabel),children:"Enter"})," to send"]}),a.jsx(u,{"data-testid":"".concat("AddCommentPopover","_send"),onClick:function(){return o(f)},className:D.sendIcon,disabled:!f||!f.body&&!f.attachment,children:a.jsx(l,{})})]})]})]}))}h.propTypes={onClose:n.func,onSave:n.func.isRequired,anchorEl:n.node.isRequired,anchorOrigin:n.shape,startAdornment:n.node,endAdornment:n.node,customContent:n.node,userCompanyId:n.number.isRequired},h.defaultProps={anchorOrigin:{horizontal:"right",vertical:"bottom"},onClose:function(){},startAdornment:null,endAdornment:null,customContent:null},module.exports=h;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/slicedToArray"),n=require("react"),t=require("prop-types"),o=require("@material-ui/core"),r=require("../Modal/Modal.js"),s=require("./components/Content.js"),i=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=d(e),l=o.makeStyles({modal:{maxWidth:450,width:"100vw"},actionsAdornment:{flex:1}});function c(e){var t=e.onClose,d=e.isProcessing,c=e.isSaveDisabled,u=e.onSave,m=e.startAdornment,p=e.endAdornment,C=e.actionsAdornment,A=e.customContent,f=e.userCompanyId,j=l(),x=n.useState(),b=a.default(x,2),y=b[0],h=b[1];return i.jsx(r,{open:!0,onClose:t,title:"Add a Comment",contentClassName:j.modal,actions:i.jsxs(o.Grid,{container:!0,direction:"row",justify:"flex-end",alignItems:"center",spacing:2,children:[C&&i.jsx(o.Grid,{item:!0,className:j.actionsAdornment,children:C}),i.jsx(o.Grid,{item:!0,children:i.jsx(o.Button,{color:"primary",disabled:d,onClick:t,children:"Cancel"})}),i.jsx(o.Grid,{item:!0,children:i.jsx(o.Button,{variant:"contained",color:"primary",disabled:c,onClick:function(){return u(y)},children:d?"Processing...":"Send"})})]}),children:i.jsx(s,{userCompanyId:f,startAdornment:m,endAdornment:p,customContent:A,setComment:h})})}c.propTypes={onClose:t.func,onSave:t.func.isRequired,isProcessing:t.bool,isSaveDisabled:t.bool,startAdornment:t.node,endAdornment:t.node,actionsAdornment:t.node,customContent:t.node,userCompanyId:t.number.isRequired},c.defaultProps={onClose:function(){},isProcessing:!1,isSaveDisabled:!1,startAdornment:null,endAdornment:null,customContent:null,actionsAdornment:null},module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),r=require("prop-types"),i=require("@material-ui/core"),t=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/defineProperty"),require("@babel/runtime/helpers/slicedToArray"),require("classnames"),require("lodash"),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("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"),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("../../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");var s=require("../../PostInput/PostInput.js");require("../../KeyboardDateTimePicker.js"),require("../Popover.js"),require("../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 n=require("../../UserMention/utils/index.js"),o=i.makeStyles({postInput:{paddingBottom:8},filePreviewWrapper:function(e){return{width:"100%",marginLeft:0,maxHeight:e.smallerView?127:251}}});function a(r){var i=r.userCompanyId,a=r.startAdornment,u=r.endAdornment,l=r.customContent,p=r.setComment,q=r.smallerView,d=r.onSave,j=r.comment,m=o({smallerView:q}),c=e.useRef();return t.jsxs("div",{ref:c,children:[a,l||t.jsx(s,{userCompanyId:i,onChange:p,filePreviewWrapperClass:m.filePreviewWrapper,className:m.postInput,smallerView:q,onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||n.isSuggestionsListOpened()||(e.preventDefault(),d(j))},suggestionsPortalHost:c.current,allowSuggestionsAboveCursor:!0}),u]})}a.propTypes={startAdornment:r.node,endAdornment:r.node,customContent:r.node,userCompanyId:r.number.isRequired,setComment:r.func,onSave:r.func,smallerView:r.bool,comment:r.shape()},a.defaultProps={startAdornment:null,endAdornment:null,customContent:null,setComment:function(){},onSave:function(){},smallerView:!1,comment:void 0},module.exports=a;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),o=require("react"),n=require("@material-ui/core"),i=require("re-resizable"),r=require("react-sizeme"),a=require("classnames"),l=require("lodash"),u=require("../shared/useThrottledCallback.js"),d=require("./Handle.js"),s=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=c(e),f=c(t),v=c(i),m=c(a);function p(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function b(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?p(Object(o),!0).forEach((function(t){h.default(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):p(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var g=function(e){var t,n,i=e.min,r=e.max,a=e.value,l=e.size,c=e.orientation,p=e.valueFormatter,g=e.displayFormatter,y=e.editableHandles,j=e.onChange,z=e.onStop,H=e.reversed,B=e.handlePosition,C=e.handleClasses,O=x(),E=o.useRef(null),F=o.useRef(null),S=o.useState(p(null==a?void 0:a.at(0))),k=f.default(S,2),P=k[0],R=k[1],L=o.useState(p(null==a?void 0:a.at(1))),q=f.default(L,2),T=q[0],D=q[1],I=o.useRef(null),M=o.useState(!1),N=f.default(M,2),W=N[0],X=N[1];o.useEffect((function(){I.current||(R(Math.min(p(null==a?void 0:a.at(0)),p(null==a?void 0:a.at(1)))),D(Math.max(p(null==a?void 0:a.at(0)),p(null==a?void 0:a.at(1)))))}),[null==a?void 0:a.at(0),null==a?void 0:a.at(1)]),o.useEffect((function(){if("horizontal"===c){var e=l.width/(r-i)*(P-i),t=l.width/(r-i)*(r-T);E.current.updateSize({width:H?t:e,height:l.height}),F.current.updateSize({width:H?e:t,height:l.height})}else if("vertical"===c){var o=l.height/(r-i)*(P-i),n=l.height/(r-i)*(r-T);E.current.updateSize({width:l.width,height:H?n:o}),F.current.updateSize({width:l.width,height:H?o:n})}}),[i,r,P,T,l.width,l.height,c]),o.useEffect((function(){return W?(document.addEventListener("mousemove",J),document.addEventListener("mouseup",K),document.addEventListener("touchmove",Q),document.addEventListener("touchend",U)):(document.removeEventListener("mousemove",J),document.removeEventListener("mouseup",K),document.removeEventListener("touchmove",Q),document.removeEventListener("touchend",U)),function(){document.removeEventListener("mousemove",J),document.removeEventListener("mouseup",K),document.removeEventListener("touchmove",Q),document.removeEventListener("touchend",U)}}),[W]);var Y=u.useThrottledCallback((function(e,t,o){I.current="onResize Event";var n,a,u=o.clientWidth,d=o.clientHeight;"right"===t?H?a=p(r-u/l.width*(r-i)):n=p(i+u/l.width*(r-i)):"left"===t?H?n=p(i+u/l.width*(r-i)):a=p(r-u/l.width*(r-i)):"bottom"===t?H?a=p(r-d/l.height*(r-i)):n=p(i+d/l.height*(r-i)):"top"===t&&(H?n=p(i+d/l.height*(r-i)):a=p(r-d/l.height*(r-i))),n=Math.min(n,T),a=Math.max(a,P),R((function(e){return n||e})),D((function(e){return a||e})),j([n||P,a||T])})),A=u.useThrottledCallback((function(){I.current=null,z()})),$=function(e,t){I.current={xPos:e,yPos:t,head:P,tail:T}},G=function(e,t){if(I.current){var o;"horizontal"===c?o=(I.current.xPos-e)/l.width*(r-i):"vertical"===c&&(o=(I.current.yPos-t)/l.height*(r-i));var n,a,u=I.current.head-o*(H?-1:1),d=I.current.tail-o*(H?-1:1),s=I.current.tail-I.current.head;u<=i?(n=i,a=i+s):d>=r?(n=r-s,a=r):(n=u,a=d),n=p(n),a=p(a),R(n),D(a),j([n,a])}},J=u.useThrottledCallback((function(e){G(e.clientX,e.clientY)})),K=u.useThrottledCallback((function(){I.current=null,X(!1)})),Q=u.useThrottledCallback((function(e){G(e.touches[0].pageX,e.touches[0].pageY)})),U=u.useThrottledCallback((function(){I.current=null,X(!1)})),V=u.useThrottledCallback((function(e){R(e),j([e,T])})),Z=u.useThrottledCallback((function(e){D(e),j([P,e])})),_=o.useMemo((function(){return(T-P)/(r-i)*("vertical"===c?l.height:l.width)<30}),[i,r,P,T]),ee=function(e){var t={min:i,max:T,value:P,onChange:V},o={min:P,max:r,value:T,onChange:Z};return"head"===e?s.jsx(d.Handle,b({placement:"head",readOnly:!y,displayFormatter:g,orientation:c,classes:C},H?o:t)):"tail"===e?s.jsx(d.Handle,b({placement:"tail",readOnly:!y,displayFormatter:g,orientation:c,classes:C},H?t:o)):null};return s.jsx("div",{className:O.rootWrapper,children:s.jsxs("div",{className:m.default(O.root,(t={},h.default(t,O.horizontalRoot,"horizontal"===c),h.default(t,O.verticalRoot,"vertical"===c),t)),children:[s.jsx(v.default,{ref:E,minHeight:0,minWidth:0,enable:{right:"horizontal"===c,bottom:"vertical"===c},handleComponent:{right:function(){return ee("head")},bottom:function(){return ee("head")}},onResize:Y,onResizeStop:A}),s.jsx("div",{className:O.body,onMouseDown:function(e){$(e.clientX,e.clientY),X(!0)},onTouchStart:function(e){$(e.touches[0].pageX,e.touches[0].pageY),X(!0)},children:_?s.jsx("div",{className:m.default((n={},h.default(n,O.horizontalBodyHandle,"horizontal"===c),h.default(n,O.verticalBodyHandle,"vertical"===c),h.default(n,O.leftBodyHandle,"left"===B),h.default(n,O.rightBodyHandle,"right"===B),h.default(n,O.topBodyHandle,"top"===B),h.default(n,O.bottomBodyHandle,"bottom"===B),n)),children:s.jsx("div",{className:O.bodyHandle,children:s.jsx(w,{orientation:"vertical"})})}):s.jsx("div",{className:O.bodyHandleIcon,children:s.jsx(w,{orientation:c})})}),s.jsx(v.default,{ref:F,minHeight:0,minWidth:0,enable:{left:"horizontal"===c,top:"vertical"===c},handleComponent:{left:function(){return ee("tail")},top:function(){return ee("tail")}},onResize:Y,onResizeStop:A})]})})};g.defaultProps={orientation:"horizontal",valueFormatter:Math.floor,displayFormatter:function(e){return e},onChange:l.noop,onStop:l.noop,reversed:!1,editableHandles:!0,handleClasses:{}};var y=r.withSize({monitorWidth:!0,monitorHeight:!0})(g),w=function(e){return"horizontal"===e.orientation?s.jsxs("svg",{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[s.jsx("rect",{x:"7.5",y:"0.5",width:"12",height:"1",transform:"rotate(90 7.5 0.5)"}),s.jsx("rect",{x:"4.5",y:"0.5",width:"12",height:"1",transform:"rotate(90 4.5 0.5)"}),s.jsx("rect",{x:"1.5",y:"0.5",width:"12",height:"1",transform:"rotate(90 1.5 0.5)"})]}):s.jsxs("svg",{width:"12",height:"7",viewBox:"0 0 12 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[s.jsx("rect",{width:"12",height:"1"}),s.jsx("rect",{y:"3",width:"12",height:"1"}),s.jsx("rect",{y:"6",width:"12",height:"1"})]})},x=n.makeStyles({rootWrapper:{position:"relative",width:"100%",height:"100%",zIndex:100},root:{position:"absolute",width:"100%",height:"100%",zIndex:100,"&:hover $body":{background:"#008BA366"},"&:hover $bodyHandle":{visibility:"visible"}},horizontalRoot:{display:"flex",alignItems:"center"},verticalRoot:{display:"flex",alignItems:"center",flexDirection:"column"},body:{position:"relative",flex:1,width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center",userSelect:"none",background:"#3B3B3B66",color:"#BDBDBD","& svg":{fill:"currentColor"},"&:hover":{cursor:"grab",background:"#008BA366",color:"#FFFFFF"},"&:active":{cursor:"grabbing"},"&:hover $bodyHandleIcon":{visibility:"visible"}},horizontalBodyHandle:{position:"absolute",bottom:-24},verticalBodyHandle:{position:"absolute",left:-24},leftBodyHandle:{position:"absolute",left:-24,right:"auto"},rightBodyHandle:{position:"absolute",right:-24,left:"auto"},topBodyHandle:{position:"absolute",top:-24,bottom:"auto"},bottomBodyHandle:{position:"absolute",bottom:-24,top:"auto"},bodyHandle:{width:24,height:24,borderRadius:"50%",background:"#03BCD4",color:"#FFFFFF",display:"flex",alignItems:"center",justifyContent:"center",visibility:"hidden"},bodyHandleIcon:{visibility:"hidden"}});module.exports=y;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/slicedToArray"),o=require("react"),r=require("@material-ui/core"),a=require("classnames"),i=require("lodash"),l=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=d(e),u=d(t),h=d(a),p=i.debounce((function(e){e()}),500),s=r.makeStyles((function(e){return{root:{position:"absolute","&:hover":{borderColor:"#03BCD4"},"&:active":{borderColor:"#03BCD4"},"&:hover $handle":{background:"#008BA3",borderColor:"#03BCD4"},"&:active $handle":{background:"#008BA3",borderColor:"#03BCD4"},display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},horizontalHeadRoot:{top:0,bottom:0,right:5,borderRight:"2px solid #414141"},horizontalTailRoot:{top:0,bottom:0,left:5,borderLeft:"2px solid #414141"},verticalHeadRoot:{left:0,right:0,bottom:5,borderBottom:"2px solid #414141"},verticalTailRoot:{left:0,right:0,top:5,borderTop:"2px solid #414141"},handle:{background:e.isLightTheme?"#B1B1B1":"#414141",border:"1px solid transparent","& > p":{fontSize:"11px",textAlign:"center",lineHeight:"16px"},display:"flex",alignItems:"center",justifyContent:"center",padding:"1px"},horizontalHeadHandle:{width:"40px",height:"16px",borderTopLeftRadius:"2px",borderBottomLeftRadius:"2px"},horizontalTailHandle:{width:"40px",height:"16px",borderTopRightRadius:"2px",borderBottomRightRadius:"2px"},verticalHeadHandle:{width:"80%",maxWidth:"40px",height:"16px",borderTopLeftRadius:"2px",borderTopRightRadius:"2px"},verticalTailHandle:{width:"80%",maxWidth:"40px",height:"16px",borderBottomLeftRadius:"2px",borderBottomRightRadius:"2px"},inputRoot:{height:"100%",fontSize:"11px","&::before":{borderWidth:0},"&::after":{borderWidth:"1px !important"},"& .MuiInputBase-input":{padding:0,height:"100%",textAlign:"center"},"&:hover::before":{borderWidth:"1px !important"}}}}));exports.Handle=function(e){var t,a,i=e.value,d=e.orientation,c=e.placement,f=e.readOnly,x=e.onChange,b=e.min,m=e.max,g=e.displayFormatter,v=e.classes,R=s(),H=o.useState(i),B=u.default(H,2),T=B[0],z=B[1],y=o.useRef(null);o.useEffect((function(){z(i)}),[i]);return l.jsx("div",{className:h.default(R.root,v.handleRoot,(t={},n.default(t,R.horizontalHeadRoot,"horizontal"===d&&"head"===c),n.default(t,R.horizontalTailRoot,"horizontal"===d&&"tail"===c),n.default(t,R.verticalHeadRoot,"vertical"===d&&"head"===c),n.default(t,R.verticalTailRoot,"vertical"===d&&"tail"===c),t)),children:l.jsx("div",{className:h.default(R.handle,v.handle,(a={},n.default(a,R.horizontalHeadHandle,"horizontal"===d&&"head"===c),n.default(a,R.horizontalTailHandle,"horizontal"===d&&"tail"===c),n.default(a,R.verticalHeadHandle,"vertical"===d&&"head"===c),n.default(a,R.verticalTailHandle,"vertical"===d&&"tail"===c),a)),children:l.jsx(r.Input,{readOnly:f,inputRef:y,classes:{root:R.inputRoot},value:f?g(T):T,onChange:function(e){var t=e.target.value;z(t),Number.isFinite(+t)&&+t>=b&&+t<=m&&p((function(){x(+t)}))},error:!(Number.isFinite(+T)&&+T>=b&&+T<=m)})})})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/helpers/defineProperty"),r=require("react"),n=require("prop-types"),i=require("lodash"),o=require("classnames"),a=require("@material-ui/core"),l=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=c(e),u=c(t),p=c(n),f=c(o);function d(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 h(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){u.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 m=a.makeStyles((function(e){return{root:u.default({top:70,width:175,flexShrink:0,position:"sticky",height:"calc(100vh - 70px)",overflowY:"auto",padding:e.spacing(2,0),display:"none"},e.breakpoints.up("sm"),{display:"block"}),title:{color:e.palette.primary.text8,margin:"0 0 8px 16px",lineHeight:"24px",fontSize:10,fontWeight:500,letterSpacing:1},contents:{marginTop:e.spacing(2),paddingLeft:e.spacing(1)},ul:{padding:0,margin:0,listStyle:"none",borderLeft:"1px solid ".concat(e.palette.background.b9)},li:{display:"flex","&:not(:first-of-type)":{marginTop:8}},item:{color:e.palette.primary.text6,display:"inline-block",margin:"7px 16px",fontSize:12,fontWeight:400,letter:"0.4px",lineHeight:"16px"},active:{color:e.palette.text.primary,fontWeight:500},activeItemBorder:{height:30,width:"2px",backgroundColor:"#03BCD4",borderRadius:"0 2px 2px 0",position:"absolute"}}}));function g(e){var t=e.title,n=e.items,o=m(),c=r.useRef([]);r.useEffect((function(){c.current=n.map((function(e){return h(h({},e),{},{node:document.getElementById(e.hash)})}))}),[n]);var u,p,d,g=r.useState(null),y=s.default(g,2),b=y[0],x=y[1],v=r.useRef(!1),j=r.useRef(null),O=r.useCallback((function(){if(!v.current){for(var e,t=c.current.length-1;t>=0;t-=1){if(document.documentElement.scrollTop<100){e={hash:null};break}var r=c.current[t];if(r.node&&r.node.offsetTop<document.documentElement.scrollTop+document.documentElement.clientHeight/8){e=r;break}}e&&b!==e.hash&&x(e.hash)}}),[b]);u=n.length>0?O:null,p=166,d=r.useMemo((function(){return u?i.throttle(u,p):i.noop}),[u,p]),r.useEffect((function(){if(d!==i.noop)return window.addEventListener("scroll",d),function(){window.removeEventListener("scroll",d),d.cancel()}}),[d]);return r.useEffect((function(){return function(){clearTimeout(j.current)}}),[]),r.useEffect((function(){var e=window.location.hash;if(e){var t=document.getElementById(e.substr(1));t&&setTimeout((function(){t.scrollIntoView({block:"start",inline:"nearest",behavior:"smooth"})}),50)}}),[]),l.jsx("nav",{className:o.root,"data-testid":"anchors-list",children:n.length>0&&l.jsxs(l.Fragment,{children:[l.jsx("div",{className:o.title,children:t}),l.jsx(a.Typography,{component:"ul",className:o.ul,children:n.map((function(e){var t,r=b===e.hash;return l.jsxs("li",{className:o.li,children:[r&&l.jsx("div",{className:o.activeItemBorder}),l.jsx(a.Link,{display:"block",href:"#".concat(e.hash),underline:"none",onClick:(t=e.hash,function(e){e.defaultPrevented||0!==e.button||e.metaKey||e.ctrlKey||e.altKey||e.shiftKey||(v.current=!0,j.current=setTimeout((function(){v.current=!1}),1e3),b!==t&&x(t))}),className:f.default(o.item,r&&o.active),"data-testid":"anchor-item-".concat(e.hash),children:l.jsx("span",{children:e.text})})]},e.text)}))})]})})}g.defaultProps={title:"ON THIS PAGE",items:[]},g.propTypes={title:p.default.string,items:p.default.arrayOf(p.default.shape({hash:p.default.string,text:p.default.string}))},module.exports=g;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@babel/runtime/helpers/slicedToArray"),n=require("@babel/runtime/helpers/toConsumableArray"),e=require("@babel/runtime/helpers/defineProperty"),r=require("react"),a=require("prop-types"),o=require("./constants.js"),i=require("react/jsx-runtime");function u(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var c=u(t),d=u(n),s=u(e);function l(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function p(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?l(Object(e),!0).forEach((function(n){s.default(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):l(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var f=r.createContext(),O=r.createContext();function y(t,n){switch(n.type){case o.SET_ANNOTATIONS:return{annotations:n.annotations};case o.APPEND_ANNOTATIONS:return p(p({},t),{},{annotations:{data:[].concat(d.default(t.annotations.data),d.default(n.annotations.data)),included:n.annotations.included.reduce((function(t,n){return t.find((function(t){var e=t.id,r=t.type;return e===n.id&&r===n.type}))?t:t.concat([n])}),t.annotations.included)}});case o.ADD_ANNOTATION:return p(p({},t),{},{annotations:t.annotations.data?{data:[n.annotation.data].concat(d.default(t.annotations.data)),included:n.annotation.included.reduce((function(t,n){return t.find((function(t){var e=t.id,r=t.type;return e===n.id&&r===n.type}))?t:t.concat([n])}),t.annotations.included)}:{data:[n.annotation.data],included:n.annotation.included}});case o.DELETE_ANNOTATION:var e=t.annotations.data;return p(p({},t),{},{annotations:p(p({},t.annotations),{},{data:e.filter((function(t){return t.id!==n.id}))})});case o.EDIT_ANNOTATION:return p(p({},t),{},{annotations:p(p({},t.annotations),{},{data:t.annotations.data.map((function(t){return t.id===n.id?n.annotation.data:t})),included:n.annotation.included.reduce((function(t,n){return t.find((function(t){var e=t.id,r=t.type;return e===n.id&&r===n.type}))?t:t.concat([n])}),t.annotations.included)})});default:throw new Error("Unhandled action type: ".concat(n.type))}}function b(t){var n=t.children,e=r.useReducer(y,{annotations:[]}),a=c.default(e,2),o=a[0],u=a[1];return i.jsx(f.Provider,{value:o,children:i.jsx(O.Provider,{value:u,children:n})})}b.propTypes={children:a.node.isRequired},exports.AnnotationsProvider=b,exports.useAnnotationsDispatch=function(){var t=r.useContext(O);if(void 0===t)throw new Error("useAnnotationsDispatch must be used within a AnnotationsProvider");return t},exports.useAnnotationsState=function(){var t=r.useContext(f);if(void 0===t)throw new Error("useAnnotationsState must be used within a AnnotationsProvider");return t};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),i=require("@babel/runtime/regenerator"),s=require("react"),n=require("prop-types"),o=require("classnames"),a=require("lodash"),u=require("moment"),l=require("@material-ui/core/styles"),p=require("@material-ui/core"),d=require("../../../../../Avatar/index.js"),c=require("../../../../../../effects/useOutsideClick.js");require("../../../../../../utils/index.js");var q=require("../../../../../../clients/jsonApi/index.js"),j=require("../../../../AnnotationsContext.js"),m=require("../../../../constants.js"),C=require("../AnnotationInput/index.js"),A=require("./style.css.js");require("../../../../../DevCenter/AppHeader/AppHeader.js"),require("../../../../../DevCenter/AppSideBar/AppSideBar.js"),require("../../../../../DevCenter/AppsDataProvider/AppsDataProvider.js"),require("@material-ui/icons"),require("../../../../../Icons/AnnotationIcon.js"),require("../../index.js"),require("../../../LastAnnotation/index.js");var v=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/AppContext.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/configuration/constants.js"),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("../../../../../../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("../../../../../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("../../../../../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("../../../../../HelpCenter/HelpCenterIcon.js"),require("../../../../../Autocomplete/Autocomplete.js"),require("../../../../../DocumentViewer/DocumentViewer.js"),require("@babel/runtime/helpers/objectWithoutProperties"),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"),require("../../../../../../utils/mobileDetect.js"),require("querystring"),require("uuid/v1"),require("../../../../../../clients/subscriptions.js"),require("jsona"),require("../../../../../StatusBadge/constants.js"),require("@babel/runtime/helpers/toConsumableArray"),require("lodash/set"),require("lodash/get"),require("lodash/unset"),require("../../../../../../clients/api/apiCore.js"),require("../../../../../../clients/constants.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");var h=require("../../../../../DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js");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");var D=require("../../../../../../utils/notificationToasts.js");function b(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var g=b(e),S=b(r),f=b(t),P=b(i),x=b(o),I=b(u),T=function(e){var r,t=e.appId,i=e.assetId,n=e.assetCompanyId,o=e.appSettings,u=e.currentUser,l=e.classes,h=e.location,b=e.dashboardType,T=j.useAnnotationsDispatch(),y=s.useState(!1),E=f.default(y,2),B=E[0],F=E[1],k=s.useRef(null);c(k,(function(){F(!1)}));var L,V=(L=S.default(P.default.mark((function e(r,s,n){var u,l,p,d;return P.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,u={app_id:t,asset_id:i,body:r,active_until:s,attachment:{file_name:n&&n.attachmentName,s3_link:n&&n.attachmentUrl},settings:o},l={},b&&(l.dashboard_type=b),(p=a.get(h,"query.time"))&&(u.data_timestamp=I.default(p).format()),e.next=8,q.postAnnotation(u,l);case 8:d=e.sent,T({type:m.ADD_ANNOTATION,annotation:d}),e.next=17;break;case 12:return e.prev=12,e.t0=e.catch(0),D.showErrorNotification("Error during annotation creation"),console.error(e.t0),e.abrupt("return");case 17:D.showSuccessNotification("Annotation has been added"),F(!1);case 19:case"end":return e.stop()}}),e,null,[[0,12]])}))),function(e,r,t){return L.apply(this,arguments)});return v.jsxs("div",{className:A.cAddAnnotationFormInput,children:[v.jsx(d.default,{displayName:"".concat(u.first_name," ").concat(u.last_name),imgSrc:u.profile_photo,size:36}),v.jsxs("div",{className:x.default(A.cAddAnnotationFormInputPaper,(r={},g.default(r,A.cAddAnnotationFormInputPaperOpened,B),g.default(r,A.cAddAnnotationFormInputPaperClosed,!B),r)),children:[v.jsx(p.Fade,{in:!B,timeout:500,children:v.jsx(p.Paper,{className:A.cAddAnnotationFormInputPaperLabel,children:v.jsx(p.Typography,{variant:"body2","data-testid":"".concat("AppAnnotationsPo","_collapsedInput"),className:l.inputLabel,onClick:function(){return F(!0)},children:"Type annotation here"})})}),v.jsx(p.Fade,{in:B,timeout:100,children:v.jsx("div",{className:A.cAddAnnotationFormInputPaperAddAnnotation,children:B&&v.jsx(C,{onSend:V,assetCompanyId:n,currentUser:u})})})]})]})};T.propTypes={appId:n.number.isRequired,assetId:n.number.isRequired,assetCompanyId:n.number.isRequired,appSettings:n.shape().isRequired,currentUser:n.shape({}),classes:n.shape().isRequired,location:n.shape().isRequired,dashboardType:n.string},T.defaultProps={currentUser:{},dashboardType:null};var y=a.flowRight([l.withStyles((function(e){return{inputLabel:{color:e.palette.grey[700],fontWeight:200,width:"100%"}}})),h.withUniversalLocationHOC])(s.memo(T));module.exports=y;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../../../ext-esm/style-inject/dist/style-inject.es.js')(".style_cAddAnnotationFormInput__Khk9S{align-items:flex-start;display:flex;margin-top:15px;position:relative}.style_cAddAnnotationFormInputPaper__ZMnGO{display:flex;flex:1;margin-left:9px;margin-top:3px}.style_cAddAnnotationFormInputPaperClosed__wv1-k{cursor:pointer;height:32px}.style_cAddAnnotationFormInputPaperClosed__wv1-k .style_cAddAnnotationFormInputPaperAddAnnotation__uvtHS,.style_cAddAnnotationFormInputPaperOpened__4P3yb .style_cAddAnnotationFormInputPaperLabel__hT1Rw{display:none}.style_cAddAnnotationFormInputPaperLabel__hT1Rw{box-shadow:none;padding:6px 13px;width:100%}.style_cAddAnnotationFormInputPaperAddAnnotation__uvtHS{width:100%}.style_cAddAnnotationForm__jJiyL .style_cUserMentionSuggestions__4Kdgm{top:auto!important}"),module.exports={cAddAnnotationFormInput:"style_cAddAnnotationFormInput__Khk9S",cAddAnnotationFormInputPaper:"style_cAddAnnotationFormInputPaper__ZMnGO",cAddAnnotationFormInputPaperClosed:"style_cAddAnnotationFormInputPaperClosed__wv1-k",cAddAnnotationFormInputPaperOpened:"style_cAddAnnotationFormInputPaperOpened__4P3yb",cAddAnnotationFormInputPaperLabel:"style_cAddAnnotationFormInputPaperLabel__hT1Rw",cAddAnnotationFormInputPaperAddAnnotation:"style_cAddAnnotationFormInputPaperAddAnnotation__uvtHS",cAddAnnotationForm:"style_cAddAnnotationForm__jJiyL",cUserMentionSuggestions:"style_cUserMentionSuggestions__4Kdgm"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/asyncToGenerator"),n=require("@babel/runtime/helpers/slicedToArray"),a=require("@babel/runtime/regenerator"),i=require("react"),r=require("classnames"),s=require("prop-types"),o=require("@material-ui/core/styles"),c=require("lodash"),u=require("@material-ui/core/withWidth"),d=require("moment"),l=require("@material-ui/core"),m=require("@material-ui/core/colors/grey"),p=require("@material-ui/icons/MoreVert"),h=require("../../../../../Avatar/index.js"),f=require("../../../../../UserCardPopover.js"),q=require("../../../../../ConfirmationDialog.js"),x=require("../../../../../CommentsInfo/index.js"),j=require("../../../../../UserMention/utils/index.js"),v=require("../../../../../Attachment/index.js"),g=require("../../../../../../utils/mobileDetect.js"),y=require("../../../../../../clients/jsonApi/index.js"),A=require("../AnnotationComments/index.js"),b=require("../../../../AnnotationsContext.js"),_=require("../../../../constants.js"),C=require("../AnnotationInput/index.js"),N=require("./style.css.js"),R=require("react/jsx-runtime");function T(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var I=T(e),M=T(t),D=T(n),w=T(a),k=T(r),E=T(u),O=T(d),S=T(m),U=T(p),B="AppAnnotationItemPo",P=function(e){var t=e.user,n=e.currentUser,a=e.classes;return R.jsx("div",{className:N.cAnnotationUserAvatar,children:g.isNativeDetected?R.jsx(h.default,{displayName:"".concat(t.first_name," ").concat(t.last_name),imgSrc:t.profile_photo,size:38,className:a.avatar}):R.jsx(f,{user:t,currentUser:n,children:R.jsx(h.default,{displayName:"".concat(t.first_name," ").concat(t.last_name),imgSrc:t.profile_photo,size:38,className:a.avatar})})})},z=function(e){var t=e.actionsMenuAnchorEl,n=e.handleToggleActionsMenu,a=e.classes,i=e.handleEdit,r=e.handleDelete;return R.jsxs(R.Fragment,{children:[R.jsx(l.IconButton,{"data-testid":"".concat(B,"_menuButton"),"aria-label":"Actions","aria-owns":t?N.cAnnotationContainerActionsMenu:void 0,"aria-haspopup":"true",className:a.iconButtonRoot,onClick:n,children:R.jsx(U.default,{htmlColor:S.default[400]})}),R.jsxs(l.Menu,{id:"cAnnotationContainerActionsMenu",anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},anchorEl:t,open:!!t,onClick:n,children:[R.jsx(l.MenuItem,{"data-testid":"".concat(B,"_editMenuItem"),onClick:i,children:"Edit"}),R.jsx(l.MenuItem,{"data-testid":"".concat(B,"_deleteMenuItem"),onClick:r,children:"Delete"})]})]})},L=function(e){var t,n,a=e.included,r=e.annotation,s=e.assetCompanyId,o=e.classes,c=e.showSuccessNotification,d=e.width,m=i.useState(!1),p=D.default(m,2),h=p[0],f=p[1],T=i.useState(null),E=D.default(T,2),S=E[0],U=E[1],L=i.useState(!1),W=D.default(L,2),F=W[0],Y=W[1],G=i.useState(!1),H=D.default(G,2),V=H[0],J=H[1],K=!u.isWidthUp("sm",d),Q=r.attributes.comments_count||0,X=i.useState(Q),Z=D.default(X,2),$=Z[0],ee=Z[1],te=b.useAnnotationsDispatch(),ne=r.relationships.comment_users.data.reduce((function(e,t){var n=t.id,i=a.find((function(e){return e.id===n}));return i&&e.push(i.attributes),e}),[]),ae=ne.map((function(e){var t=e.last_name,n=e.first_name;return"".concat(n," ").concat(t)})),ie=(t=M.default(w.default.mark((function e(){return w.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,y.deleteAnnotation(r.id);case 3:e.sent&&te({type:_.DELETE_ANNOTATION,id:r.id}),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),console.error(e.t0);case 10:case"end":return e.stop()}}),e,null,[[0,7]])}))),function(){return t.apply(this,arguments)}),re=(n=M.default(w.default.mark((function e(t,n,a){var i,s;return w.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,i={body:t,active_until:n,attachment:{file_name:a&&a.attachmentName,signed_url:a&&a.attachmentUrl}},e.next=4,y.patchAnnotation(r.id,i);case 4:s=e.sent,te({type:_.EDIT_ANNOTATION,annotation:s,id:r.id}),e.next=12;break;case 8:return e.prev=8,e.t0=e.catch(0),console.error(e.t0),e.abrupt("return");case 12:c("Annotation has been changed"),Y(!1);case 14:case"end":return e.stop()}}),e,null,[[0,8]])}))),function(e,t,a){return n.apply(this,arguments)}),se=r.relationships.user.data.id,oe=a.find((function(e){var t=e.type,n=e.id;return"user"===t&&n===se})),ce=oe.attributes,ue=r.attributes.attachment;return R.jsxs(l.Paper,{className:o.container,elevation:0,children:[R.jsxs("div",{"data-testid":"".concat(B,"_annotation_").concat(r.attributes.body),className:N.cAnnotationContainer,children:[R.jsx(P,{user:ce,classes:o,isNative:g.isNativeDetected,currentUser:oe}),R.jsxs("div",{className:N.cAnnotationContainerTop,children:[R.jsxs("div",{className:N.cAnnotationContainerTopMainInfo,children:[R.jsx(l.Typography,{variant:"body2","data-testid":"".concat(B,"_userName"),children:"".concat(ce.first_name," ").concat(ce.last_name)}),R.jsx(l.Typography,{"data-testid":"".concat(B,"_addDate"),variant:"caption",className:o.createdAt,children:O.default(r.attributes.created_at).format("MM/DD/YY H:mm")})]}),R.jsx("div",{className:k.default(N.cAnnotationContainerTopMenu,I.default({},N.cAnnotationContainerTopMenuSmall,K)),children:R.jsx(z,{actionsMenuAnchorEl:S,handleToggleActionsMenu:function(e){var t=e.currentTarget;U(S?null:t)},handleEdit:function(){return Y(!0)},handleDelete:function(){return J(!0)},classes:o})})]}),R.jsx(l.Divider,{className:o.headerDividerRoot}),R.jsx("div",{"data-testid":"".concat(B,"_message"),className:N.cAnnotationContainerContent,children:F?R.jsx(C,{initialText:r.attributes.body,assetCompanyId:s,initialPeriod:r.attributes.created_at,initialAttachment:ue,onSend:re,onClose:function(){return Y(!1)},closeOnEsc:!0}):R.jsxs(R.Fragment,{children:[j.formatMentionText(r.attributes.body,r.relationships.mentioned_users.data,g.isNativeDetected,null,oe),ue&&ue.signed_url&&R.jsx(v,{attachmentUrl:ue.signed_url,fileName:ue.file_name,size:"small"})]})})]}),R.jsxs("div",{"data-testid":"".concat(B,"_comments_").concat(r.attributes.body),className:N.cAnnotationComments,children:[R.jsxs("div",{className:N.cAnnotationCommentsInfo,children:[R.jsx(l.Typography,{"data-testid":"".concat(B,"_commentButton"),variant:"caption",color:"primary",className:o.link,onClick:function(){return f(!0)},children:"Comment"}),R.jsx(x,{commentsCount:$,usersWhoCommented:ae,activeUsersList:ne,currentUser:oe,small:!0})]}),R.jsx(A,{annotationId:r.id,commentInputIsOpen:h,setCommentInputIsOpen:f,commentsCount:$,initialCommentsCount:Q,assetCompanyId:s,setCommentsCount:ee,currentUser:oe})]}),V&&R.jsx(q,{open:V,text:"Do you really want to delete annotation?",handleClose:function(){return J(!1)},handleOk:ie,okText:"Delete"})]})};P.propTypes={user:s.shape({id:s.number.isRequired,first_name:s.string.isRequired,last_name:s.string.isRequired,profile_photo:s.string.isRequired}).isRequired,currentUser:s.shape({}).isRequired,classes:s.shape({}).isRequired},z.propTypes={actionsMenuAnchorEl:s.oneOf([s.node,null]).isRequired,handleToggleActionsMenu:s.func.isRequired,classes:s.shape({}).isRequired,handleDelete:s.func.isRequired,handleEdit:s.func.isRequired},L.propTypes={included:s.arrayOf(s.shape({})).isRequired,annotation:s.shape({relationships:s.shape({user:s.shape({data:s.shape({id:s.string.isRequired}).isRequired}).isRequired,mentioned_users:s.shape({data:s.arrayOf(s.shape({})).isRequired}).isRequired}).isRequired,attributes:s.shape({body:s.string.isRequired,created_at:s.string.isRequired})}).isRequired,classes:s.shape({}).isRequired,showSuccessNotification:s.func,width:s.string.isRequired,assetCompanyId:s.number.isRequired},L.defaultProps={showSuccessNotification:function(){}};var W=c.flowRight([o.withStyles((function(e){return{container:{backgroundColor:"#3b3b3be6",marginBottom:16,marginLeft:26},headerDividerRoot:{margin:"10px 0"},createdAt:{color:e.palette.grey[700],marginLeft:5},link:{cursor:"pointer"},iconButtonRoot:{height:24,width:24,padding:0,margin:"0 -10px 0 5px"}}})),E.default()])(L);module.exports=W;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../../../ext-esm/style-inject/dist/style-inject.es.js')(".style_cAnnotationContainer__RZDNb{padding:15px 16px 0 22px;position:relative}.style_cAnnotationComments__0I3Tx{padding:16px 16px 16px 22px}.style_cAnnotationContainerTop__9CQ47{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.style_cAnnotationContainerTopMainInfo__s2Mek,.style_cAnnotationContainerTopMenu__JfKag{align-items:center;display:flex}.style_cAnnotationContainerTopMenuSmall__T43Ll{justify-content:space-between}.style_cAnnotationUserAvatar__mrWQu{background-color:grey;border-radius:100%;height:38px;left:-23px;position:absolute;top:15px;width:38px}.style_cAnnotationCommentsInfo__T4YFf{align-items:center;display:flex}"),module.exports={cAnnotationContainer:"style_cAnnotationContainer__RZDNb",cAnnotationComments:"style_cAnnotationComments__0I3Tx",cAnnotationContainerTop:"style_cAnnotationContainerTop__9CQ47",cAnnotationContainerTopMainInfo:"style_cAnnotationContainerTopMainInfo__s2Mek",cAnnotationContainerTopMenu:"style_cAnnotationContainerTopMenu__JfKag",cAnnotationContainerTopMenuSmall:"style_cAnnotationContainerTopMenuSmall__T43Ll",cAnnotationUserAvatar:"style_cAnnotationUserAvatar__mrWQu",cAnnotationCommentsInfo:"style_cAnnotationCommentsInfo__T4YFf"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/toConsumableArray"),n=require("@babel/runtime/helpers/slicedToArray"),r=require("@babel/runtime/regenerator"),s=require("react"),a=require("prop-types"),o=require("@material-ui/core/styles"),i=require("@material-ui/core"),u=require("../../../../../../clients/jsonApi/index.js"),c=require("../../../../../LoadingIndicator/LoadingIndicator.js"),l=require("../../../../../CommentInput/index.js"),m=require("../../../../../CommentLoader.js"),d=require("../../../../../Comment/index.js"),p=require("./style.css.js"),f=require("react/jsx-runtime");function C(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var h=C(e),b=C(t),x=C(n),q=C(r),v=function(e){var t=e.annotationId,n=e.commentInputIsOpen,r=e.commentsCount,a=e.setCommentsCount,o=e.initialCommentsCount,C=e.classes,v=e.assetCompanyId,j=e.currentUser,y=s.useRef(),I=s.useState([]),g=x.default(I,2),k=g[0],w=g[1],A=s.useState(!1),R=x.default(A,2),L=R[0],S=R[1],T=s.useState(!1),M=x.default(T,2),N=M[0],U=M[1],_=s.useState(1),O=x.default(_,2),V=O[0],z=O[1],B=s.useState(3),D=x.default(B,2),E=D[0],G=D[1],P=function(e){var t=k.findIndex((function(t){return t.id===e.id})),n=b.default(k);n.splice(t,1,e),w(n)},F=function(e){w(k.filter((function(t){return t.id!==e}))),a(r-1)};s.useEffect((function(){function e(){return(e=h.default(q.default.mark((function e(){var n;return q.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return");case 2:return S(!0),e.prev=3,e.next=6,u.getAnnotationComments(t,{page:V,per_page:3,order:"desc"});case 6:n=e.sent,w(n),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(3),console.error(e.t0);case 13:S(!1);case 14:case"end":return e.stop()}}),e,null,[[3,10]])})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[]);var H,J=(H=h.default(q.default.mark((function e(){var n,s,a;return q.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return S(!0),G((s=(n=3===E)?7:10)+E),e.prev=4,e.next=7,u.getAnnotationComments(t,{page:n?1:V,per_page:s,order:"desc",offset:1===V?k.length:r-o+10});case 7:a=e.sent,w([].concat(b.default(k),b.default(a))),n||z(V+1),e.next=15;break;case 12:e.prev=12,e.t0=e.catch(4),console.error(e.t0);case 15:S(!1);case 16:case"end":return e.stop()}}),e,null,[[4,12]])}))),function(){return H.apply(this,arguments)}),K=k.slice(0,E).reverse(),Q=r>E;return L&&!k.length?f.jsx(c,{fullscreen:!1}):f.jsxs("div",{className:p.cAnnotationCommentsList,children:[Q&&f.jsx(i.Button,{"data-testid":"".concat("annotationComments","_viewMoreComments"),className:C.showMore,onClick:J,children:f.jsx(i.Typography,{variant:"caption",color:"primary",children:"View more comments"})}),f.jsxs("div",{className:p.cAnnotationCommentsListItems,children:[L&&k.length&&f.jsx(c,{fullscreen:!1,size:30}),K.map((function(e){return f.jsx(d,{comment:e,handleDeleteCallback:F,patchCommentCallback:P,companyId:v,currentUser:j},e.id)}))]}),N&&f.jsx(m,{spaceAround:!0}),n&&f.jsx("div",{className:p.cAnnotationCommentsListInput,children:f.jsx(l,{inputRef:y,postComment:function(e){return u.postAnnotationComment(t,e)},setIsPosting:U,postCommentCallback:function(e){w([e].concat(b.default(k))),a(r+1)},onMount:function(){var e=y.current;e&&(e.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"}),e.focus())},companyId:v,currentUser:j})})]})};v.propTypes={annotationId:a.string.isRequired,commentInputIsOpen:a.bool.isRequired,commentsCount:a.number.isRequired,initialCommentsCount:a.number.isRequired,setCommentsCount:a.func.isRequired,classes:a.shape().isRequired,assetCompanyId:a.number.isRequired,currentUser:a.shape({}).isRequired};var j=o.withStyles({showMore:{textTransform:"none",backgroundColor:"transparent!important",padding:0}})(v);module.exports=j;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../../../ext-esm/style-inject/dist/style-inject.es.js')(".style_cAnnotationCommentsList__QB1u0{margin-top:5px}.style_cAnnotationCommentsListItems__M9gf7{margin-bottom:5px;padding:0 0 5px 19px}.style_cAnnotationCommentsListInput__jsIk6{padding-bottom:15px}.style_cAnnotationCommentsListInput__jsIk6 .c-user-mention{font-size:14px}"),module.exports={cAnnotationCommentsList:"style_cAnnotationCommentsList__QB1u0",cAnnotationCommentsListItems:"style_cAnnotationCommentsListItems__M9gf7",cAnnotationCommentsListInput:"style_cAnnotationCommentsListInput__jsIk6"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/objectWithoutProperties"),t=require("prop-types"),o=require("@material-ui/core"),i=require("@material-ui/core/styles"),n=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=s(e),u=s(r),a=s(t),p=["classes"];function l(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function f(e){var r=e.classes,t=u.default(e,p);return n.jsx(o.Select,function(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?l(Object(t),!0).forEach((function(r){c.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):l(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}({classes:r,className:r.rootParent},t))}f.propTypes={classes:a.default.shape().isRequired};var b=i.withStyles({rootParent:{overflow:"hidden"},root:{fontSize:"10px",lineHeight:"12px"},select:{padding:"0 40px 0 0"}},{withTheme:!0})(f);module.exports=b;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),n=require("moment"),i=require("prop-types"),a=require("@material-ui/core/styles"),o=require("@material-ui/core"),l=require("@material-ui/icons/Send"),r=require("@material-ui/core/colors/grey"),s=require("../../../../../UserMention/index.js"),c=require("../../../../../EmojiIconButton.js"),u=require("../../../../../FileUploadIconButton.js"),d=require("../../../../../FailedFileUploading.js"),p=require("../../../../../FilePreview/index.js"),m=require("../../../../../UserMention/utils/index.js"),h=require("../../../../../../effects/useEscPress.js"),f=require("../../../../constants.js"),j=require("./StyledSelect.js"),g=require("./style.css.js"),x=require("react/jsx-runtime");function A(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var I=A(e),y=A(n),N=A(l),b=A(r),v="AppAnnotationsPo",S=Object.keys(f.ANNOTATION_ACTIVE_PERIODS),T=function(e){var n=e.initialText,i=e.initialPeriod,a=e.onSend,l=e.onClose,r=e.closeOnEsc,A=e.classes,T=e.initialAttachment,q=e.assetCompanyId,C=e.currentUser,E=t.useState(n),_=I.default(E,2),O=_[0],U=_[1],P=t.useState((function(){return T?{attachmentName:T.file_name,attachmentUrl:T.signed_url||T.s3_link}:null})),R=I.default(P,2),B=R[0],k=R[1],D=t.useState(null),F=I.default(D,2),w=F[0],L=F[1],M=t.useState(!1),z=I.default(M,2),H=z[0],V=z[1],W=t.useState(S[0]),K=I.default(W,2),G=K[0],J=K[1];h((function(){r&&l()}));var Q=function(){if(O){var e=function(e,t){if("forever"===e)return null;var n=f.ANNOTATION_ACTIVE_PERIODS[e];return y.default(t).add(n.time.amount,n.time.key).format()}(G,i);a(O,e,B)}};return x.jsxs("div",{className:g.cAnnotationInput,children:[x.jsxs(o.Paper,{className:g.cAnnotationInputContent,children:[x.jsx(o.Input,{"data-testid":"".concat(v,"_annotationsInput"),inputComponent:s,inputProps:{withLightTheme:!1,onChange:function(e){return U(e)},onKeyDown:function(e){"Shift"===e.key&&V(!0),"Enter"!==e.key||H||m.isSuggestionsListOpened()||(e.preventDefault(),Q())},onKeyUp:function(e){"Shift"===e.key&&V(!1)},companyId:q,currentUser:C},placeholder:"Type annotation here",fullWidth:!0,disableUnderline:!0,multiline:!0,rows:"3",className:A.inputRoot,value:O}),x.jsxs("div",{className:g.cAnnotationInputContentActions,children:[x.jsx(o.Tooltip,{title:"Attach File",placement:"bottom",children:x.jsx("div",{className:g.cAnnotationInputContentActionsButton,children:x.jsx(u,{"data-testid":"".concat(v,"_attachFileButton"),openPreviewDialogOnUpload:!1,disableRipple:!0,onFinish:function(e,t,n){k({attachmentUrl:e,attachmentName:t,attachmentSize:n}),L(null)},onError:function(e){k(null),L(e)},htmlColor:"action"})})}),x.jsx(o.Tooltip,{title:"Add Emoji",placement:"bottom",children:x.jsx("div",{className:g.cAnnotationInputContentActionsButton,children:x.jsx(c,{"data-testid":"".concat(v,"_emojiButton"),htmlColor:b.default[400],handleSelectEmoji:function(e){return U("".concat(O).concat(e.native))}})})})]})]}),w&&x.jsx(d,{className:A.uploadingError,errorMessage:w}),B&&B.attachmentUrl&&x.jsx(p,{fileName:B.attachmentName,fileUrl:B.attachmentUrl,handleFileDelete:function(){k(null),L(null)}}),x.jsxs("div",{className:g.cAnnotationInputActions,children:[x.jsxs(o.FormControl,{className:A.formControl,children:[x.jsx(o.InputLabel,{shrink:!0,id:"periods-label-label",className:A.selectLabel,children:"Active"}),x.jsx(j,{"data-testid":"".concat(v,"_periodDropdown"),labelId:"periods-label-label",id:"periods-label",value:G,disableUnderline:!0,onChange:function(e){return J(e.target.value)},children:S.map((function(e){return x.jsx(o.MenuItem,{"data-testid":"".concat(v,"_period_").concat(f.ANNOTATION_ACTIVE_PERIODS[e].label,"MenuItem"),value:e,children:f.ANNOTATION_ACTIVE_PERIODS[e].label},e)}))})]}),x.jsxs("div",{className:g.cAnnotationInputActionsSend,children:[x.jsxs(o.Typography,{variant:"caption",className:A.sendLabel,children:["Press ",x.jsx(o.Typography,{variant:"caption",color:"primary",component:"span",className:A.labelHighlighter,children:"Enter "}),"to send "]}),x.jsx(o.Tooltip,{title:"Send",placement:"bottom",children:x.jsx("div",{children:x.jsx(o.IconButton,{"data-testid":"".concat(v,"_sendButton"),className:A.sendButton,onClick:Q,disabled:!O,children:x.jsx(N.default,{color:"primary"})})})})]})]})]})};T.propTypes={initialText:i.string,initialPeriod:i.string,initialAttachment:i.shape({file_name:i.string,s3_link:i.string}),onSend:i.func,onClose:i.func,closeOnEsc:i.bool,assetCompanyId:i.number.isRequired,currentUser:i.shape().isRequired,classes:i.shape().isRequired},T.defaultProps={initialText:"",initialPeriod:void 0,initialAttachment:null,onSend:function(){},onClose:function(){},closeOnEsc:!1};var q=a.withStyles((function(e){return{inputLabel:{color:e.palette.grey[700],fontWeight:200,width:"100%"},inputRoot:{lineHeight:15},sendLabel:{display:"flex",alignItems:"center",fontWeight:200,color:e.palette.grey[700],marginRight:22,fontSize:10},sendButton:{padding:5},labelHighlighter:{fontWeight:200,fontSize:10},selectLabel:{fontSize:10,lineHeight:"14px",color:e.palette.grey[500]},uploadingError:{paddingTop:"10px"}}}))(T);module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../../../ext-esm/style-inject/dist/style-inject.es.js')(".style_cAnnotationInput__yG50Z{display:flex;flex-direction:column;position:relative;width:100%}.style_cAnnotationInput__yG50Z .c-component-file-preview{margin-left:0;width:100%}.style_cAnnotationInputContent__IiRy4{border:2px solid #03bcd4;box-shadow:none;height:147px;padding:6px 13px;width:100%}.style_cAnnotationInputContentActions__agaLg{display:flex;justify-content:flex-end;width:100%}.style_cAnnotationInputContentActionsButton__v0-tn{display:inline-block;vertical-align:top}.style_cAnnotationInputActions__t25CL{display:flex;justify-content:space-between;margin-top:10px}.style_cAnnotationInputActionsSend__C8bHa{align-items:center;display:flex}"),module.exports={cAnnotationInput:"style_cAnnotationInput__yG50Z",cAnnotationInputContent:"style_cAnnotationInputContent__IiRy4",cAnnotationInputContentActions:"style_cAnnotationInputContentActions__agaLg",cAnnotationInputContentActionsButton:"style_cAnnotationInputContentActionsButton__v0-tn",cAnnotationInputActions:"style_cAnnotationInputActions__t25CL",cAnnotationInputActionsSend:"style_cAnnotationInputActionsSend__C8bHa"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("@babel/runtime/helpers/asyncToGenerator"),n=require("@babel/runtime/helpers/slicedToArray"),a=require("@babel/runtime/regenerator"),s=require("react"),r=require("prop-types"),i=require("classnames"),o=require("@material-ui/core/styles"),u=require("@material-ui/core"),c=require("@material-ui/icons/ChevronLeft");require("../../../../utils/index.js");var d=require("../../../../utils/mobileDetect.js"),l=require("../../../InfiniteList/index.js"),p=require("../../../../effects/useOutsideClick.js"),h=require("./components/AddAnnotationForm/index.js"),f=require("./components/Annotation/index.js"),m=require("../../../../clients/jsonApi/index.js"),y=require("../../AnnotationsContext.js"),b=require("../../constants.js"),g=require("./style.css.js"),q=require("react/jsx-runtime"),x=require("../../../../utils/notificationToasts.js");function A(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var j=A(e),T=A(t),N=A(n),v=A(a),I=A(i),C=A(c),S="AppAnnotationsPo",R=function(e){var t,n=e.appId,a=e.appTitle,r=e.assetId,i=e.assetCompanyId,o=e.appSettings,c=e.currentUser,d=e.onClose,A=e.isNative,R=e.classes,_=e.dashboardType,L=y.useAnnotationsState().annotations,k=y.useAnnotationsDispatch(),w=s.useRef(),O=s.useRef();p(w,d);var P=s.useState(!1),D=N.default(P,2),E=D[0],F=D[1],H=s.useState(!0),U=N.default(H,2),B=U[0],W=U[1],G=s.useState(!0),M=N.default(G,2),z=M[0],J=M[1],K=s.useState(1),Q=N.default(K,2),V=Q[0],X=Q[1];function Y(){return(Y=T.default(v.default.mark((function e(){var t,a,s;return v.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n&&r){e.next=2;break}return e.abrupt("return");case 2:return W(!0),e.prev=3,a={page:V,per_page:4,sort:"created_at",order:"desc"},_&&(a.dashboard_type=_),e.next=8,m.getAnnotations(n,r,a);case 8:t=e.sent,k({type:1===V?b.SET_ANNOTATIONS:b.APPEND_ANNOTATIONS,annotations:t}),e.next=15;break;case 12:e.prev=12,e.t0=e.catch(3),console.error(e.t0);case 15:s=t&&t.data.length<4,X(V+1),J(!s),W(!1);case 19:case"end":return e.stop()}}),e,null,[[3,12]])})))).apply(this,arguments)}return s.useEffect((function(){F(!0)}),[]),q.jsx(u.RootRef,{rootRef:w,children:q.jsxs(u.Paper,{className:I.default(g.cAnnotationsList,(t={},j.default(t,g.cAnnotationsListOpen,E),j.default(t,g.cAnnotationsListOpenNative,A),t)),children:[q.jsx(l,{infiniteClassName:g.cAnnotationsListContentContainer,headerComponent:q.jsxs(q.Fragment,{children:[q.jsx(u.Typography,{"data-testid":"".concat(S,"_appTitle"),variant:"body1",className:R.title,children:a}),q.jsx("div",{className:g.cAnnotationsListContentTop,children:q.jsxs(u.Typography,{"data-testid":"".concat(S,"_annotationsTitle"),variant:"caption",className:R.secondaryTitle,children:["Annotations (",L.data?L.data.length:0,")"]})}),q.jsx(h,{appId:n,assetId:r,assetCompanyId:i,appSettings:o,currentUser:c,dashboardType:_})]}),useWindow:A,items:L.data||[],showNoItemsFound:!(L.data&&0!==L.data.length||B),noItemsFoundLabel:q.jsx(u.Typography,{variant:"body2","data-testid":"".concat(S,"_noAnnotations"),className:R.noAnnotations,children:"No Annotations yet"}),threshold:50,infiniteContainerHeight:w.current&&O.current?w.current.clientHeight-O.current.clientHeight:null,moreItemsMayExist:z,pathToCreatedAt:["attributes","created_at"],renderItem:function(e){return q.jsx(f,{isNative:A,annotation:e,assetCompanyId:i,included:L.included,currentUser:c,showSuccessNotification:x.showSuccessNotification},e.id)},loadItems:function(){return Y.apply(this,arguments)}}),q.jsx("div",{className:g.cAnnotationsListActions,ref:O,children:q.jsx(u.Tooltip,{title:"Hide",placement:"bottom",children:q.jsx(u.IconButton,{"data-testid":"".concat(S,"_hideButton"),onClick:d,className:R.backIcon,children:q.jsx(C.default,{})})})})]})})};R.propTypes={appId:r.number.isRequired,appTitle:r.string.isRequired,assetId:r.number.isRequired,assetCompanyId:r.number.isRequired,appSettings:r.shape(),classes:r.shape().isRequired,onClose:r.func.isRequired,currentUser:r.shape({}).isRequired,isNative:r.bool,dashboardType:r.string},R.defaultProps={appSettings:{},isNative:d.isNativeDetected,dashboardType:null};var _=o.withStyles((function(e){return{title:{fontWeight:200,marginBottom:20},secondaryTitle:{fontWeight:200,textTransform:"uppercase",color:e.palette.grey[600]},annotateIcon:{padding:0,"&:hover":{backgroundColor:"transparent",boxShadow:"none"}},noAnnotations:{marginTop:16},backIcon:{cursor:"pointer",color:e.palette.grey[600],padding:5}}}))(s.memo(R));module.exports=_;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')('.style_cAnnotationsList__D1C25{background-color:transparent!important;border-radius:0;display:flex;flex-direction:column;height:100%;left:0;min-width:0;position:absolute;top:0;transition:min-width .3s ease-in-out,width .3s ease-in-out!important;width:0;z-index:1201}.style_cAnnotationsList__D1C25:after{animation:style_blur__xaWYq .5s linear 1;backdrop-filter:blur(4px);background:#161616b0;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.style_cAnnotationsListOpen__M5Q27{max-width:420px;min-width:340px;width:80%}.style_cAnnotationsListOpenNative__DcsYt{width:100%}.style_cAnnotationsListContentContainer__rjA2-{padding:16px 16px 0}.style_cAnnotationsListActions__tV8tG{margin-top:auto;padding:16px;text-align:right}.style_cAnnotationsListContentTopIcon__9YAzy{height:24px;margin-right:5px;width:24px}@keyframes style_blur__xaWYq{0%{backdrop-filter:blur(0)}to{backdrop-filter:blur(4px)}}'),module.exports={cAnnotationsList:"style_cAnnotationsList__D1C25",blur:"style_blur__xaWYq",cAnnotationsListOpen:"style_cAnnotationsListOpen__M5Q27",cAnnotationsListOpenNative:"style_cAnnotationsListOpenNative__DcsYt",cAnnotationsListContentContainer:"style_cAnnotationsListContentContainer__rjA2-",cAnnotationsListActions:"style_cAnnotationsListActions__tV8tG",cAnnotationsListContentTopIcon:"style_cAnnotationsListContentTopIcon__9YAzy"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/regenerator"),a=require("react"),i=require("prop-types"),s=require("classnames"),n=require("lodash"),o=require("@material-ui/core/styles"),u=require("@material-ui/core/withWidth"),c=require("@material-ui/core/Paper"),d=require("@material-ui/core/Typography"),l=require("@material-ui/icons/Comment"),m=require("@material-ui/icons/Close"),p=require("../../../UserCardPopover.js"),f=require("../../../Avatar/index.js"),h=require("../../../UserMention/utils/index.js"),v=require("../../../../utils/mobileDetect.js"),q=require("../../../../clients/jsonApi/index.js"),x=require("./style.css.js"),b=require("react/jsx-runtime");function y(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var j=y(e),g=y(t),N=y(r),A=y(s),R=y(u),U=y(c),_=y(d),C=y(l),L=y(m),T="lastAnnotation",w=function(e){var t=e.user,r=e.currentUser,a=e.isNative,i=e.className,s=e.size,n=b.jsx(f.default,{displayName:"".concat(t.first_name," ").concat(t.last_name),imgSrc:t.profile_photo,size:s,className:i});return a?n:b.jsx(p,{user:t,currentUser:r,children:n})},I=function(e){var t=e.commentsCount,r=e.commentUsers,a=e.isSmallScreen,i=e.isNative,s=e.currentUser,n=e.classes;return t?b.jsxs("div",{className:x.cTopAnnotationAdditionalReactions,children:[b.jsx(C.default,{className:n.commentIcon}),!a&&b.jsxs(_.default,{variant:"body2","data-testid":"".concat(T,"_comments"),noWrap:!0,className:n.commentText,component:"div",children:["Comments ",t]}),b.jsx("div",{className:x.cTopAnnotationAdditionalReactionsList,children:r.map((function(e,t){var r=e.attributes;return b.jsx(w,{user:r,currentUser:s,isNative:i,className:A.default(n.avatar,g.default({},n.avatarInList,0!==t)),size:25},r.id)}))})]}):null},S=function(e){var t,r=e.isNative,i=e.appId,s=e.annotation,n=e.openAnnotationsList,o=e.currentUser,c=e.updateCurrentDashboardAppLastAnnotation,d=e.width,l=e.classes,m=s.data,p=s.included,f=p.find((function(e){var t=e.id,r=e.type;return t===m.relationships.user.data.id&&"user"===r})),v=a.useMemo((function(){return m.relationships.mentioned_users.data.map((function(e){var t=e.id;return p.find((function(e){return e.id===t}))}))}),[m.relationships.mentioned_users.data,p]),y=a.useMemo((function(){return m.relationships.comment_users.data.map((function(e){var t=e.id;return p.find((function(e){return e.id===t}))}))}),[m.relationships.comment_users.data,p]),g=!u.isWidthUp("sm",d),A=(t=j.default(N.default.mark((function e(t){var r;return N.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.stopPropagation(),e.prev=1,e.next=4,q.closeLastAnnotation(m.id);case 4:r=e.sent,c(m.id,i,r),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(1),console.error(e.t0);case 11:case"end":return e.stop()}}),e,null,[[1,8]])}))),function(e){return t.apply(this,arguments)});return b.jsxs(U.default,{"data-testid":"".concat(T,"_lastAnnotation"),className:l.container,onClick:n,children:[b.jsxs("div",{className:x.cTopAnnotationMain,children:[b.jsx(w,{user:f.attributes,currentUser:o,isNative:r,className:l.avatar,size:38}),b.jsx(_.default,{variant:"body2","data-testid":"".concat(T,"_message"),noWrap:!0,className:l.body,children:h.formatMentionText(m.attributes.body,v,r,null,o)})]}),b.jsxs("div",{className:x.cTopAnnotationAdditional,children:[b.jsx(I,{commentsCount:m.attributes.comments_count,commentUsers:y,classes:l,isSmallScreen:g,currentUser:o}),b.jsx(L.default,{"data-testid":"".concat(T,"_closeButton"),fontSize:"small",className:l.closeButton,onClick:A})]})]})};S.propTypes={appId:i.number.isRequired,annotation:i.shape({included:i.arrayOf(i.shape({})).isRequired,data:i.shape({relationships:i.shape({user:i.shape({data:i.shape({id:i.string.isRequired}).isRequired}).isRequired,mentioned_users:i.shape({data:i.arrayOf(i.shape()).isRequired}).isRequired}).isRequired,attributes:i.shape({body:i.string.isRequired,created_at:i.string.isRequired})}).isRequired}).isRequired,classes:i.shape({}).isRequired,isNative:i.bool,width:i.string.isRequired,openAnnotationsList:i.func.isRequired,updateCurrentDashboardAppLastAnnotation:i.func,currentUser:i.shape({})},S.defaultProps={isNative:v.isNativeDetected,updateCurrentDashboardAppLastAnnotation:function(){},currentUser:{}};var z=n.flowRight([o.withStyles((function(e){return{container:{height:56,margin:"10px 0",padding:"0 20px",display:"flex",alignItems:"center",justifyContent:"space-between",flex:"auto 1",width:"100%",cursor:"pointer"},body:{margin:"0 16px ",minWidth:100},avatar:{border:"1px solid #909090"},commentIcon:{marginRight:16,color:e.palette.grey[500]},commentText:{marginRight:16,color:e.palette.grey[500]},closeButton:{color:e.palette.grey[500]},avatarInList:{marginLeft:-4}}})),R.default()])(a.memo(S));module.exports=z;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".style_cTopAnnotationAdditional__WDu9j,.style_cTopAnnotationMain__TeVll{align-items:center;display:flex}.style_cTopAnnotationMain__TeVll{overflow:hidden}.style_cTopAnnotationAdditionalReactions__11sxr{align-items:center;display:flex}.style_cTopAnnotationAdditionalReactionsList__V14wA{align-items:center;display:flex;margin-right:16px}"),module.exports={cTopAnnotationAdditional:"style_cTopAnnotationAdditional__WDu9j",cTopAnnotationMain:"style_cTopAnnotationMain__TeVll",cTopAnnotationAdditionalReactions:"style_cTopAnnotationAdditionalReactions__11sxr",cTopAnnotationAdditionalReactionsList:"style_cTopAnnotationAdditionalReactionsList__V14wA"};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.ADD_ANNOTATION="ADD_ANNOTATION",exports.ANNOTATION_ACTIVE_PERIODS={"24h":{label:"Next 24 hrs",time:{amount:24,key:"h"}},"12h":{label:"Next 12 hrs",time:{amount:12,key:"h"}},"48h":{label:"Next 48 hrs",time:{amount:48,key:"h"}},forever:{label:"Forever"}},exports.APPEND_ANNOTATIONS="APPEND_ANNOTATIONS",exports.DELETE_ANNOTATION="DELETE_ANNOTATION",exports.EDIT_ANNOTATION="EDIT_ANNOTATION",exports.SET_ANNOTATIONS="SET_ANNOTATIONS";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("classnames"),i=require("@material-ui/core"),r=require("./utils.js");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=a(t),o=i.makeStyles((function(){return{icon:{borderRadius:function(e){return e.radius}}}}));exports.AppIcon=function(t){var i=t.alt,a=void 0===i?"app icon":i,s=t.appDevType,c=void 0===s?"ui":s,u=t.className,d=t["data-testid"],l=void 0===d?"":d,p=t.height,v=void 0===p?16:p,m=t.iconUrl,f=void 0===m?null:m,g=t.radius,h=void 0===g?10:g,j=t.segment,x=t.width,y=void 0===x?16:x,q=o({radius:h}),I=r.getIconComponentBySegment(j,c),_="AppIcon_".concat(l,"_").concat(f||"");return f?e.jsx("img",{alt:a,className:n.default(q.icon,u),"data-testid":_,height:v,onError:function(e){e.target.src=r.getAppIcon(j,c)},src:f,width:y}):e.jsx(I,{"data-testid":_,className:u,width:y,height:v})};
@@ -0,0 +1 @@
1
+ "use strict";var s=require('./../../../ext-esm/tslib/tslib.es6.js'),i=require("react/jsx-runtime");module.exports=function(t){var l=t.width,e=void 0===l?36:l,C=t.height,a=void 0===C?36:C,r=t.className,n=t["data-testid"],o=void 0===n?"CompletionAppIcon":n;return i.jsxs("svg",s.__assign({"data-testid":"".concat(o,"_completionFe"),width:e,height:a,className:r,viewBox:"0 0 320 320",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[i.jsxs("g",s.__assign({"clip-path":"url(#clip0_2127_3321)"},{children:[i.jsx("path",{d:"M160 10.7879C77.5916 10.7879 10.7864 77.593 10.7864 160.001C10.7864 242.41 77.5916 309.215 160 309.215C242.408 309.215 309.213 242.41 309.213 160.001C309.213 77.593 242.408 10.7879 160 10.7879Z",fill:"url(#paint0_linear_2127_3321)"}),i.jsx("path",{d:"M226.25 0H93.75C42 0 0 42 0 93.75V226.25C0 278 42 320 93.75 320H226.25C278 320 320 278 320 226.25V93.75C320 42 278 0 226.25 0ZM160.5 299C83.75 299 21.5 236.75 21.5 160C21.5 83.25 83.75 21 160.5 21C237.25 21 299.5 83.25 299.5 160C299.5 236.75 237.25 299 160.5 299Z",fill:"url(#paint1_linear_2127_3321)"}),i.jsx("path",{d:"M160.499 18.5C141.499 18.5 122.749 22.25 105.499 29.75C88.7493 37 73.4993 47 60.4993 60C47.4993 73 37.2493 88.25 30.2493 105C22.7493 122.5 18.9993 141 18.9993 160C18.9993 179 22.7493 197.75 29.9993 215C37.2493 231.75 47.2493 247 60.2493 260C73.2493 273 88.4993 283.25 105.249 290.25C122.749 297.75 141.249 301.5 160.249 301.5C179.249 301.5 197.999 297.75 215.249 290.25C231.999 283 247.249 273 260.249 260C273.249 247 283.499 231.75 290.499 215C297.999 197.5 301.749 179 301.749 160C301.749 141 297.999 122.25 290.499 105C283.249 88.25 273.249 73 260.249 60C247.249 47 231.999 36.75 215.249 29.75C198.249 22.25 179.499 18.5 160.499 18.5ZM160.499 21C237.249 21 299.499 83.25 299.499 160C299.499 236.75 237.249 299 160.499 299C83.7493 299 21.4993 236.75 21.4993 160C21.4993 83.25 83.7493 21 160.499 21Z",fill:"url(#paint2_linear_2127_3321)"}),i.jsx("g",s.__assign({"clip-path":"url(#clip1_2127_3321)"},{children:i.jsxs("g",s.__assign({"clip-path":"url(#clip2_2127_3321)"},{children:[i.jsx("path",{d:"M234.017 105.374H199.532V95.5781C199.532 86.882 192.436 79.7852 183.739 79.7852H85.7832C77.0871 79.7852 69.9902 86.882 69.9902 95.5781V198.732C69.9902 207.428 77.0871 214.525 85.7832 214.525H94.7792C96.2785 214.525 97.5779 213.326 97.5779 211.726C97.5779 210.127 96.3785 208.927 94.7792 208.927H85.7832C80.1857 208.927 75.5877 204.33 75.5877 198.732V131.762H115.07V224.321C115.07 233.017 122.167 240.114 130.863 240.114H234.017C242.713 240.114 249.81 233.017 249.81 224.321V121.167C249.81 112.471 242.713 105.374 234.017 105.374ZM244.212 121.167V151.753H120.668V128.963V121.167C120.668 115.569 125.266 110.971 130.863 110.971H196.734H233.917C239.714 110.871 244.212 115.469 244.212 121.167ZM75.6877 126.164V95.6781C75.6877 90.0806 80.2856 85.4826 85.8831 85.4826H183.839C189.437 85.4826 194.035 90.0806 194.035 95.6781V105.474H130.863C122.167 105.474 115.07 112.571 115.07 121.267V126.364H75.6877V126.164ZM120.668 224.221V157.151H155.252V234.416H130.863C125.266 234.516 120.668 229.918 120.668 224.221ZM234.017 234.516H160.75V157.251H244.312V224.321C244.212 229.918 239.714 234.516 234.017 234.516Z",fill:"white"}),i.jsx("path",{d:"M146.256 124.664C142.958 124.664 140.259 127.363 140.259 130.661C140.259 133.96 142.958 136.659 146.256 136.659C149.555 136.659 152.254 133.96 152.254 130.661C152.154 127.363 149.555 124.664 146.256 124.664Z",fill:"white"}),i.jsx("path",{d:"M166.047 124.664C162.749 124.664 160.05 127.363 160.05 130.661C160.05 133.96 162.749 136.659 166.047 136.659C169.346 136.659 172.045 133.96 172.045 130.661C172.045 127.363 169.346 124.664 166.047 124.664Z",fill:"white"}),i.jsx("path",{d:"M185.839 124.664C182.54 124.664 179.841 127.363 179.841 130.661C179.841 133.96 182.54 136.659 185.839 136.659C189.137 136.659 191.836 133.96 191.836 130.661C191.836 127.363 189.137 124.664 185.839 124.664Z",fill:"white"}),i.jsx("path",{d:"M220.323 172.945H182.44C180.941 172.945 179.641 174.145 179.641 175.744C179.641 177.343 180.841 178.543 182.44 178.543H220.323C221.822 178.543 223.122 177.343 223.122 175.744C223.122 174.145 221.822 172.945 220.323 172.945Z",fill:"white"}),i.jsx("path",{d:"M220.323 203.629H182.44C180.941 203.629 179.641 204.828 179.641 206.428C179.641 208.027 180.841 209.226 182.44 209.226H220.323C221.822 209.226 223.122 208.027 223.122 206.428C223.122 204.828 221.822 203.629 220.323 203.629Z",fill:"white"})]}))}))]})),i.jsxs("defs",{children:[i.jsxs("linearGradient",s.__assign({id:"paint0_linear_2127_3321",x1:"309.213",y1:"161.991",x2:"10.7864",y2:"161.991",gradientUnits:"userSpaceOnUse"},{children:[i.jsx("stop",{"stop-color":"#3F33A9"}),i.jsx("stop",{offset:"1","stop-color":"#DA4583"})]})),i.jsxs("linearGradient",s.__assign({id:"paint1_linear_2127_3321",x1:"160",y1:"442.496",x2:"160",y2:"122.496",gradientUnits:"userSpaceOnUse"},{children:[i.jsx("stop",{"stop-color":"#D1D1D1"}),i.jsx("stop",{offset:"0.1978","stop-color":"#DBDBDC"}),i.jsx("stop",{offset:"0.6835","stop-color":"#F0F0F1"}),i.jsx("stop",{offset:"1","stop-color":"#F8F7F9"})]})),i.jsxs("linearGradient",s.__assign({id:"paint2_linear_2127_3321",x1:"157.612",y1:"18.4177",x2:"163.391",y2:"301.574",gradientUnits:"userSpaceOnUse"},{children:[i.jsx("stop",{"stop-color":"#BFBFBF"}),i.jsx("stop",{offset:"0.9816","stop-color":"#F8F7F9"})]})),i.jsx("clipPath",s.__assign({id:"clip0_2127_3321"},{children:i.jsx("rect",{width:"320",height:"320",fill:"white"})})),i.jsx("clipPath",s.__assign({id:"clip1_2127_3321"},{children:i.jsx("rect",{width:"224",height:"224",fill:"white",transform:"translate(48 48)"})})),i.jsx("clipPath",s.__assign({id:"clip2_2127_3321"},{children:i.jsx("rect",{width:"223.9",height:"223.9",fill:"white",transform:"translate(48 48)"})}))]})]}))};