@corva/ui 3.2.0-3 → 3.2.0-4

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 (1166) hide show
  1. package/cjs-bundle/CLI/hocs/constants.js +1 -0
  2. package/cjs-bundle/CLI/hocs/utils.js +1 -0
  3. package/cjs-bundle/clients/api/apiCore.js +1 -0
  4. package/cjs-bundle/clients/api/httpMessages.js +1 -0
  5. package/cjs-bundle/clients/clientStorage/core.js +1 -0
  6. package/cjs-bundle/clients/clientStorage/index.js +1 -0
  7. package/cjs-bundle/clients/constants.js +1 -0
  8. package/cjs-bundle/clients/corvaUrls.js +1 -0
  9. package/cjs-bundle/clients/index.js +1 -0
  10. package/cjs-bundle/clients/jsonApi/index.js +1 -0
  11. package/cjs-bundle/clients/jsonApi/mocks/mockAssetData.js +1 -0
  12. package/cjs-bundle/clients/jsonApi/postTaskAndWaitResult.js +1 -0
  13. package/cjs-bundle/clients/sso/auth0.js +1 -0
  14. package/cjs-bundle/clients/sso/index.js +1 -0
  15. package/cjs-bundle/clients/sso/oauth2.js +1 -0
  16. package/cjs-bundle/clients/subscriptions.js +1 -0
  17. package/cjs-bundle/clients/utils.js +1 -0
  18. package/cjs-bundle/components/AddComment/Popover.js +1 -0
  19. package/cjs-bundle/components/AddComment/Popup.js +1 -0
  20. package/cjs-bundle/components/AddComment/components/Content.js +1 -0
  21. package/cjs-bundle/components/AdvancedSlider/AdvancedSlider.js +1 -0
  22. package/cjs-bundle/components/AdvancedSlider/Handle.js +1 -0
  23. package/cjs-bundle/components/AdvancedSlider/constants.js +1 -0
  24. package/cjs-bundle/components/AdvancedSlider/icons/HandleIcon.js +1 -0
  25. package/cjs-bundle/components/AdvancedSlider/styles/handleStyles.js +1 -0
  26. package/cjs-bundle/components/AdvancedSlider/styles/sliderStyles.js +1 -0
  27. package/cjs-bundle/components/AdvancedSlider/utils.js +1 -0
  28. package/cjs-bundle/components/AnchorsList/AnchorsList.js +1 -0
  29. package/cjs-bundle/components/Annotations/AnnotationsContext.js +1 -0
  30. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -0
  31. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -0
  32. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -0
  33. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -0
  34. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -0
  35. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -0
  36. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -0
  37. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -0
  38. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -0
  39. package/cjs-bundle/components/Annotations/components/AnnotationsList/index.js +1 -0
  40. package/cjs-bundle/components/Annotations/components/AnnotationsList/style.css.js +1 -0
  41. package/cjs-bundle/components/Annotations/components/LastAnnotation/index.js +1 -0
  42. package/cjs-bundle/components/Annotations/components/LastAnnotation/style.css.js +1 -0
  43. package/cjs-bundle/components/Annotations/constants.js +1 -0
  44. package/cjs-bundle/components/AppIcon/AppIcon.js +1 -0
  45. package/cjs-bundle/components/AppIcon/assets/CompletionAppIcon.js +1 -0
  46. package/cjs-bundle/components/AppIcon/assets/CompletionAppIconBe.js +1 -0
  47. package/cjs-bundle/components/AppIcon/assets/DrillingAppIcon.js +1 -0
  48. package/cjs-bundle/components/AppIcon/assets/DrillingAppIconBe.js +1 -0
  49. package/cjs-bundle/components/AppIcon/assets/NoSegmentAppIcon.js +1 -0
  50. package/cjs-bundle/components/AppIcon/assets/NoSegmentAppIconBeIdle.js +1 -0
  51. package/cjs-bundle/components/AppIcon/utils.js +1 -0
  52. package/cjs-bundle/components/AppVersionsSelect/AppVersionsSelect.js +1 -0
  53. package/cjs-bundle/components/AppVersionsSelect/effects/index.js +1 -0
  54. package/cjs-bundle/components/AssetEditor/AssetEditorAutocomplete.js +1 -0
  55. package/cjs-bundle/components/AssetEditor/AssetEditors.css.js +1 -0
  56. package/cjs-bundle/components/AssetEditor/SingleAssetEditor.js +1 -0
  57. package/cjs-bundle/components/AssetEditor/constants.js +1 -0
  58. package/cjs-bundle/components/AssetEditor/effects/index.js +1 -0
  59. package/cjs-bundle/components/AssetEditor/index.js +1 -0
  60. package/cjs-bundle/components/AssetEditorV2/components/MultipleAssetsToggle.js +1 -0
  61. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelect.js +1 -0
  62. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelectV2.js +1 -0
  63. package/cjs-bundle/components/AssetEditorV2/components/SecondaryAssetSelect.js +1 -0
  64. package/cjs-bundle/components/AssetEditorV2/components/SelectItem.js +1 -0
  65. package/cjs-bundle/components/AssetEditorV2/constants.js +1 -0
  66. package/cjs-bundle/components/AssetEditorV2/effects/index.js +1 -0
  67. package/cjs-bundle/components/AssetEditorV2/effects/usePrimaryAssetSelectData.js +1 -0
  68. package/cjs-bundle/components/AssetEditorV2/index.js +1 -0
  69. package/cjs-bundle/components/AssetEditorV2/utils/index.js +1 -0
  70. package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.js +1 -0
  71. package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.styles.css.js +1 -0
  72. package/cjs-bundle/components/AssetNameLabel/AssetStatusBadge.js +1 -0
  73. package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -0
  74. package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +1 -0
  75. package/cjs-bundle/components/AssetsMultipleSelector/AssetsMultipleSelector.js +1 -0
  76. package/cjs-bundle/components/Attachment/index.js +1 -0
  77. package/cjs-bundle/components/Attachment/styles.css.js +1 -0
  78. package/cjs-bundle/components/Autocomplete/Autocomplete.js +1 -0
  79. package/cjs-bundle/components/Avatar/index.js +1 -0
  80. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -0
  81. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.js +1 -0
  82. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -0
  83. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.js +1 -0
  84. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -0
  85. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  86. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  87. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  88. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -0
  89. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  90. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -0
  91. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -0
  92. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -0
  93. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -0
  94. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -0
  95. package/cjs-bundle/components/BICOffsetPickerDialog/constants.js +1 -0
  96. package/cjs-bundle/components/BICOffsetPickerDialog/effects/index.js +1 -0
  97. package/cjs-bundle/components/BICOffsetPickerDialog/index.js +1 -0
  98. package/cjs-bundle/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -0
  99. package/cjs-bundle/components/Breadcrumbs/index.js +1 -0
  100. package/cjs-bundle/components/Button/components/Button/index.js +1 -0
  101. package/cjs-bundle/components/Button/components/LiveButton/components/LiveButtonStateIndicator/index.js +1 -0
  102. package/cjs-bundle/components/Button/components/LiveButton/constants.js +1 -0
  103. package/cjs-bundle/components/Button/components/LiveButton/index.js +1 -0
  104. package/cjs-bundle/components/Button/components/LiveButton/styles.js +1 -0
  105. package/cjs-bundle/components/Button/index.js +1 -0
  106. package/cjs-bundle/components/Casing/CasingComponentIcon.js +1 -0
  107. package/cjs-bundle/components/Casing/CasingTable/CasingComponent.js +1 -0
  108. package/cjs-bundle/components/Casing/CasingTable/index.js +1 -0
  109. package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.css.js +1 -0
  110. package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.js +1 -0
  111. package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +1 -0
  112. package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -0
  113. package/cjs-bundle/components/Casing/CasingTableV2/components/Component.js +1 -0
  114. package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +1 -0
  115. package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -0
  116. package/cjs-bundle/components/Casing/CasingTableV2/components/EditComponentDialog.js +1 -0
  117. package/cjs-bundle/components/Casing/CasingTableV2/components/Header.js +1 -0
  118. package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponent.js +1 -0
  119. package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponents.js +1 -0
  120. package/cjs-bundle/components/Casing/CasingTableV2/components/constants.js +1 -0
  121. package/cjs-bundle/components/Casing/CasingTile/CasingTile.js +1 -0
  122. package/cjs-bundle/components/Casing/CasingTile/style.js +1 -0
  123. package/cjs-bundle/components/Casing/CasingTileIcon.js +1 -0
  124. package/cjs-bundle/components/Chart/ChartWrapperContext.js +1 -0
  125. package/cjs-bundle/components/Chart/components/AxisDropdown.js +1 -0
  126. package/cjs-bundle/components/Chart/components/AxisOverlay.js +1 -0
  127. package/cjs-bundle/components/Chart/components/ChartButton.js +1 -0
  128. package/cjs-bundle/components/Chart/components/ChartButtons.js +1 -0
  129. package/cjs-bundle/components/Chart/components/ChartSelect.js +1 -0
  130. package/cjs-bundle/components/Chart/components/ChartWrapper.js +1 -0
  131. package/cjs-bundle/components/Chart/components/buttons/ChartTypeButton.js +1 -0
  132. package/cjs-bundle/components/Chart/components/buttons/DragToZoomButton.js +1 -0
  133. package/cjs-bundle/components/Chart/components/buttons/HideAxesButton.js +1 -0
  134. package/cjs-bundle/components/Chart/components/buttons/PanButton.js +1 -0
  135. package/cjs-bundle/components/Chart/components/buttons/ResetZoomButton.js +1 -0
  136. package/cjs-bundle/components/Chart/components/buttons/ZoomInButton.js +1 -0
  137. package/cjs-bundle/components/Chart/components/buttons/ZoomOutButton.js +1 -0
  138. package/cjs-bundle/components/Chart/constants.js +1 -0
  139. package/cjs-bundle/components/Chart/effects/useChartModifier.js +1 -0
  140. package/cjs-bundle/components/Chart/effects/useChartTypeSwitch.js +1 -0
  141. package/cjs-bundle/components/Chart/effects/useHideAxes.js +1 -0
  142. package/cjs-bundle/components/Chart/effects/useKeyboardControl.js +1 -0
  143. package/cjs-bundle/components/Chart/effects/useZoom.js +1 -0
  144. package/cjs-bundle/components/Chart/formations.js +1 -0
  145. package/cjs-bundle/components/Chart/utils.js +1 -0
  146. package/cjs-bundle/components/ChartActionsList/ChartActionsList.css.js +1 -0
  147. package/cjs-bundle/components/ChartActionsList/ChartActionsList.js +1 -0
  148. package/cjs-bundle/components/ChartActionsList/icons/GoLive.js +1 -0
  149. package/cjs-bundle/components/ChartActionsList/icons/LeftArrow.js +1 -0
  150. package/cjs-bundle/components/ChartActionsList/icons/RightArrow.js +1 -0
  151. package/cjs-bundle/components/ChartActionsList/icons/TimeRange.js +1 -0
  152. package/cjs-bundle/components/ChartActionsList/icons/ZoomIn.js +1 -0
  153. package/cjs-bundle/components/ChartActionsList/icons/ZoomOut.js +1 -0
  154. package/cjs-bundle/components/Checkbox/index.js +1 -0
  155. package/cjs-bundle/components/Chip/index.js +1 -0
  156. package/cjs-bundle/components/CollapsableSidebar.js +1 -0
  157. package/cjs-bundle/components/CollapsibleContent.js +1 -0
  158. package/cjs-bundle/components/ColorPicker/ColorPicker.js +1 -0
  159. package/cjs-bundle/components/ColorPicker/ColorPicketUtils.js +1 -0
  160. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -0
  161. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -0
  162. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -0
  163. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -0
  164. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -0
  165. package/cjs-bundle/components/ColorPickerPalette/ColorPickerPalette.js +1 -0
  166. package/cjs-bundle/components/Comment/CommentIcon/index.js +1 -0
  167. package/cjs-bundle/components/Comment/index.js +1 -0
  168. package/cjs-bundle/components/Comment/styles.css.js +1 -0
  169. package/cjs-bundle/components/CommentInput/index.js +1 -0
  170. package/cjs-bundle/components/CommentInput/styles.css.js +1 -0
  171. package/cjs-bundle/components/CommentLoader.js +1 -0
  172. package/cjs-bundle/components/CommentWrapper.js +1 -0
  173. package/cjs-bundle/components/CommentsInfo/index.js +1 -0
  174. package/cjs-bundle/components/CommentsInfo/styles.css.js +1 -0
  175. package/cjs-bundle/components/ConfirmationDialog.js +1 -0
  176. package/cjs-bundle/components/ContextMenuItem/index.js +1 -0
  177. package/cjs-bundle/components/CopyToClipboard/CopyToClipboard.js +1 -0
  178. package/cjs-bundle/components/Counter/index.js +1 -0
  179. package/cjs-bundle/components/CustomSelect/index.js +1 -0
  180. package/cjs-bundle/components/DatePicker/index.js +1 -0
  181. package/cjs-bundle/components/DateTimePicker/index.js +1 -0
  182. package/cjs-bundle/components/DevCenter/AppContext.js +1 -0
  183. package/cjs-bundle/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +1 -0
  184. package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.css.js +1 -0
  185. package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.js +1 -0
  186. package/cjs-bundle/components/DevCenter/AppHeader/AppHeaderStyles.js +1 -0
  187. package/cjs-bundle/components/DevCenter/AppHeader/PadIcon.js +1 -0
  188. package/cjs-bundle/components/DevCenter/AppHeader/PadMode.js +1 -0
  189. package/cjs-bundle/components/DevCenter/AppHeader/VersionBadge.js +1 -0
  190. package/cjs-bundle/components/DevCenter/AppHeader/utils.js +1 -0
  191. package/cjs-bundle/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -0
  192. package/cjs-bundle/components/DevCenter/AppSideBar/AppSideBar.js +1 -0
  193. package/cjs-bundle/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -0
  194. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/constants.js +1 -0
  195. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -0
  196. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -0
  197. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/utils.js +1 -0
  198. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -0
  199. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -0
  200. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -0
  201. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -0
  202. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -0
  203. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsContext.js +1 -0
  204. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsProvider.js +1 -0
  205. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -0
  206. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -0
  207. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -0
  208. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js +1 -0
  209. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/SettingsAccordion.js +1 -0
  210. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/styles.js +1 -0
  211. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.js +1 -0
  212. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.scss.js +1 -0
  213. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js +1 -0
  214. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchProvider.js +1 -0
  215. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +1 -0
  216. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +1 -0
  217. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -0
  218. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +1 -0
  219. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -0
  220. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -0
  221. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/IsInsideIsolatedDcAppProvider/IsInsideIsolatedDcAppProvider.js +1 -0
  222. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -0
  223. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -0
  224. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -0
  225. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -0
  226. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +1 -0
  227. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -0
  228. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -0
  229. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -0
  230. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -0
  231. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/utils.js +1 -0
  232. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -0
  233. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -0
  234. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -0
  235. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -0
  236. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -0
  237. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -0
  238. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -0
  239. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -0
  240. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -0
  241. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -0
  242. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -0
  243. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -0
  244. package/cjs-bundle/components/DevCenter/NavigationBar/NavigationBar.js +1 -0
  245. package/cjs-bundle/components/DevCenter/SideBar/SideBar.js +1 -0
  246. package/cjs-bundle/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -0
  247. package/cjs-bundle/components/DocumentViewer/DocumentViewer.js +1 -0
  248. package/cjs-bundle/components/DocumentViewer/styles.js +1 -0
  249. package/cjs-bundle/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +1 -0
  250. package/cjs-bundle/components/Drillstring/BHAComponentDetail/constants.js +1 -0
  251. package/cjs-bundle/components/Drillstring/BHAComponentDetail/index.js +1 -0
  252. package/cjs-bundle/components/Drillstring/BHAComponentIcon.js +1 -0
  253. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +1 -0
  254. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +1 -0
  255. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +1 -0
  256. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -0
  257. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +1 -0
  258. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -0
  259. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Component.js +1 -0
  260. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +1 -0
  261. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -0
  262. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +1 -0
  263. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -0
  264. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +1 -0
  265. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Header.js +1 -0
  266. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +1 -0
  267. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -0
  268. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +1 -0
  269. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -0
  270. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +1 -0
  271. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +1 -0
  272. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -0
  273. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +1 -0
  274. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +1 -0
  275. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -0
  276. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +1 -0
  277. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +1 -0
  278. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -0
  279. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +1 -0
  280. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +1 -0
  281. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +1 -0
  282. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -0
  283. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +1 -0
  284. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -0
  285. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +1 -0
  286. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +1 -0
  287. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +1 -0
  288. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -0
  289. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/constants.js +1 -0
  290. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +1 -0
  291. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -0
  292. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +1 -0
  293. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +1 -0
  294. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +1 -0
  295. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +1 -0
  296. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +1 -0
  297. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +1 -0
  298. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +1 -0
  299. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +1 -0
  300. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +1 -0
  301. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +1 -0
  302. package/cjs-bundle/components/Drillstring/BHAList/BHAList.js +1 -0
  303. package/cjs-bundle/components/Drillstring/BHAList/styles.css.js +1 -0
  304. package/cjs-bundle/components/Drillstring/BHASchematic.js +1 -0
  305. package/cjs-bundle/components/Drillstring/BHATable/BHAComponent.js +1 -0
  306. package/cjs-bundle/components/Drillstring/BHATable/index.js +1 -0
  307. package/cjs-bundle/components/Drillstring/BHATile/BHATile.js +1 -0
  308. package/cjs-bundle/components/Drillstring/BHATile/styles.css.js +1 -0
  309. package/cjs-bundle/components/Drillstring/BHATileIcon.js +1 -0
  310. package/cjs-bundle/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -0
  311. package/cjs-bundle/components/Drillstring/BhaIndicator/styles.css.js +1 -0
  312. package/cjs-bundle/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -0
  313. package/cjs-bundle/components/Drillstring/DrillstringDetail/styles.css.js +1 -0
  314. package/cjs-bundle/components/EChartsWrapper/EChartsWrapper.js +1 -0
  315. package/cjs-bundle/components/EChartsWrapper/components/Toolbox/Toolbox.js +1 -0
  316. package/cjs-bundle/components/EChartsWrapper/components/Toolbox/ToolboxButton.js +1 -0
  317. package/cjs-bundle/components/EditableItem/EditableItem/index.js +1 -0
  318. package/cjs-bundle/components/EditableItem/EditableItemWithBadge/index.js +1 -0
  319. package/cjs-bundle/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -0
  320. package/cjs-bundle/components/EmbeddedApp/EmbeddedApp.js +1 -0
  321. package/cjs-bundle/components/EmbeddedApp/components/AppInfo.js +1 -0
  322. package/cjs-bundle/components/EmbeddedApp/styles.css.js +1 -0
  323. package/cjs-bundle/components/EmojiIconButton.js +1 -0
  324. package/cjs-bundle/components/EmptyState/EmptyState.js +1 -0
  325. package/cjs-bundle/components/EmptyState/constants.js +1 -0
  326. package/cjs-bundle/components/EmptyState/images/index.js +1 -0
  327. package/cjs-bundle/components/EmptyState/styles.js +1 -0
  328. package/cjs-bundle/components/EmptyState/utils.js +1 -0
  329. package/cjs-bundle/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -0
  330. package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -0
  331. package/cjs-bundle/components/EmptyView/EmptyView.js +1 -0
  332. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -0
  333. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -0
  334. package/cjs-bundle/components/ErrorBoundary/ErrorBoundary.js +1 -0
  335. package/cjs-bundle/components/FailedFileUploading.js +1 -0
  336. package/cjs-bundle/components/FeedItem/FeedItem.css.js +1 -0
  337. package/cjs-bundle/components/FeedItem/FeedItem.js +1 -0
  338. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -0
  339. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -0
  340. package/cjs-bundle/components/FeedItem/components/Actions.js +1 -0
  341. package/cjs-bundle/components/FeedItem/components/AvatarIcon.js +1 -0
  342. package/cjs-bundle/components/FeedItem/components/CompletionDateTimestamp.js +1 -0
  343. package/cjs-bundle/components/FeedItem/components/Content.js +1 -0
  344. package/cjs-bundle/components/FeedItem/components/CreatedAt.js +1 -0
  345. package/cjs-bundle/components/FeedItem/components/FeedComments.js +1 -0
  346. package/cjs-bundle/components/FeedItem/components/Icon.js +1 -0
  347. package/cjs-bundle/components/FeedItem/components/LessonsLearnedLeafIcon.js +1 -0
  348. package/cjs-bundle/components/FeedItem/components/Reactions.js +1 -0
  349. package/cjs-bundle/components/FeedItem/components/RigAndWell.js +1 -0
  350. package/cjs-bundle/components/FeedItem/components/TypeAndAssetTitle.js +1 -0
  351. package/cjs-bundle/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +1 -0
  352. package/cjs-bundle/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +1 -0
  353. package/cjs-bundle/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +1 -0
  354. package/cjs-bundle/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +1 -0
  355. package/cjs-bundle/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +1 -0
  356. package/cjs-bundle/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -0
  357. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -0
  358. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -0
  359. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -0
  360. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -0
  361. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -0
  362. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -0
  363. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -0
  364. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -0
  365. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -0
  366. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -0
  367. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -0
  368. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -0
  369. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -0
  370. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -0
  371. package/cjs-bundle/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +1 -0
  372. package/cjs-bundle/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -0
  373. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -0
  374. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -0
  375. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -0
  376. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -0
  377. package/cjs-bundle/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +1 -0
  378. package/cjs-bundle/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -0
  379. package/cjs-bundle/components/FeedItem/feedItemTypes/GenericDataCommentFeedItem.js +1 -0
  380. package/cjs-bundle/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -0
  381. package/cjs-bundle/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +1 -0
  382. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -0
  383. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -0
  384. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -0
  385. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -0
  386. package/cjs-bundle/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -0
  387. package/cjs-bundle/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +1 -0
  388. package/cjs-bundle/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -0
  389. package/cjs-bundle/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -0
  390. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -0
  391. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -0
  392. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -0
  393. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -0
  394. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -0
  395. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -0
  396. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -0
  397. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -0
  398. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -0
  399. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -0
  400. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -0
  401. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -0
  402. package/cjs-bundle/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -0
  403. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -0
  404. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -0
  405. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -0
  406. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -0
  407. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -0
  408. package/cjs-bundle/components/FileIcon/FileIcon.js +1 -0
  409. package/cjs-bundle/components/FilePreview/index.js +1 -0
  410. package/cjs-bundle/components/FilePreview/styles.css.js +1 -0
  411. package/cjs-bundle/components/FileTypeIcon.js +1 -0
  412. package/cjs-bundle/components/FileUploadIconButton.js +1 -0
  413. package/cjs-bundle/components/FilesDropzone/FilesDropzone.js +1 -0
  414. package/cjs-bundle/components/FilesDropzone/styles.js +1 -0
  415. package/cjs-bundle/components/FilesLoader/FilesLoader.js +1 -0
  416. package/cjs-bundle/components/FilesLoader/Icons/IconWarning.js +1 -0
  417. package/cjs-bundle/components/FilesLoader/useStyles.js +1 -0
  418. package/cjs-bundle/components/FilesLoaderV2/FilesLoaderV2.js +1 -0
  419. package/cjs-bundle/components/FilesLoaderV2/styles.js +1 -0
  420. package/cjs-bundle/components/FilesLoaderV2/utils.js +1 -0
  421. package/cjs-bundle/components/FilesProcessor/FilesProcessor.js +1 -0
  422. package/cjs-bundle/components/FilesProcessor/Processor.js +1 -0
  423. package/cjs-bundle/components/FilesProcessor/styles.js +1 -0
  424. package/cjs-bundle/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -0
  425. package/cjs-bundle/components/FolderMenuItem/components/FolderIcon.js +1 -0
  426. package/cjs-bundle/components/FolderMenuItem/components/OpenFolderIcon.js +1 -0
  427. package/cjs-bundle/components/FolderMenuItem/index.js +1 -0
  428. package/cjs-bundle/components/FolderMenuItemWithLinks/index.js +1 -0
  429. package/cjs-bundle/components/Formula/CloseSuggestion.js +1 -0
  430. package/cjs-bundle/components/Formula/Formula.js +1 -0
  431. package/cjs-bundle/components/Formula/FormulaTextEditor.js +1 -0
  432. package/cjs-bundle/components/Formula/RootXIcon.js +1 -0
  433. package/cjs-bundle/components/Formula/SuggestionsMenu.js +1 -0
  434. package/cjs-bundle/components/Formula/useFormulaFunction.js +1 -0
  435. package/cjs-bundle/components/Formula/useFormulaStyles.js +1 -0
  436. package/cjs-bundle/components/Formula/utils.js +1 -0
  437. package/cjs-bundle/components/GoogleDocsViewer/index.js +1 -0
  438. package/cjs-bundle/components/GoogleDocsViewer/styles.js +1 -0
  439. package/cjs-bundle/components/GradientManager/GradientList.js +1 -0
  440. package/cjs-bundle/components/GradientManager/GradientManager.js +1 -0
  441. package/cjs-bundle/components/GradientManager/GradientManager.styles.js +1 -0
  442. package/cjs-bundle/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.js +1 -0
  443. package/cjs-bundle/components/GradientManager/GradientPreview/GradientPreview.js +1 -0
  444. package/cjs-bundle/components/GradientManager/GradientSelect.js +1 -0
  445. package/cjs-bundle/components/GradientManager/GradientSelect.styles.js +1 -0
  446. package/cjs-bundle/components/GradientManager/configuration/constants.js +1 -0
  447. package/cjs-bundle/components/GradientManager/effects/useGradientStorage.js +1 -0
  448. package/cjs-bundle/components/GradientPicker/GradientPicker.js +1 -0
  449. package/cjs-bundle/components/GradientPicker/GradientPicker.styles.js +1 -0
  450. package/cjs-bundle/components/GradientPicker/GradientPicker.utils.js +1 -0
  451. package/cjs-bundle/components/HeaderLayout/HeaderLayout.css.js +1 -0
  452. package/cjs-bundle/components/HeaderLayout/HeaderLayout.js +1 -0
  453. package/cjs-bundle/components/HeaderLayout/constants.js +1 -0
  454. package/cjs-bundle/components/HeaderLayout/effects/index.js +1 -0
  455. package/cjs-bundle/components/HeaderLayout/utils.js +1 -0
  456. package/cjs-bundle/components/HelpCenter/HelpCenterIcon.js +1 -0
  457. package/cjs-bundle/components/HelpCenter/index.js +1 -0
  458. package/cjs-bundle/components/Hint/Hint.js +1 -0
  459. package/cjs-bundle/components/Hint/styles.js +1 -0
  460. package/cjs-bundle/components/IconButton/index.js +1 -0
  461. package/cjs-bundle/components/IconMenu/index.js +1 -0
  462. package/cjs-bundle/components/Icons/AnnotationIcon.js +1 -0
  463. package/cjs-bundle/components/Icons/AttachIcon.js +1 -0
  464. package/cjs-bundle/components/Icons/DangerousIcon.js +1 -0
  465. package/cjs-bundle/components/Icons/EmojiIcon.js +1 -0
  466. package/cjs-bundle/components/Icons/RecommendationIcon.js +1 -0
  467. package/cjs-bundle/components/Icons/SendIcon.js +1 -0
  468. package/cjs-bundle/components/ImageViewer/index.js +1 -0
  469. package/cjs-bundle/components/ImageViewer/styles.css.js +1 -0
  470. package/cjs-bundle/components/InfiniteList/index.js +1 -0
  471. package/cjs-bundle/components/InfiniteList/styles.css.js +1 -0
  472. package/cjs-bundle/components/KeyboardDateTimePicker.js +1 -0
  473. package/cjs-bundle/components/LabelsCounter/LabelsCounter.js +1 -0
  474. package/cjs-bundle/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -0
  475. package/cjs-bundle/components/LoadingIndicator/InlineLoadingIndicator.js +1 -0
  476. package/cjs-bundle/components/LoadingIndicator/Loader.js +1 -0
  477. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.css.js +1 -0
  478. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.js +1 -0
  479. package/cjs-bundle/components/LoadingIndicator/types.js +1 -0
  480. package/cjs-bundle/components/MenuItem/index.js +1 -0
  481. package/cjs-bundle/components/MiddleTruncate/MiddleTruncate.js +1 -0
  482. package/cjs-bundle/components/MiddleTruncate/utils.js +1 -0
  483. package/cjs-bundle/components/MiddleTruncatedText/MiddleTruncatedText.js +1 -0
  484. package/cjs-bundle/components/Modal/CorvaModal.css.js +1 -0
  485. package/cjs-bundle/components/Modal/CorvaModal.js +1 -0
  486. package/cjs-bundle/components/Modal/DcCorvaModal.js +1 -0
  487. package/cjs-bundle/components/Modal/Modal.js +1 -0
  488. package/cjs-bundle/components/NewDocumentViewer/NewDocumentViewer.js +1 -0
  489. package/cjs-bundle/components/NewDocumentViewer/components/CsvViewer.js +1 -0
  490. package/cjs-bundle/components/NewDocumentViewer/components/PdfViewer.js +1 -0
  491. package/cjs-bundle/components/NewDocumentViewer/components/TextViewer.js +1 -0
  492. package/cjs-bundle/components/NewDocumentViewer/constants.js +1 -0
  493. package/cjs-bundle/components/NewDocumentViewer/effects/useFileContent.js +1 -0
  494. package/cjs-bundle/components/NewDocumentViewer/icons/UnavailableFileIcon.js +1 -0
  495. package/cjs-bundle/components/NewDocumentViewer/styles.js +1 -0
  496. package/cjs-bundle/components/NewDocumentViewer/utils.js +1 -0
  497. package/cjs-bundle/components/Notifications/Notifications.js +1 -0
  498. package/cjs-bundle/components/Notifications/NotificationsContainer.js +1 -0
  499. package/cjs-bundle/components/Notifications/Toast.js +1 -0
  500. package/cjs-bundle/components/Notifications/Toast.styles.js +1 -0
  501. package/cjs-bundle/components/OffsetWellButton/OffsetWellButton.js +1 -0
  502. package/cjs-bundle/components/OffsetWellChips/Chip.js +1 -0
  503. package/cjs-bundle/components/OffsetWellChips/ChipsContainer.js +1 -0
  504. package/cjs-bundle/components/OffsetWellChips/icons/SubjectIcon.js +1 -0
  505. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.js +1 -0
  506. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.module.css.js +1 -0
  507. package/cjs-bundle/components/OffsetWellMap/WellTooltip.js +1 -0
  508. package/cjs-bundle/components/OffsetWellMap/WellTooltip.module.css.js +1 -0
  509. package/cjs-bundle/components/OffsetWellMap/effects/usePreviousWells.js +1 -0
  510. package/cjs-bundle/components/OffsetWellMap/utils.js +1 -0
  511. package/cjs-bundle/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -0
  512. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -0
  513. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -0
  514. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +1 -0
  515. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -0
  516. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -0
  517. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -0
  518. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -0
  519. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -0
  520. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -0
  521. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/index.js +1 -0
  522. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -0
  523. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.js +1 -0
  524. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.css.js +1 -0
  525. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.js +1 -0
  526. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -0
  527. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -0
  528. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -0
  529. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -0
  530. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -0
  531. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -0
  532. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/index.js +1 -0
  533. package/cjs-bundle/components/OffsetWellPickerV2/constants.js +1 -0
  534. package/cjs-bundle/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -0
  535. package/cjs-bundle/components/OffsetWellPickerV2/effects/index.js +1 -0
  536. package/cjs-bundle/components/OffsetWellPickerV2/utils/apiCalls.js +1 -0
  537. package/cjs-bundle/components/OffsetWellPickerV2/utils/index.js +1 -0
  538. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -0
  539. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -0
  540. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -0
  541. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -0
  542. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -0
  543. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -0
  544. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -0
  545. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -0
  546. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -0
  547. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -0
  548. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -0
  549. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +1 -0
  550. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  551. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  552. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  553. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +1 -0
  554. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  555. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -0
  556. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -0
  557. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -0
  558. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -0
  559. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -0
  560. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -0
  561. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -0
  562. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -0
  563. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -0
  564. package/cjs-bundle/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -0
  565. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -0
  566. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -0
  567. package/cjs-bundle/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -0
  568. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -0
  569. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -0
  570. package/cjs-bundle/components/OffsetWellPickerV3/constants.js +1 -0
  571. package/cjs-bundle/components/OffsetWellPickerV3/effects/index.js +1 -0
  572. package/cjs-bundle/components/OffsetWellPickerV3/index.js +1 -0
  573. package/cjs-bundle/components/OffsetWellPickerV3/utils/apiCalls.js +1 -0
  574. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -0
  575. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +1 -0
  576. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -0
  577. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +1 -0
  578. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +1 -0
  579. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +1 -0
  580. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -0
  581. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +1 -0
  582. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +1 -0
  583. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +1 -0
  584. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +1 -0
  585. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +1 -0
  586. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/WellSection.js +1 -0
  587. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.js +1 -0
  588. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +1 -0
  589. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -0
  590. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -0
  591. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +1 -0
  592. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +1 -0
  593. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -0
  594. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +1 -0
  595. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +1 -0
  596. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -0
  597. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -0
  598. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -0
  599. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +1 -0
  600. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +1 -0
  601. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +1 -0
  602. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +1 -0
  603. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +1 -0
  604. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +1 -0
  605. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -0
  606. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -0
  607. package/cjs-bundle/components/OffsetWellPickerV4/constants.js +1 -0
  608. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAdvancedWells.js +1 -0
  609. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAssetsData.js +1 -0
  610. package/cjs-bundle/components/OffsetWellPickerV4/effects/useBicWells.js +1 -0
  611. package/cjs-bundle/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +1 -0
  612. package/cjs-bundle/components/OffsetWellPickerV4/effects/useCompanyProvider.js +1 -0
  613. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFetchWells.js +1 -0
  614. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilterOptions.js +1 -0
  615. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilteredWells.js +1 -0
  616. package/cjs-bundle/components/OffsetWellPickerV4/effects/useSortedWells.js +1 -0
  617. package/cjs-bundle/components/OffsetWellPickerV4/effects/useTableColumns.js +1 -0
  618. package/cjs-bundle/components/OffsetWellPickerV4/utils/apiCalls.js +1 -0
  619. package/cjs-bundle/components/OffsetWellPickerV4/utils/index.js +1 -0
  620. package/cjs-bundle/components/OffsetWellPickerV4/utils/timePeriod.js +1 -0
  621. package/cjs-bundle/components/OffsetWellPickerV4/utils/unitSystem.js +1 -0
  622. package/cjs-bundle/components/PadModeSelect/FracModeLabel.js +1 -0
  623. package/cjs-bundle/components/PadModeSelect/PadModeSelect.js +1 -0
  624. package/cjs-bundle/components/PadModeSelect/WellStreamActivityStatus.js +1 -0
  625. package/cjs-bundle/components/PadModeSelect/effects/useMenuItems.js +1 -0
  626. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +1 -0
  627. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamsData.js +1 -0
  628. package/cjs-bundle/components/PadModeSelect/types.js +1 -0
  629. package/cjs-bundle/components/PadModeSelect/utils/initialDataFetcher.js +1 -0
  630. package/cjs-bundle/components/PadModeSelect/utils/resolveCurrentConfig.js +1 -0
  631. package/cjs-bundle/components/PadModeSelect/utils/selectMenuKey.js +1 -0
  632. package/cjs-bundle/components/PadModeSelect/utils/time.js +1 -0
  633. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetChip.js +1 -0
  634. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -0
  635. package/cjs-bundle/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -0
  636. package/cjs-bundle/components/PadOffsetsPicker/StagesSelector.js +1 -0
  637. package/cjs-bundle/components/PadOffsetsPicker/index.js +1 -0
  638. package/cjs-bundle/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -0
  639. package/cjs-bundle/components/PadOffsetsPickerV2/useOffsetPickerActions.js +1 -0
  640. package/cjs-bundle/components/ParameterCharts/AddEditTrack.css.js +1 -0
  641. package/cjs-bundle/components/ParameterCharts/AddEditTrack.js +1 -0
  642. package/cjs-bundle/components/ParameterCharts/ChartsContext.js +1 -0
  643. package/cjs-bundle/components/ParameterCharts/DataContext.js +1 -0
  644. package/cjs-bundle/components/ParameterCharts/ParameterCharts.css.js +1 -0
  645. package/cjs-bundle/components/ParameterCharts/ParameterCharts.js +1 -0
  646. package/cjs-bundle/components/ParameterCharts/SettingsContext.js +1 -0
  647. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.css.js +1 -0
  648. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.js +1 -0
  649. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -0
  650. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.js +1 -0
  651. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.css.js +1 -0
  652. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.js +1 -0
  653. package/cjs-bundle/components/ParameterCharts/components/Charts/options.js +1 -0
  654. package/cjs-bundle/components/ParameterCharts/components/DataLoadingIndicator.js +1 -0
  655. package/cjs-bundle/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -0
  656. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -0
  657. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -0
  658. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -0
  659. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -0
  660. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.css.js +1 -0
  661. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.js +1 -0
  662. package/cjs-bundle/components/ParameterCharts/components/TraceSelect.js +1 -0
  663. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.css.js +1 -0
  664. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.js +1 -0
  665. package/cjs-bundle/components/ParameterCharts/components/Track.css.js +1 -0
  666. package/cjs-bundle/components/ParameterCharts/components/Track.js +1 -0
  667. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.css.js +1 -0
  668. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.js +1 -0
  669. package/cjs-bundle/components/ParameterCharts/constants.js +1 -0
  670. package/cjs-bundle/components/ParameterCharts/utils/dataParser.js +1 -0
  671. package/cjs-bundle/components/PinnableFilters/PinnableFilters.css.js +1 -0
  672. package/cjs-bundle/components/PinnableFilters/PinnableFilters.js +1 -0
  673. package/cjs-bundle/components/PinnableFilters/components/FiltersToggler.js +1 -0
  674. package/cjs-bundle/components/PinnableFilters/components/PinAppSwitch.js +1 -0
  675. package/cjs-bundle/components/PinnableFilters/constants.js +1 -0
  676. package/cjs-bundle/components/PinnableFilters/effects/index.js +1 -0
  677. package/cjs-bundle/components/PinnableFilters/utils.js +1 -0
  678. package/cjs-bundle/components/Popover/Popover.js +1 -0
  679. package/cjs-bundle/components/Popper/Popper.js +1 -0
  680. package/cjs-bundle/components/PostInput/PostInput.css.js +1 -0
  681. package/cjs-bundle/components/PostInput/PostInput.js +1 -0
  682. package/cjs-bundle/components/PostPreviewDialog/index.js +1 -0
  683. package/cjs-bundle/components/PostPreviewDialog/styles.css.js +1 -0
  684. package/cjs-bundle/components/PriceInput/FormattedNumber.js +1 -0
  685. package/cjs-bundle/components/PriceInput/PriceInput.js +1 -0
  686. package/cjs-bundle/components/RangeSlider/Input.css.js +1 -0
  687. package/cjs-bundle/components/RangeSlider/RangeSlider.css.js +1 -0
  688. package/cjs-bundle/components/RangeSlider/RangeSlider.js +1 -0
  689. package/cjs-bundle/components/RangeSlider/constants.js +1 -0
  690. package/cjs-bundle/components/RangeSlider/inputs/FromInput.js +1 -0
  691. package/cjs-bundle/components/RangeSlider/inputs/ToInput.js +1 -0
  692. package/cjs-bundle/components/RangeSlider/strategies/horizontal.js +1 -0
  693. package/cjs-bundle/components/RangeSlider/strategies/vertical.js +1 -0
  694. package/cjs-bundle/components/RangeSlider/utils.js +1 -0
  695. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebar.js +1 -0
  696. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +1 -0
  697. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +1 -0
  698. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -0
  699. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -0
  700. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -0
  701. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +1 -0
  702. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarFooter.js +1 -0
  703. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarTitle.js +1 -0
  704. package/cjs-bundle/components/RealTimeValuesSidebar/enums.js +1 -0
  705. package/cjs-bundle/components/ResizableTable/ResizableTable.js +1 -0
  706. package/cjs-bundle/components/ResizableTable/ResizableTableCell.js +1 -0
  707. package/cjs-bundle/components/ResizableTable/ResizableTableHeaderCell.js +1 -0
  708. package/cjs-bundle/components/Search/Search.js +1 -0
  709. package/cjs-bundle/components/Search/assets/SearchIcon.js +1 -0
  710. package/cjs-bundle/components/Search/components/Groups.js +1 -0
  711. package/cjs-bundle/components/Search/components/InputAdornmentLeft.js +1 -0
  712. package/cjs-bundle/components/Search/components/Listbox.js +1 -0
  713. package/cjs-bundle/components/Search/components/Paper.js +1 -0
  714. package/cjs-bundle/components/Search/components/RecentSearches.js +1 -0
  715. package/cjs-bundle/components/Search/components/SelectAllListItem.js +1 -0
  716. package/cjs-bundle/components/Search/context/index.js +1 -0
  717. package/cjs-bundle/components/Search/effects/useAutocompleteOptions.js +1 -0
  718. package/cjs-bundle/components/Search/styles.js +1 -0
  719. package/cjs-bundle/components/Search/utils/getFormattedOptions.js +1 -0
  720. package/cjs-bundle/components/Search/utils/truncate.js +1 -0
  721. package/cjs-bundle/components/SearchInput/index.js +1 -0
  722. package/cjs-bundle/components/Select/SelectFilterBy.js +1 -0
  723. package/cjs-bundle/components/Select/index.js +1 -0
  724. package/cjs-bundle/components/SettingEditors/ColorEditor/index.js +1 -0
  725. package/cjs-bundle/components/SettingEditors/ColorEditor/style.css.js +1 -0
  726. package/cjs-bundle/components/SettingEditors/DropdownEditor/index.js +1 -0
  727. package/cjs-bundle/components/SettingEditors/RadioEditor/index.js +1 -0
  728. package/cjs-bundle/components/SlateFormattedText/Constants.js +1 -0
  729. package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -0
  730. package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -0
  731. package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -0
  732. package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -0
  733. package/cjs-bundle/components/SlateFormattedText/RenderElements.js +1 -0
  734. package/cjs-bundle/components/SlateFormattedText/SlateFormattedText.js +1 -0
  735. package/cjs-bundle/components/SlateFormattedText/style.css.js +1 -0
  736. package/cjs-bundle/components/SlateFormattedText/utils.js +1 -0
  737. package/cjs-bundle/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -0
  738. package/cjs-bundle/components/StageDesignVActual/ComparisonBar/utils.js +1 -0
  739. package/cjs-bundle/components/StageDesignVActual/ComparisonHeader.js +1 -0
  740. package/cjs-bundle/components/StageDesignVActual/ComparisonRow.js +1 -0
  741. package/cjs-bundle/components/StageDesignVActual/ComparisonTable.css.js +1 -0
  742. package/cjs-bundle/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -0
  743. package/cjs-bundle/components/StageDesignVActual/ElementsComparison/utils.js +1 -0
  744. package/cjs-bundle/components/StatusBadge/api.js +1 -0
  745. package/cjs-bundle/components/StatusBadge/components/DQAccordionDetailsContent.js +1 -0
  746. package/cjs-bundle/components/StatusBadge/components/DQAlertTooltip.js +1 -0
  747. package/cjs-bundle/components/StatusBadge/components/DQAlertsTooltip.js +1 -0
  748. package/cjs-bundle/components/StatusBadge/components/DQStatusIcon.js +1 -0
  749. package/cjs-bundle/components/StatusBadge/components/DQUnvalidatedContent.js +1 -0
  750. package/cjs-bundle/components/StatusBadge/constants.js +1 -0
  751. package/cjs-bundle/components/StatusBadge/index.js +1 -0
  752. package/cjs-bundle/components/StatusBadge/styles.js +1 -0
  753. package/cjs-bundle/components/StatusBadge/utils.js +1 -0
  754. package/cjs-bundle/components/Stepper/Step/Step.js +1 -0
  755. package/cjs-bundle/components/Stepper/Step/styles.js +1 -0
  756. package/cjs-bundle/components/Stepper/Stepper.js +1 -0
  757. package/cjs-bundle/components/Stepper/StepsWrapper.js +1 -0
  758. package/cjs-bundle/components/Stepper/constants.js +1 -0
  759. package/cjs-bundle/components/StyledMenuItem/index.js +1 -0
  760. package/cjs-bundle/components/SwitchControl/index.js +1 -0
  761. package/cjs-bundle/components/SwitchControl/style.css.js +1 -0
  762. package/cjs-bundle/components/Table/Table/Table.js +1 -0
  763. package/cjs-bundle/components/Table/TableCell/TableCell.js +1 -0
  764. package/cjs-bundle/components/Table/TableContainer/TableContainer.js +1 -0
  765. package/cjs-bundle/components/Table/TablePagination/TablePagination.js +1 -0
  766. package/cjs-bundle/components/Table/TablePaginationActions/TablePaginationActions.js +1 -0
  767. package/cjs-bundle/components/Table/TableSortLabel/TableSortLabel.js +1 -0
  768. package/cjs-bundle/components/Table/TableToolbar/TableToolbar.js +1 -0
  769. package/cjs-bundle/components/Tabs/Tab.js +1 -0
  770. package/cjs-bundle/components/Tabs/Tabs.js +1 -0
  771. package/cjs-bundle/components/Template/TemplatePopover/Styles.js +1 -0
  772. package/cjs-bundle/components/Template/TemplatePopover/index.js +1 -0
  773. package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -0
  774. package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.js +1 -0
  775. package/cjs-bundle/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -0
  776. package/cjs-bundle/components/Template/TemplateSharingDialog/index.js +1 -0
  777. package/cjs-bundle/components/TextField/effects/index.js +1 -0
  778. package/cjs-bundle/components/TextField/index.js +1 -0
  779. package/cjs-bundle/components/TextLink/index.js +1 -0
  780. package/cjs-bundle/components/Toaster/ToastContainer.js +1 -0
  781. package/cjs-bundle/components/Toaster/Toaster.js +1 -0
  782. package/cjs-bundle/components/Tooltip/MuiTooltipDcWrapper.js +1 -0
  783. package/cjs-bundle/components/Tooltip/ScrollableTooltip.js +1 -0
  784. package/cjs-bundle/components/Tooltip/Tooltip.js +1 -0
  785. package/cjs-bundle/components/TracesEditModal/TracesEditModal.css.js +1 -0
  786. package/cjs-bundle/components/TracesEditModal/TracesEditModal.js +1 -0
  787. package/cjs-bundle/components/TracesEditModal/TracesEditModalContainer.js +1 -0
  788. package/cjs-bundle/components/TruncatedText/index.js +1 -0
  789. package/cjs-bundle/components/Typography.js +1 -0
  790. package/cjs-bundle/components/UserCard/index.js +1 -0
  791. package/cjs-bundle/components/UserCard/style.css.js +1 -0
  792. package/cjs-bundle/components/UserCardPopover.js +1 -0
  793. package/cjs-bundle/components/UserMention/constants.js +1 -0
  794. package/cjs-bundle/components/UserMention/index.js +1 -0
  795. package/cjs-bundle/components/UserMention/style.css.js +1 -0
  796. package/cjs-bundle/components/UserMention/utils/index.js +1 -0
  797. package/cjs-bundle/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -0
  798. package/cjs-bundle/components/VirtualizedTable/DraggableList.js +1 -0
  799. package/cjs-bundle/components/VirtualizedTable/VirtualizedTable.js +1 -0
  800. package/cjs-bundle/components/VirtualizedTable/index.js +1 -0
  801. package/cjs-bundle/components/WellSummary/ActivitySummaryChart.js +1 -0
  802. package/cjs-bundle/components/WellSummary/FracWirelineTimeChart.js +1 -0
  803. package/cjs-bundle/components/WellSummary/WellSummaryItemLabel.js +1 -0
  804. package/cjs-bundle/components/WellSummary/WellSummaryItemTitle.js +1 -0
  805. package/cjs-bundle/components/WellSummary/WellSummaryItemValue.js +1 -0
  806. package/cjs-bundle/components/WellSummary/effects/useWellSummaryData.js +1 -0
  807. package/cjs-bundle/components/WellSummary/index.js +1 -0
  808. package/cjs-bundle/components/WellSummary/utils.js +1 -0
  809. package/cjs-bundle/components/index.js +1 -0
  810. package/cjs-bundle/components/shared/useThrottledCallback.js +1 -0
  811. package/cjs-bundle/componentsV2/Accordion/Accordion.js +1 -0
  812. package/cjs-bundle/componentsV2/Accordion/Accordion.scss.js +1 -0
  813. package/cjs-bundle/componentsV2/AppContainer/AppContainer.constants.js +1 -0
  814. package/cjs-bundle/componentsV2/AppContainer/AppContainer.js +1 -0
  815. package/cjs-bundle/componentsV2/AppContainer/AppContainer.scss.js +1 -0
  816. package/cjs-bundle/componentsV2/AppFooter/AppFooter.js +1 -0
  817. package/cjs-bundle/componentsV2/AppFooter/AppFooter.scss.js +1 -0
  818. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqAlert/DqAlert.js +1 -0
  819. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqAlert/DqAlert.scss.js +1 -0
  820. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqAlertTooltip/DqAlertTooltip.js +1 -0
  821. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqAlertTooltip/DqAlertTooltip.scss.js +1 -0
  822. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqAsset/DqAsset.js +1 -0
  823. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqAsset/DqAsset.scss.js +1 -0
  824. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqPopover.js +1 -0
  825. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqPopover.scss.js +1 -0
  826. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.js +1 -0
  827. package/cjs-bundle/componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.scss.js +1 -0
  828. package/cjs-bundle/componentsV2/AppFooter/Warning.js +1 -0
  829. package/cjs-bundle/componentsV2/AppHeader/AppAssets/AppAssets.js +1 -0
  830. package/cjs-bundle/componentsV2/AppHeader/AppAssets/AppAssets.scss.js +1 -0
  831. package/cjs-bundle/componentsV2/AppHeader/AppBadge/AppBadge.js +1 -0
  832. package/cjs-bundle/componentsV2/AppHeader/AppBadge/AppBadge.scss.js +1 -0
  833. package/cjs-bundle/componentsV2/AppHeader/AppHeader.constants.js +1 -0
  834. package/cjs-bundle/componentsV2/AppHeader/AppHeader.js +1 -0
  835. package/cjs-bundle/componentsV2/AppHeader/AppHeader.scss.js +1 -0
  836. package/cjs-bundle/componentsV2/AppHeader/PadMode/PadMode.js +1 -0
  837. package/cjs-bundle/componentsV2/AppHeader/PadMode/PadMode.scss.js +1 -0
  838. package/cjs-bundle/componentsV2/Avatar/Avatar.js +1 -0
  839. package/cjs-bundle/componentsV2/Avatar/Avatar.scss.js +1 -0
  840. package/cjs-bundle/componentsV2/Avatar/constants.js +1 -0
  841. package/cjs-bundle/componentsV2/AvatarGroup/AvatarGroup.js +1 -0
  842. package/cjs-bundle/componentsV2/AvatarGroup/AvatarGroup.scss.js +1 -0
  843. package/cjs-bundle/componentsV2/BadgeBase/BadgeBase.js +1 -0
  844. package/cjs-bundle/componentsV2/BadgeBase/BadgeBase.scss.js +1 -0
  845. package/cjs-bundle/componentsV2/BadgeComment/BadgeComment.js +1 -0
  846. package/cjs-bundle/componentsV2/BadgeComment/BadgeComment.scss.js +1 -0
  847. package/cjs-bundle/componentsV2/BadgeComment/BadgeIcon.js +1 -0
  848. package/cjs-bundle/componentsV2/BadgeCounter/BadgeCounter.js +1 -0
  849. package/cjs-bundle/componentsV2/BadgeDot/BadgeDot.js +1 -0
  850. package/cjs-bundle/componentsV2/BadgeDot/BadgeDot.scss.js +1 -0
  851. package/cjs-bundle/componentsV2/Breadcrumbs/Breadcrumbs.js +1 -0
  852. package/cjs-bundle/componentsV2/Breadcrumbs/Breadcrumbs.scss.js +1 -0
  853. package/cjs-bundle/componentsV2/Button/Button.js +1 -0
  854. package/cjs-bundle/componentsV2/Button/Button.scss.js +1 -0
  855. package/cjs-bundle/componentsV2/ButtonIcon/ButtonIcon.js +1 -0
  856. package/cjs-bundle/componentsV2/ButtonIcon/ButtonIcon.scss.js +1 -0
  857. package/cjs-bundle/componentsV2/ButtonLive/ButtonLive.js +1 -0
  858. package/cjs-bundle/componentsV2/ButtonLive/ButtonLive.scss.js +1 -0
  859. package/cjs-bundle/componentsV2/Checkbox/Checkbox.js +1 -0
  860. package/cjs-bundle/componentsV2/CheckboxGroup/CheckboxGroup.js +1 -0
  861. package/cjs-bundle/componentsV2/Chip/Chip.js +1 -0
  862. package/cjs-bundle/componentsV2/Chip/Chip.scss.js +1 -0
  863. package/cjs-bundle/componentsV2/ChipAlert/ChipAlert.js +1 -0
  864. package/cjs-bundle/componentsV2/ChipAlert/ChipAlert.scss.js +1 -0
  865. package/cjs-bundle/componentsV2/ChipIndicator/ChipIndicator.js +1 -0
  866. package/cjs-bundle/componentsV2/ChipIndicator/ChipIndicator.scss.js +1 -0
  867. package/cjs-bundle/componentsV2/CopyToClipboard/CopyToClipboard.js +1 -0
  868. package/cjs-bundle/componentsV2/CopyToClipboard/CopyToClipboard.scss.js +1 -0
  869. package/cjs-bundle/componentsV2/Counter/Counter.js +1 -0
  870. package/cjs-bundle/componentsV2/Counter/Counter.scss.js +1 -0
  871. package/cjs-bundle/componentsV2/EmptyState/EmptyState.js +1 -0
  872. package/cjs-bundle/componentsV2/EmptyState/EmptyState.scss.js +1 -0
  873. package/cjs-bundle/componentsV2/EmptyState/constants.js +1 -0
  874. package/cjs-bundle/componentsV2/FileIcon/FileIcon.js +1 -0
  875. package/cjs-bundle/componentsV2/FileIcon/FileIcon.scss.js +1 -0
  876. package/cjs-bundle/componentsV2/FileIcon/constants.js +1 -0
  877. package/cjs-bundle/componentsV2/FileIcon/icons/ArchiveFileIcon.js +1 -0
  878. package/cjs-bundle/componentsV2/FileIcon/icons/CSVFileIcon.js +1 -0
  879. package/cjs-bundle/componentsV2/FileIcon/icons/DocFileIcon.js +1 -0
  880. package/cjs-bundle/componentsV2/FileIcon/icons/EDMFileIcon.js +1 -0
  881. package/cjs-bundle/componentsV2/FileIcon/icons/ExcelFileIcon.js +1 -0
  882. package/cjs-bundle/componentsV2/FileIcon/icons/ImageFileIcon.js +1 -0
  883. package/cjs-bundle/componentsV2/FileIcon/icons/JsonFileIcon.js +1 -0
  884. package/cjs-bundle/componentsV2/FileIcon/icons/LasFileIcon.js +1 -0
  885. package/cjs-bundle/componentsV2/FileIcon/icons/OtherFileIcon.js +1 -0
  886. package/cjs-bundle/componentsV2/FileIcon/icons/PdfFileIcon.js +1 -0
  887. package/cjs-bundle/componentsV2/FileIcon/icons/PowerPointFileIcon.js +1 -0
  888. package/cjs-bundle/componentsV2/FileIcon/icons/TxtFileIcon.js +1 -0
  889. package/cjs-bundle/componentsV2/FileIcon/icons/UnknownFileIcon.js +1 -0
  890. package/cjs-bundle/componentsV2/FileIcon/icons/VideoFileIcon.js +1 -0
  891. package/cjs-bundle/componentsV2/FileIcon/icons/XmlFileIcon.js +1 -0
  892. package/cjs-bundle/componentsV2/FilesDropzone/FilesDropzone.js +1 -0
  893. package/cjs-bundle/componentsV2/FilesDropzone/FilesDropzone.scss.js +1 -0
  894. package/cjs-bundle/componentsV2/FilesDropzone/utils.js +1 -0
  895. package/cjs-bundle/componentsV2/FilesLoader/FilesLoader.js +1 -0
  896. package/cjs-bundle/componentsV2/FilesLoader/FilesLoader.scss.js +1 -0
  897. package/cjs-bundle/componentsV2/FilesLoader/utils.js +1 -0
  898. package/cjs-bundle/componentsV2/FilesProcessor/FilesProcessor.js +1 -0
  899. package/cjs-bundle/componentsV2/FilesProcessor/FilesProcessor.scss.js +1 -0
  900. package/cjs-bundle/componentsV2/FilesProcessor/Processor.js +1 -0
  901. package/cjs-bundle/componentsV2/Grid/Cell.js +1 -0
  902. package/cjs-bundle/componentsV2/Grid/Grid.js +1 -0
  903. package/cjs-bundle/componentsV2/Grid/Grid.scss.js +1 -0
  904. package/cjs-bundle/componentsV2/Grid/constants.js +1 -0
  905. package/cjs-bundle/componentsV2/Header/Header.js +1 -0
  906. package/cjs-bundle/componentsV2/Header/Header.scss.js +1 -0
  907. package/cjs-bundle/componentsV2/IndicatorLive/IndicatorLive.js +1 -0
  908. package/cjs-bundle/componentsV2/IndicatorLive/IndicatorLive.scss.js +1 -0
  909. package/cjs-bundle/componentsV2/LiveDotIndicator/LiveDotIndicator.js +1 -0
  910. package/cjs-bundle/componentsV2/LiveDotIndicator/LiveDotIndicator.scss.js +1 -0
  911. package/cjs-bundle/componentsV2/LoaderCircular/LoaderCircular.js +1 -0
  912. package/cjs-bundle/componentsV2/LoaderLinear/LoaderLinear.js +1 -0
  913. package/cjs-bundle/componentsV2/LoaderLinear/LoaderLinear.scss.js +1 -0
  914. package/cjs-bundle/componentsV2/LoaderLogo/LoaderLogo.js +1 -0
  915. package/cjs-bundle/componentsV2/LoaderLogo/LoaderLogo.scss.js +1 -0
  916. package/cjs-bundle/componentsV2/Menu/Menu.js +1 -0
  917. package/cjs-bundle/componentsV2/Menu/Menu.scss.js +1 -0
  918. package/cjs-bundle/componentsV2/Menu/MenuDivider/MenuDivider.js +1 -0
  919. package/cjs-bundle/componentsV2/Menu/MenuDivider/MenuDivider.scss.js +1 -0
  920. package/cjs-bundle/componentsV2/Menu/MenuGroup/MenuGroup.js +1 -0
  921. package/cjs-bundle/componentsV2/Menu/MenuGroup/MenuGroup.scss.js +1 -0
  922. package/cjs-bundle/componentsV2/Menu/MenuItem/MenuItem.js +1 -0
  923. package/cjs-bundle/componentsV2/Menu/MenuItem/MenuItem.scss.js +1 -0
  924. package/cjs-bundle/componentsV2/Modal/Modal.js +1 -0
  925. package/cjs-bundle/componentsV2/Modal/Modal.scss.js +1 -0
  926. package/cjs-bundle/componentsV2/Paper/Paper.js +1 -0
  927. package/cjs-bundle/componentsV2/Paper/Paper.scss.js +1 -0
  928. package/cjs-bundle/componentsV2/Popover/Popover.js +1 -0
  929. package/cjs-bundle/componentsV2/Popover/Popover.scss.js +1 -0
  930. package/cjs-bundle/componentsV2/Popover/utils.js +1 -0
  931. package/cjs-bundle/componentsV2/Popper/Popper.js +1 -0
  932. package/cjs-bundle/componentsV2/Radio/Radio.js +1 -0
  933. package/cjs-bundle/componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.js +1 -0
  934. package/cjs-bundle/componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.scss.js +1 -0
  935. package/cjs-bundle/componentsV2/RadioAndCheckboxLabel/RadioAndCheckboxLabel.js +1 -0
  936. package/cjs-bundle/componentsV2/RadioAndCheckboxLabel/RadioAndCheckboxLabel.scss.js +1 -0
  937. package/cjs-bundle/componentsV2/RadioGroup/RadioGroup.js +1 -0
  938. package/cjs-bundle/componentsV2/Skeleton/Skeleton.js +1 -0
  939. package/cjs-bundle/componentsV2/Skeleton/Skeleton.scss.js +1 -0
  940. package/cjs-bundle/componentsV2/Stepper/Step/Step.js +1 -0
  941. package/cjs-bundle/componentsV2/Stepper/Step/Step.scss.js +1 -0
  942. package/cjs-bundle/componentsV2/Stepper/Stepper.js +1 -0
  943. package/cjs-bundle/componentsV2/Stepper/Stepper.scss.js +1 -0
  944. package/cjs-bundle/componentsV2/Switch/Switch.js +1 -0
  945. package/cjs-bundle/componentsV2/Switch/Switch.scss.js +1 -0
  946. package/cjs-bundle/componentsV2/Tabs/Tabs.js +1 -0
  947. package/cjs-bundle/componentsV2/Tabs/Tabs.scss.js +1 -0
  948. package/cjs-bundle/componentsV2/Text/Text.js +1 -0
  949. package/cjs-bundle/componentsV2/Text/Text.scss.js +1 -0
  950. package/cjs-bundle/componentsV2/TextEndTruncated/TextEndTruncated.js +1 -0
  951. package/cjs-bundle/componentsV2/TextEndTruncated/TextEndTruncated.scss.js +1 -0
  952. package/cjs-bundle/componentsV2/TextInput/TextInput.js +1 -0
  953. package/cjs-bundle/componentsV2/TextInput/TextInput.scss.js +1 -0
  954. package/cjs-bundle/componentsV2/TextInput/useShrink.js +1 -0
  955. package/cjs-bundle/componentsV2/TextLink/TextLink.js +1 -0
  956. package/cjs-bundle/componentsV2/TextLink/TextLink.scss.js +1 -0
  957. package/cjs-bundle/componentsV2/TextMiddleTruncated/TextMiddleTruncated.constants.js +1 -0
  958. package/cjs-bundle/componentsV2/TextMiddleTruncated/TextMiddleTruncated.js +1 -0
  959. package/cjs-bundle/componentsV2/TextMiddleTruncated/TextMiddleTruncated.scss.js +1 -0
  960. package/cjs-bundle/componentsV2/ToggleButtons/ToggleButtons.js +1 -0
  961. package/cjs-bundle/componentsV2/ToggleButtons/ToggleButtons.scss.js +1 -0
  962. package/cjs-bundle/componentsV2/Tooltip/DcTooltip.js +1 -0
  963. package/cjs-bundle/componentsV2/Tooltip/Tooltip.js +1 -0
  964. package/cjs-bundle/componentsV2/Tooltip/Tooltip.scss.js +1 -0
  965. package/cjs-bundle/componentsV2/index.js +1 -0
  966. package/cjs-bundle/config/extendNative.js +1 -0
  967. package/cjs-bundle/config/highcharts/highcharts-contour.js +1 -0
  968. package/cjs-bundle/config/highcharts/highcharts.js +1 -0
  969. package/cjs-bundle/config/index.js +1 -0
  970. package/cjs-bundle/config/initGlobalDependencies.js +1 -0
  971. package/cjs-bundle/config/mapbox/index.js +1 -0
  972. package/cjs-bundle/config/theme/accordionOverrides.js +1 -0
  973. package/cjs-bundle/config/theme/buttonOverrides.js +1 -0
  974. package/cjs-bundle/config/theme/checkboxOverrides.js +1 -0
  975. package/cjs-bundle/config/theme/chipOverrides.js +1 -0
  976. package/cjs-bundle/config/theme/dateTimePickerThemeOverrides.js +1 -0
  977. package/cjs-bundle/config/theme/fabOverrides.js +1 -0
  978. package/cjs-bundle/config/theme/formControlLabelOverrides.js +1 -0
  979. package/cjs-bundle/config/theme/formGroupOverrides.js +1 -0
  980. package/cjs-bundle/config/theme/index.js +1 -0
  981. package/cjs-bundle/config/theme/lightThemePalette.mjs.js +1 -0
  982. package/cjs-bundle/config/theme/palette.mjs.js +1 -0
  983. package/cjs-bundle/config/theme/radioOverrides.js +1 -0
  984. package/cjs-bundle/config/theme/tableOverrides.js +1 -0
  985. package/cjs-bundle/config/theme/textFieldOverrides.js +1 -0
  986. package/cjs-bundle/config/theme/themeVariables.mjs.js +1 -0
  987. package/cjs-bundle/config/theme/toggleButtonsGroupOverrides.js +1 -0
  988. package/cjs-bundle/config/theme/tooltipOverrides.js +1 -0
  989. package/cjs-bundle/constants/accuracy.js +1 -0
  990. package/cjs-bundle/constants/alerts.js +1 -0
  991. package/cjs-bundle/constants/appPackages.js +1 -0
  992. package/cjs-bundle/constants/apps.js +1 -0
  993. package/cjs-bundle/constants/assetTypes.js +1 -0
  994. package/cjs-bundle/constants/bha.js +1 -0
  995. package/cjs-bundle/constants/casing.js +1 -0
  996. package/cjs-bundle/constants/classNames.js +1 -0
  997. package/cjs-bundle/constants/completion.js +1 -0
  998. package/cjs-bundle/constants/componentsSettings.js +1 -0
  999. package/cjs-bundle/constants/corvaCompanyId.js +1 -0
  1000. package/cjs-bundle/constants/dateTimeFormat.js +1 -0
  1001. package/cjs-bundle/constants/devcenter.js +1 -0
  1002. package/cjs-bundle/constants/drillstring.js +1 -0
  1003. package/cjs-bundle/constants/feed.js +1 -0
  1004. package/cjs-bundle/constants/goals.js +1 -0
  1005. package/cjs-bundle/constants/index.js +1 -0
  1006. package/cjs-bundle/constants/localStorageKeys.js +1 -0
  1007. package/cjs-bundle/constants/mixpanel.js +1 -0
  1008. package/cjs-bundle/constants/notifications.js +1 -0
  1009. package/cjs-bundle/constants/rigActivity.js +1 -0
  1010. package/cjs-bundle/constants/segment.js +1 -0
  1011. package/cjs-bundle/constants/sizes.js +1 -0
  1012. package/cjs-bundle/constants/streamSourceType.js +1 -0
  1013. package/cjs-bundle/constants/subscriptions.js +1 -0
  1014. package/cjs-bundle/constants/theme.js +1 -0
  1015. package/cjs-bundle/constants/units.js +1 -0
  1016. package/cjs-bundle/constants/wellSummary.js +1 -0
  1017. package/cjs-bundle/effects/index.js +1 -0
  1018. package/cjs-bundle/effects/useDelayedDcFullscreenElemOpen.js +1 -0
  1019. package/cjs-bundle/effects/useDevCenterApp.js +1 -0
  1020. package/cjs-bundle/effects/useEscPress.js +1 -0
  1021. package/cjs-bundle/effects/useIsAssetViewer.js +1 -0
  1022. package/cjs-bundle/effects/useLoadedData.js +1 -0
  1023. package/cjs-bundle/effects/useMatchAppContainerSize.js +1 -0
  1024. package/cjs-bundle/effects/useOutsideClick.js +1 -0
  1025. package/cjs-bundle/effects/usePadSelectorSelectedWells.js +1 -0
  1026. package/cjs-bundle/effects/useResizeObserver.js +1 -0
  1027. package/cjs-bundle/effects/useSharedDCStore.js +1 -0
  1028. package/cjs-bundle/effects/useSignedURL.js +1 -0
  1029. package/cjs-bundle/effects/useSubscriptions.js +1 -0
  1030. package/cjs-bundle/effects/useWellnessAlerts.js +1 -0
  1031. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -0
  1032. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -0
  1033. package/cjs-bundle/ext-esm/@material-ui/icons/esm/Map.js +1 -0
  1034. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -0
  1035. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -0
  1036. package/cjs-bundle/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -0
  1037. package/cjs-bundle/ext-esm/style-inject/dist/style-inject.es.js +1 -0
  1038. package/cjs-bundle/ext-esm/tslib/tslib.es6.js +1 -0
  1039. package/cjs-bundle/hocs/index.js +1 -0
  1040. package/cjs-bundle/hocs/withAssetEditorLockHOC.js +1 -0
  1041. package/cjs-bundle/hocs/withMUIProvidersHOC.js +1 -0
  1042. package/cjs-bundle/icons/IconParkProvider.js +1 -0
  1043. package/cjs-bundle/icons/WithCustomSize.js +1 -0
  1044. package/cjs-bundle/icons/constants.js +1 -0
  1045. package/cjs-bundle/icons/customIcons/icons/AddMessage.js +1 -0
  1046. package/cjs-bundle/icons/customIcons/icons/Attention.js +1 -0
  1047. package/cjs-bundle/icons/customIcons/icons/CautionFilled.js +1 -0
  1048. package/cjs-bundle/icons/customIcons/icons/Checkbox.js +1 -0
  1049. package/cjs-bundle/icons/customIcons/icons/CheckboxChecked.js +1 -0
  1050. package/cjs-bundle/icons/customIcons/icons/CheckboxIndeterminate.js +1 -0
  1051. package/cjs-bundle/icons/customIcons/icons/Collapse.js +1 -0
  1052. package/cjs-bundle/icons/customIcons/icons/Dashboard.js +1 -0
  1053. package/cjs-bundle/icons/customIcons/icons/Expand.js +1 -0
  1054. package/cjs-bundle/icons/customIcons/icons/FolderClosed.js +1 -0
  1055. package/cjs-bundle/icons/customIcons/icons/FolderClosedFilled.js +1 -0
  1056. package/cjs-bundle/icons/customIcons/icons/FolderOpened.js +1 -0
  1057. package/cjs-bundle/icons/customIcons/icons/Gap.js +1 -0
  1058. package/cjs-bundle/icons/customIcons/icons/GreaterOrEqual.js +1 -0
  1059. package/cjs-bundle/icons/customIcons/icons/LessOrEqual.js +1 -0
  1060. package/cjs-bundle/icons/customIcons/icons/MoreApp.js +1 -0
  1061. package/cjs-bundle/icons/customIcons/icons/MultiRuler.js +1 -0
  1062. package/cjs-bundle/icons/customIcons/icons/Pad.js +1 -0
  1063. package/cjs-bundle/icons/customIcons/icons/Radio.js +1 -0
  1064. package/cjs-bundle/icons/customIcons/icons/RadioChecked.js +1 -0
  1065. package/cjs-bundle/icons/customIcons/icons/Search.js +1 -0
  1066. package/cjs-bundle/icons/customIcons/icons/SimulFrac.js +1 -0
  1067. package/cjs-bundle/icons/customIcons/icons/Wellhub.js +1 -0
  1068. package/cjs-bundle/icons/customIcons/icons/ZipperFrac.js +1 -0
  1069. package/cjs-bundle/icons/iconParkIcons.js +1 -0
  1070. package/cjs-bundle/icons/index.js +1 -0
  1071. package/cjs-bundle/index.js +1 -0
  1072. package/cjs-bundle/permissions/PermissionsContext.js +1 -0
  1073. package/cjs-bundle/permissions/ProvidePermissions.js +1 -0
  1074. package/cjs-bundle/permissions/constants/abilities.js +1 -0
  1075. package/cjs-bundle/permissions/constants/appsPermissions.js +1 -0
  1076. package/cjs-bundle/permissions/constants/index.js +1 -0
  1077. package/cjs-bundle/permissions/constants/settingsApps.js +1 -0
  1078. package/cjs-bundle/permissions/index.js +1 -0
  1079. package/cjs-bundle/permissions/usePermissions.js +1 -0
  1080. package/cjs-bundle/permissions/useProvidePermissions.js +1 -0
  1081. package/cjs-bundle/permissions/utils.js +1 -0
  1082. package/cjs-bundle/permissions/withPermissionsHOC.js +1 -0
  1083. package/cjs-bundle/styles/common.scss.js +1 -0
  1084. package/cjs-bundle/styles/counter/counter.module.scss.js +1 -0
  1085. package/cjs-bundle/styles/counter/index.js +1 -0
  1086. package/cjs-bundle/styles/customScrollbars.global.css.js +1 -0
  1087. package/cjs-bundle/styles/emojiMart.global.css.js +1 -0
  1088. package/cjs-bundle/styles/generatedThemesVariables.global.css.js +1 -0
  1089. package/cjs-bundle/styles/iconPark.global.css.js +1 -0
  1090. package/cjs-bundle/styles/index.global.css.js +1 -0
  1091. package/cjs-bundle/styles/index.js +1 -0
  1092. package/cjs-bundle/styles/lightbox.global.css.js +1 -0
  1093. package/cjs-bundle/styles/mapbox.global.css.js +1 -0
  1094. package/cjs-bundle/styles/reactVirtualized.global.css.js +1 -0
  1095. package/cjs-bundle/styles/typography/colors.module.scss.js +1 -0
  1096. package/cjs-bundle/styles/typography/index.js +1 -0
  1097. package/cjs-bundle/styles/typography/typography.module.scss.js +1 -0
  1098. package/cjs-bundle/testing/AppTestWrapper/AppTestWrapper.js +1 -0
  1099. package/cjs-bundle/testing/index.js +1 -0
  1100. package/cjs-bundle/types/shared/Completions.js +1 -0
  1101. package/cjs-bundle/utils/DrillstringUtils.js +1 -0
  1102. package/cjs-bundle/utils/FluidCheckUtils.js +1 -0
  1103. package/cjs-bundle/utils/StageDesignVActualUtils.js +1 -0
  1104. package/cjs-bundle/utils/accuracy.js +1 -0
  1105. package/cjs-bundle/utils/alerts.js +1 -0
  1106. package/cjs-bundle/utils/apps.js +1 -0
  1107. package/cjs-bundle/utils/audio.js +1 -0
  1108. package/cjs-bundle/utils/bha.js +1 -0
  1109. package/cjs-bundle/utils/casing/conversion.js +1 -0
  1110. package/cjs-bundle/utils/casing/index.js +1 -0
  1111. package/cjs-bundle/utils/casing/validation.js +1 -0
  1112. package/cjs-bundle/utils/chartSeries.js +1 -0
  1113. package/cjs-bundle/utils/charts/constants.js +1 -0
  1114. package/cjs-bundle/utils/charts/getChartHorizontalAxis.js +1 -0
  1115. package/cjs-bundle/utils/charts/getChartVerticalAxis.js +1 -0
  1116. package/cjs-bundle/utils/colors.js +1 -0
  1117. package/cjs-bundle/utils/completion.js +1 -0
  1118. package/cjs-bundle/utils/components.js +1 -0
  1119. package/cjs-bundle/utils/constants/units.js +1 -0
  1120. package/cjs-bundle/utils/convert.js +1 -0
  1121. package/cjs-bundle/utils/convertKeys.js +1 -0
  1122. package/cjs-bundle/utils/csvExport.js +1 -0
  1123. package/cjs-bundle/utils/dashboardReports.js +1 -0
  1124. package/cjs-bundle/utils/delay.js +1 -0
  1125. package/cjs-bundle/utils/delayedHighcharts.js +1 -0
  1126. package/cjs-bundle/utils/devcenter.js +1 -0
  1127. package/cjs-bundle/utils/devcenterToasts.js +1 -0
  1128. package/cjs-bundle/utils/drillstring/conversion.js +1 -0
  1129. package/cjs-bundle/utils/drillstring/index.js +1 -0
  1130. package/cjs-bundle/utils/drillstring/schematic.js +1 -0
  1131. package/cjs-bundle/utils/drillstring/validation.js +1 -0
  1132. package/cjs-bundle/utils/env.js +1 -0
  1133. package/cjs-bundle/utils/feed.js +1 -0
  1134. package/cjs-bundle/utils/fileExtension.js +1 -0
  1135. package/cjs-bundle/utils/filePreview.js +1 -0
  1136. package/cjs-bundle/utils/formatFileSize.js +1 -0
  1137. package/cjs-bundle/utils/formatting.js +1 -0
  1138. package/cjs-bundle/utils/ga.js +1 -0
  1139. package/cjs-bundle/utils/goals.js +1 -0
  1140. package/cjs-bundle/utils/goalsConfig/goalsConfig.js +1 -0
  1141. package/cjs-bundle/utils/goalsConfig/index.js +1 -0
  1142. package/cjs-bundle/utils/goalsConfig/utils.js +1 -0
  1143. package/cjs-bundle/utils/index.js +1 -0
  1144. package/cjs-bundle/utils/jsonaDataFormatter.js +1 -0
  1145. package/cjs-bundle/utils/lasParser.js +1 -0
  1146. package/cjs-bundle/utils/localStorage.js +1 -0
  1147. package/cjs-bundle/utils/main.js +1 -0
  1148. package/cjs-bundle/utils/mapUnits.js +1 -0
  1149. package/cjs-bundle/utils/mapbox.js +1 -0
  1150. package/cjs-bundle/utils/metrics/index.js +1 -0
  1151. package/cjs-bundle/utils/metrics/metricsCategories.js +1 -0
  1152. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -0
  1153. package/cjs-bundle/utils/metrics/utils.js +1 -0
  1154. package/cjs-bundle/utils/mobileDetect.js +1 -0
  1155. package/cjs-bundle/utils/nativeMessages.js +1 -0
  1156. package/cjs-bundle/utils/notificationToasts.js +1 -0
  1157. package/cjs-bundle/utils/notifications.js +1 -0
  1158. package/cjs-bundle/utils/permissions.js +1 -0
  1159. package/cjs-bundle/utils/reports.js +1 -0
  1160. package/cjs-bundle/utils/resolveWellHubSlug.js +1 -0
  1161. package/cjs-bundle/utils/sharedDCStore.js +1 -0
  1162. package/cjs-bundle/utils/themeVariables.js +1 -0
  1163. package/cjs-bundle/utils/time.js +1 -0
  1164. package/cjs-bundle/utils/torqueAndHookloadUtils.js +1 -0
  1165. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -1
  1166. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("moment"),a=require("@material-ui/icons/Warning"),i=require("../../../utils/mobileDetect.js"),n=require("../../UserMention/utils/index.js"),r=require("../../Attachment/index.js"),o=require("../../../utils/convert.js"),l=require("../../Typography.js"),s=require("react/jsx-runtime");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=c(t),m=c(a),u=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},warningContainer:{display:"flex",alignItems:"center",gap:8,marginTop:16},warningIcon:{fill:e.palette.warning.main},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}}));module.exports=function(e){var t=e.feedItem,a=t.point,c=(a=void 0===a?{}:a).showNoVisiblePointWarning,g=t.context.hookload_broomstick_comment,h=g.body,p=g.attachment,f=void 0===p?{}:p,x=g.data,j=x.timestamp,v=x.measuredDepth,y=x.activityLabel,N=x.hookload,b=t.mentioned_users,q=u(),w=o.convertValue(+v,"length","ft"),D=o.convertValue(+N,"force","klbf");return s.jsxs("div",{className:q.wrapper,children:[h&&s.jsx(l.Regular14,{"data-testid":"".concat("HookloadCommentFeedItem","_message"),variant:"body1",gutterBottom:!0,children:n.formatMentionText(h,b,i.isNativeDetected)}),Number.isFinite(v)&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Measured Depth:"," ",s.jsx("span",{children:"".concat(Math.round(w).toLocaleString()," ").concat(o.getUnitDisplay("length"))})]}),N&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Hookload:"," ",s.jsx("span",{children:"".concat(Math.round(D).toLocaleString()," ").concat(o.getUnitDisplay("force"))})]}),y&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Activity: ",s.jsx("span",{children:y})]}),j&&s.jsxs(l.Regular14,{className:q.infoField,gutterBottom:!0,children:["Time: ",s.jsx("span",{children:d.default.unix(j).format("MM/DD/YY HH:mm")})]}),c&&s.jsxs("div",{className:q.warningContainer,children:[s.jsx(m.default,{className:q.warningIcon}),s.jsx(l.Regular12,{children:"This activity is disabled in the application settings or not in range"})]}),f&&(f.signed_url||f.url||f.name)&&s.jsx("div",{className:q.attachment,children:s.jsx(r,{small:!0,attachmentUrl:f.signed_url||f.url,fileName:f.name,displayName:f.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsxs("svg",{"data-testid":"CriticalIcon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M8 11C8.55 11 9 10.55 9 10V1.00928C9 0.459277 8.55 0.00927734 8 0.00927734C7.45 0.00927734 7 0.459277 7 1.00928V10C7 10.55 7.45 11 8 11Z",fill:"#CE0000"}),C.jsx("path",{d:"M8 15.9907C8.55 15.9907 9 15.5407 9 14.9907V14.1382C9 13.5882 8.55 13.1382 8 13.1382C7.45 13.1382 7 13.5882 7 14.1382V14.9907C7 15.5407 7.45 15.9907 8 15.9907Z",fill:"#CE0000"}),C.jsx("path",{d:"M12.3982 5.40753C12.7872 5.01853 12.7872 4.38228 12.3982 3.99328L8.706 0.301027C8.317 -0.0879727 7.68075 -0.0879727 7.29175 0.301027C6.90275 0.690027 6.90275 1.32628 7.29175 1.71528L10.984 5.40753C11.3728 5.79628 12.0092 5.79628 12.3982 5.40753Z",fill:"#CE0000"}),C.jsx("path",{d:"M3.5603 5.40753C3.1713 5.01853 3.1713 4.38228 3.5603 3.99328L7.25255 0.301027C7.64155 -0.0879727 8.2778 -0.0879727 8.6668 0.301027C9.0558 0.690027 9.0558 1.32628 8.6668 1.71528L4.9743 5.40753C4.58555 5.79628 3.94905 5.79628 3.5603 5.40753Z",fill:"#CE0000"})]})};
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsxs("svg",{"data-testid":"MajorIcon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M12.3982 7.39825C12.7872 7.00925 12.7872 6.373 12.3982 5.984L8.706 2.29175C8.317 1.90275 7.68075 1.90275 7.29175 2.29175C6.90275 2.68075 6.90275 3.317 7.29175 3.706L10.984 7.39825C11.3728 7.787 12.0092 7.787 12.3982 7.39825Z",fill:"#FFC107"}),C.jsx("path",{d:"M3.56009 7.39825C3.17109 7.00925 3.17109 6.373 3.56009 5.984L7.25234 2.29175C7.64134 1.90275 8.27759 1.90275 8.66659 2.29175C9.05559 2.68075 9.05559 3.317 8.66659 3.706L4.97409 7.39825C4.58534 7.787 3.94884 7.787 3.56009 7.39825Z",fill:"#FFC107"}),C.jsx("path",{d:"M12.3982 12.389C12.7872 12 12.7872 11.3637 12.3982 10.9747L8.706 7.28247C8.317 6.89347 7.68075 6.89347 7.29175 7.28247C6.90275 7.67147 6.90275 8.30772 7.29175 8.69672L10.984 12.389C11.3728 12.7777 12.0092 12.7777 12.3982 12.389Z",fill:"#C79100"}),C.jsx("path",{d:"M3.56009 12.389C3.17109 12 3.17109 11.3637 3.56009 10.9747L7.25234 7.28247C7.64134 6.89347 8.27759 6.89347 8.66659 7.28247C9.05559 7.67147 9.05559 8.30772 8.66659 8.69672L4.97409 12.389C4.58534 12.7777 3.94884 12.7777 3.56009 12.389Z",fill:"#C79100"})]})};
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsxs("svg",{"data-testid":"MinorIcon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M12.3982 8.60175C12.7872 8.99075 12.7872 9.627 12.3982 10.016L8.706 13.7082C8.317 14.0972 7.68075 14.0972 7.29175 13.7082C6.90275 13.3192 6.90275 12.683 7.29175 12.294L10.984 8.60175C11.3728 8.213 12.0092 8.213 12.3982 8.60175Z",fill:"#4CAF50"}),C.jsx("path",{d:"M3.56006 8.60175C3.17106 8.99075 3.17106 9.627 3.56006 10.016L7.25231 13.7082C7.64131 14.0972 8.27756 14.0972 8.66656 13.7082C9.05556 13.3192 9.05556 12.683 8.66656 12.294L4.97406 8.60175C4.58531 8.213 3.94881 8.213 3.56006 8.60175Z",fill:"#4CAF50"}),C.jsx("path",{d:"M12.3982 3.61103C12.7872 4.00003 12.7872 4.63628 12.3982 5.02528L8.706 8.71753C8.317 9.10653 7.68075 9.10653 7.29175 8.71753C6.90275 8.32853 6.90275 7.69228 7.29175 7.30328L10.984 3.61103C11.3728 3.22228 12.0092 3.22228 12.3982 3.61103Z",fill:"#388E3C"}),C.jsx("path",{d:"M3.56006 3.61103C3.17106 4.00003 3.17106 4.63628 3.56006 5.02528L7.25231 8.71753C7.64131 9.10653 8.27756 9.10653 8.66656 8.71753C9.05556 8.32853 9.05556 7.69228 8.66656 7.30328L4.97406 3.61103C4.58531 3.22228 3.94881 3.22228 3.56006 3.61103Z",fill:"#388E3C"})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),a=require("prop-types"),s=require("@material-ui/core"),i=require("./icons/Critical.js"),r=require("./icons/Major.js"),n=require("./icons/Minor.js"),c=require("../../../Attachment/index.js"),l=require("../../../../utils/convert.js"),o=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=d(e),u=d(a);function p(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function j(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?p(Object(a),!0).forEach((function(t){m.default(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):p(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var v="LessonsLearnedFeedItem",h=s.makeStyles({item:{marginTop:"4px"},itemLabel:{fontWeight:"normal",fontSize:"14px",color:"#BDBDBD",marginRight:"8px"},itemValue:{fontSize:"14px",color:"#FFFFFF"},attachment:{paddingTop:10,width:300}});function x(e){var a,s=e.feedItem,d=h(),m=t.useMemo((function(){var e,t,a=(null===(e=s.context)||void 0===e||null===(t=e.lessons_learned)||void 0===t?void 0:t.data)||{};return j(j({},a),{},{md_start:l.convertValue(a.md_start,"length","ft"),tvd_start:l.convertValue(a.tvd_start,"length","ft")})}),[s]),u=null===(a=s.context)||void 0===a?void 0:a.lessons_learned.attachment;return o.jsxs("div",{children:[o.jsx("div",{className:d.item,children:o.jsx("span",{"data-testid":"".concat(v,"_topic"),className:d.itemLabel,children:m.topic})}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Event Cause:"}),o.jsx("span",{"data-testid":"".concat(v,"_Cause"),className:d.itemValue,children:m.cause})]}),o.jsxs("div",{className:d.item,style:{display:"flex",alignItems:"center"},children:[o.jsx("span",{className:d.itemLabel,children:"Event Severity:"}),o.jsx("span",{"data-testid":"".concat(v,"_severityIcon"),children:"Major"===m.severity?o.jsx(r,{}):"Critical"===m.severity?o.jsx(i,{}):"Minor"===m.severity?o.jsx(n,{}):null}),o.jsx("span",{"data-testid":"".concat(v,"_Severity"),className:d.itemValue,children:m.severity})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"MD/TVD:"}),o.jsxs("span",{"data-testid":"".concat(v,"_MD/TVD"),className:d.itemValue,children:[Number.isFinite(m.md_start)?m.md_start.fixFloat(2):"-","/",Number.isFinite(m.tvd_start)?m.tvd_start.fixFloat(2):"-"]})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Hole Section:"}),o.jsx("span",{"data-testid":"".concat(v,"_HoleSection"),className:d.itemValue,children:m.section})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Operation:"}),o.jsx("span",{"data-testid":"".concat(v,"_Operation"),className:d.itemValue,children:m.activity})]}),o.jsxs("div",{className:d.item,children:[o.jsx("span",{className:d.itemLabel,children:"Description:"}),o.jsx("div",{"data-testid":"".concat(v,"_Description"),className:d.itemValue,children:m.description})]}),u&&(u.signed_url||u.url||u.name)&&o.jsx("div",{className:d.attachment,children:o.jsx(c,{small:!0,attachmentUrl:u.signed_url||u.url,fileName:u.name,displayName:u.name})})]})}x.propTypes={feedItem:u.default.shape().isRequired};var f=t.memo(x);module.exports=f;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("moment"),a=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),r=require("../../../utils/convert.js"),n=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=s(e),o=s(t),p=s(i),l=a.makeStyles((function(e){return{columnWithMargin:{marginRight:40},highlightedText:{color:p.default[300],textTransform:"capitalize"},valueWrapper:{display:"flex",alignItems:"baseline"},unit:{color:e.palette.grey[400],marginLeft:5},text:{color:e.palette.grey[400],marginRight:5}}})),c=function(e){var t=e.feedItem.context.npt_event.data,i=t.comment,s=void 0===i?"":i,d=t.depth,p=t.end_time,c=t.start_time,u=t.type,m=void 0===u?"":u,h=l(),y=c?o.default.unix(c):o.default(),v=p?o.default.unix(p):void 0,g=v&&o.default.duration(v-y).asHours(),x=r.convertValue(d,"length","ft");return n.jsxs(a.Grid,{spacing:8,justify:"flex-start",container:!0,children:[n.jsxs(a.Grid,{item:!0,className:h.columnWithMargin,children:[n.jsxs(a.Typography,{variant:"body2",className:h.valueWrapper,children:["Type: ",n.jsx(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_type"),component:"span",className:h.highlightedText,children:m})]}),n.jsx(a.Typography,{variant:"body2",children:"Duration:"}),n.jsxs(a.Typography,{variant:"body2",className:h.valueWrapper,children:[n.jsx(a.Typography,{"data-testid":"".concat("nptActivity","_duration"),component:"span",variant:"h6",className:h.highlightedText,children:Number.isFinite(g)&&g.toFixed(2)||"-"}),g&&n.jsx(a.Typography,{"data-testid":"".concat("nptActivity","_durationUnits"),component:"span",variant:"caption",className:h.unit,children:"(hrs)"})]})]}),n.jsxs(a.Grid,{item:!0,children:[n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_startTime"),className:h.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:h.text,children:"Start Time:"}),y.format("MM/DD/YYYY HH:mm")]}),n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_depth"),className:h.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:h.text,children:"Depth:"}),null==x?void 0:x.formatNumeral("0,0.00"),n.jsxs(a.Typography,{component:"span",variant:"caption",className:h.unit,children:["(",r.getUnitDisplay("length"),")"]})]}),s&&n.jsxs(a.Typography,{variant:"body2","data-testid":"".concat("nptActivity","_comment"),className:h.valueWrapper,children:[n.jsx(a.Typography,{variant:"body2",component:"span",className:h.text,children:"Comment:"}),s]})]})]})},u=d.default.shape({comment:d.default.string.isRequired,depth:d.default.number.isRequired,end_time:d.default.number.isRequired,start_time:d.default.number.isRequired,type:d.default.string.isRequired}).isRequired;c.propTypes={feedItem:d.default.shape({context:d.default.shape({completion_npt_event:d.default.shape({data:u}).isRequired,npt_event:d.default.shape({data:u}).isRequired}).isRequired}).isRequired},module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("../../../utils/mobileDetect.js"),a=require("../../UserMention/utils/index.js"),n=require("../../Attachment/index.js"),r=require("../../../utils/convert.js"),i=require("../../../constants/feed.js"),s=require("react/jsx-runtime"),l=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}}));module.exports=function(o){var c=o.feedItem,d=c.context[i.FEED_ITEM_TYPES.TRACES_MEMO],m=d.body,h=d.attachment,p=void 0===h?{}:h,u=d.bitDepth,x=d.holeDepth,f=c.mentioned_users,g=l(),j=r.convertValue(+x,"length","ft"),y=r.convertValue(+x,"length","ft");return s.jsxs("div",{className:g.wrapper,children:[(x||0===x)&&s.jsxs(e.Typography,{className:g.infoField,children:["Hole Depth:"," ",s.jsx("span",{children:"".concat(Math.round(j).toLocaleString()," ").concat(r.getUnitDisplay("length"))})]}),(u||0===x)&&s.jsxs(e.Typography,{className:g.infoField,children:["Bit Depth:"," ",s.jsx("span",{children:"".concat(Math.round(y).toLocaleString()," ").concat(r.getUnitDisplay("length"))})]}),m&&s.jsxs(s.Fragment,{children:[s.jsx(e.Typography,{className:g.infoField,children:"Description:"}),s.jsx(e.Typography,{"data-testid":"".concat("NptLessonsCommentFeedItem","_message"),variant:"body1",gutterBottom:!0,children:a.formatMentionText(m,f,t.isNativeDetected)})]}),p&&(p.signed_url||p.url||p.name)&&s.jsx("div",{className:g.attachment,children:s.jsx(n,{small:!0,attachmentUrl:p.signed_url||p.url,fileName:p.name,displayName:p.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@material-ui/core"),t=require("moment"),a=require("../../../utils/mobileDetect.js"),r=require("../../UserMention/utils/index.js"),i=require("../../Attachment/index.js"),n=require("../../../utils/convert.js"),l=require("react/jsx-runtime");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=o(t),c=e.makeStyles((function(e){return{text:{color:e.palette.primary.text6},value:{color:"#fff"},attachment:{paddingTop:10,width:300},infoField:{color:e.palette.primary.text6,"& span":{color:"#fff"}}}}));module.exports=function(t){var o=t.feedItem,m=o.type,d=o.context[m],u=d.body,p=d.attachment,h=void 0===p?{}:p,f=d.data,x=f.timestamp,y=f.holeDepth,j=o.mentioned_users,g=c(),v=n.convertValue(+y,"length","ft");return l.jsxs("div",{className:g.wrapper,children:[u&&l.jsx(e.Typography,{"data-testid":"".concat("PCCommentFeedItem","_message"),variant:"body1",gutterBottom:!0,children:r.formatMentionText(u,j,a.isNativeDetected)}),x&&l.jsxs(e.Typography,{className:g.infoField,children:["Time: ",l.jsx("span",{children:s.default.unix(x).format("MM.DD.YYYY, HH:mm")})]}),(y||0===y)&&l.jsxs(e.Typography,{className:g.infoField,children:["Hole Depth:"," ",l.jsx("span",{children:"".concat(Math.round(v).toLocaleString()," ").concat(n.getUnitDisplay("length"))})]}),h&&(h.signed_url||h.url||h.name)&&l.jsx("div",{className:g.attachment,children:l.jsx(i,{small:!0,attachmentUrl:h.signed_url||h.url,fileName:h.name,displayName:h.name})})]})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),t=require("@material-ui/core"),r=require("../../../utils/mobileDetect.js"),i=require("../../Attachment/index.js"),a=require("../../UserMention/utils/index.js"),s=require("../../CollapsibleContent.js"),u=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=n(e),l=t.makeStyles({wrapper:{whiteSpace:"pre-wrap"}}),o=function(e){var n=e.feedItem,d=n.context.post,o=d.body,m=d.attachment,p=void 0===m?{}:m,c=n.mentioned_users,f=l(),h=p.signed_url||p.url||p.file_name;return u.jsxs("div",{className:f.wrapper,children:[o&&u.jsx(s,{children:u.jsx(t.Typography,{"data-testid":"".concat("PostFeedItem","_message"),variant:"body1",gutterBottom:!0,children:a.formatMentionText(o,c,r.isNativeDetected)})}),h&&u.jsx(i,{attachmentUrl:p.signed_url||p.url,fileName:p.file_name,attachmentSize:p.size,size:"medium"})]})};o.propTypes={feedItem:d.default.shape({context:d.default.shape({post:d.default.shape({body:d.default.string.isRequired,attachment:d.default.shape({url:d.default.string,size:d.default.number})}).isRequired}).isRequired,mentioned_users:d.default.arrayOf(d.default.shape({}))}).isRequired},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/slicedToArray"),t=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/regenerator"),a=require("../../../../clients/jsonApi/index.js");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=n(e),s=n(t),c=n(r);function o(){return(o=s.default(c.default.mark((function e(t){var r,n,u,s;return c.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.wellId,n=t.stageNumber,u={},e.prev=2,e.next=5,a.getAppStorage("corva","completion.predictions",r,{query:"{stage_number#eq#".concat(n,"}"),sort:"{timestamp: -1}",limit:1});case 5:s=e.sent,u=s[0].data,e.next=12;break;case 9:e.prev=9,e.t0=e.catch(2),console.error(e.t0);case 12:return e.abrupt("return",u);case 13:case"end":return e.stop()}}),e,null,[[2,9]])})))).apply(this,arguments)}function i(){return(i=s.default(c.default.mark((function e(t){var r,n,s,o,i;return c.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.wellId,n=t.stageNumber,s={},e.prev=2,e.next=5,a.getAppStorage("corva","completion.data.stages",r,{query:"{data.stage_number#eq#".concat(n,"}"),sort:"{timestamp: -1}",limit:1});case 5:o=e.sent,i=u.default(o,1),s=i[0],e.next=13;break;case 10:e.prev=10,e.t0=e.catch(2),console.error(e.t0);case 13:return e.abrupt("return",s);case 14:case"end":return e.stop()}}),e,null,[[2,10]])})))).apply(this,arguments)}exports.fetchPredictionsData=function(e){return o.apply(this,arguments)},exports.fetchStagesData=function(e){return i.apply(this,arguments)};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core/Typography"),t=require("react/jsx-runtime");function u(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=u(r),a=function(e){var r=e.subject;return t.jsx(o.default,{variant:"body1",gutterBottom:!0,children:"No data for ".concat(r)})};a.propTypes={subject:e.string.isRequired},module.exports=a;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),i=require("lodash"),a=require("./PredictionsItem.js"),t=require("./NoData.js"),s=require("react/jsx-runtime"),p=r.makeStyles({wrapper:{listStyle:"none",padding:0,display:"flex"}}),d=function(e){var r=e.stages,d=e.predictionsData,l=p();return i.isEmpty(r)?s.jsx(t,{subject:"predictions"}):s.jsxs("ul",{className:l.wrapper,children:[s.jsx(a,{title:"Breakdown",fieldName:"ave_breakdown",predictionsData:d}),s.jsx(a,{title:"ISIP",fieldName:"ave_isip",predictionsData:d}),s.jsx(a,{title:"Max Treating Pressure",fieldName:"max_treating_pressure",predictionsData:d}),s.jsx(a,{title:"Avg Treating Pressure",fieldName:"ave_treating_pressure",predictionsData:d}),s.jsx(a,{title:"Max Flow Rate",fieldName:"max_flow_rate",predictionsData:d})]})};d.propTypes={stages:e.shape().isRequired,predictionsData:e.shape().isRequired},module.exports=d;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),i=require("@material-ui/core/colors/blue"),t=require("../../../../../utils/convert.js"),a=require("react/jsx-runtime");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=n(i),l=r.makeStyles((function(e){return{wrapper:{display:"flex",flexDirection:"column",justifyContent:"space-between",marginRight:"5%"},predictionItem:{color:s.default[300]},unit:{display:"inline",color:e.palette.grey[400],marginLeft:5}}})),u=function(e){var i=e.title,n=e.fieldName,s=e.predictionsData,u=l();if(!s)return null;var o=s[n];return o?a.jsxs("li",{className:u.wrapper,children:[a.jsxs(r.Typography,{variant:"subtitle2",children:[i,a.jsxs(r.Typography,{className:u.unit,variant:"caption",children:["(",t.getUnitDisplay("pressure"),")"]})]}),a.jsx(r.Typography,{variant:"h6",className:u.predictionItem,children:Number.isFinite(o)?parseFloat(o.toFixed(0)):o})]}):null};u.propTypes={title:e.string.isRequired,fieldName:e.string.isRequired,predictionsData:e.shape().isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react"),r=require("prop-types"),s=require("lodash"),t=require("@material-ui/core"),a=require("../NoData.js"),i=require("./utils.js"),o=require("../../../../../StageDesignVActual/ComparisonHeader.js"),u=require("../../../../../StageDesignVActual/ComparisonRow.js"),n=require("../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js"),l=require("react/jsx-runtime"),m=t.makeStyles({wrapper:{flex:"1",overflowY:"auto",padding:"0 5px"}}),p=function(r){var t,p=r.feedItem,c=r.stages,d=r.predictionsData,g=m(),j=(null===(t=p.context)||void 0===t?void 0:t.completion_actual_stage)||{},y=e.useMemo((function(){return i.getSummaries(j,c,d)}),[j,c,d]);return s.isEmpty(c)&&s.isEmpty(j)?l.jsx(a,{subject:"stages"}):l.jsxs("div",{className:g.wrapper,children:[l.jsx(o,{renderStages:function(){var e;return s.isEmpty(j)?"":"Stage Number: ".concat(null===(e=j.data)||void 0===e?void 0:e.stage_number)}}),l.jsx(u,{rowKey:"top_perforation",label:"Top Perforation",unitType:"length",summaries:y}),l.jsx(u,{rowKey:"bottom_perforation",label:"Bottom Perforation",unitType:"length",summaries:y}),l.jsx(u,{rowKey:"perforated_length",label:"Perforation Length",unitType:"length",summaries:y}),l.jsx(u,{rowKey:"total_shots",label:"Total Shots",summaries:y}),l.jsx(u,{rowKey:"flush_volume",label:"Flush Volume",unitType:"oil",summaries:y}),l.jsx(n,{rowKey:"chemicals",summaries:y}),l.jsx(n,{rowKey:"proppants",summaries:y}),l.jsx(n,{rowKey:"fluids",summaries:y})]})};p.propTypes={feedItem:r.shape().isRequired,stages:r.shape().isRequired,predictionsData:r.shape().isRequired},module.exports=p;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/defineProperty"),t=require("lodash"),r=require("../../../../../../utils/StageDesignVActualUtils.js");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=o(e);function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,o)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}exports.getSummaries=function(e,o,n){var i,a,s={top_perforation:null===(i=e.data)||void 0===i?void 0:i.top_perforation,bottom_perforation:null===(a=e.data)||void 0===a?void 0:a.bottom_perforation,perforated_length:0,total_shots:0,flush_volume:0,fluids:{},chemicals:{},proppants:{}},l=u(u({},n),{},{flush_volume_design:t.get(n,"flush_volume","flush_volume_design")});return{actualSummary:!t.isEmpty(e)&&r.getStageSummary(s,e),designSummary:!t.isEmpty(o)&&r.getStageSummary(s,o),predictionSummary:l}};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("@babel/runtime/regenerator"),a=require("react"),s=require("prop-types"),n=require("./components/Predictions.js"),i=require("./components/Stages/Stages.js"),u=require("./api.js"),o=require("../../../LoadingIndicator/LoadingIndicator.js"),c=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=d(e),p=d(t),f=d(r),m=function(e){var t,r,s,d,m=e.feedItem,g=a.useState({}),q=p.default(g,2),h=q[0],x=q[1],b=a.useState({}),j=p.default(b,2),v=j[0],y=j[1],I=a.useState(!1),S=p.default(I,2),w=S[0],_=S[1],D=null===(t=m.well)||void 0===t?void 0:t.id,R=null===(r=m.context)||void 0===r||null===(s=r.completion_actual_stage)||void 0===s||null===(d=s.data)||void 0===d?void 0:d.stage_number;return a.useEffect((function(){function e(){return(e=l.default(f.default.mark((function e(){return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return _(!0),e.t0=x,e.next=4,u.fetchPredictionsData({wellId:D,stageNumber:R});case 4:return e.t1=e.sent,(0,e.t0)(e.t1),e.t2=y,e.next=9,u.fetchStagesData({wellId:D,stageNumber:R});case 9:e.t3=e.sent,(0,e.t2)(e.t3),_(!1);case 12:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[]),w?c.jsx(o,{fullscreen:!1}):c.jsxs(c.Fragment,{children:[c.jsx(n,{stages:v,predictionsData:h}),c.jsx(i,{feedItem:m,stages:v,predictionsData:h})]})};m.propTypes={feedItem:s.shape({context:s.shape({completion_actual_stage:s.shape({data:s.shape().isRequired}).isRequired}).isRequired}).isRequired},module.exports=m;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/asyncToGenerator"),r=require("@babel/runtime/regenerator"),t=require("../../../../clients/jsonApi/index.js");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=a(e),c=a(r);function u(){return(u=n.default(c.default.mark((function e(r){var a,n,u;return c.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=r.wellId,n=r.md,e.prev=1,e.next=4,t.getAppStorage("corva","directional.accuracy",a,{query:"{data.actual_point.measured_depth#eq#".concat(n,"}"),sort:"{timestamp: -1}",limit:1});case 4:u=e.sent,e.next=10;break;case 7:e.prev=7,e.t0=e.catch(1),console.error(e.t0);case 10:return e.abrupt("return",u);case 11:case"end":return e.stop()}}),e,null,[[1,7]])})))).apply(this,arguments)}exports.fetchDirectionalAccuracyRecords=function(e){return u.apply(this,arguments)};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("moment"),t=require("@material-ui/core"),i=require("../../../../../utils/convert.js"),r=require("../../../../../utils/accuracy.js"),n=require("react/jsx-runtime");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=l(a),s=t.makeStyles((function(e){return{wrapper:{display:"flex",flexDirection:"column",margin:"0 20px 10px 0",minWidth:"290px"},planValueWrapper:{display:"flex",alignItems:"baseline"},planUnit:{color:e.palette.grey[400],marginLeft:5},planText:{color:e.palette.grey[400]}}})),u=function(e){var a,l=e.timestamp,u=e.initialPlanName,p=e.cumulativeTvdChange,o=e.accuracyData,m=s(),d=l?c.default.unix(l).format("MM/DD/YY"):"",y=r.purifyPlanName(u);return p&&(y="".concat(y,", ").concat(p," ft cumulative TVD change")),n.jsxs("div",{className:"c-survey-station-feed-item__accuracy-plan",children:[n.jsx(t.Typography,{variant:"subtitle1",children:"Minimum Distance to Plan:"}),n.jsxs("div",{className:m.planValueWrapper,children:[n.jsx(t.Typography,{variant:"h5",style:{color:r.getColorBySeverity(o)},children:parseFloat(null===(a=i.convertValue(null==o?void 0:o.distance_to_plan,"length","ft"))||void 0===a?void 0:a.toFixed(1))}),n.jsxs(t.Typography,{variant:"caption",className:m.planUnit,children:["(",i.getUnitDisplay("length"),")"]})]}),n.jsx(t.Typography,{variant:"body1",className:m.planText,children:y||d})]})};u.propTypes={timestamp:e.number,initialPlanName:e.string,cumulativeTvdChange:e.string,accuracyData:e.shape().isRequired},u.defaultProps={timestamp:null,initialPlanName:"",cumulativeTvdChange:""},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";var a=require("prop-types"),e=require("@material-ui/core"),t=require("../../../../../utils/convert.js"),n=require("react/jsx-runtime"),i="surveyStationActivity",s=e.makeStyles((function(a){return{labelGrid:{marginRight:7},planText:{color:a.palette.grey[400]},planUnit:{fontSize:12,color:a.palette.grey[400],marginLeft:5},pointValue:{display:"flex",alignItems:"center"},columnWithMargin:{marginRight:40},actualPointContainer:{display:"flex",flexGrow:1}}})),r=function(a){return a&&"number"==typeof a?a.toFixed(2):"-"},l=function(a){var l,o,p=a.feedItem,c=s(),d=(null===(l=p.context)||void 0===l||null===(o=l.survey_station)||void 0===o?void 0:o.data)||{},y=d.measured_depth,h=d.inclination,m=d.azimuth,u=d.tvd,g=d.vertical_section,x=d.dls,v=t.convertValue(y,"length","ft"),T=t.convertValue(u,"length","ft"),j=t.convertValue(g,"length","ft"),b=t.convertValue(x,"anglePerLength","dp100f");return n.jsxs(e.Grid,{spacing:16,justify:"flex-start",className:c.actualPointContainer,children:[n.jsxs(e.Grid,{item:!0,className:c.labelGrid,children:[n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"Survey at:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"Inc:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"Azi:"})]}),n.jsxs(e.Grid,{item:!0,className:c.columnWithMargin,children:[n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_lastSurvey"),className:c.pointValue,children:[r(v),n.jsxs(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:["(",t.getUnitDisplay("length"),")"]})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_inclination"),className:c.pointValue,children:[r(h),n.jsx(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:"°"})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_azimuth"),className:c.pointValue,children:[r(m),n.jsx(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:"°"})]})]}),n.jsxs(e.Grid,{item:!0,className:c.labelGrid,children:[n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"TVD:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"VS:"}),n.jsx(e.Typography,{variant:"body2",className:c.planText,children:"DLS:"})]}),n.jsxs(e.Grid,{item:!0,children:[n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_TVD"),className:c.pointValue,children:[r(T),n.jsxs(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:["(",t.getUnitDisplay("length"),")"]})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_VS"),className:c.pointValue,children:[r(j),n.jsxs(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:["(",t.getUnitDisplay("length"),")"]})]}),n.jsxs(e.Typography,{variant:"body2","data-testid":"".concat(i,"_DLS"),className:c.pointValue,children:[r(b),n.jsx(e.Typography,{variant:"body2",component:"span",className:c.planUnit,children:t.getUnitDisplay("anglePerLength")})]})]})]})};l.propTypes={feedItem:a.shape({context:a.shape({survey_station:a.shape({data:a.shape().isRequired}).isRequired}).isRequired}).isRequired},module.exports=l;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),a=require("@material-ui/icons/NotInterested"),i=require("@material-ui/icons/Warning"),t=require("react/jsx-runtime");function s(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=s(a),l=s(i),c=r.makeStyles((function(e){return{wrapper:{display:"flex",alignItems:"center",margin:"0 20px 10px 0",minWidth:"290px"},warningIcon:{width:60,height:60,color:e.palette.grey[600],marginRight:15},warningMessage:{color:e.palette.grey[600]}}})),o=function(e){var a=e.isWellStatusActive,i=c();return t.jsx("div",{className:i.wrapper,children:a?t.jsxs(t.Fragment,{children:[t.jsx(l.default,{className:i.warningIcon}),t.jsxs(r.Typography,{variant:"body1",className:i.warningMessage,children:["Directional accuracy is not ",t.jsx("br",{}),"available at this ",t.jsx("br",{}),"time"]})]}):t.jsxs(t.Fragment,{children:[t.jsx(n.default,{className:i.warningIcon}),t.jsxs(r.Typography,{variant:"body1",className:i.warningMessage,children:["Well is not ",t.jsx("br",{}),"active"]})]})})};o.propTypes={isWellStatusActive:e.bool.isRequired},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/slicedToArray"),r=require("@babel/runtime/regenerator"),a=require("react"),i=require("prop-types"),u=require("@material-ui/core"),s=require("./components/AccuracyPlan.js"),n=require("./components/ActualPointInfo.js"),l=require("./components/Warning.js"),d=require("./api.js"),o=require("../../../LoadingIndicator/LoadingIndicator.js"),c=require("react/jsx-runtime");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=p(e),v=p(t),f=p(r),q=u.makeStyles({wrapper:{display:"flex",flexWrap:"wrap"}}),h=function(e){var t,r,i,u=e.feedItem,p=q(),h=a.useState(!1),x=v.default(h,2),y=x[0],j=x[1],b=a.useState(!1),R=v.default(b,2),w=R[0],S=R[1],_=a.useState(null),g=v.default(_,2),I=g[0],A=g[1],T=a.useState(""),P=v.default(T,2),W=P[0],k=P[1],D=a.useState(""),L=v.default(D,2),N=L[0],z=L[1],C=a.useState(null),E=v.default(C,2),G=E[0],B=E[1],F="active"===(null===(t=u.context)||void 0===t||null===(r=t.survey_station)||void 0===r||null===(i=r.well)||void 0===i?void 0:i.status);return a.useEffect(m.default(f.default.mark((function e(){var t,r,a,i,s,n,l,o,c,p,m,v,q,h;return f.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=null===(t=u.well)||void 0===t?void 0:t.id,l=null===(r=u.context)||void 0===r||null===(a=r.survey_station)||void 0===a||null===(i=a.data)||void 0===i?void 0:i.measured_depth,e.next=4,d.fetchDirectionalAccuracyRecords({wellId:n,md:l});case 4:o=e.sent,c=null==o||null===(s=o[0])||void 0===s?void 0:s.data,j(!0),c&&(m=c.accuracy,v=c.cumulative_tvd_change||"",q=c.plan_name||"",h=null===(p=o[0])||void 0===p?void 0:p.timestamp,S(!0),A(m),k(v),z(q),B(h));case 8:case"end":return e.stop()}}),e)}))),[]),y?c.jsxs("div",{className:p.wrapper,children:[w?c.jsx(s,{accuracyData:I,cumulativeTvdChange:W,initialPlanName:N,timestamp:G}):c.jsx(l,{isWellStatusActive:F}),c.jsx(n,{feedItem:u})]}):c.jsx(o,{})};h.propTypes={feedItem:i.shape({context:i.shape({survey_station:i.shape({data:i.shape({azimuth:i.number.isRequired,inclination:i.number.isRequired,measured_depth:i.number.isRequired}).isRequired,well:i.shape({status:i.string.isRequired}).isRequired}).isRequired}).isRequired}).isRequired},module.exports=h;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),a=require("moment"),i=require("@material-ui/core"),r=require("../../../utils/mobileDetect.js"),s=require("../../../utils/index.js"),n=require("../../Typography.js"),l=require("../../Attachment/index.js"),u=require("../../UserMention/utils/index.js"),d=require("../../CollapsibleContent.js"),c=require("../../../constants/feed.js"),o=require("react/jsx-runtime");function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var p=m(e),f=m(t),h=m(a),x="TracesMemoFeedItem",g=i.makeStyles((function(e){return{message:{lineHeight:"20px"},container:{marginBottom:4,lineHeight:"20px"},label:{color:e.palette.primary.text6}}})),b=function(e){var t=e.feedItem,a=t.context[c.FEED_ITEM_TYPES.TRACES_MEMO],m=a.body,p=a.attachment,f=void 0===p?{}:p,b=a.bitDepth,j=a.holeDepth,q=a.timestamp,T=t.mentioned_users,_=g(),y=s.getUnitDisplay("length"),E=s.convertValue(+b,"length","ft"),D=s.convertValue(+j,"length","ft");return o.jsxs(i.Box,{whiteSpace:"pre-wrap",children:[m&&o.jsx(d,{children:o.jsx(n.Regular14,{className:_.message,"data-testid":"".concat(x,"_message"),variant:"body1",children:u.formatMentionText(m,T,r.isNativeDetected)})}),o.jsxs(i.Box,{mt:1,mb:1,children:[o.jsxs(n.Regular14,{"data-testid":"".concat(x,"_Time"),className:_.container,children:[o.jsx("span",{className:_.label,children:"Time: "}),h.default.unix(q).format(c.FEED_ITEM_TIME_FORMAT)]}),Number.isFinite(j)&&o.jsxs(n.Regular14,{"data-testid":"".concat(x,"_HoleDepth"),className:_.container,children:[o.jsx("span",{className:_.label,children:"Hole Depth: "}),"".concat(D," ").concat(y)]}),Number.isFinite(b)&&o.jsxs(n.Regular14,{"data-testid":"".concat(x,"_BitDepth"),className:_.container,children:[o.jsx("span",{className:_.label,children:"Bit Depth: "}),"".concat(E," ").concat(y)]})]}),f&&(f.signed_url||f.url)&&o.jsx(l,{attachmentUrl:f.signed_url||f.url,fileName:f.file_name,attachmentSize:f.size,size:"medium"})]})};b.propTypes={feedItem:f.default.shape({context:f.default.shape(p.default({},c.FEED_ITEM_TYPES.TRACES_MEMO,f.default.shape({body:f.default.string.isRequired,attachment:f.default.shape({url:f.default.string,size:f.default.number}),bitDepth:f.default.oneOfType([f.default.string,f.default.number]).isRequired,holeDepth:f.default.oneOfType([f.default.string,f.default.number]).isRequired,timestamp:f.default.oneOfType([f.default.string,f.default.number]).isRequired}).isRequired)).isRequired,mentioned_users:f.default.arrayOf(f.default.shape({}))}).isRequired},module.exports=b;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),a=require("@material-ui/core"),t=require("../../../../../utils/convert.js"),r=require("react/jsx-runtime"),n=a.makeStyles((function(e){return{wrapper:{display:"flex"},targetLabel:{color:e.palette.grey[400],marginRight:10},targetValue:{marginRight:15}}})),s=function(e){var s=e.targetChanges,i=n();return r.jsxs("div",{children:[r.jsx(a.Typography,{variant:"body2",gutterBottom:!0,children:"Target Changes:"}),r.jsxs("div",{className:i.wrapper,children:[r.jsx(a.Typography,{variant:"body2",className:i.targetLabel,children:"MD:"}),r.jsx(a.Typography,{variant:"body2",className:i.targetValue,children:"".concat(s.measured_depth||0," (").concat(t.getUnitDisplay("length"),")")}),r.jsx(a.Typography,{variant:"body2",className:i.targetLabel,children:"Vertical Section:"}),r.jsx(a.Typography,{variant:"body2",className:i.targetValue,children:"".concat(s.vertical_section||0," (").concat(t.getUnitDisplay("length"),")")}),r.jsx(a.Typography,{variant:"body2",className:i.targetLabel,children:"TVD Change:"}),r.jsx(a.Typography,{variant:"body2",className:i.targetValue,children:"".concat(s.tvd_change||0," (").concat(t.getUnitDisplay("length"),")")})]})]})};s.propTypes={targetChanges:e.shape({measured_depth:e.number,vertical_section:e.number,tvd_change:e.number})},s.defaultProps={targetChanges:{}},module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),t=require("@material-ui/core/colors/blue"),a=require("react/jsx-runtime");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var s=i(t),o=r.makeStyles({wrapper:{marginRight:40},vsa:{color:s.default[300]}}),u=function(e){var t=e.vsa,i=o();return a.jsxs("div",{className:i.wrapper,children:[a.jsx(r.Typography,{variant:"body2",gutterBottom:!0,children:"Vertical section Azimuth:"}),a.jsx(r.Typography,{"data-testid":"".concat("FeedActivityPo","_wellPlan_verticalAzimuth"),variant:"h5",className:i.vsa,children:t})]})};u.propTypes={vsa:e.number.isRequired},module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.SUBSCRIPTIONS=[{provider:"corva",collection:"data.actual_survey",event:"update",meta:{subscribeToLatestOnly:!0},params:{limit:1,sort:"{ timestamp: -1 }"}},{provider:"corva",collection:"data.plan_survey",meta:{subscribeToLatestOnly:!0},params:{limit:1,sort:"{ timestamp: -1 }"}},{provider:"corva",collection:"wits"}];
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("react"),r=require("prop-types"),s=require("immutable"),a=require("./components/TargetChanges.js"),i=require("./components/VerticalSectionAzimuth.js"),p=require("./constants.js"),n=require("./styles.css.js"),u=require("../../../../constants/subscriptions.js");require("../../../EmbeddedApp/DevCenterEmbeddedApp.js");var o=require("../../../EmbeddedApp/EmbeddedApp.js"),c=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var b=d(e);function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,s)}return r}function m(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){b.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var g=function(e){var r=e.feedItem,d=r.id,b=r.well,l=r.context.well_plan,g=l.data,y=g.vertical_section_azimuth,f=g.target_changes,q=l.timestamp,h=e.subscribeAppForAsset,j=e.unsubscribeAppFromAsset,A=e.appContext,S=e.isSubDataLoading,D=e.getSubErrors,R=e.isSubDataEmpty,O=e.appRegistry,C=e.appData,v=p.SUBSCRIPTIONS.map((function(e){return m(m({},e),{},{meta:m(m({},u.DEFAULT_SUBSCRIPTION_META),{},{subscribeOnlyForInitialData:!0})})}));return t.useEffect((function(){b&&q&&h(d,v,b.id,{query:"{timestamp#lte#".concat(q,"}")})}),[]),b?c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:n.wellPlanFeedItemInfo,children:[c.jsx(i,{vsa:y}),f&&c.jsx(a,{targetChanges:f})]}),c.jsx(o,{asset:s.Map(b),appContainerClassName:n.wellPlanFeedItemApp,appId:d,assetId:b.id,appComponentKey:"directional-wellPlan",appComponentCategory:"directional",subscriptions:v,requiresSubscription:!1,appContext:s.Map(A),assetDashboards:s.List(),graphType:1,internalSelectors:{isSubDataLoading:S,getSubErrors:D,isSubDataEmpty:R},appRegistry:O,appData:C,subscribeAppForAsset:h,unsubscribeAppFromAsset:j}),c.jsx(o,{asset:s.Map(b),appContainerClassName:n.wellPlanFeedItemApp,appId:d,assetId:b.id,appComponentKey:"directional-wellPlan",appComponentCategory:"directional",subscriptions:v,requiresSubscription:!1,appContext:s.Map(A),assetDashboards:s.List(),graphType:2,internalSelectors:{isSubDataLoading:S,getSubErrors:D,isSubDataEmpty:R},appRegistry:O,appData:C,subscribeAppForAsset:h,unsubscribeAppFromAsset:j})]}):"No Well in data"};g.propTypes={feedItem:r.shape({id:r.number,context:r.shape({well_plan:r.shape({timestamp:r.number.isRequired,data:r.shape({vertical_section_azimuth:r.number,target_changes:r.shape({measured_depth:r.number,tvd_change:r.number,vertical_section:r.number})})}).isRequired}).isRequired,well:r.shape({id:r.number.isRequired}).isRequired}).isRequired,subscribeAppForAsset:r.func.isRequired,unsubscribeAppFromAsset:r.func.isRequired,appContext:r.shape({view:r.string.isRequired}).isRequired,appData:r.shape().isRequired,appRegistry:r.shape().isRequired,isSubDataLoading:r.func.isRequired,getSubErrors:r.func.isRequired,isSubDataEmpty:r.func.isRequired},module.exports=g;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../../../ext-esm/style-inject/dist/style-inject.es.js')(".styles_wellPlanFeedItemInfo__DtdDC{display:flex;flex-wrap:wrap;margin-bottom:20px}.styles_wellPlanFeedItemApp__CJEjo{display:inline-block;height:400px;margin-right:15px;position:relative;width:400px}"),module.exports={wellPlanFeedItemInfo:"styles_wellPlanFeedItemInfo__DtdDC",wellPlanFeedItemApp:"styles_wellPlanFeedItemApp__CJEjo"};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../ext-esm/tslib/tslib.es6.js'),s=require("react/jsx-runtime"),r=require("../../componentsV2/FileIcon/constants.js");exports.FileIcon=function(t){var n=t.name,o=e.__rest(t,["name"]),i=r.getComponent(n);return s.jsx(i,e.__assign({},o))};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),i=require("prop-types"),r=require("classnames"),l=require("@material-ui/core"),t=require("@material-ui/icons/Delete"),a=require("@material-ui/core/colors/grey"),s=require("./styles.css.js"),n=require("../../utils/main.js"),o=require("../../utils/fileExtension.js"),d=require("../FileTypeIcon.js"),c=require("../IconButton/index.js"),u=require("react/jsx-runtime");function p(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var m=p(e),f=p(i),v=p(r),x=p(t),j=p(a),q=function(e){var i=e.fileName,r=e.fileUrl,t=e.handleFileDelete,a=e.classes,p=o.getIsImage(i);return u.jsxs("div",{className:v.default(s.cComponentFilePreview,a.wrapper),children:[p?u.jsx("div",{className:s.cComponentFilePreviewImageFileWrapper,children:u.jsx("img",{"data-testid":"".concat("filePreview","_filePreview"),className:s.cComponentFilePreviewImage,src:r,alt:"Uploaded file"})}):u.jsx("div",{className:s.cComponentFilePreviewWrapper,children:u.jsxs("div",{className:s.cComponentFilePreviewDownload,style:{border:"1px solid ".concat(j.default[400])},children:[u.jsx(d,{fileName:i,size:25}),u.jsx("div",{className:s.cComponentFilePreviewDownloadText,children:u.jsx(l.Typography,{"data-testid":"".concat("filePreview","_fileName"),variant:"subtitle2",noWrap:!0,children:n.getFileNameWithExtensionFromPath(i)})})]})}),u.jsx(c,{title:"Delete",onClick:t,className:v.default(s.cComponentFilePreviewDeleteFile,m.default({},s.cComponentFilePreviewDeleteFileCentered,!p)),tooltipProps:{title:"Delete"},children:u.jsx(x.default,{"data-testid":"".concat("filePreview","_deleteButton")})})]})};q.propTypes={fileName:f.default.string.isRequired,fileUrl:f.default.string.isRequired,handleFileDelete:f.default.func.isRequired,classes:f.default.shape({deleteTooltip:f.default.string.isRequired}).isRequired};var w=l.withStyles({deleteTooltip:{marginTop:"3px",backgroundColor:"rgba(97, 97, 97, 0.4)"}})(q);module.exports=w;
@@ -0,0 +1 @@
1
+ "use strict";require('./../../ext-esm/style-inject/dist/style-inject.es.js')(".styles_cComponentFilePreview__u5R6s{background:#4d4d4d;border-radius:4px;display:flex;margin-left:48px;margin-top:10px;max-height:300px;padding:2px 0;position:relative}.styles_cComponentFilePreviewWrapper__efPtx{align-items:center;display:flex;margin-left:8px}.styles_cComponentFilePreview__u5R6s:hover .styles_cComponentFilePreviewDeleteFile__I4343{margin-left:20px;position:relative;visibility:visible}.styles_cComponentFilePreviewDeleteFile__I4343{position:absolute!important;right:8px;top:8px;visibility:hidden}.styles_cComponentFilePreviewDeleteFileCentered__6rfz6{top:50%;transform:translateY(-50%)}.styles_cComponentFilePreviewImageFileWrapper__BW-s-{border-radius:3px;margin-bottom:0;margin-top:0;overflow:hidden;text-align:center}.styles_cComponentFilePreview__u5R6s:hover .styles_cComponentFilePreviewImageFileWrapper__BW-s-,.styles_cComponentFilePreview__u5R6s:hover .styles_cComponentFilePreviewWrapper__efPtx{opacity:.7}.styles_cComponentFilePreviewImageFileWrapper__BW-s-:hover .styles_cComponentFilePreviewDeleteFile__I4343{visibility:visible}.styles_cComponentFilePreviewName__x37wX{align-items:center;display:flex;justify-content:space-between;margin:20px 0 0}.styles_cComponentFilePreviewImage__affFU{max-height:100%;max-width:100%;vertical-align:top}.styles_cComponentFilePreviewDownload__MlNlb{align-items:center;border-radius:3px;cursor:pointer;display:flex;margin:5px 0;padding:5px;width:150px}.styles_cComponentFilePreviewDownloadText__qoZzr{display:flex;justify-content:space-between;margin-left:10px;width:calc(100% - 60px)}"),module.exports={cComponentFilePreview:"styles_cComponentFilePreview__u5R6s",cComponentFilePreviewWrapper:"styles_cComponentFilePreviewWrapper__efPtx",cComponentFilePreviewDeleteFile:"styles_cComponentFilePreviewDeleteFile__I4343",cComponentFilePreviewDeleteFileCentered:"styles_cComponentFilePreviewDeleteFileCentered__6rfz6",cComponentFilePreviewImageFileWrapper:"styles_cComponentFilePreviewImageFileWrapper__BW-s-",cComponentFilePreviewName:"styles_cComponentFilePreviewName__x37wX",cComponentFilePreviewImage:"styles_cComponentFilePreviewImage__affFU",cComponentFilePreviewDownload:"styles_cComponentFilePreviewDownload__MlNlb",cComponentFilePreviewDownloadText:"styles_cComponentFilePreviewDownloadText__qoZzr"};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),i=require("image-extensions"),a=require("../utils/fileExtension.js"),s=require("react/jsx-runtime");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var t=d(e),c={image:d(i).default,doc:["doc","docx"],xls:["xls","xlsx"],pdf:["pdf"],archive:["zip","rar","7z","tar"]},l={fileTypeWrapper:{display:"inline-block",verticalAlign:"top"}},r=function(e){var i,d=e.fileName,t=e.size,r=e.className,f=a.getFileExtension(d);return i=c.image.includes(f)?"/static/media/ce0806d7fe0a5fdedde889e58929cd3a.svg":c.doc.includes(f)?"/static/media/ffd922ae8116b456a7f24dcf118f36b4.svg":c.xls.includes(f)?"/static/media/b88b9008a93dabe2d431b22e76e3017a.svg":c.pdf.includes(f)?"/static/media/af268ec48d747e3147d5acb95bc1b599.svg":c.archive.includes(f)?"/static/media/e26a8e73ce2b62ee8bd6b8eddf286b49.svg":"/static/media/0ea849622ec24faa453981edfd1862e6.svg",s.jsx("div",{style:l.fileTypeWrapper,className:r,children:s.jsx("img",{src:i,alt:"File icon",style:{display:"block",height:t,width:t}})})};r.propTypes={fileName:t.default.string.isRequired,size:t.default.number,className:t.default.string},r.defaultProps={size:50,className:void 0},module.exports=r;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/asyncToGenerator"),t=require("@babel/runtime/helpers/classCallCheck"),r=require("@babel/runtime/helpers/createClass"),l=require("@babel/runtime/helpers/assertThisInitialized"),i=require("@babel/runtime/helpers/inherits"),a=require("@babel/runtime/helpers/possibleConstructorReturn"),n=require("@babel/runtime/helpers/getPrototypeOf"),o=require("@babel/runtime/helpers/defineProperty"),s=require("@babel/runtime/regenerator"),u=require("react"),d=require("prop-types"),p=require("react-s3-uploader/s3upload"),c=require("@material-ui/core/CircularProgress"),f=require("@material-ui/icons/PhotoCamera"),h=require("./PostPreviewDialog/index.js"),b=require("./Icons/AttachIcon.js"),g=require("./IconButton/index.js"),F=require("../clients/jsonApi/index.js"),v=require("../utils/mobileDetect.js"),m=require("react/jsx-runtime");function U(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var P=U(e),y=U(t),S=U(r),j=U(l),O=U(i),q=U(a),w=U(n),D=U(o),x=U(s),I=U(d),C=U(p),R=U(c),T=U(f);function E(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);t&&(l=l.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,l)}return r}function N(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?E(Object(r),!0).forEach((function(t){D.default(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):E(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,l=w.default(e);if(t){var i=w.default(this).constructor;r=Reflect.construct(l,arguments,i)}else r=l.apply(this,arguments);return q.default(this,r)}}var k=function(e){O.default(r,e);var t=_(r);function r(e){var l,i;return y.default(this,r),l=t.call(this,e),D.default(j.default(l),"onFinish",P.default(x.default.mark((function e(){var t;return x.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,F.getS3DownloadLink(l.state.s3FileName);case 2:t=e.sent,l.setState({currentUpload:null,uploadingFileToS3:!1,openFileUploadPreviewDialog:l.props.openPreviewDialogOnUpload,s3FileUrl:t.url},(function(){l.props.onFinish&&l.props.onFinish(l.state.s3FileUrl,l.state.s3FileName,l.state.s3FileSize)}));case 4:case"end":return e.stop()}}),e)})))),D.default(j.default(l),"onError",(function(e){l.props.onError&&l.props.onError(e),console.error(e)})),D.default(j.default(l),"getSignedUrl",(i=P.default(x.default.mark((function e(t,r){var i;return x.default.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,F.getS3SignedUrl(t.name,t.type);case 3:i=e.sent,e.next=10;break;case 6:return e.prev=6,e.t0=e.catch(0),l.setState({uploadingFileToS3:null,currentUpload:null},(function(){l.onError(e.t0.message)})),e.abrupt("return");case 10:l.setState({s3FileUrl:i.signed_url,s3FileName:i.file_name,s3FileSize:t.size}),r(N(N({},i),{},{signedUrl:i.signed_url}));case 12:case"end":return e.stop()}}),e,null,[[0,6]])}))),function(e,t){return i.apply(this,arguments)})),D.default(j.default(l),"preprocess",(function(e,t){t(e)})),D.default(j.default(l),"uploadFile",(function(e){if(e.target.files[0]){l.clearUpload();var t=new C.default({fileElement:l.fileInput.current,getSignedUrl:l.getSignedUrl,preprocess:l.preprocess,onProgress:function(){},onFinishS3Put:l.onFinish,onError:l.onError});l.setState({uploadingFileToS3:!0,currentUpload:{uploader:t}})}})),D.default(j.default(l),"handleCloseFileUploadPreviewDialog",(function(){l.setState({openFileUploadPreviewDialog:!1})})),D.default(j.default(l),"handleShare",(function(e,t,r){l.setState({openFileUploadPreviewDialog:!1},(function(){l.props.handleShare&&l.props.handleShare(e,t,r)}))})),l.state={currentUpload:null,s3FileUrl:null,s3FileName:null,s3FileSize:null,uploadingFileToS3:!1,openFileUploadPreviewDialog:!1},l.fileInput=u.createRef(),l}return S.default(r,[{key:"clearUpload",value:function(){var e=this.state.currentUpload;e&&e.uploader&&e.uploader.abortUpload()}},{key:"renderUploadButton",value:function(){var e=v.isNativeDetected?T.default:b,t=D.default({},"data-file-upload-button","");return m.jsxs("label",N(N({htmlFor:this.props.inputId},t),{},{children:[m.jsx("input",{ref:this.fileInput,id:this.props.inputId,type:"file",disabled:this.props.disabled,onChange:this.uploadFile,style:{display:"none"}}),m.jsx(g,{"data-testid":"".concat("fileUpload","_attachFileButton"),"aria-label":"File Upload",disabled:this.props.disabled,component:this.props.disabled?"button":"span",className:this.props.fileUploadIconClassName,disableRipple:this.props.disableRipple,tooltipProps:this.props.tooltipProps,children:m.jsx(e,{})})]}))}},{key:"render",value:function(){return m.jsxs(m.Fragment,{children:[this.state.uploadingFileToS3?m.jsx(R.default,{"data-testid":"generic_uploadProgress",size:18}):this.renderUploadButton(),this.state.openFileUploadPreviewDialog&&m.jsx(h,{open:this.state.openFileUploadPreviewDialog,fileUrl:this.state.s3FileUrl,fileName:this.state.s3FileName,fileSize:this.state.s3FileSize,handleShare:this.handleShare,handleClose:this.handleCloseFileUploadPreviewDialog,additionalFields:this.props.additionalFields,requiredFields:this.props.requiredFields,message:this.props.message})]})}}]),r}(u.PureComponent);k.propTypes={additionalFields:I.default.arrayOf(I.default.node),classes:I.default.shape({}).isRequired,tooltipProps:I.default.shape({}),disableRipple:I.default.bool,disabled:I.default.bool,fileUploadIconClassName:I.default.string,handleShare:I.default.func,inputId:I.default.string,message:I.default.string,onError:I.default.func,onFinish:I.default.func,openPreviewDialogOnUpload:I.default.bool,requiredFields:I.default.arrayOf(I.default.string)},k.defaultProps={additionalFields:[],disableRipple:!1,disabled:!1,fileUploadIconClassName:void 0,handleShare:void 0,inputId:"icon-button-file",message:void 0,onError:void 0,onFinish:void 0,openPreviewDialogOnUpload:!0,requiredFields:[],tooltipProps:{title:"Attach File"}},exports.FILE_UPLOAD_BUTTON_DATA_ATTR="data-file-upload-button",exports.default=k;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var s=require('./../../ext-esm/tslib/tslib.es6.js'),e=require("react/jsx-runtime"),o=require("react-dropzone"),i=require("classnames"),r=require("./styles.js"),n=require("../../icons/iconParkIcons.js");require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js");var c=require("../../icons/customIcons/icons/CautionFilled.js");require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js");var t=require("../Typography.js"),u=require("../Button/components/Button/index.js");require("moment-timezone"),require("@material-ui/core"),require("../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js"),require("../Button/components/LiveButton/styles.js");var a=require("../../componentsV2/FilesDropzone/utils.js");function l(s){return s&&"object"==typeof s&&"default"in s?s:{default:s}}var m=l(i);exports.FilesDropzone=function(i){var l=i.multiple,d=i.children,j=i.accept,p=i.onDrop,q=i.className,I=i.maxFiles,x=i.maxSize,h=i.errorText,v=i.disabled,b=r.useStyles(),g=a.parseAccept(j),F=g.mimetypes,f=g.extensions,C=F.length||f.length?s.__assign({"*/*":f},Object.fromEntries(F.map((function(s){return[s,[]]})))):void 0,y=a.formatDescription(f,x),z=o.useDropzone({onDrop:p,multiple:l,accept:C,maxFiles:I,maxSize:x,disabled:v}),D=z.getRootProps,_=z.getInputProps,B=z.isDragActive;return e.jsxs("div",{className:q,children:[e.jsxs("div",s.__assign({},D(),{className:m.default(b.root,v&&b.disabled,B&&b.active),children:[e.jsx("input",s.__assign({},_())),d||e.jsxs(e.Fragment,{children:[e.jsx(n.FileAdditionOne,{size:24,className:b.icon}),e.jsx(t.Regular14,{children:"Drag & Drop your file here or"}),e.jsx(u,{variation:"tertiary",size:"small",disabled:v,className:b.uploadButton,children:"Choose file"})]})]})),!h&&y&&e.jsx(t.Regular14,{className:m.default(b.description,v&&b.disabled),children:y}),h&&e.jsxs(t.Regular14,{className:b.error,children:[e.jsx(c.CautionFilledCustomIcon,{size:20}),h]})]})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core"),t=e.makeStyles((function(e){return{disabled:{},active:{},icon:{transition:"all .3s"},root:{width:"100%",minHeight:"150px",display:"flex",alignItems:"center",justifyContent:"center",flexDirection:"column",borderRadius:"8px",border:"1px dashed ".concat(e.palette.primary.text9),color:e.palette.primary.text6,gap:e.spacing(1),transition:"all .3s","&:hover:not($disabled), &$active":{cursor:"pointer",background:"".concat(e.palette.primary.main,"1f"),border:"1px solid ".concat(e.palette.primary.main),"& $icon":{color:e.palette.primary.main}},"&$disabled":{cursor:"not-allowed",color:e.palette.primary.text9,borderColor:e.palette.primary.text9}},uploadButton:{marginTop:e.spacing(1)},error:{lineHeight:"16px!important",color:e.palette.error.main,display:"flex",flexFlow:"row nowrap",alignItems:"center",gap:e.spacing(1),marginTop:e.spacing(1)},description:{marginTop:e.spacing(1),color:e.palette.primary.text6,transition:"all .3s","&$disabled":{color:e.palette.primary.text9}}}}));exports.useStyles=t;
@@ -0,0 +1 @@
1
+ "use strict";var e=require('./../../ext-esm/tslib/tslib.es6.js'),o=require("react/jsx-runtime"),s=require("react"),n=require("prop-types"),r=require("classnames"),i=require("@material-ui/core"),t=require("../IconButton/index.js"),c=require("../Button/components/Button/index.js");require("moment-timezone");var a=require("../../icons/iconParkIcons.js");require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js"),require("../../icons/customIcons/icons/CautionFilled.js"),require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js"),require("../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js"),require("../Button/components/LiveButton/styles.js");var l=require("./Icons/IconWarning.js"),u=require("../FileIcon/FileIcon.js"),d=require("./useStyles.js");function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=m(n),p=m(r);function j(n){var r,m,f,j,h,g,I,x=n.size,q=n.unit,v=n.name,z=n.customUnitName,y=n.sizeBytes,B=n.handleCancel,N=n.onReload,C=n.onDelete,S=n.loadedBytes,b=n.error,w=n.errorText,F=n.formatError,L=n.importButtonType,k=n.isLoadingAnimation,E=n.showActions,M=d.useStyles(),T=s.useState({}),P=T[0],_=T[1],A=s.useState(0),R=A[0],U=A[1],D=s.useState(!0),O=D[0],W=D[1],G="large"===x,K=G?24:16,Z=G?"medium":"small";s.useEffect((function(){_(function(e,o,s){return"time"===o?{downloaded:0,unit:"min",convertedSize:e}:"custom"===o?{downloaded:0,unit:s,convertedSize:e}:e>=Math.pow(10,6)?{downloaded:0,unit:"MB",convertedSize:Math.floor(e/Math.pow(10,5))/10}:e>=Math.pow(10,3)?{downloaded:0,unit:"KB",convertedSize:Math.floor(e/Math.pow(10,2))/10}:{downloaded:0,unit:"B",convertedSize:Math.floor(10*e)/10}}(y,q,z))}),[y,q]),s.useEffect((function(){if(S&&y){var o=Math.round(S/y*100);_((function(s){return e.__assign(e.__assign({},s),{downloaded:Math.floor(s.convertedSize*o/10)/10})})),U(o)}}),[S,y]),s.useEffect((function(){var e;return C&&R>=100&&(W(!0),e=setTimeout((function(){W(!1)}),5e3)),function(){return e&&clearTimeout(e)}}),[R]),s.useEffect((function(){b&&(U(0),_((function(o){return e.__assign(e.__assign({},o),{downloaded:0})})))}),[b]);var H=s.useMemo((function(){var e,o;return[p.default(M.iconButton,((e={})[M.iconButtonLarge]=G,e)),p.default(M.actionIcon,((o={})[M.actionIconLarge]=G,o))]}),[G]),J=H[0],Q=H[1];return o.jsxs("div",{className:M.fileStateWrapper,children:[o.jsx("div",{className:M.fileIconContainer,children:o.jsx(u.FileIcon,{name:v,style:{fontSize:G?48:32}})}),o.jsxs("div",{className:M.fileState,children:[o.jsxs("div",{className:M.fileStateProgress,children:[o.jsx("div",{className:M.fileNameWrapper,children:o.jsx(i.Typography,{className:p.default(M.fileName,(r={},r[M.fileNameLarge]=G,r)),children:v.length>7?o.jsxs(o.Fragment,{children:[o.jsx("span",{className:M.firstPart,children:v.slice(0,v.length-7)}),o.jsx("span",{children:v.slice(-7)})]}):v})}),!k&&o.jsx(i.LinearProgress,{className:M.progressBar,variant:"determinate",value:R,classes:{colorPrimary:p.default(M.progressBackground,(m={},m[M.progressBarError]=b,m)),barColorPrimary:p.default(M.progressBarColor,(f={},f[M.progressBarError]=b,f))}}),o.jsxs("div",{className:M.loaderProgressContainer,children:[!k&&o.jsx(i.Typography,{className:p.default(M.fileSize,(j={},j[M.fileSizeLarge]=G,j)),component:"span",children:"".concat(P.downloaded," of ").concat(P.convertedSize," ").concat(P.unit)}),o.jsxs("div",{className:p.default(M.progressStatus,(h={},h[M.fileSizeLarge]=G,h)),children:[b&&o.jsxs(i.Typography,{component:"div",className:M.errorContainer,children:[o.jsx(l,{size:x}),o.jsx(i.Typography,{component:"span",className:p.default(M.errorText,(g={},g[M.fileSizeLarge]=G,g)),children:F?"Upload Error. Unacceptable file format.":"Upload Error".concat(w&&". ".concat(w))})]}),!b&&!k&&"".concat(R," %")]})]})]}),E&&o.jsxs("div",{className:M.fileActions,children:[R<100&&!b&&o.jsx(o.Fragment,{children:k?o.jsx("div",{className:p.default(M.loadingIcon,(I={},I[M.loadingLargeIcon]=G,I)),style:{backgroundImage:"url(".concat("/static/media/6fa6f1128bc0185126482345243bcd42.svg",")")}}):o.jsx(t,{tooltipProps:{title:"Cancel"},className:J,onClick:function(){B(v),U(0),_((function(o){return e.__assign(e.__assign({},o),{downloaded:0})}))},size:Z,children:o.jsx(a.CloseSmallIcon,{className:Q,size:K})})}),100===R&&!b&&(!O&&C?o.jsx(t,{variant:"contained",tooltipProps:{title:"Delete"},className:J,onClick:C,size:Z,children:o.jsx(a.DeleteFourIcon,{className:Q,size:K})}):o.jsx(a.CheckOneIcon,{fill:"#75DB29",size:K,style:{marginLeft:12}})),N&&b&&o.jsx(o.Fragment,{children:F?o.jsx(o.Fragment,{children:"default"===L?o.jsx(c,{size:G?"medium":"small",variation:"primary",startIcon:o.jsx(a.UploadIcon,{}),onClick:N,children:"Import"}):o.jsx(t,{size:Z,tooltipProps:{title:"Import File"},className:J,onClick:N,children:o.jsx(a.UploadIcon,{size:K})})}):o.jsx(t,{size:Z,tooltipProps:{title:"Reload"},className:J,onClick:N,children:o.jsx(a.RedoIcon,{size:K})})})]})]})]})}var h={size:f.default.oneOf(["small","large"]),unit:f.default.oneOf(["size","time","custom"]),customUnitName:f.default.string,onDelete:f.default.func,onReload:f.default.func,handleCancel:f.default.func,name:f.default.string,sizeBytes:f.default.number,error:f.default.bool,errorText:f.default.string,formatError:f.default.bool,importButtonType:f.default.oneOf(["default","icon"]),loadedBytes:f.default.number.isRequired,isLoadingAnimation:f.default.bool,showActions:f.default.bool};j.propTypes=h,j.defaultProps={size:"small",unit:"size",onDelete:null,onReload:null,name:"",customUnitName:"",sizeBytes:1,error:null,errorText:"",formatError:!1,importButtonType:"default",handleCancel:null,isLoadingAnimation:!1,showActions:!0},module.exports=j;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react/jsx-runtime");module.exports=function(l){var i=l.size,s=l.style,t=void 0===s?{}:s;return e.jsx("svg",{width:"small"===i?16:20,height:"small"===i?16:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:t,children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.72494 17.0865C2.4416 17.0865 1.6416 15.6948 2.28327 14.5865L8.55827 3.74482C9.19994 2.63649 10.7999 2.63649 11.4416 3.74482L17.7166 14.5865C18.3583 15.6948 17.5583 17.0865 16.2749 17.0865H3.72494ZM16.2749 15.4198L9.99994 4.57816L3.72494 15.4198H16.2749ZM9.1666 8.75316V10.4198C9.1666 10.8782 9.5416 11.2532 9.99994 11.2532C10.4583 11.2532 10.8333 10.8782 10.8333 10.4198V8.75316C10.8333 8.29482 10.4583 7.91982 9.99994 7.91982C9.5416 7.91982 9.1666 8.29482 9.1666 8.75316ZM10.8333 14.5865V12.9198H9.1666V14.5865H10.8333Z",fill:"#F44336"})})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core"),t=e.makeStyles((function(t){return e.createStyles({fileStateWrapper:{display:"flex",alignItems:"center"},fileIconContainer:{display:"flex",alignItems:"center",marginRight:"16px"},fileState:{display:"flex",flexGrow:"1",alignItems:"center"},fileStateProgress:{flexGrow:"1"},fileNameWrapper:{display:"table",tableLayout:"fixed",width:"100%"},fileName:{display:"flex",fontSize:"14px",lineHeight:"20px",color:t.palette.primary.text1},fileNameLarge:{fontSize:"18px",lineHeight:"24px"},firstPart:{maxWidth:"calc(100% - 72px)",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},fileSize:{fontSize:"12px",lineHeight:"16px",color:t.palette.primary.text6},fileSizeLarge:{fontSize:"14px !important",lineHeight:"20px !important"},checkIcon:{color:t.palette.success.bright},iconButton:{padding:"7px",color:t.palette.primary.text6,"&:hover":{color:t.palette.primary.text1}},iconButtonLarge:{padding:"8px"},actionIcon:{fontSize:"16px !important",cursor:"pointer",color:"white #important"},actionIconLarge:{fontSize:"24px !important"},progressBar:{borderRadius:"2px",height:"2px",margin:"4px 0"},fileActions:{display:"flex",alignItems:"center",paddingLeft:"16px"},progressBackground:{backgroundColor:"".concat(t.palette.primary.light,"66")},progressBarColor:{backgroundColor:t.palette.primary.light},progressBarError:{backgroundColor:"#ffffff66"},loaderProgressContainer:{display:"flex",justifyContent:"space-between",width:"100%",fontSize:"11px",fontWeight:"400",letterSpacing:"0.4px",color:t.palette.primary.text6,marginTop:"4px"},progressStatus:{fontSize:"12px",lineHeight:"16px",color:t.palette.primary.text6},errorContainer:{display:"flex"},errorText:{color:t.palette.error.main,fontSize:"12px",lineHeight:"16px",marginLeft:"8px"},loadingIcon:{width:"30px",height:"30px",backgroundRepeat:"no-repeat",backgroundPosition:"center",backgroundSize:"contain",animation:"$rotation 1.4s infinite linear"},"@keyframes rotation":{from:{transform:"rotate(0deg)"},to:{transform:"rotate(359deg)"}},loadingLargeIcon:{width:"40px",height:"40px"}})}));exports.useStyles=t;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var s=require("react/jsx-runtime"),e=require("classnames"),o=require("@material-ui/core"),r=require("../FileIcon/FileIcon.js"),c=require("../IconButton/index.js"),i=require("../../icons/iconParkIcons.js");require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js");var n=require("../../icons/customIcons/icons/CautionFilled.js");require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js");var t=require("../MiddleTruncatedText/MiddleTruncatedText.js"),u=require("../Typography.js"),l=require("./utils.js"),a=require("./styles.js");function d(s){return s&&"object"==typeof s&&"default"in s?s:{default:s}}var j=d(e);exports.FilesLoaderV2=function(e){var d=e.formatProgress,m=void 0===d?l.formatSizeProgress:d,q=e.className,I=e.name,x=e.current,h=e.total,p=e.errorText,C=e.onCancel,F=e.onReload,g=e.onDelete,v=a.useStyles(),R=h>=0&&x>=0,T=Math.min(100,Math.ceil(x/h*100)),k=x>=h;return s.jsxs("div",{className:j.default(v.root,q),children:[s.jsx(r.FileIcon,{name:I,className:v.icon,strokeWidth:2}),s.jsxs("div",{className:v.content,children:[s.jsx(u.Regular14,{className:v.name,children:s.jsx(t.MiddleTruncatedText,{children:I},I)}),!p&&!k&&s.jsxs(s.Fragment,{children:[s.jsx(o.LinearProgress,{className:v.progressBar,variant:R?"determinate":void 0,value:T}),s.jsxs("div",{className:v.progressTextContainer,children:[s.jsx(u.Regular12,{className:v.progressText,children:m(h,x)}),R&&s.jsxs(u.Regular12,{className:v.progressText,children:[T,"%"]})]})]}),p&&s.jsxs(u.Regular14,{className:v.error,children:[s.jsx(n.CautionFilledCustomIcon,{size:16}),p]})]}),C&&!p&&!k&&s.jsx(c,{onClick:C,size:"small",tooltipProps:{title:"Cancel"},children:s.jsx(i.CloseIcon,{})}),g&&(p||k)&&s.jsx(c,{onClick:g,size:"small",tooltipProps:{title:"Remove File"},children:s.jsx(i.DeleteFourIcon,{})}),F&&p&&s.jsx(c,{onClick:F,size:"small",tooltipProps:{title:"Reload"},children:s.jsx(i.RedoIcon,{})})]})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core").makeStyles((function(e){return{root:{borderRadius:e.spacing(1),border:"1px solid ".concat(e.palette.primary.text1,"14"),padding:e.spacing(1,2),width:"100%",minHeight:64,display:"flex",flexFlow:"row nowrap",gap:e.spacing(2),alignItems:"center",justifyContent:"space-between"},icon:{width:32,height:32},content:{flexGrow:1,minWidth:1},name:{lineHeight:"20px!important"},progressBar:{height:2,margin:e.spacing(.5,0),borderRadius:2},progressTextContainer:{display:"flex",flexFlow:"row nowrap",gap:e.spacing(2),justifyContent:"space-between",minWidth:1},progressText:{color:e.palette.primary.text6,lineHeight:"16px!important"},error:{lineHeight:"16px!important",color:e.palette.error.main,display:"flex",flexFlow:"row nowrap",alignItems:"center",gap:e.spacing(1),paddingTop:e.spacing(.5)}}}));exports.useStyles=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),require("../../utils/index.js");var e=require("../../utils/formatFileSize.js");exports.formatSizeProgress=function(r,t){return r>=0&&t>=0?"".concat(e.formatFileSize(t)," of ").concat(e.formatFileSize(r)):null};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../ext-esm/tslib/tslib.es6.js'),r=require("react/jsx-runtime"),n=require("react"),s=require("../FilesDropzone/FilesDropzone.js"),t=require("../FilesLoaderV2/FilesLoaderV2.js"),i=require("./styles.js"),u=require("classnames"),o=require("./Processor.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=l(u);exports.FilesProcessor=function(u){var l=u.multiple,a=u.accept,f=u.className,d=u.processFile,m=u.value,p=void 0===m?[]:m,v=u.onDone,j=u.onDelete,g=u.maxFiles,x=u.maxSize,F=u.formatProgress,_=u.onProcessingFailure,h=u.onStartProcessing,q=i.useStyles(),D=n.useState([]),P=D[0],b=D[1];n.useEffect((function(){P.length>0&&P.every((function(e){return"success"in e}))&&P.some((function(e){return e.success}))&&(b((function(e){return e.filter((function(e){return!e.success}))})),v(P.filter((function(e){return e.success})).map((function(e){return e.data}))))}),[P]);var y=n.useCallback((function(e){b((function(r){return r.filter((function(r){return r.file!==e}))}))}),[]),z=n.useCallback((function(r){r.success||null==_||_(r.file,r.cancelled,r.error),b((function(n){return n.map((function(n){return n.file===r.file?e.__assign(e.__assign({},n),{data:r.data,success:r.success}):n}))}))}),[]),S=n.useCallback((function(r){null==h||h(r);var n=r.map((function(e){return{file:e}}));b((function(r){return e.__spreadArray(e.__spreadArray([],r,!0),n,!0)}))}),[]);return r.jsxs("div",{className:c.default(q.root,f),children:[(l||0===P.length&&0===(null==p?void 0:p.length))&&r.jsx(s.FilesDropzone,{multiple:l,onDrop:S,accept:a,maxFiles:g,maxSize:x}),(P.length>0||(null==p?void 0:p.length)>0)&&r.jsxs("div",{className:q.files,children:[P.map((function(e){return r.jsx(o.Processor,{processFile:d,onStatusChange:z,file:e.file,onDelete:y,formatProgress:F},"".concat(e.file.size,"|").concat(e.file.name))})),null==p?void 0:p.map((function(e){return r.jsx(t.FilesLoaderV2,{name:e.name,onDelete:j?function(){return j(e)}:void 0,total:0,current:0})}))]})]})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../ext-esm/tslib/tslib.es6.js'),r=require("react/jsx-runtime"),t=require("react"),n=require("../FilesLoaderV2/FilesLoaderV2.js");exports.Processor=function(o){var s=o.onStatusChange,a=o.file,u=o.processFile,c=o.onDelete,l=o.formatProgress,i=t.useState({total:0,current:0}),f=i[0],d=i[1],v=t.useState(),b=v[0],m=v[1],g=t.useState(!1),p=g[0],C=g[1],_=t.useState(),S=_[0],h=_[1],j=t.useCallback((function(e,r){d({total:e,current:r})}),[]),x=t.useMemo((function(){if(S)return function(){S(),C(!0),s({success:!1,cancelled:!0,file:a})}}),[S]),k=t.useCallback((function(){var r=!1;return function(t){return e.__awaiter(void 0,void 0,void 0,(function(){var n,o,a,c;return e.__generator(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),n=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r||j.apply(void 0,e)},[4,u(t,n,(function(e){h((function(){return function(){r=!0,e()}}))}))];case 1:return o=e.sent(),r?[2]:(d((function(e){var r=e.total;return{total:r,current:r}})),s({success:!0,cancelled:!1,data:o,file:t}),[3,3]);case 2:return a=e.sent(),r?[2]:(c=a instanceof Error?a:new Error(String(a)),m(c),s({success:!1,cancelled:!1,error:c,file:t}),[3,3]);case 3:return[2]}}))}))}}),[u,s]),q=t.useCallback((function(){m(void 0),C(!1),s({file:a,success:!1,data:void 0,error:void 0,cancelled:!1}),k()(a)}),[a,k,s]),F=t.useCallback((function(){c(a)}),[c,a]);t.useEffect((function(){k()(a)}),[a,k]);var P=b?null==b?void 0:b.message:p?"Cancelled":null;return r.jsx(n.FilesLoaderV2,{name:a.name,total:f.total,current:f.current,errorText:P,onCancel:x,onReload:q,onDelete:F,formatProgress:l})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core").makeStyles((function(e){return{root:{display:"flex",flexDirection:"column",gap:e.spacing(3)},files:{display:"flex",flexDirection:"column",gap:e.spacing(2)}}}));exports.useStyles=e;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("react/jsx-runtime");module.exports=function(){return t.jsx("svg",{width:"16",height:"14",viewBox:"0 0 16 14",xmlns:"http://www.w3.org/2000/svg",children:t.jsx("path",{d:"M14.7585 13.4826H1.24137C0.551722 13.4826 0 12.9309 0 12.2412V1.8045C0 1.11485 0.597698 0.517151 1.28735 0.517151H5.01147C5.42526 0.517151 5.79308 0.701058 6.06894 1.0229L6.94249 2.21829H14.7585C15.4482 2.21829 15.9999 2.77001 15.9999 3.45967V12.1953C15.9999 12.9309 15.4482 13.4826 14.7585 13.4826ZM1.28735 1.43669C1.10344 1.43669 0.919536 1.62059 0.919536 1.8045V12.2412C0.919536 12.4251 1.05747 12.5631 1.24137 12.5631H14.7585C14.9425 12.5631 15.0804 12.4251 15.0804 12.2412V3.50564C15.0804 3.32174 14.9425 3.1838 14.7585 3.1838H6.71261C6.57468 3.1838 6.43675 3.09185 6.3448 2.9999L5.33331 1.57462C5.28733 1.48266 5.1494 1.43669 5.05745 1.43669H1.28735Z"})})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("prop-types"),r=require("@material-ui/core"),o=require("classnames"),l=require("./OpenFolderIcon.js"),s=require("./ClosedFolderIcon.js"),i=require("react/jsx-runtime");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=t(e),a=t(o),u=r.makeStyles({folderIcon:{width:16,height:16,display:"flex",alignItems:"flex-end"},iconColor:function(e){return{"& svg":{fill:e.color}}}}),c=function(e){var r=e.className,o=e.isOpen,t=e.color,n=u({color:t}),c=o?l:s;return i.jsx("div",{className:a.default(n.folderIcon,n.iconColor,r),children:i.jsx(c,{})})};c.propTypes={isOpen:n.default.bool,className:n.default.string,color:n.default.string.isRequired},c.defaultProps={isOpen:!1,className:""},module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";var C=require("react/jsx-runtime");module.exports=function(){return C.jsx("svg",{width:"16",height:"12",viewBox:"0 0 16 12",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M13.0002 11.64H1.2402C0.640195 11.64 0.200195 11.16 0.200195 10.56V1.48005C0.200195 0.880046 0.680195 0.360046 1.2802 0.360046H4.4002C4.7602 0.360046 5.0802 0.520046 5.2802 0.840046L6.0402 1.88005H13.0402C13.6402 1.88005 14.0802 2.36005 14.0802 2.96005V5.00005H14.7202C15.0802 5.00005 15.4002 5.16005 15.6002 5.48005C15.8002 5.76005 15.8802 6.16005 15.7602 6.52005L14.0002 10.96C13.8402 11.36 13.4402 11.64 13.0002 11.64ZM1.2802 1.16005C1.1202 1.16005 1.0002 1.28005 1.0002 1.48005V10.56C1.0002 10.72 1.1202 10.84 1.2402 10.84H13.0402C13.1602 10.84 13.2402 10.76 13.2802 10.64L15.0002 6.20005C15.0402 6.12005 15.0002 6.00005 14.9602 5.92005C14.9202 5.88005 14.8402 5.80005 14.7202 5.80005H4.6802C4.4402 5.80005 4.2802 5.60005 4.2802 5.40005C4.2802 5.16005 4.4802 5.00005 4.6802 5.00005H13.2802V2.96005C13.2802 2.80005 13.1602 2.68005 13.0402 2.68005H5.8402C5.7202 2.68005 5.6002 2.60005 5.5202 2.52005L4.6402 1.28005C4.6002 1.20005 4.5202 1.16005 4.4002 1.16005H1.2802Z"})})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),t=require("prop-types"),i=require("classnames"),r=require("@material-ui/core"),o=require("@material-ui/icons/AddCircle"),n=require("@material-ui/icons/ExpandLess"),l=require("@material-ui/icons/ExpandMore"),a=require("../IconButton/index.js"),s=require("react/jsx-runtime"),d=require("./components/FolderIcon.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=c(e),p=c(t),f=c(i),b=c(o),g=c(n),m=c(l);function h(e,t){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),i.push.apply(i,r)}return i}function j(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{};t%2?h(Object(i),!0).forEach((function(t){u.default(e,t,i[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):h(Object(i)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))}))}return e}var v=r.makeStyles((function(e){return{folderMenuItem:{alignItems:"center",backgroundColor:e.palette.background.b8,color:"#FFFFFF",cursor:"pointer",display:"flex",fontSize:"0.875rem",fontWeight:"500",height:36,justifyContent:"space-between",paddingLeft:48,paddingRight:4,position:"relative",width:"100%",boxSizing:"border-box","&:hover":{backgroundColor:"rgba(3, 188, 212, 0.07)"},"&:hover svg":{visibility:"visible"},"&:hover $addIcon":{visibility:"visible"},"&:hover $toggleIcon":{visibility:"visible"}},addIcon:{visibility:"hidden"},toggleIcon:{visibility:"hidden"},folderMenuItemSelected:{backgroundColor:"rgba(3, 188, 212, 0.15) !important","&::before":{left:0,height:"100%",width:4,backgroundColor:e.palette.primary.main,position:"absolute",content:'""',borderRadius:"4px 0 0 4px"}},addCircleIcon:{visibility:"hidden"},actions:{display:"flex",alignItems:"center"},folderIcon:{position:"absolute",left:24,top:8},folderName:{overflow:"hidden",marginRight:4,height:"36px",lineHeight:"36px",whiteSpace:"nowrap",textOverflow:"ellipsis",userSelect:"none"}}})),x=function(e){var t=e.folderColor,i=e.isCreatable,o=e.isOpen,n=e.isSelected,l=e.name,c=e.onAdd,p=e.onClick,h=e.onToggle,x=v();return s.jsxs("div",{className:f.default(x.folderMenuItem,u.default({},x.folderMenuItemSelected,n)),onClick:p,children:[s.jsx(d,{color:t,isOpen:o,className:x.folderIcon}),s.jsx("div",{className:x.folderName,children:l}),s.jsxs("div",{className:x.actions,children:[i&&s.jsx(r.Tooltip,{title:"Add Page",placement:"bottom-end",children:s.jsx(a,{className:x.addIcon,size:"small",onClick:function(e){e.stopPropagation(),c()},children:s.jsx(b.default,{fontSize:"small"})})}),s.jsx(a,{className:x.toggleIcon,size:"small",onClick:function(e){e.stopPropagation(),h()},children:s.jsx((function(e){return s.jsx(r.Tooltip,{title:o?"Collapse":"Expand",placement:"bottom-end",children:o?s.jsx(g.default,j({},e)):s.jsx(m.default,j({},e))})}),{fontSize:"small"})})]})]})};x.propTypes={folderColor:p.default.string.isRequired,isCreatable:p.default.bool,isOpen:p.default.bool,isSelected:p.default.bool,name:p.default.string.isRequired,onAdd:p.default.func.isRequired,onClick:p.default.func.isRequired,onToggle:p.default.func.isRequired},x.defaultProps={isCreatable:!1,isOpen:!1,isSelected:!1},module.exports=x;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/slicedToArray"),i=require("react"),t=require("prop-types"),r=require("@material-ui/core"),n=require("../FolderMenuItem/index.js");require("../EditableItem/EditableItem/index.js");var d=require("../EditableItem/EditableItemWithBadge/index.js"),u=require("react/jsx-runtime");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=l(e),o=l(t),s=function(e){var t=e.folderColor,l=e.id,o=e.isCreatable,s=e.isOpen,f=e.items,c=e.name,m=e.onAdd,b=e.onFolderClick,q=e.onItemClick,p=e.onSave,C=e.selectedItemId,g=i.useState(s),x=a.default(g,2),I=x[0],j=x[1],R=function(e){return function(){return q(e)}},v=function(e){return function(i){return p({id:e,title:i})}};return u.jsxs("div",{children:[u.jsx(n,{folderColor:t,isCreatable:o,isOpen:I,isSelected:C===l,name:c,onAdd:function(){return m(l)},onClick:function(){I||j(!0),C!==l&&b()},onToggle:function(){return j(!I)}}),u.jsx(r.Collapse,{in:I,timeout:"auto",unmountOnExit:!0,children:u.jsx(r.List,{disablePadding:!0,children:f.map((function(e){return u.jsx(d,{isEditable:e.isEditable,isSelected:C===e.id,onClick:R(e),onSave:v(e.id),value:e.title},e.id)}))})})]})};s.propTypes={id:o.default.string.isRequired,isOpen:o.default.bool,selectedItemId:o.default.string.isRequired,items:o.default.arrayOf(o.default.shape({id:o.default.string.isRequired,title:o.default.string.isRequired,isEditable:o.default.bool,url:o.default.string.isRequired})),name:o.default.string.isRequired,onItemClick:o.default.func.isRequired,onFolderClick:o.default.func,folderColor:o.default.string.isRequired,isCreatable:o.default.bool,onSave:o.default.func.isRequired,onAdd:o.default.func.isRequired},s.defaultProps={isCreatable:!1,isOpen:!0,items:[],onFolderClick:function(){}},module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";var s=require("@material-ui/core"),o=require("../Tooltip/Tooltip.js");require("../Tooltip/ScrollableTooltip.js");var e=require("../../icons/iconParkIcons.js");require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js"),require("../../icons/customIcons/icons/CautionFilled.js"),require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js");var c=require("react/jsx-runtime"),i=s.makeStyles((function(s){return{buttonWrapper:{display:"flex",alignItems:"center",color:s.palette.primary.text7,"&:hover":{color:s.palette.primary.text1,cursor:"pointer"},marginLeft:"-24px",zIndex:999}}}));module.exports=function(s){var r=s.onClose,n=i();return c.jsx("div",{className:n.buttonWrapper,onClick:r,children:c.jsx(o.Tooltip,{title:"Clear",placement:"bottom",children:c.jsx(e.CloseSmallIcon,{size:16,strokeWidth:3})})})};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("react/jsx-runtime"),s=require("react"),o=require("classnames"),r=require("@material-ui/core"),i=require("./utils.js"),n=require("./useFormulaFunction.js"),c=require("./useFormulaStyles.js"),a=require("./RootXIcon.js"),u=require("./FormulaTextEditor.js"),t=require("./CloseSuggestion.js"),l=require("./SuggestionsMenu.js"),d=require("../../icons/iconParkIcons.js");require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js"),require("../../icons/customIcons/icons/CautionFilled.js"),require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js");var m=require("../../effects/useOutsideClick.js"),j=require("../Tooltip/Tooltip.js");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}require("../Tooltip/ScrollableTooltip.js");var p=f(o),h=[{value:"*",isShift:!0,label:"8"},{value:"/",label:"/"},{value:"(",isShift:!0,label:"9"},{value:")",isShift:!0,label:"0"},{value:"+",isShift:!0,label:"+"},{value:"-",label:"-"},{value:"^",isShift:!0,label:"6"}],v=function(e,s,o){return s?o?e.palette.error.main:e.palette.primary.main:e.palette.primary.text7};module.exports=function(o){var f,x=o.suggestions,q=void 0===x?[]:x,I=o.initFormula,b=void 0===I?"":I,S=o.onSave,C=void 0===S?function(){}:S,F=s.useState(!0),g=F[0],y=F[1],N=s.useState(!1),T=N[0],k=N[1],W=s.useState(!1),E=W[0],H=W[1],M=s.useState(b),R=M[0],V=M[1],A=s.useState(0),L=A[0],O=A[1],B=s.useState(0),P=B[0],U=B[1],z=i.replaceStringToLabel(R,q),G=z.search("/f"),D=-1!==G,X=s.useMemo((function(){return q.map((function(e){return e.key}))}),[q]),Z=z.substring(G+"/f".length,L),w=s.useRef(),J=c.useFormulaStyles({isValue:!D&&!!R}),K=r.useTheme(),Q=n.useFormulaFunction(R,X),Y=Q.formulaFunction,$=Q.error;m(w,(function(){H(!1)}));var _=function(e){var s,o=q.find((function(s){return s.key===e}));k(!0),H(!0),V((function(s){return s.replace("".concat("/f").concat(Z),e?"[".concat(e,"]"):"")})),O(G+((null===(s=null==o?void 0:o.label)||void 0===s?void 0:s.length)||0))},ee=s.useCallback((function(e,s){L!==s&&O(s),e!==R&&(V(e),y(!1))}),[R,L]);return s.useEffect((function(){V(b)}),[b]),e.jsxs("div",{className:J.formulaContainer,children:[e.jsxs("div",{className:J.formulaHeaderWrapper,children:[e.jsxs("div",{className:J.formulaHeaderTextWrapper,children:[e.jsx(a,{color:v(K,E,$)}),e.jsx("div",{className:J.formulaHeaderText,style:{color:v(K,E,$)},children:"Formula Expression"})]}),e.jsxs("div",{className:J.formulaHeaderButtonWrapper,onClick:function(){D||(y(!1),V(""),O(0),k(!0))},children:[e.jsx(d.CloseSmallIcon,{strokeWidth:3,size:16}),e.jsx("div",{className:J.formulaHeaderText,children:"Clear"})]})]}),e.jsxs("div",{className:J.formulaEditorWrapper,children:[e.jsx("div",{ref:w,onClick:function(){H(!0)},children:e.jsx(u.default,{initFormula:R,cursorPos:L,color:v(K,E,$),suggestions:q,isValueUpdated:T,setIsValueUpdated:k,onChange:ee})}),D&&e.jsx(t,{onClose:function(){return _("")}})]}),D&&e.jsx(l,{suggestions:q,keyStr:Z,onAddSuggestion:_,onChangeHeight:U}),e.jsxs("div",{className:J.formulaFooterWrapper,style:{marginTop:D?-P:0},children:[e.jsx(d.InfoIcon,{className:J.formulaFooterIcon,strokeWidth:3,size:16}),e.jsx("div",{className:J.formulaFooterTextWrapper,children:e.jsxs("div",{className:J.formulaFooterText,children:["Type ",e.jsx("span",{className:J.funcText,children:"/f"})," to do add live channels to your equation. Use your keybord for numbers and"," ",e.jsx(j.Tooltip,{title:e.jsx("div",{className:J.tooltipWrapper,children:h.map((function(s){return e.jsxs("div",{className:J.tooltipLine,children:[e.jsx("span",{className:J.tooltipValue,children:s.value}),e.jsxs("div",{className:J.tooltipLabelContainer,children:[!!s.isShift&&e.jsx("span",{className:J.tooltipSymbol,children:"⇧"}),e.jsx("span",{children:s.label})]},s.value)]},s.value)}))}),placement:"bottom",children:e.jsx("span",{className:J.successColor,children:"math symbols"})})]})})]}),e.jsx(r.Button,{className:J.verifyButton,variant:"contained",color:"primary",onClick:function(){y(!0);var e=q.map((function(e){return e.key})).filter((function(e){return R&&R.includes(e)}));C({formula:R,variables:e,formulaFunc:Y})},disabled:g||!Y,children:"Verify"}),!!R&&e.jsx("span",{className:p.default(J.resultText,(f={},f[J.errorColor]=!!$,f[J.resultSuccessColor]=!$,f)),children:$?"The formula is not valid":"The formula is valid"})]})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),r=require("@material-ui/core"),n=require("./utils.js"),u=require("react/jsx-runtime");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=a(e),i=r.makeStyles((function(){return{customTextarea:{display:"flex",flexWrap:"wrap",alignItems:"center",width:"442px",maxWidth:"442px",minHeight:"90px",overflowWrap:"anywhere",whiteSpace:"normal",margin:"-8px 0",padding:function(e){return e.isEmptyValue?"31px 24px 24px 16px":"16px 24px 16px 16px"},fontSize:"16px",lineHeight:"24px",borderRadius:"8px",outline:"0px",border:function(e){var t=e.color;return"1px solid ".concat(t)}}}}));exports.default=function(e){var r=e.initFormula,a=e.cursorPos,s=e.color,c=e.suggestions,l=e.isValueUpdated,p=e.setIsValueUpdated,f=e.onChange,d=t.useMemo((function(){return n.convertStringToEditorValue(r,c)}),[r,c]),x=t.useState(d),m=o.default(x,2),g=m[0],y=m[1],h=t.useMemo((function(){return n.getUpdatedHtmlValue(g)}),[g]),v=o.default(h,2),S=v[0],T=v[1],b=t.useRef(),E=t.useRef(!1),V=i({color:s,isEmptyValue:T});return t.useEffect((function(){l&&(E.current=!0,y(d),p(!1))}),[d,l]),t.useEffect((function(){n.setCaret(b.current,a),E.current&&b.current.focus()}),[S]),u.jsx("span",{ref:b,contentEditable:!0,onInput:function(e){var t=n.getCaret(b.current);y(e.target.innerHTML),f(n.convertEditorValueToString(e.target.innerHTML,c),t)},onKeyPress:function(e){13===e.charCode&&e.preventDefault()},className:V.customTextarea,dangerouslySetInnerHTML:{__html:S}})},exports.useStyles=i;
@@ -0,0 +1 @@
1
+ "use strict";var r=require("prop-types"),e=require("react/jsx-runtime");function t(r){return r&&"object"==typeof r&&"default"in r?r:{default:r}}var o=function(r){var t=r.color;return e.jsxs("svg",{width:"12",height:"10",viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("path",{d:"M11.25 1.25H6L3.75 9.5L2.25 5.75H0.75",stroke:t,strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M6.75 5.375L10.5 9.5",stroke:t,strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M10.5 5.375L6.75 9.5",stroke:t,strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]})};o.propTypes={color:t(r).default.string},o.defaultProps={color:"#03BCD4"},module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("react"),t=require("lodash"),n=require("@material-ui/core"),a=require("react/jsx-runtime");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=i(e);function u(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function c(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?u(Object(t),!0).forEach((function(r){o.default(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}var p=n.makeStyles((function(e){return{content:{width:"342px",maxHeight:"166px",borderRadius:"4px",marginLeft:"50px",marginTop:"-16px",overflowY:"auto",background:e.palette.background.b9,boxShadow:"0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%)","&::-webkit-scrollbar":{height:"6px"},"&::-webkit-scrollbar-corner":{background:"rgba(0, 0, 0, 0)"},"&::-webkit-scrollbar-thumb":{backgroundColor:"rgba(164, 164, 167, 0.7)",borderRadius:"10px",border:"5px solid rgba(0, 0, 0, 0.01)",backgroundClip:"padding-box"},zIndex:999},label:{background:e.palette.background.b9},labelWrapper:{height:"24px",padding:"0 4px",background:e.palette.background.b9},itemWrapper:{display:"flex",alignItems:"center"},unit:{color:e.palette.primary.text7,marginLeft:"4px"}}}));module.exports=function(e){var i=e.suggestions,o=e.keyStr,u=e.onAddSuggestion,l=e.onChangeHeight,s=p(),b=r.useRef(),d=r.useMemo((function(){var e=i.filter((function(e){return e.label.toUpperCase().includes(o.toUpperCase())})),r=t.uniq(e.map((function(e){return e.type}))).reduce((function(r,t){var n=e.filter((function(e){return e.type===t}));return r.concat([{value:t,label:t,isSubHeader:!0}]).concat(n.map((function(e){return c(c({},e),{},{value:e.key})})))}),[]);return r.length?r:[{value:"noOptions",label:"No Options",isSubHeader:!0}]}),[i,o]);r.useEffect((function(){b.current&&l(b.current.clientHeight)}),[i,o,b.current]);var f=function(e){var r=e.label,t=e.isSubHeader,n=e.unit;return t?a.jsx("div",{className:s.labelWrapper,children:a.jsx("span",{children:r})}):a.jsxs("div",{className:s.itemWrapper,children:[a.jsx("span",{children:r}),!!n&&a.jsx("span",{className:s.unit,children:n})]})};return a.jsx("div",{className:s.content,ref:b,children:d.map((function(e){return a.jsx(n.MenuItem,{selected:!1,disabled:e.isSubHeader,onClick:function(){return u(e.value)},children:f(e)},e.value)}))})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@babel/runtime/helpers/slicedToArray"),r=require("react"),t=require("lodash"),u=require("fparser");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=a(e),l=a(u);exports.useFormulaFunction=function(e,u){var a=r.useState(null),o=n.default(a,2),s=o[0],f=o[1],i=r.useState(""),c=n.default(i,2),d=c[0],p=c[1];return r.useEffect((function(){if(e&&u&&u.length)try{var r=new l.default(e),a=[];a.push(t.fromPairs(u.map((function(e){return[e,Math.random()]})))),r.evaluate(a),f(r),p("")}catch(e){f(null),p(e.message)}else f(null),p("")}),[e,u]),{formulaFunction:s,error:d}};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core").makeStyles((function(e){return{formulaContainer:{width:"474px",display:"flex",flexDirection:"column",flexWrap:"wrap",padding:"16px",gap:"16px",background:e.palette.background.b8},formulaHeaderWrapper:{width:"100%",height:"14px",display:"flex",justifyContent:"space-between"},formulaHeaderTextWrapper:{display:"flex",alignItems:"center"},formulaHeaderText:{fontSize:"10px",lineHeight:"16px",marginLeft:"4px"},formulaHeaderButtonWrapper:{display:"flex",alignItems:"center",color:e.palette.primary.text7,"&:hover":{color:function(t){return t.isValue?e.palette.primary.text1:e.palette.primary.text7},cursor:function(e){return e.isValue?"pointer":"default"}}},formulaEditorWrapper:{width:"100%",display:"flex",alignItems:"center"},formulaFooterWrapper:{width:"100%",display:"flex",alignItems:"center"},formulaFooterIcon:{marginRight:"6px",color:"#BDBDBD"},formulaFooterTextWrapper:{},formulaFooterText:{fontSize:"10px",lineHeight:"14px",letterSpacing:"0.4px",color:e.palette.primary.text7},funcText:{padding:"0px 5px",color:e.palette.primary.text1,backgroundColor:e.palette.background.b10,fontWeight:700,borderRadius:"4px"},verifyButton:{width:"64px",height:"30px"},resultText:{marginTop:"-12px",fontSize:"12px",lineHeight:"17px",letterSpacing:"0.4px"},errorColor:{color:e.palette.error.main},successColor:{color:e.palette.primary.main},resultSuccessColor:{color:e.palette.success.bright},tooltipWrapper:{display:"flex",flexDirection:"column",width:"124px",padding:"8px"},tooltipLine:{padding:"8px 0",display:"flex",justifyContent:"space-between",alignItems:"center"},tooltipValue:{color:e.palette.primary.text1},tooltipLabelContainer:{color:e.palette.primary.text7,display:"flex",alignItems:"center"},tooltipSymbol:{marginRight:"2px",marginBottom:"2px"}}}));exports.useFormulaStyles=e;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("@babel/runtime/helpers/taggedTemplateLiteral")),n=String.raw,o=function(e){return n(t||(t=r.default(["<p>","</p>"])),e)},a=function(e,t){return t.reduce((function(e,t){return e.replaceAll("[".concat(t.key,"]"),"".concat(t.label))}),e)},c=function(e){return e.replace(/<[^>]+>/g,"")},l=function(e,t){return t.reduce((function(e,t){return e.replaceAll(t.label,"[".concat(t.key,"]"))}),e)};exports.convertEditorValueToString=function(e,t){var r=c(e);return l(r,t)},exports.convertHtmlToString=c,exports.convertStringToEditorValue=function(e,t){var r=a(e,t);return o(r)},exports.convertStringToHtml=o,exports.getCaret=function(e){var t=0,r=window.getSelection();if(0===r.rangeCount)return t;var n=r.getRangeAt(0),o=n.cloneRange();return o.selectNodeContents(e),o.setEnd(n.endContainer,n.endOffset),t=o.toString().length},exports.getUpdatedHtmlValue=function(e){var t=c(e);return[o(t||""),!t]},exports.replaceStringToLabel=a,exports.replaceStringToValue=l,exports.setCaret=function(e,t){if(e.childNodes[0]){var r=window.getSelection(),n=document.createRange(),o=e.childNodes[0].childNodes[0]||e.childNodes[0];n.setStart(o,t),n.collapse(!0),r.removeAllRanges(),r.addRange(n)}};
@@ -0,0 +1 @@
1
+ "use strict";var e=require("@babel/runtime/helpers/defineProperty"),r=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),a=require("prop-types"),i=require("classnames"),n=require("@material-ui/core"),l=require("@material-ui/icons/Close"),o=require("@material-ui/icons/GetApp"),s=require("./styles.js"),c=require("../LoadingIndicator/LoadingIndicator.js"),d=require("react/jsx-runtime");function u(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var f=u(e),m=u(r),p=u(a),v=u(i),h=u(l),j=u(o),x=function(e){var r=e.fileUrl,a=e.fileSize,i=e.fileName,l=e.webviewType,o=e.onClose,u=e["data-testid"],p=t.useState(!0),x=m.default(p,2),b=x[0],g=x[1],w=t.useState(!1),y=m.default(w,2),q=y[0],N=y[1],I=t.createRef(null),S=t.createRef(null),z=s.useStyles(),C=t.useCallback((function(){return"office"===l?"https://view.officeapps.live.com/op/embed.aspx?src=".concat(window.encodeURIComponent(r)):"https://docs.google.com/viewer?url=".concat(encodeURIComponent(r),"&embedded=true")}),[r]),T=function(){S.current&&(S.current.src=C(),S.current.contentWindow.location.reload())},R=function(){I.current&&clearInterval(I.current),g(!1)};return t.useEffect((function(){g(!0),N(!1);var e=a&&a>=1048576?a/1048576*1e4:1e4;return I&&(clearInterval(I.current),I.current=setInterval(T,e)),function(){clearInterval(I.current)}}),[r]),d.jsxs("div",{"data-testid":"".concat(u,"_file_").concat(i),className:z.viewer,children:[d.jsxs("div",{className:z.toolbar,children:[d.jsx(n.Typography,{"data-testid":"".concat(u,"_fileName"),children:i}),d.jsxs("div",{children:[d.jsx(n.IconButton,{size:"small",className:z.iconButton,children:d.jsx("a",{download:!0,href:r,target:"_blank",rel:"noopener noreferrer",children:d.jsx(j.default,{fontSize:"small"})})}),d.jsx(n.IconButton,{size:"small",onClick:o,className:z.iconButton,children:d.jsx(h.default,{fontSize:"small"})})]})]}),b&&d.jsx("div",{className:z.frame,children:d.jsx(c,{white:!1})}),q?d.jsx("div",{className:z.frame,children:d.jsx(n.Typography,{variant:"body2",className:z.failed,children:"Loading failed"})}):d.jsx("iframe",{"data-testid":"".concat(u,"_frame"),className:v.default(z.frame,f.default({},z.hiddenFrame,b)),title:r,src:C(),onLoad:R,onError:function(){R(),N(!0)},ref:S})]})};x.propTypes={fileUrl:p.default.string.isRequired,webviewType:p.default.oneOf(["google","office"]),fileName:p.default.string,fileSize:p.default.number,onClose:p.default.func.isRequired,"data-testid":p.default.string},x.defaultProps={fileName:void 0,fileSize:void 0,webviewType:"google","data-testid":"DocumentViewer"},module.exports=x;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core").makeStyles({viewer:{display:"flex",alignItems:"center",justifyContent:"center",flexDirection:"column",width:"100%",height:"100%",position:"relative"},toolbar:{position:"absolute",top:0,height:48,width:"100%",background:"#212121",zIndex:1001,padding:"0 16px",display:"flex",alignItems:"center",justifyContent:"space-between"},frame:{position:"absolute",top:48,width:"calc(100% - 64px)",height:"calc(100% - 64px)",left:32,border:"none",borderRadius:4,background:"#eee"},hiddenFrame:{visibility:0,height:0},toolbarButton:{verticalAlign:"middle",padding:0,backgroundColor:"transparent",border:"none",cursor:"pointer","&:focus":{outline:"none"}},toolbarIcon:{width:"42px !important",height:"34px !important",padding:"4px 6px","&:hover":{color:"#fff"}},backButton:{display:"flex",alignItems:"center"},iconButton:{marginLeft:12,color:"#BDBDBD","& a":{color:"#BDBDBD",width:20,height:20}},failed:{color:"#000",fontWeight:"bold"}});exports.useStyles=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../ext-esm/tslib/tslib.es6.js'),t=require("lodash"),r=require("./configuration/constants.js"),n=function(){function n(e,t,r){void 0===e&&(e=[]),void 0===t&&(t=[]),this.gradients=e,this.defaultGradients=t,this.onGradientsChange=r}return n.prototype.generateId=function(r){for(var n=new Set(t.map(e.__spreadArray(e.__spreadArray([],this.gradients,!0),this.defaultGradients,!0),"id")),a=t.snakeCase(r),i=0;n.has(a+(i?"_".concat(i):""));)i+=1;return a+(i?"_".concat(i):"")},n.prototype.getById=function(e){return t.find(this.gradients,{id:e})||t.find(this.defaultGradients,{id:e})},n.prototype.getByName=function(r){var n=(r||"").toLocaleLowerCase();return t.find(e.__spreadArray(e.__spreadArray([],this.gradients,!0),this.defaultGradients,!0),(function(e){return e.name.toLocaleLowerCase()===n}))},n.prototype.newName=function(e){void 0===e&&(e=r.GRADIENT_NEW_NAME);for(var t=0;this.getByName(e+(t?" ".concat(t):""));)t+=1;return e+(t?" ".concat(t):"")},n.prototype.isDefault=function(e){return t.some(this.defaultGradients,{id:e})},n.prototype.getHelperText=function(e){var t=e.name,n=e.allowNoname,a=e.gradientId;if(!n&&!t)return{error:!1,helperText:r.NAME_IS_MISSING_MESSAGE};var i=this.getByName(t);return i&&i.id!==a?{error:!0,helperText:r.ALREADY_EXISTS_MESSAGE}:null},n.prototype.add=function(t,n){if(!t)throw new Error(r.NAME_IS_MISSING_MESSAGE);if(this.gradients.map((function(e){return e.name.toLocaleLowerCase()})).includes(t.toLocaleLowerCase()))throw new Error(r.ALREADY_EXISTS_MESSAGE);var a={id:this.generateId(t),name:t,gradientStops:n};return this.onGradientsChange(e.__spreadArray(e.__spreadArray([],this.gradients,!0),[a],!1)),a},n.prototype.remove=function(e){var r=t.reject(this.gradients,{id:e});return this.onGradientsChange(r),r},n.prototype.update=function(t,r){var n=this.gradients.map((function(n){return n.id===t?e.__assign(e.__assign({},n),r):n}));return this.onGradientsChange(n),n},n}();exports.GradientList=n;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../ext-esm/tslib/tslib.es6.js'),n=require("react/jsx-runtime"),i=require("@material-ui/core"),s=require("lodash"),o=require("react"),t=require("../../icons/iconParkIcons.js");require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js"),require("../../icons/customIcons/icons/CautionFilled.js"),require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js");var r=require("../IconButton/index.js"),a=require("../GradientPicker/GradientPicker.js"),c=require("./configuration/constants.js"),d=require("./GradientList.js"),l=require("./GradientSelect.js"),u=require("./GradientManager.styles.js");exports.GradientManager=function(m){var g,j=m.gradientId,I=m.onGradientEditStateChange,p=void 0===I?s.noop:I,v=m.onChange,q=void 0===v?s.noop:v,x=m.defaultGradients,h=void 0===x?c.DEFAULT_GRADIENTS:x,f=m.defaultGradientStops,S=void 0===f?c.DEFAULT_GRADIENT_STOPS:f,G=m.allowNoname,C=m.scaleOptions,_=void 0===C?{scaleFrom:0,scaleTo:100}:C,b=m.className,E=u.useStyles(),k=new d.GradientList(m.gradients||[],h,m.onGradientsChange),F=o.useState(null),y=F[0],N=F[1],T=m.disableGradientsManagement||!m.onGradientsChange,D=k.getHelperText({name:null==y?void 0:y.name,allowNoname:G,gradientId:j});o.useEffect((function(){p(Boolean(y))}),[Boolean(y)]);var P=(null===(g=k.getById(j))||void 0===g?void 0:g.gradientStops)||m.gradientStops||S,A=function(){if(s.isEmpty(D)){var e=y.gradientStops,n=s.trim(y.name);if(N(null),n){if(k.getById(y.id||j))return k.update(j,{gradientStops:e,name:n}),void q({gradientId:j,gradientStops:e});var i=k.add(n,e);q({gradientId:null==i?void 0:i.id,gradientStops:e})}else G&&q({gradientStops:e,gradientId:null})}},M=function(e){e===j&&(q({gradientId:null,gradientStops:P}),N(null)),k.remove(e)},B=function(n){var i=n.trimStart().substring(0,c.GRADIENT_MAX_NAME_LENGTH);N(e.__assign(e.__assign({},y),{name:i}))};return n.jsxs(i.Grid,{container:!0,className:b,children:[n.jsx(i.Grid,{item:!0,xs:6,children:y?n.jsx(i.TextField,e.__assign({InputLabelProps:{shrink:!0},className:E.customGradientName,label:"Gradient Name",value:y.name,onChange:function(e){return B(e.target.value)},onFocus:function(e){e.target.select()},onKeyDown:function(e){var n;if("Enter"===e.key){var i=null===(n=e.target)||void 0===n?void 0:n.value;i&&(B(i),A())}},autoFocus:!0,fullWidth:!0},D)):n.jsx(l.GradientSelect,{value:j,gradients:m.gradients||[],onChange:function(e){var n,i=k.getById(e);q({gradientId:e,gradientStops:null!==(n=null==i?void 0:i.gradientStops)&&void 0!==n?n:S})},defaultGradients:h,onAction:function(e,n){switch(e){case"add":N({name:"",gradientStops:S,id:c.TEMP_GRADIENT_ID});break;case"delete":M(n)}},readonly:T})}),n.jsx(i.Grid,{item:!0,xs:6,children:n.jsx(i.Box,{display:"flex",alignItems:"center",height:"100%",children:n.jsx(i.Box,{display:"flex",paddingLeft:1,children:y?n.jsxs(n.Fragment,{children:[n.jsx(r,{"data-testid":"save-gradient-btn",onClick:A,tooltipProps:{title:"Save"},disabled:!!D||T,children:n.jsx(t.CheckSmallIcon,{})}),n.jsx(r,{"data-testid":"cancel-edit-btn",onClick:function(){N(null)},tooltipProps:{title:"Cancel"},children:n.jsx(t.CloseSmallIcon,{})})]}):n.jsxs(n.Fragment,{children:[n.jsx(r,{"data-testid":"edit-gradient-btn",onClick:function(){var e;k.isDefault(j)?N({name:k.newName(),gradientStops:P,id:c.TEMP_GRADIENT_ID}):N({name:(null===(e=k.getById(j))||void 0===e?void 0:e.name)||"",gradientStops:P})},tooltipProps:{title:"Edit"},disabled:T,children:n.jsx(t.WriteIcon,{})}),!!k.getById(j)&&!k.isDefault(j)&&n.jsx(r,{"data-testid":"delete-gradient-btn",onClick:function(){return M(j)},tooltipProps:{title:"Remove"},disabled:T,children:n.jsx(t.DeleteFourIcon,{})})]})})})}),n.jsx(i.Grid,{item:!0,xs:12,children:n.jsx(a.GradientPicker,{from:null==_?void 0:_.scaleFrom,to:null==_?void 0:_.scaleTo,unit:null==_?void 0:_.scaleUnit,noScale:!0,gradientStops:(null==y?void 0:y.gradientStops)||P,onChange:function(n){N(e.__assign(e.__assign({},y),{gradientStops:n}))},readonly:!y,isMoveInputVisible:!0})})]})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core").makeStyles({customGradientName:{minWidth:175,marginBottom:20}});exports.useStyles=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../../ext-esm/tslib/tslib.es6.js'),t=require("react/jsx-runtime"),a=require("react"),n=require("../effects/useGradientStorage.js"),r=require("../GradientManager.js");exports.GradientManagerWithStorage=function(i){var s=i.storageConfig,d=e.__rest(i,["storageConfig"]),g=n.useGradientStorage(s),o=a.useCallback((function(e){g.setGradients(e),d.onGradientsChange&&d.onGradientsChange(e)}),[g.setGradients,d.onGradientsChange]),u=a.useCallback((function(e){g.setIsEditing(e),d.onGradientEditStateChange&&d.onGradientEditStateChange(e)}),[g.setIsEditing,d.onGradientEditStateChange]);return t.jsx(r.GradientManager,e.__assign({},d,{disableGradientsManagement:g.isLoading||d.disableGradientsManagement,gradients:g.gradients,onGradientsChange:o,onGradientEditStateChange:u}))};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("@material-ui/core");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=t(require("tinygradient")),a=r.makeStyles({gradientPreview:{background:"red",width:32,height:16,borderRadius:4}});exports.GradientPreview=function(r){var t=r.gradientStops,n=i.default(t.map((function(e){return{color:e.color,pos:e.pos/100}}))).css("linear","90deg"),o=a();return e.jsx("div",{className:o.gradientPreview,style:{background:n}})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),s=require("@material-ui/core"),i=require("@material-ui/icons/AddCircle"),r=require("react"),n=require("classnames"),o=require("lodash"),c=require("./GradientPreview/GradientPreview.js"),t=require("../Select/index.js"),a=require("../IconButton/index.js"),u=require("./GradientSelect.styles.js"),d=require("../../icons/iconParkIcons.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}require("../../icons/customIcons/icons/AddMessage.js"),require("../../icons/customIcons/icons/Attention.js"),require("../../icons/customIcons/icons/Collapse.js"),require("../../icons/customIcons/icons/Dashboard.js"),require("../../icons/customIcons/icons/Expand.js"),require("../../icons/customIcons/icons/FolderClosed.js"),require("../../icons/customIcons/icons/FolderClosedFilled.js"),require("../../icons/customIcons/icons/FolderOpened.js"),require("../../icons/customIcons/icons/GreaterOrEqual.js"),require("../../icons/customIcons/icons/LessOrEqual.js"),require("../../icons/customIcons/icons/Search.js"),require("../../icons/customIcons/icons/Wellhub.js"),require("../../icons/customIcons/icons/MultiRuler.js"),require("../../icons/customIcons/icons/Checkbox.js"),require("../../icons/customIcons/icons/CheckboxChecked.js"),require("../../icons/customIcons/icons/CheckboxIndeterminate.js"),require("../../icons/customIcons/icons/Radio.js"),require("../../icons/customIcons/icons/RadioChecked.js"),require("../../icons/customIcons/icons/SimulFrac.js"),require("../../icons/customIcons/icons/ZipperFrac.js"),require("../../icons/customIcons/icons/CautionFilled.js"),require("../../icons/customIcons/icons/MoreApp.js"),require("../../icons/customIcons/icons/Pad.js"),require("../../icons/customIcons/icons/Gap.js");var m=l(i),j=l(n);exports.GradientSelect=function(i){var n=i.value,l=i.gradients,p=i.onChange,q=i.defaultGradients,I=i.onAction,h=i.readonly,v=u.useStyles(),x=r.useState(!1),f=x[0],C=x[1],G=function(e){var s,i;if(e.stopPropagation(),!h){var r=null===(i=null===(s=e.currentTarget.closest("li"))||void 0===s?void 0:s.dataset)||void 0===i?void 0:i.value;n===r&&C(!1),I("delete",r)}},b=o.isEmpty(l)&&h;return e.jsxs(t,{"data-testid":"gradient-select",label:"Gradients",value:n||"",className:v.select,onChange:function(e){var s=e.target;s.value&&p(s.value)},open:f,onClose:function(){return C(!1)},onOpen:function(){return C(!0)},inputProps:{name:"gradientId",id:"gradientId"},FormControlProps:{fullWidth:!0},fullWidth:!0,defaultValue:"",InputLabelProps:{shrink:!0},children:[e.jsx(s.ListSubheader,{className:v.listHeader,children:"Gradients"}),!b&&e.jsxs(s.ListSubheader,{className:v.subHeader,children:["My Gradients",!h&&e.jsx(a,{color:"primary","data-testid":"add-gradient-btn",className:v.addButton,onClick:function(){return I("add")},tooltipProps:{title:"Create Custom Gradient"},children:e.jsx(m.default,{color:"primary"})})]}),l.map((function(i){var r=i.id,n=i.name,o=i.gradientStops;return e.jsxs(s.MenuItem,{value:r,className:v.customGradientListItem,children:[e.jsx(c.GradientPreview,{gradientStops:o}),e.jsx("span",{children:n}),e.jsx(a,{className:j.default({disabled:h}),onClick:G,tooltipProps:{title:"Remove Gradient"},size:"medium",children:e.jsx(d.DeleteFourIcon,{})})]},r)})),!o.isEmpty(q)&&e.jsx(s.ListSubheader,{className:v.subHeader,children:"Default Gradients"}),q.map((function(i){var r=i.id,n=i.name,o=i.gradientStops;return e.jsxs(s.MenuItem,{value:r,className:v.customGradientListItem,children:[e.jsx(c.GradientPreview,{gradientStops:o}),e.jsx("span",{children:n})]},r)}))]})};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@material-ui/core").makeStyles((function(e){var t=e.palette;return{select:{"& > .MuiSelect-root":{display:"flex",gap:"8px",flexShrink:0,paddingRight:0,"& > button":{display:"none"},"& > span":{paddingRight:16,overflow:"hidden",textOverflow:"ellipsis"}},width:"100%",marginBottom:20},customGradientListItem:{width:"320px",display:"flex",gap:8,"& > span":{flexGrow:1,overflow:"hidden",textOverflow:"ellipsis"},"& button":{visibility:"hidden"},"&:hover button":{visibility:"visible"},"&:hover button.disabled":{opacity:.3}},listHeader:{pointerEvents:"none",userSelect:"none",fontSize:"20px",fontStyle:"normal",fontWeight:400,color:t.common.white},subHeader:{pointerEvents:"none",userSelect:"none",fontSize:"10px",color:t.primary.text7,textTransform:"uppercase",display:"flex",alignItems:"center"},addButton:{pointerEvents:"all","&:hover":{background:"transparent"}}}}));exports.useStyles=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var o=[{id:"shocks",name:"Shocks",gradientStops:[{color:"#75DB29",pos:0},{color:"#75DB29",pos:30},{color:"#FFC107",pos:30},{color:"#FFC107",pos:70},{color:"#FF4336",pos:70},{color:"#FF4336",pos:100}]},{id:"rop",name:"Rop",gradientStops:[{color:"#FF4336",pos:0},{color:"#FF4336",pos:30},{color:"#FFC107",pos:30},{color:"#FFC107",pos:70},{color:"#75DB29",pos:70},{color:"#75DB29",pos:100}]},{id:"gamma",name:"Gamma",gradientStops:[{color:"#006F64",pos:0},{color:"#009E8F",pos:50},{color:"#80FFF3",pos:100}]},{id:"brightTerrain",name:"Bright Terrain",gradientStops:[{color:"#AA2DAF",pos:0},{color:"#373BB0",pos:20},{color:"#00A5E3",pos:40},{color:"#00E1A0",pos:60},{color:"#FFC107",pos:80},{color:"#FF4336",pos:100}]},{id:"rainbow",name:"Rainbow",gradientStops:[{color:"#FF4336",pos:0},{color:"#FFC107",pos:18},{color:"#FFFF00",pos:35},{color:"#00FF00",pos:50},{color:"#0000FF",pos:65},{color:"#4B0082",pos:83},{color:"#8B00FF",pos:100}]},{id:"magentaYellowCyan",name:"Magenta-Yellow-Cyan",gradientStops:[{color:"#FF00FF",pos:0},{color:"#FFFF00",pos:50},{color:"#00FFFF",pos:100}]},{id:"redYellowGreen",name:"Red-Yellow-Green",gradientStops:[{color:"#FF4336",pos:0},{color:"#FFC107",pos:50},{color:"#75DB29",pos:100}]},{id:"brownYellow",name:"Brown-Yellow",gradientStops:[{color:"#2A1605",pos:0},{color:"#78461C",pos:50},{color:"#E3B961",pos:100}]},{id:"blueToYellow",name:"Blue to Yellow",gradientStops:[{color:"#3B50EE",pos:0},{color:"#C002D0",pos:37},{color:"#FF194E",pos:59},{color:"#FFFF00",pos:100}]},{id:"redWhiteBlue",name:"Red-White-Blue",gradientStops:[{color:"#FF4336",pos:0},{color:"#FFFFFF",pos:50},{color:"#3B50EE",pos:100}]},{id:"orangeWhiteBlue",name:"Orange-White-Blue",gradientStops:[{color:"#632409",pos:0},{color:"#AD4119",pos:14},{color:"#F97F26",pos:27},{color:"#FFE46A",pos:39},{color:"#FFFFFF",pos:52},{color:"#98FFE7",pos:63},{color:"#2591FD",pos:75},{color:"#3D4FFF",pos:88},{color:"#0C0C79",pos:100}]},{id:"purpleGreen",name:"Purple-Green",gradientStops:[{color:"#C411BF",pos:0},{color:"#FFFFFF",pos:50},{color:"#2FCA29",pos:100}]},{id:"earthTerrain",name:"Earth Terrain",gradientStops:[{color:"#215989",pos:0},{color:"#626869",pos:28},{color:"#74726C",pos:44},{color:"#66564B",pos:63},{color:"#492314",pos:100}]},{id:"mutedTerrain",name:"Muted Terrain",gradientStops:[{color:"#5892A0",pos:0},{color:"#D1CFB9",pos:50},{color:"#C16263",pos:100}]},{id:"elevation",name:"Elevation",gradientStops:[{color:"#C2F4EC",pos:0},{color:"#F4F3AB",pos:20},{color:"#1F8340",pos:40},{color:"#F1AD06",pos:55},{color:"#801502",pos:73},{color:"#79482C",pos:88},{color:"#E6E6E6",pos:100}]},{id:"greyscale",name:"Greyscale",gradientStops:[{color:"#F7F7F7",pos:0},{color:"#828282",pos:100}]}],r=o[3].gradientStops;exports.ALREADY_EXISTS_MESSAGE="This name is already used",exports.DEFAULT_GRADIENTS=o,exports.DEFAULT_GRADIENT_STOPS=r,exports.GRADIENT_MAX_NAME_LENGTH=30,exports.GRADIENT_NEW_NAME="My Gradient",exports.NAME_IS_MISSING_MESSAGE="Please enter the name",exports.TEMP_GRADIENT_ID="TEMP_GRADIENT_ID";
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require('./../../../ext-esm/tslib/tslib.es6.js'),r=require("lodash"),t=require("react"),n=require("../../../clients/index.js"),s=require("../configuration/constants.js"),u=function(e){return n.corvaAPI.get("/v2/users/".concat(e,"/settings"),{})},i=function(e,r){return n.corvaAPI.post("/v2/users/".concat(e,"/settings"),r)},a=function(e,r){return n.corvaAPI.get("/v2/users/".concat(e,"/settings/").concat(r),{})};exports.useGradientStorage=function(n){var o=n.userId,c=n.storageKey,l=void 0===c?"gradient-manager-custom_gradients":c,d=n.onFetchError,f=n.onUpdateError,g=t.useState(null),v=g[0],_=g[1],E=t.useState(0),b=E[0],h=E[1],p=t.useState(!1),q=p[0],I=p[1],A=t.useCallback((function(e){r.isEqual(v,e)||_(e)}),[v]);t.useEffect((function(){e.__awaiter(void 0,void 0,void 0,(function(){var r,t;return e.__generator(this,(function(e){switch(e.label){case 0:h((function(e){return e+1})),e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,a(o,l)];case 2:return r=e.sent(),_(r[l]||[]),[3,5];case 3:return t=e.sent(),null==d||d(t),console.error(t),[3,5];case 4:return h((function(e){return e-1})),[7];case 5:return[2]}}))}))}),[o]),t.useEffect((function(){if(v){e.__awaiter(void 0,void 0,void 0,(function(){var t,n,s,a;return e.__generator(this,(function(c){switch(c.label){case 0:h((function(e){return e+1})),c.label=1;case 1:return c.trys.push([1,5,6,7]),[4,u(o)];case 2:return t=c.sent(),r.isEqual(t[l],v)?[3,4]:(n=e.__assign(e.__assign({},t),((a={})[l]=v,a)),[4,i(o,n)]);case 3:c.sent(),c.label=4;case 4:return[3,7];case 5:return s=c.sent(),null==f||f(s),console.error(s),[3,7];case 6:return h((function(e){return e-1})),[7];case 7:return[2]}}))}))}}),[v]);var S=function(e){return r.find(v,{id:e})||r.find(s.DEFAULT_GRADIENTS,{id:e})},j=Boolean(b);return t.useMemo((function(){return{isEditing:q,isLoading:j,gradients:v,setIsEditing:I,setGradients:A,find:S}}),[q,j,v,A])};