@corva/ui 0.71.0-test-5 → 0.71.0

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 (948) hide show
  1. package/assets/0c545553b47f7840164da36e1cc735e5.svg +27 -0
  2. package/cjs-bundle/CLI/hocs/constants.js +1 -0
  3. package/cjs-bundle/CLI/hocs/utils.js +1 -0
  4. package/cjs-bundle/clients/api/apiCore.js +1 -0
  5. package/cjs-bundle/clients/api/httpMessages.js +1 -0
  6. package/cjs-bundle/clients/clientStorage/core.js +1 -0
  7. package/cjs-bundle/clients/clientStorage/index.js +1 -0
  8. package/cjs-bundle/clients/constants.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/postTaskAndWaitResult.js +1 -0
  12. package/cjs-bundle/clients/subscriptions.js +1 -0
  13. package/cjs-bundle/clients/utils.js +1 -0
  14. package/cjs-bundle/components/AddComment/Popover.js +1 -0
  15. package/cjs-bundle/components/AddComment/Popup.js +1 -0
  16. package/cjs-bundle/components/AddComment/components/Content.js +1 -0
  17. package/cjs-bundle/components/AdvancedSlider/AdvancedSlider.js +1 -0
  18. package/cjs-bundle/components/AdvancedSlider/Handle.js +1 -0
  19. package/cjs-bundle/components/AnchorsList/AnchorsList.js +1 -0
  20. package/cjs-bundle/components/Annotations/AnnotationsContext.js +1 -0
  21. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -0
  22. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -0
  23. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -0
  24. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -0
  25. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -0
  26. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -0
  27. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -0
  28. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -0
  29. package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -0
  30. package/cjs-bundle/components/Annotations/components/AnnotationsList/index.js +1 -0
  31. package/cjs-bundle/components/Annotations/components/AnnotationsList/style.css.js +1 -0
  32. package/cjs-bundle/components/Annotations/components/LastAnnotation/index.js +1 -0
  33. package/cjs-bundle/components/Annotations/components/LastAnnotation/style.css.js +1 -0
  34. package/cjs-bundle/components/Annotations/constants.js +1 -0
  35. package/cjs-bundle/components/AppIcon/AppIcon.js +1 -0
  36. package/cjs-bundle/components/AppIcon/assets/CompletionAppIcon.js +1 -0
  37. package/cjs-bundle/components/AppIcon/assets/CompletionAppIconBe.js +1 -0
  38. package/cjs-bundle/components/AppIcon/assets/DrillingAppIcon.js +1 -0
  39. package/cjs-bundle/components/AppIcon/assets/DrillingAppIconBe.js +1 -0
  40. package/cjs-bundle/components/AppIcon/assets/NoSegmentAppIcon.js +1 -0
  41. package/cjs-bundle/components/AppIcon/utils.js +1 -0
  42. package/cjs-bundle/components/AppVersionsSelect/AppVersionsSelect.js +1 -0
  43. package/cjs-bundle/components/AppVersionsSelect/effects/index.js +1 -0
  44. package/cjs-bundle/components/AssetEditor/AssetEditorAutocomplete.js +1 -0
  45. package/cjs-bundle/components/AssetEditor/AssetEditors.css.js +1 -0
  46. package/cjs-bundle/components/AssetEditor/SingleAssetEditor.js +1 -0
  47. package/cjs-bundle/components/AssetEditor/constants.js +1 -0
  48. package/cjs-bundle/components/AssetEditor/effects/index.js +1 -0
  49. package/cjs-bundle/components/AssetEditor/index.js +1 -0
  50. package/cjs-bundle/components/AssetEditorV2/components/MultipleAssetsToggle.js +1 -0
  51. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelect.js +1 -0
  52. package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelectV2.js +1 -0
  53. package/cjs-bundle/components/AssetEditorV2/components/SecondaryAssetSelect.js +1 -0
  54. package/cjs-bundle/components/AssetEditorV2/components/SelectItem.js +1 -0
  55. package/cjs-bundle/components/AssetEditorV2/constants.js +1 -0
  56. package/cjs-bundle/components/AssetEditorV2/effects/index.js +1 -0
  57. package/cjs-bundle/components/AssetEditorV2/effects/usePrimaryAssetSelectData.js +1 -0
  58. package/cjs-bundle/components/AssetEditorV2/index.js +1 -0
  59. package/cjs-bundle/components/AssetEditorV2/utils/index.js +1 -0
  60. package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.js +1 -0
  61. package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.styles.css.js +1 -0
  62. package/cjs-bundle/components/AssetNameLabel/AssetStatusBadge.js +1 -0
  63. package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -0
  64. package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +1 -0
  65. package/cjs-bundle/components/Attachment/index.js +1 -0
  66. package/cjs-bundle/components/Attachment/styles.css.js +1 -0
  67. package/cjs-bundle/components/Autocomplete/Autocomplete.js +1 -0
  68. package/cjs-bundle/components/Avatar/index.js +1 -0
  69. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -0
  70. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.js +1 -0
  71. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -0
  72. package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.js +1 -0
  73. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -0
  74. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  75. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  76. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  77. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -0
  78. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  79. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -0
  80. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -0
  81. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -0
  82. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -0
  83. package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -0
  84. package/cjs-bundle/components/BICOffsetPickerDialog/constants.js +1 -0
  85. package/cjs-bundle/components/BICOffsetPickerDialog/effects/index.js +1 -0
  86. package/cjs-bundle/components/BICOffsetPickerDialog/index.js +1 -0
  87. package/cjs-bundle/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -0
  88. package/cjs-bundle/components/Breadcrumbs/index.js +1 -0
  89. package/cjs-bundle/components/Button/index.js +1 -0
  90. package/cjs-bundle/components/Casing/CasingComponentIcon.js +1 -0
  91. package/cjs-bundle/components/Casing/CasingTable/CasingComponent.js +1 -0
  92. package/cjs-bundle/components/Casing/CasingTable/index.js +1 -0
  93. package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.css.js +1 -0
  94. package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.js +1 -0
  95. package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +1 -0
  96. package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -0
  97. package/cjs-bundle/components/Casing/CasingTableV2/components/Component.js +1 -0
  98. package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +1 -0
  99. package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -0
  100. package/cjs-bundle/components/Casing/CasingTableV2/components/EditComponentDialog.js +1 -0
  101. package/cjs-bundle/components/Casing/CasingTableV2/components/Header.js +1 -0
  102. package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponent.js +1 -0
  103. package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponents.js +1 -0
  104. package/cjs-bundle/components/Casing/CasingTableV2/components/constants.js +1 -0
  105. package/cjs-bundle/components/Casing/CasingTile/CasingTile.js +1 -0
  106. package/cjs-bundle/components/Casing/CasingTile/style.js +1 -0
  107. package/cjs-bundle/components/Casing/CasingTileIcon.js +1 -0
  108. package/cjs-bundle/components/Chart/ChartWrapperContext.js +1 -0
  109. package/cjs-bundle/components/Chart/components/AxisDropdown.js +1 -0
  110. package/cjs-bundle/components/Chart/components/AxisOverlay.js +1 -0
  111. package/cjs-bundle/components/Chart/components/ChartButton.js +1 -0
  112. package/cjs-bundle/components/Chart/components/ChartButtons.js +1 -0
  113. package/cjs-bundle/components/Chart/components/ChartSelect.js +1 -0
  114. package/cjs-bundle/components/Chart/components/ChartWrapper.js +1 -0
  115. package/cjs-bundle/components/Chart/components/buttons/ChartTypeButton.js +1 -0
  116. package/cjs-bundle/components/Chart/components/buttons/DragToZoomButton.js +1 -0
  117. package/cjs-bundle/components/Chart/components/buttons/HideAxesButton.js +1 -0
  118. package/cjs-bundle/components/Chart/components/buttons/PanButton.js +1 -0
  119. package/cjs-bundle/components/Chart/components/buttons/ResetZoomButton.js +1 -0
  120. package/cjs-bundle/components/Chart/components/buttons/ZoomInButton.js +1 -0
  121. package/cjs-bundle/components/Chart/components/buttons/ZoomOutButton.js +1 -0
  122. package/cjs-bundle/components/Chart/constants.js +1 -0
  123. package/cjs-bundle/components/Chart/effects/useChartModifier.js +1 -0
  124. package/cjs-bundle/components/Chart/effects/useChartTypeSwitch.js +1 -0
  125. package/cjs-bundle/components/Chart/effects/useHideAxes.js +1 -0
  126. package/cjs-bundle/components/Chart/effects/useKeyboardControl.js +1 -0
  127. package/cjs-bundle/components/Chart/effects/useZoom.js +1 -0
  128. package/cjs-bundle/components/Chart/formations.js +1 -0
  129. package/cjs-bundle/components/Chart/utils.js +1 -0
  130. package/cjs-bundle/components/ChartActionsList/ChartActionsList.css.js +1 -0
  131. package/cjs-bundle/components/ChartActionsList/ChartActionsList.js +1 -0
  132. package/cjs-bundle/components/ChartActionsList/icons/GoLive.js +1 -0
  133. package/cjs-bundle/components/ChartActionsList/icons/LeftArrow.js +1 -0
  134. package/cjs-bundle/components/ChartActionsList/icons/RightArrow.js +1 -0
  135. package/cjs-bundle/components/ChartActionsList/icons/TimeRange.js +1 -0
  136. package/cjs-bundle/components/ChartActionsList/icons/ZoomIn.js +1 -0
  137. package/cjs-bundle/components/ChartActionsList/icons/ZoomOut.js +1 -0
  138. package/cjs-bundle/components/Checkbox/index.js +1 -0
  139. package/cjs-bundle/components/Chip/index.js +1 -0
  140. package/cjs-bundle/components/CollapsableSidebar.js +1 -0
  141. package/cjs-bundle/components/CollapsibleContent.js +1 -0
  142. package/cjs-bundle/components/ColorPicker/ColorPicker.js +1 -0
  143. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -0
  144. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -0
  145. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -0
  146. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -0
  147. package/cjs-bundle/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -0
  148. package/cjs-bundle/components/ColorPickerPalette/ColorPickerPalette.js +1 -0
  149. package/cjs-bundle/components/Comment/CommentIcon/BadgeIcon.js +1 -0
  150. package/cjs-bundle/components/Comment/CommentIcon/index.js +1 -0
  151. package/cjs-bundle/components/Comment/index.js +1 -0
  152. package/cjs-bundle/components/Comment/styles.css.js +1 -0
  153. package/cjs-bundle/components/CommentInput/index.js +1 -0
  154. package/cjs-bundle/components/CommentInput/styles.css.js +1 -0
  155. package/cjs-bundle/components/CommentLoader.js +1 -0
  156. package/cjs-bundle/components/CommentWrapper.js +1 -0
  157. package/cjs-bundle/components/CommentsInfo/index.js +1 -0
  158. package/cjs-bundle/components/CommentsInfo/styles.css.js +1 -0
  159. package/cjs-bundle/components/ConfirmationDialog.js +1 -0
  160. package/cjs-bundle/components/ContextMenuItem/index.js +1 -0
  161. package/cjs-bundle/components/CopyToClipboard/CopyToClipboard.js +1 -0
  162. package/cjs-bundle/components/Counter/index.js +1 -0
  163. package/cjs-bundle/components/CustomSelect/index.js +1 -0
  164. package/cjs-bundle/components/DatePicker/index.js +1 -0
  165. package/cjs-bundle/components/DateTimePicker/index.js +1 -0
  166. package/cjs-bundle/components/DevCenter/AppContext.js +1 -0
  167. package/cjs-bundle/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +1 -0
  168. package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.css.js +1 -0
  169. package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.js +1 -0
  170. package/cjs-bundle/components/DevCenter/AppHeader/AppHeaderStyles.js +1 -0
  171. package/cjs-bundle/components/DevCenter/AppHeader/PadIcon.js +1 -0
  172. package/cjs-bundle/components/DevCenter/AppHeader/PadMode.js +1 -0
  173. package/cjs-bundle/components/DevCenter/AppHeader/VersionBadge.js +1 -0
  174. package/cjs-bundle/components/DevCenter/AppHeader/utils.js +1 -0
  175. package/cjs-bundle/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -0
  176. package/cjs-bundle/components/DevCenter/AppSideBar/AppSideBar.js +1 -0
  177. package/cjs-bundle/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -0
  178. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/constants.js +1 -0
  179. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -0
  180. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -0
  181. package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/utils.js +1 -0
  182. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -0
  183. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -0
  184. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -0
  185. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -0
  186. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -0
  187. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -0
  188. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -0
  189. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -0
  190. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js +1 -0
  191. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/styles.js +1 -0
  192. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +1 -0
  193. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +1 -0
  194. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -0
  195. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +1 -0
  196. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -0
  197. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -0
  198. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +1 -0
  199. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -0
  200. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -0
  201. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -0
  202. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -0
  203. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -0
  204. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -0
  205. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +1 -0
  206. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -0
  207. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -0
  208. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -0
  209. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -0
  210. package/cjs-bundle/components/DevCenter/DevCenterAppContainer/utils.js +1 -0
  211. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -0
  212. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -0
  213. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -0
  214. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -0
  215. package/cjs-bundle/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -0
  216. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -0
  217. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -0
  218. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -0
  219. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -0
  220. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -0
  221. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -0
  222. package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -0
  223. package/cjs-bundle/components/DevCenter/NavigationBar/NavigationBar.js +1 -0
  224. package/cjs-bundle/components/DevCenter/SideBar/SideBar.js +1 -0
  225. package/cjs-bundle/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -0
  226. package/cjs-bundle/components/DocumentViewer/DocumentViewer.js +1 -0
  227. package/cjs-bundle/components/DocumentViewer/styles.js +1 -0
  228. package/cjs-bundle/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +1 -0
  229. package/cjs-bundle/components/Drillstring/BHAComponentDetail/constants.js +1 -0
  230. package/cjs-bundle/components/Drillstring/BHAComponentDetail/index.js +1 -0
  231. package/cjs-bundle/components/Drillstring/BHAComponentIcon.js +1 -0
  232. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +1 -0
  233. package/cjs-bundle/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +1 -0
  234. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +1 -0
  235. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -0
  236. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +1 -0
  237. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -0
  238. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Component.js +1 -0
  239. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +1 -0
  240. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -0
  241. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +1 -0
  242. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -0
  243. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +1 -0
  244. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Header.js +1 -0
  245. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +1 -0
  246. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -0
  247. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +1 -0
  248. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -0
  249. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +1 -0
  250. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +1 -0
  251. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -0
  252. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +1 -0
  253. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +1 -0
  254. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -0
  255. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +1 -0
  256. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +1 -0
  257. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -0
  258. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +1 -0
  259. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +1 -0
  260. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +1 -0
  261. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -0
  262. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +1 -0
  263. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -0
  264. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +1 -0
  265. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +1 -0
  266. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +1 -0
  267. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -0
  268. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/constants.js +1 -0
  269. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +1 -0
  270. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -0
  271. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +1 -0
  272. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +1 -0
  273. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +1 -0
  274. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +1 -0
  275. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +1 -0
  276. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +1 -0
  277. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +1 -0
  278. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +1 -0
  279. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +1 -0
  280. package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +1 -0
  281. package/cjs-bundle/components/Drillstring/BHAList/BHAList.js +1 -0
  282. package/cjs-bundle/components/Drillstring/BHAList/styles.css.js +1 -0
  283. package/cjs-bundle/components/Drillstring/BHASchematic.js +1 -0
  284. package/cjs-bundle/components/Drillstring/BHATable/BHAComponent.js +1 -0
  285. package/cjs-bundle/components/Drillstring/BHATable/index.js +1 -0
  286. package/cjs-bundle/components/Drillstring/BHATile/BHATile.js +1 -0
  287. package/cjs-bundle/components/Drillstring/BHATile/styles.css.js +1 -0
  288. package/cjs-bundle/components/Drillstring/BHATileIcon.js +1 -0
  289. package/cjs-bundle/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -0
  290. package/cjs-bundle/components/Drillstring/BhaIndicator/styles.css.js +1 -0
  291. package/cjs-bundle/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -0
  292. package/cjs-bundle/components/Drillstring/DrillstringDetail/styles.css.js +1 -0
  293. package/cjs-bundle/components/EChartsWrapper/EChartsWrapper.js +1 -0
  294. package/cjs-bundle/components/EChartsWrapper/components/Toolbox/Toolbox.js +1 -0
  295. package/cjs-bundle/components/EChartsWrapper/components/Toolbox/ToolboxButton.js +1 -0
  296. package/cjs-bundle/components/EditableItem/EditableItem/index.js +1 -0
  297. package/cjs-bundle/components/EditableItem/EditableItemWithBadge/index.js +1 -0
  298. package/cjs-bundle/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -0
  299. package/cjs-bundle/components/EmbeddedApp/EmbeddedApp.js +1 -0
  300. package/cjs-bundle/components/EmbeddedApp/components/AppInfo.js +1 -0
  301. package/cjs-bundle/components/EmbeddedApp/styles.css.js +1 -0
  302. package/cjs-bundle/components/EmojiIconButton.js +1 -0
  303. package/cjs-bundle/components/EmptyState/EmptyState.js +1 -0
  304. package/cjs-bundle/components/EmptyState/constants.js +1 -0
  305. package/cjs-bundle/components/EmptyState/images/index.js +1 -0
  306. package/cjs-bundle/components/EmptyState/styles.js +1 -0
  307. package/cjs-bundle/components/EmptyState/utils.js +1 -0
  308. package/cjs-bundle/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -0
  309. package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -0
  310. package/cjs-bundle/components/EmptyView/EmptyView.js +1 -0
  311. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -0
  312. package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -0
  313. package/cjs-bundle/components/ErrorBoundary/ErrorBoundary.js +1 -0
  314. package/cjs-bundle/components/FailedFileUploading.js +1 -0
  315. package/cjs-bundle/components/FeedItem/FeedItem.css.js +1 -0
  316. package/cjs-bundle/components/FeedItem/FeedItem.js +1 -0
  317. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -0
  318. package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -0
  319. package/cjs-bundle/components/FeedItem/components/Actions.js +1 -0
  320. package/cjs-bundle/components/FeedItem/components/AvatarIcon.js +1 -0
  321. package/cjs-bundle/components/FeedItem/components/Content.js +1 -0
  322. package/cjs-bundle/components/FeedItem/components/CreatedAt.js +1 -0
  323. package/cjs-bundle/components/FeedItem/components/FeedComments.js +1 -0
  324. package/cjs-bundle/components/FeedItem/components/Icon.js +1 -0
  325. package/cjs-bundle/components/FeedItem/components/LessonsLearnedLeafIcon.js +1 -0
  326. package/cjs-bundle/components/FeedItem/components/Reactions.js +1 -0
  327. package/cjs-bundle/components/FeedItem/components/RigAndWell.js +1 -0
  328. package/cjs-bundle/components/FeedItem/components/TypeAndAssetTitle.js +1 -0
  329. package/cjs-bundle/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +1 -0
  330. package/cjs-bundle/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +1 -0
  331. package/cjs-bundle/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +1 -0
  332. package/cjs-bundle/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +1 -0
  333. package/cjs-bundle/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +1 -0
  334. package/cjs-bundle/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -0
  335. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -0
  336. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -0
  337. package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -0
  338. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -0
  339. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -0
  340. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -0
  341. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -0
  342. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -0
  343. package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -0
  344. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -0
  345. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -0
  346. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -0
  347. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -0
  348. package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -0
  349. package/cjs-bundle/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +1 -0
  350. package/cjs-bundle/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -0
  351. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -0
  352. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -0
  353. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -0
  354. package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -0
  355. package/cjs-bundle/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +1 -0
  356. package/cjs-bundle/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -0
  357. package/cjs-bundle/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -0
  358. package/cjs-bundle/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +1 -0
  359. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -0
  360. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -0
  361. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -0
  362. package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -0
  363. package/cjs-bundle/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -0
  364. package/cjs-bundle/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +1 -0
  365. package/cjs-bundle/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -0
  366. package/cjs-bundle/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -0
  367. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -0
  368. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -0
  369. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -0
  370. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -0
  371. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -0
  372. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -0
  373. package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -0
  374. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -0
  375. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -0
  376. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -0
  377. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -0
  378. package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -0
  379. package/cjs-bundle/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -0
  380. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -0
  381. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -0
  382. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -0
  383. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -0
  384. package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -0
  385. package/cjs-bundle/components/FilePreview/index.js +1 -0
  386. package/cjs-bundle/components/FilePreview/styles.css.js +1 -0
  387. package/cjs-bundle/components/FileTypeIcon.js +1 -0
  388. package/cjs-bundle/components/FileUploadIconButton.js +1 -0
  389. package/cjs-bundle/components/FilesLoader/FilesLoader.js +1 -0
  390. package/cjs-bundle/components/FilesLoader/Icons/CSVFileIcon.js +1 -0
  391. package/cjs-bundle/components/FilesLoader/Icons/DocFileIcon.js +1 -0
  392. package/cjs-bundle/components/FilesLoader/Icons/EDMFileIcon.js +1 -0
  393. package/cjs-bundle/components/FilesLoader/Icons/ExelFileIcon.js +1 -0
  394. package/cjs-bundle/components/FilesLoader/Icons/FileIcon.js +1 -0
  395. package/cjs-bundle/components/FilesLoader/Icons/IconRefresh.js +1 -0
  396. package/cjs-bundle/components/FilesLoader/Icons/IconSuccess.js +1 -0
  397. package/cjs-bundle/components/FilesLoader/Icons/IconWarning.js +1 -0
  398. package/cjs-bundle/components/FilesLoader/Icons/ImageFileIcon.js +1 -0
  399. package/cjs-bundle/components/FilesLoader/Icons/PdfFileIcon.js +1 -0
  400. package/cjs-bundle/components/FilesLoader/Icons/UnknownFileIcon.js +1 -0
  401. package/cjs-bundle/components/FilesLoader/Icons/UploadIcon.js +1 -0
  402. package/cjs-bundle/components/FilesLoader/useStyles.js +1 -0
  403. package/cjs-bundle/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -0
  404. package/cjs-bundle/components/FolderMenuItem/components/FolderIcon.js +1 -0
  405. package/cjs-bundle/components/FolderMenuItem/components/OpenFolderIcon.js +1 -0
  406. package/cjs-bundle/components/FolderMenuItem/index.js +1 -0
  407. package/cjs-bundle/components/FolderMenuItemWithLinks/index.js +1 -0
  408. package/cjs-bundle/components/GoogleDocsViewer/index.js +1 -0
  409. package/cjs-bundle/components/GoogleDocsViewer/styles.css.js +1 -0
  410. package/cjs-bundle/components/GradientManager/GradientList.js +1 -0
  411. package/cjs-bundle/components/GradientManager/GradientManager.js +1 -0
  412. package/cjs-bundle/components/GradientManager/GradientManager.styles.js +1 -0
  413. package/cjs-bundle/components/GradientManager/GradientPreview/GradientPreview.js +1 -0
  414. package/cjs-bundle/components/GradientManager/GradientSelect.js +1 -0
  415. package/cjs-bundle/components/GradientManager/GradientSelect.styles.js +1 -0
  416. package/cjs-bundle/components/GradientManager/configuration/constants.js +1 -0
  417. package/cjs-bundle/components/GradientPicker/GradientPicker.js +1 -0
  418. package/cjs-bundle/components/GradientPicker/GradientPicker.styles.js +1 -0
  419. package/cjs-bundle/components/GradientPicker/GradientPicker.utils.js +1 -0
  420. package/cjs-bundle/components/HeaderLayout/HeaderLayout.css.js +1 -0
  421. package/cjs-bundle/components/HeaderLayout/HeaderLayout.js +1 -0
  422. package/cjs-bundle/components/HeaderLayout/constants.js +1 -0
  423. package/cjs-bundle/components/HeaderLayout/effects/index.js +1 -0
  424. package/cjs-bundle/components/HeaderLayout/utils.js +1 -0
  425. package/cjs-bundle/components/HelpCenter/HelpCenterIcon.js +1 -0
  426. package/cjs-bundle/components/HelpCenter/index.js +1 -0
  427. package/cjs-bundle/components/IconButton/index.js +1 -0
  428. package/cjs-bundle/components/IconMenu/index.js +1 -0
  429. package/cjs-bundle/components/Icons/AnnotationIcon.js +1 -0
  430. package/cjs-bundle/components/Icons/AttachIcon.js +1 -0
  431. package/cjs-bundle/components/Icons/DangerousIcon.js +1 -0
  432. package/cjs-bundle/components/Icons/EmojiIcon.js +1 -0
  433. package/cjs-bundle/components/Icons/RecommendationIcon.js +1 -0
  434. package/cjs-bundle/components/Icons/SendIcon.js +1 -0
  435. package/cjs-bundle/components/ImageViewer/index.js +1 -0
  436. package/cjs-bundle/components/ImageViewer/styles.css.js +1 -0
  437. package/cjs-bundle/components/InfiniteList/index.js +1 -0
  438. package/cjs-bundle/components/InfiniteList/styles.css.js +1 -0
  439. package/cjs-bundle/components/KeyboardDateTimePicker.js +1 -0
  440. package/cjs-bundle/components/LabelsCounter/LabelsCounter.js +1 -0
  441. package/cjs-bundle/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -0
  442. package/cjs-bundle/components/LoadingIndicator/InlineLoadingIndicator.js +1 -0
  443. package/cjs-bundle/components/LoadingIndicator/Loader.js +1 -0
  444. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.css.js +1 -0
  445. package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.js +1 -0
  446. package/cjs-bundle/components/LoadingIndicator/types.js +1 -0
  447. package/cjs-bundle/components/MenuItem/index.js +1 -0
  448. package/cjs-bundle/components/MiddleTruncate/MiddleTruncate.js +1 -0
  449. package/cjs-bundle/components/MiddleTruncate/utils.js +1 -0
  450. package/cjs-bundle/components/MiddleTruncatedText/MiddleTruncatedText.js +1 -0
  451. package/cjs-bundle/components/Modal/CorvaModal.css.js +1 -0
  452. package/cjs-bundle/components/Modal/CorvaModal.js +1 -0
  453. package/cjs-bundle/components/Modal/DcCorvaModal.js +1 -0
  454. package/cjs-bundle/components/Modal/Modal.js +1 -0
  455. package/cjs-bundle/components/Notifications/Notifications.js +1 -0
  456. package/cjs-bundle/components/Notifications/NotificationsContainer.js +1 -0
  457. package/cjs-bundle/components/Notifications/Toast.js +1 -0
  458. package/cjs-bundle/components/Notifications/Toast.styles.js +1 -0
  459. package/cjs-bundle/components/OffsetWellButton/OffsetWellButton.js +1 -0
  460. package/cjs-bundle/components/OffsetWellChips/Chip.js +1 -0
  461. package/cjs-bundle/components/OffsetWellChips/ChipsContainer.js +1 -0
  462. package/cjs-bundle/components/OffsetWellChips/icons/SubjectIcon.js +1 -0
  463. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.js +1 -0
  464. package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.module.css.js +1 -0
  465. package/cjs-bundle/components/OffsetWellMap/WellTooltip.js +1 -0
  466. package/cjs-bundle/components/OffsetWellMap/WellTooltip.module.css.js +1 -0
  467. package/cjs-bundle/components/OffsetWellMap/effects/usePreviousWells.js +1 -0
  468. package/cjs-bundle/components/OffsetWellMap/utils.js +1 -0
  469. package/cjs-bundle/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -0
  470. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -0
  471. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -0
  472. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +1 -0
  473. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -0
  474. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -0
  475. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -0
  476. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -0
  477. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -0
  478. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -0
  479. package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/index.js +1 -0
  480. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -0
  481. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.js +1 -0
  482. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.css.js +1 -0
  483. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.js +1 -0
  484. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -0
  485. package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -0
  486. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -0
  487. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -0
  488. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -0
  489. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -0
  490. package/cjs-bundle/components/OffsetWellPickerV2/components/Table/index.js +1 -0
  491. package/cjs-bundle/components/OffsetWellPickerV2/constants.js +1 -0
  492. package/cjs-bundle/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -0
  493. package/cjs-bundle/components/OffsetWellPickerV2/effects/index.js +1 -0
  494. package/cjs-bundle/components/OffsetWellPickerV2/utils/apiCalls.js +1 -0
  495. package/cjs-bundle/components/OffsetWellPickerV2/utils/index.js +1 -0
  496. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -0
  497. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -0
  498. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -0
  499. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -0
  500. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -0
  501. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -0
  502. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -0
  503. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -0
  504. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -0
  505. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -0
  506. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -0
  507. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +1 -0
  508. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +1 -0
  509. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +1 -0
  510. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -0
  511. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +1 -0
  512. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -0
  513. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -0
  514. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -0
  515. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -0
  516. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -0
  517. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -0
  518. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -0
  519. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -0
  520. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -0
  521. package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -0
  522. package/cjs-bundle/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -0
  523. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -0
  524. package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -0
  525. package/cjs-bundle/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -0
  526. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -0
  527. package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -0
  528. package/cjs-bundle/components/OffsetWellPickerV3/constants.js +1 -0
  529. package/cjs-bundle/components/OffsetWellPickerV3/effects/index.js +1 -0
  530. package/cjs-bundle/components/OffsetWellPickerV3/index.js +1 -0
  531. package/cjs-bundle/components/OffsetWellPickerV3/utils/apiCalls.js +1 -0
  532. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -0
  533. package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +1 -0
  534. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -0
  535. package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +1 -0
  536. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +1 -0
  537. package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +1 -0
  538. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -0
  539. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +1 -0
  540. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +1 -0
  541. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +1 -0
  542. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +1 -0
  543. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +1 -0
  544. package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/WellSection.js +1 -0
  545. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.js +1 -0
  546. package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +1 -0
  547. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -0
  548. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -0
  549. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +1 -0
  550. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +1 -0
  551. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -0
  552. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +1 -0
  553. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +1 -0
  554. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -0
  555. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -0
  556. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -0
  557. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +1 -0
  558. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +1 -0
  559. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +1 -0
  560. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +1 -0
  561. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +1 -0
  562. package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +1 -0
  563. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -0
  564. package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -0
  565. package/cjs-bundle/components/OffsetWellPickerV4/constants.js +1 -0
  566. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAdvancedWells.js +1 -0
  567. package/cjs-bundle/components/OffsetWellPickerV4/effects/useAssetsData.js +1 -0
  568. package/cjs-bundle/components/OffsetWellPickerV4/effects/useBicWells.js +1 -0
  569. package/cjs-bundle/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +1 -0
  570. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFetchWells.js +1 -0
  571. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilterOptions.js +1 -0
  572. package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilteredWells.js +1 -0
  573. package/cjs-bundle/components/OffsetWellPickerV4/effects/useSortedWells.js +1 -0
  574. package/cjs-bundle/components/OffsetWellPickerV4/effects/useTableColumns.js +1 -0
  575. package/cjs-bundle/components/OffsetWellPickerV4/utils/apiCalls.js +1 -0
  576. package/cjs-bundle/components/OffsetWellPickerV4/utils/index.js +1 -0
  577. package/cjs-bundle/components/OffsetWellPickerV4/utils/timePeriod.js +1 -0
  578. package/cjs-bundle/components/OffsetWellPickerV4/utils/unitSystem.js +1 -0
  579. package/cjs-bundle/components/PadModeSelect/PadModeSelect.js +1 -0
  580. package/cjs-bundle/components/PadModeSelect/WellStreamActivityStatus.js +1 -0
  581. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +1 -0
  582. package/cjs-bundle/components/PadModeSelect/effects/useWellStreamsData.js +1 -0
  583. package/cjs-bundle/components/PadModeSelect/types.js +1 -0
  584. package/cjs-bundle/components/PadModeSelect/utils/initialDataFetcher.js +1 -0
  585. package/cjs-bundle/components/PadModeSelect/utils/time.js +1 -0
  586. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetChip.js +1 -0
  587. package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -0
  588. package/cjs-bundle/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -0
  589. package/cjs-bundle/components/PadOffsetsPicker/StagesSelector.js +1 -0
  590. package/cjs-bundle/components/PadOffsetsPicker/index.js +1 -0
  591. package/cjs-bundle/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -0
  592. package/cjs-bundle/components/PadOffsetsPickerV2/useDialogState.js +1 -0
  593. package/cjs-bundle/components/ParameterCharts/AddEditTrack.css.js +1 -0
  594. package/cjs-bundle/components/ParameterCharts/AddEditTrack.js +1 -0
  595. package/cjs-bundle/components/ParameterCharts/ChartsContext.js +1 -0
  596. package/cjs-bundle/components/ParameterCharts/DataContext.js +1 -0
  597. package/cjs-bundle/components/ParameterCharts/ParameterCharts.css.js +1 -0
  598. package/cjs-bundle/components/ParameterCharts/ParameterCharts.js +1 -0
  599. package/cjs-bundle/components/ParameterCharts/SettingsContext.js +1 -0
  600. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.css.js +1 -0
  601. package/cjs-bundle/components/ParameterCharts/components/ChartContainer.js +1 -0
  602. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -0
  603. package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.js +1 -0
  604. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.css.js +1 -0
  605. package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.js +1 -0
  606. package/cjs-bundle/components/ParameterCharts/components/Charts/options.js +1 -0
  607. package/cjs-bundle/components/ParameterCharts/components/DataLoadingIndicator.js +1 -0
  608. package/cjs-bundle/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -0
  609. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -0
  610. package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -0
  611. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -0
  612. package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -0
  613. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.css.js +1 -0
  614. package/cjs-bundle/components/ParameterCharts/components/TraceHeader.js +1 -0
  615. package/cjs-bundle/components/ParameterCharts/components/TraceSelect.js +1 -0
  616. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.css.js +1 -0
  617. package/cjs-bundle/components/ParameterCharts/components/TraceSettings.js +1 -0
  618. package/cjs-bundle/components/ParameterCharts/components/Track.css.js +1 -0
  619. package/cjs-bundle/components/ParameterCharts/components/Track.js +1 -0
  620. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.css.js +1 -0
  621. package/cjs-bundle/components/ParameterCharts/components/TrackSettings.js +1 -0
  622. package/cjs-bundle/components/ParameterCharts/constants.js +1 -0
  623. package/cjs-bundle/components/ParameterCharts/utils/dataParser.js +1 -0
  624. package/cjs-bundle/components/PinnableFilters/PinnableFilters.css.js +1 -0
  625. package/cjs-bundle/components/PinnableFilters/PinnableFilters.js +1 -0
  626. package/cjs-bundle/components/PinnableFilters/components/FiltersToggler.js +1 -0
  627. package/cjs-bundle/components/PinnableFilters/components/PinAppSwitch.js +1 -0
  628. package/cjs-bundle/components/PinnableFilters/constants.js +1 -0
  629. package/cjs-bundle/components/PinnableFilters/effects/index.js +1 -0
  630. package/cjs-bundle/components/PinnableFilters/utils.js +1 -0
  631. package/cjs-bundle/components/Popover/Popover.js +1 -0
  632. package/cjs-bundle/components/Popper/Popper.js +1 -0
  633. package/cjs-bundle/components/PostInput/PostInput.css.js +1 -0
  634. package/cjs-bundle/components/PostInput/PostInput.js +1 -0
  635. package/cjs-bundle/components/PostPreviewDialog/index.js +1 -0
  636. package/cjs-bundle/components/PostPreviewDialog/styles.css.js +1 -0
  637. package/cjs-bundle/components/PriceInput/FormattedNumber.js +1 -0
  638. package/cjs-bundle/components/PriceInput/PriceInput.js +1 -0
  639. package/cjs-bundle/components/RangeSlider/Input.css.js +1 -0
  640. package/cjs-bundle/components/RangeSlider/RangeSlider.css.js +1 -0
  641. package/cjs-bundle/components/RangeSlider/RangeSlider.js +1 -0
  642. package/cjs-bundle/components/RangeSlider/constants.js +1 -0
  643. package/cjs-bundle/components/RangeSlider/inputs/FromInput.js +1 -0
  644. package/cjs-bundle/components/RangeSlider/inputs/ToInput.js +1 -0
  645. package/cjs-bundle/components/RangeSlider/strategies/horizontal.js +1 -0
  646. package/cjs-bundle/components/RangeSlider/strategies/vertical.js +1 -0
  647. package/cjs-bundle/components/RangeSlider/utils.js +1 -0
  648. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebar.js +1 -0
  649. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +1 -0
  650. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +1 -0
  651. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +1 -0
  652. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -0
  653. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -0
  654. package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +1 -0
  655. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarFooter.js +1 -0
  656. package/cjs-bundle/components/RealTimeValuesSidebar/SidebarTitle.js +1 -0
  657. package/cjs-bundle/components/RealTimeValuesSidebar/enums.js +1 -0
  658. package/cjs-bundle/components/ResizableTable/ResizableTable.js +1 -0
  659. package/cjs-bundle/components/ResizableTable/ResizableTableCell.js +1 -0
  660. package/cjs-bundle/components/ResizableTable/ResizableTableHeaderCell.js +1 -0
  661. package/cjs-bundle/components/Search/Search.js +1 -0
  662. package/cjs-bundle/components/Search/components/Groups.js +1 -0
  663. package/cjs-bundle/components/Search/components/InputAdornmentLeft.js +1 -0
  664. package/cjs-bundle/components/Search/components/Listbox.js +1 -0
  665. package/cjs-bundle/components/Search/components/Paper.js +1 -0
  666. package/cjs-bundle/components/Search/components/RecentSearches.js +1 -0
  667. package/cjs-bundle/components/Search/context/index.js +1 -0
  668. package/cjs-bundle/components/Search/styles.js +1 -0
  669. package/cjs-bundle/components/Search/utils/truncate.js +1 -0
  670. package/cjs-bundle/components/SearchInput/index.js +1 -0
  671. package/cjs-bundle/components/Select/SelectFilterBy.js +1 -0
  672. package/cjs-bundle/components/Select/index.js +1 -0
  673. package/cjs-bundle/components/SettingEditors/ColorEditor/index.js +1 -0
  674. package/cjs-bundle/components/SettingEditors/ColorEditor/style.css.js +1 -0
  675. package/cjs-bundle/components/SettingEditors/DropdownEditor/index.js +1 -0
  676. package/cjs-bundle/components/SettingEditors/RadioEditor/index.js +1 -0
  677. package/cjs-bundle/components/SlateFormattedText/Constants.js +1 -0
  678. package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -0
  679. package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -0
  680. package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -0
  681. package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -0
  682. package/cjs-bundle/components/SlateFormattedText/RenderElements.js +1 -0
  683. package/cjs-bundle/components/SlateFormattedText/SlateFormattedText.js +1 -0
  684. package/cjs-bundle/components/SlateFormattedText/style.css.js +1 -0
  685. package/cjs-bundle/components/SlateFormattedText/utils.js +1 -0
  686. package/cjs-bundle/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -0
  687. package/cjs-bundle/components/StageDesignVActual/ComparisonBar/utils.js +1 -0
  688. package/cjs-bundle/components/StageDesignVActual/ComparisonHeader.js +1 -0
  689. package/cjs-bundle/components/StageDesignVActual/ComparisonRow.js +1 -0
  690. package/cjs-bundle/components/StageDesignVActual/ComparisonTable.css.js +1 -0
  691. package/cjs-bundle/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -0
  692. package/cjs-bundle/components/StageDesignVActual/ElementsComparison/utils.js +1 -0
  693. package/cjs-bundle/components/StatusBadge/api.js +1 -0
  694. package/cjs-bundle/components/StatusBadge/components/DQAccordionDetailsContent.js +1 -0
  695. package/cjs-bundle/components/StatusBadge/components/DQAlertTooltip.js +1 -0
  696. package/cjs-bundle/components/StatusBadge/components/DQAlertsTooltip.js +1 -0
  697. package/cjs-bundle/components/StatusBadge/components/DQStatusIcon.js +1 -0
  698. package/cjs-bundle/components/StatusBadge/components/DQUnvalidatedContent.js +1 -0
  699. package/cjs-bundle/components/StatusBadge/components/ReportIssueModal.js +1 -0
  700. package/cjs-bundle/components/StatusBadge/constants.js +1 -0
  701. package/cjs-bundle/components/StatusBadge/index.js +1 -0
  702. package/cjs-bundle/components/StatusBadge/styles.js +1 -0
  703. package/cjs-bundle/components/StatusBadge/utils.js +1 -0
  704. package/cjs-bundle/components/Stepper/Step.css.js +1 -0
  705. package/cjs-bundle/components/Stepper/Step.js +1 -0
  706. package/cjs-bundle/components/Stepper/Stepper.js +1 -0
  707. package/cjs-bundle/components/Stepper/StepsWrapper.css.js +1 -0
  708. package/cjs-bundle/components/Stepper/StepsWrapper.js +1 -0
  709. package/cjs-bundle/components/Stepper/constants.js +1 -0
  710. package/cjs-bundle/components/StyledMenuItem/index.js +1 -0
  711. package/cjs-bundle/components/SwitchControl/index.js +1 -0
  712. package/cjs-bundle/components/SwitchControl/style.css.js +1 -0
  713. package/cjs-bundle/components/Table/TableCell/TableCell.js +1 -0
  714. package/cjs-bundle/components/Table/TableContainer/TableContainer.js +1 -0
  715. package/cjs-bundle/components/Table/TableSortLabel/TableSortLabel.js +1 -0
  716. package/cjs-bundle/components/Table/TableToolbar/TableToolbar.js +1 -0
  717. package/cjs-bundle/components/Tabs/Tab.js +1 -0
  718. package/cjs-bundle/components/Tabs/Tabs.js +1 -0
  719. package/cjs-bundle/components/Template/TemplatePopover/Styles.js +1 -0
  720. package/cjs-bundle/components/Template/TemplatePopover/index.js +1 -0
  721. package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -0
  722. package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.js +1 -0
  723. package/cjs-bundle/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -0
  724. package/cjs-bundle/components/Template/TemplateSharingDialog/index.js +1 -0
  725. package/cjs-bundle/components/TextField/effects/index.js +1 -0
  726. package/cjs-bundle/components/TextField/index.js +1 -0
  727. package/cjs-bundle/components/TextLink/index.js +1 -0
  728. package/cjs-bundle/components/Toaster/ToastContainer.js +1 -0
  729. package/cjs-bundle/components/Toaster/Toaster.js +1 -0
  730. package/cjs-bundle/components/Tooltip/MuiTooltipDcWrapper.js +1 -0
  731. package/cjs-bundle/components/Tooltip/ScrollableTooltip.js +1 -0
  732. package/cjs-bundle/components/Tooltip/Tooltip.js +1 -0
  733. package/cjs-bundle/components/TracesEditModal/TracesEditModal.css.js +1 -0
  734. package/cjs-bundle/components/TracesEditModal/TracesEditModal.js +1 -0
  735. package/cjs-bundle/components/TracesEditModal/TracesEditModalContainer.js +1 -0
  736. package/cjs-bundle/components/TruncatedText/index.js +1 -0
  737. package/cjs-bundle/components/Typography.js +1 -0
  738. package/cjs-bundle/components/UserCard/index.js +1 -0
  739. package/cjs-bundle/components/UserCard/style.css.js +1 -0
  740. package/cjs-bundle/components/UserCardPopover.js +1 -0
  741. package/cjs-bundle/components/UserMention/constants.js +1 -0
  742. package/cjs-bundle/components/UserMention/index.js +1 -0
  743. package/cjs-bundle/components/UserMention/style.css.js +1 -0
  744. package/cjs-bundle/components/UserMention/utils/index.js +1 -0
  745. package/cjs-bundle/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -0
  746. package/cjs-bundle/components/VirtualizedTable/DraggableList.js +1 -0
  747. package/cjs-bundle/components/VirtualizedTable/VirtualizedTable.js +1 -0
  748. package/cjs-bundle/components/VirtualizedTable/index.js +1 -0
  749. package/cjs-bundle/components/WellSummary/ActivitySummaryChart.js +1 -0
  750. package/cjs-bundle/components/WellSummary/FracWirelineTimeChart.js +1 -0
  751. package/cjs-bundle/components/WellSummary/WellSummaryItemLabel.js +1 -0
  752. package/cjs-bundle/components/WellSummary/WellSummaryItemTitle.js +1 -0
  753. package/cjs-bundle/components/WellSummary/WellSummaryItemValue.js +1 -0
  754. package/cjs-bundle/components/WellSummary/effects/useWellSummaryData.js +1 -0
  755. package/cjs-bundle/components/WellSummary/index.js +1 -0
  756. package/cjs-bundle/components/WellSummary/utils.js +1 -0
  757. package/cjs-bundle/components/index.js +1 -0
  758. package/cjs-bundle/components/shared/useThrottledCallback.js +1 -0
  759. package/cjs-bundle/config/extendNative.js +1 -0
  760. package/cjs-bundle/config/highcharts/highcharts-contour.js +1 -0
  761. package/cjs-bundle/config/highcharts/highcharts.js +1 -0
  762. package/cjs-bundle/config/index.js +1 -0
  763. package/cjs-bundle/config/initGlobalDependencies.js +1 -0
  764. package/cjs-bundle/config/mapbox/index.js +1 -0
  765. package/cjs-bundle/config/theme/accordionOverrides.js +1 -0
  766. package/cjs-bundle/config/theme/buttonOverrides.js +1 -0
  767. package/cjs-bundle/config/theme/checkboxOverrides.js +1 -0
  768. package/cjs-bundle/config/theme/chipOverrides.js +1 -0
  769. package/cjs-bundle/config/theme/dateTimePickerThemeOverrides.js +1 -0
  770. package/cjs-bundle/config/theme/fabOverrides.js +1 -0
  771. package/cjs-bundle/config/theme/formControlLabelOverrides.js +1 -0
  772. package/cjs-bundle/config/theme/formGroupOverrides.js +1 -0
  773. package/cjs-bundle/config/theme/index.js +1 -0
  774. package/cjs-bundle/config/theme/lightThemePalette.mjs.js +1 -0
  775. package/cjs-bundle/config/theme/palette.mjs.js +1 -0
  776. package/cjs-bundle/config/theme/radioOverrides.js +1 -0
  777. package/cjs-bundle/config/theme/tableOverrides.js +1 -0
  778. package/cjs-bundle/config/theme/textFieldOverrides.js +1 -0
  779. package/cjs-bundle/config/theme/themeVariables.mjs.js +1 -0
  780. package/cjs-bundle/config/theme/toggleButtonsGroupOverrides.js +1 -0
  781. package/cjs-bundle/config/theme/tooltipOverrides.js +1 -0
  782. package/cjs-bundle/constants/accuracy.js +1 -0
  783. package/cjs-bundle/constants/alerts.js +1 -0
  784. package/cjs-bundle/constants/appPackages.js +1 -0
  785. package/cjs-bundle/constants/apps.js +1 -0
  786. package/cjs-bundle/constants/assetTypes.js +1 -0
  787. package/cjs-bundle/constants/bha.js +1 -0
  788. package/cjs-bundle/constants/casing.js +1 -0
  789. package/cjs-bundle/constants/completion.js +1 -0
  790. package/cjs-bundle/constants/componentsSettings.js +1 -0
  791. package/cjs-bundle/constants/corvaCompanyId.js +1 -0
  792. package/cjs-bundle/constants/dateTimeFormat.js +1 -0
  793. package/cjs-bundle/constants/devcenter.js +1 -0
  794. package/cjs-bundle/constants/drillstring.js +1 -0
  795. package/cjs-bundle/constants/feed.js +1 -0
  796. package/cjs-bundle/constants/goals.js +1 -0
  797. package/cjs-bundle/constants/index.js +1 -0
  798. package/cjs-bundle/constants/localStorageKeys.js +1 -0
  799. package/cjs-bundle/constants/mixpanel.js +1 -0
  800. package/cjs-bundle/constants/notifications.js +1 -0
  801. package/cjs-bundle/constants/rigActivity.js +1 -0
  802. package/cjs-bundle/constants/segment.js +1 -0
  803. package/cjs-bundle/constants/sizes.js +1 -0
  804. package/cjs-bundle/constants/subscriptions.js +1 -0
  805. package/cjs-bundle/constants/theme.js +1 -0
  806. package/cjs-bundle/constants/wellSummary.js +1 -0
  807. package/cjs-bundle/effects/index.js +1 -0
  808. package/cjs-bundle/effects/useDelayedDcFullscreenElemOpen.js +1 -0
  809. package/cjs-bundle/effects/useDevCenterApp.js +1 -0
  810. package/cjs-bundle/effects/useEscPress.js +1 -0
  811. package/cjs-bundle/effects/useIsAssetViewer.js +1 -0
  812. package/cjs-bundle/effects/useMatchAppContainerSize.js +1 -0
  813. package/cjs-bundle/effects/useOutsideClick.js +1 -0
  814. package/cjs-bundle/effects/useResizeObserver.js +1 -0
  815. package/cjs-bundle/effects/useSharedDCStore.js +1 -0
  816. package/cjs-bundle/effects/useSignedURL.js +1 -0
  817. package/cjs-bundle/effects/useSubscriptions.js +1 -0
  818. package/cjs-bundle/effects/useWellnessAlerts.js +1 -0
  819. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -0
  820. package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -0
  821. package/cjs-bundle/ext-esm/@material-ui/icons/esm/Map.js +1 -0
  822. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -0
  823. package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -0
  824. package/cjs-bundle/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -0
  825. package/cjs-bundle/ext-esm/style-inject/dist/style-inject.es.js +1 -0
  826. package/cjs-bundle/ext-esm/tslib/tslib.es6.js +1 -0
  827. package/cjs-bundle/hocs/index.js +1 -0
  828. package/cjs-bundle/hocs/withAssetEditorLockHOC.js +1 -0
  829. package/cjs-bundle/hocs/withMUIProvidersHOC.js +1 -0
  830. package/cjs-bundle/index.js +1 -0
  831. package/cjs-bundle/permissions/PermissionsContext.js +1 -0
  832. package/cjs-bundle/permissions/ProvidePermissions.js +1 -0
  833. package/cjs-bundle/permissions/constants/abilities.js +1 -0
  834. package/cjs-bundle/permissions/constants/appsPermissions.js +1 -0
  835. package/cjs-bundle/permissions/constants/index.js +1 -0
  836. package/cjs-bundle/permissions/constants/settingsApps.js +1 -0
  837. package/cjs-bundle/permissions/index.js +1 -0
  838. package/cjs-bundle/permissions/usePermissions.js +1 -0
  839. package/cjs-bundle/permissions/useProvidePermissions.js +1 -0
  840. package/cjs-bundle/permissions/utils.js +1 -0
  841. package/cjs-bundle/permissions/withPermissionsHOC.js +1 -0
  842. package/cjs-bundle/styles/counter/counter.module.scss.js +1 -0
  843. package/cjs-bundle/styles/counter/index.js +1 -0
  844. package/cjs-bundle/styles/customScrollbars.global.css.js +1 -0
  845. package/cjs-bundle/styles/emojiMart.global.css.js +1 -0
  846. package/cjs-bundle/styles/generatedThemesVariables.global.css.js +1 -0
  847. package/cjs-bundle/styles/globalStyles.js +1 -0
  848. package/cjs-bundle/styles/index.global.css.js +1 -0
  849. package/cjs-bundle/styles/index.js +1 -0
  850. package/cjs-bundle/styles/lightbox.global.css.js +1 -0
  851. package/cjs-bundle/styles/mapbox.global.css.js +1 -0
  852. package/cjs-bundle/styles/reactVirtualized.global.css.js +1 -0
  853. package/cjs-bundle/styles/typography/colors.module.scss.js +1 -0
  854. package/cjs-bundle/styles/typography/index.js +1 -0
  855. package/cjs-bundle/styles/typography/typography.module.scss.js +1 -0
  856. package/cjs-bundle/utils/DrillstringUtils.js +1 -0
  857. package/cjs-bundle/utils/FluidCheckUtils.js +1 -0
  858. package/cjs-bundle/utils/StageDesignVActualUtils.js +1 -0
  859. package/cjs-bundle/utils/accuracy.js +1 -0
  860. package/cjs-bundle/utils/alerts.js +1 -0
  861. package/cjs-bundle/utils/apps.js +1 -0
  862. package/cjs-bundle/utils/audio.js +1 -0
  863. package/cjs-bundle/utils/bha.js +1 -0
  864. package/cjs-bundle/utils/casing/conversion.js +1 -0
  865. package/cjs-bundle/utils/casing/index.js +1 -0
  866. package/cjs-bundle/utils/casing/validation.js +1 -0
  867. package/cjs-bundle/utils/chartSeries.js +1 -0
  868. package/cjs-bundle/utils/completion.js +1 -0
  869. package/cjs-bundle/utils/components.js +1 -0
  870. package/cjs-bundle/utils/constants/units.js +1 -0
  871. package/cjs-bundle/utils/convert.js +1 -0
  872. package/cjs-bundle/utils/convertKeys.js +1 -0
  873. package/cjs-bundle/utils/csvExport.js +1 -0
  874. package/cjs-bundle/utils/dashboardReports.js +1 -0
  875. package/cjs-bundle/utils/delay.js +1 -0
  876. package/cjs-bundle/utils/devcenter.js +1 -0
  877. package/cjs-bundle/utils/devcenterToasts.js +1 -0
  878. package/cjs-bundle/utils/drillstring/conversion.js +1 -0
  879. package/cjs-bundle/utils/drillstring/index.js +1 -0
  880. package/cjs-bundle/utils/drillstring/schematic.js +1 -0
  881. package/cjs-bundle/utils/drillstring/validation.js +1 -0
  882. package/cjs-bundle/utils/env.js +1 -0
  883. package/cjs-bundle/utils/feed.js +1 -0
  884. package/cjs-bundle/utils/fileExtension.js +1 -0
  885. package/cjs-bundle/utils/formatting.js +1 -0
  886. package/cjs-bundle/utils/ga.js +1 -0
  887. package/cjs-bundle/utils/goals.js +1 -0
  888. package/cjs-bundle/utils/index.js +1 -0
  889. package/cjs-bundle/utils/jsonaDataFormatter.js +1 -0
  890. package/cjs-bundle/utils/lasParser.js +1 -0
  891. package/cjs-bundle/utils/localStorage.js +1 -0
  892. package/cjs-bundle/utils/main.js +1 -0
  893. package/cjs-bundle/utils/mapUnits.js +1 -0
  894. package/cjs-bundle/utils/mapbox.js +1 -0
  895. package/cjs-bundle/utils/metrics/index.js +1 -0
  896. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -0
  897. package/cjs-bundle/utils/metrics/utils.js +1 -0
  898. package/cjs-bundle/utils/mobileDetect.js +1 -0
  899. package/cjs-bundle/utils/nativeMessages.js +1 -0
  900. package/cjs-bundle/utils/notificationToasts.js +1 -0
  901. package/cjs-bundle/utils/notifications.js +1 -0
  902. package/cjs-bundle/utils/permissions.js +1 -0
  903. package/cjs-bundle/utils/reports.js +1 -0
  904. package/cjs-bundle/utils/resolveWellHubSlug.js +1 -0
  905. package/cjs-bundle/utils/sharedDCStore.js +1 -0
  906. package/cjs-bundle/utils/themeVariables.js +1 -0
  907. package/cjs-bundle/utils/time.js +1 -0
  908. package/cjs-bundle/utils/torqueAndHookloadUtils.js +1 -0
  909. package/components/AppIcon/AppIcon.d.ts +2 -2
  910. package/components/AppIcon/AppIcon.d.ts.map +1 -1
  911. package/components/AppIcon/AppIcon.js +1 -1
  912. package/components/AppIcon/utils.d.ts.map +1 -1
  913. package/components/AppIcon/utils.js +1 -1
  914. package/components/AssetEditorV2/index.d.ts +17 -13
  915. package/components/AssetEditorV2/index.d.ts.map +1 -1
  916. package/components/AssetEditorV2/index.js +1 -1
  917. package/components/Button/index.js +1 -1
  918. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts.map +1 -1
  919. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -1
  920. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.d.ts +47 -0
  921. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.d.ts.map +1 -0
  922. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts.map +1 -1
  923. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -1
  924. package/components/EChartsWrapper/EChartsWrapper.d.ts.map +1 -1
  925. package/components/EChartsWrapper/EChartsWrapper.js +1 -1
  926. package/components/EChartsWrapper/components/Toolbox/Toolbox.d.ts.map +1 -1
  927. package/components/EChartsWrapper/components/Toolbox/Toolbox.js +1 -1
  928. package/components/EChartsWrapper/types.d.ts +26 -2
  929. package/components/EChartsWrapper/types.d.ts.map +1 -1
  930. package/components/EmptyState/images/index.js +1 -1
  931. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts +15 -10
  932. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts.map +1 -1
  933. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -1
  934. package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts.map +1 -1
  935. package/components/Search/components/RecentSearches.d.ts.map +1 -1
  936. package/components/Search/components/RecentSearches.js +1 -1
  937. package/components/VirtualizedTable/VirtualizedTable.d.ts.map +1 -1
  938. package/components/VirtualizedTable/VirtualizedTable.js +1 -1
  939. package/constants/alerts.d.ts.map +1 -1
  940. package/constants/alerts.js +1 -1
  941. package/package.json +2 -2
  942. package/permissions/constants/index.d.ts +2 -0
  943. package/permissions/constants/index.d.ts.map +1 -1
  944. package/permissions/constants/index.js +1 -1
  945. package/utils/bha.d.ts.map +1 -1
  946. package/utils/metrics/metricsConfig.d.ts +6 -0
  947. package/utils/metrics/metricsConfig.js +1 -1
  948. package/assets/ac385ddd5095100c462fceea7a44939e.svg +0 -33
@@ -1 +1 @@
1
- import e from"@babel/runtime/helpers/toConsumableArray";import{useEffect as r}from"react";import{isEmpty as t,take as n}from"lodash";import a from"classnames";import{makeStyles as i,Typography as o}from"@material-ui/core";import{jsxs as c,jsx as l}from"react/jsx-runtime";var p=i((function(e){var r=e.palette;return{recentSearchesWrapper:{paddingBottom:"8px"},option:{display:"flex",alignItems:"center",padding:"0 16px","&:hover":{cursor:"pointer",backgroundColor:"rgba(255, 255, 255, 0.16)"}},label:{lineHeight:"36px",overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},caption:{color:r.primary.text6,fontSize:"12px",padding:"16px 0 8px 16px"},recentSearchesIcon:{width:"16px",height:"16px",color:r.primary.text6,marginRight:"16px"}}})),s=function(e,r,t){e.setItem(r,JSON.stringify(t))},m=function(i){var m=i.className,u=i.title,d=i.Icon,f=i.onInputChange,h=i.inputValue,x=i.isHidden,g=i.maxCount,v=i.dataStorageKey,S=i.dataStorage,b=i.clearable,N=function(e,r){return JSON.parse(e.getItem(r))||[]}(S,v),I=p();if(r((function(){null!=h&&h.trim()&&!N.includes(h)&&s(S,v,n([h].concat(e(N)),g))}),[h]),t(N)||x)return null;var y=null==N?void 0:N.map((function(e){return c("div",{className:I.option,onClick:function(){!function(e){s(S,v,b?N:N.filter((function(r){return r!==e}))),f(e)}(e)},children:[d&&l(d,{className:I.recentSearchesIcon}),l("div",{className:I.label,children:e})]},e)}));return c("div",{className:a(I.recentSearchesWrapper,m),children:[u&&l(o,{className:I.caption,children:u}),y]})};export{m as default};
1
+ import e from"@babel/runtime/helpers/toConsumableArray";import{useEffect as r}from"react";import{isEmpty as t,take as n}from"lodash";import a from"classnames";import{makeStyles as i,Typography as o}from"@material-ui/core";import{jsxs as c,jsx as l}from"react/jsx-runtime";var p=i((function(e){var r=e.palette;return{recentSearchesWrapper:{paddingBottom:"8px"},option:{display:"flex",alignItems:"center",padding:"0 16px","&:hover":{cursor:"pointer",backgroundColor:"rgba(255, 255, 255, 0.16)"}},label:{lineHeight:"36px",overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},caption:{color:r.primary.text6,fontSize:"12px",padding:"16px 0 8px 16px"},recentSearchesIcon:{width:"16px",height:"16px",color:r.primary.text6,marginRight:"16px"}}})),s=function(e,r,t){e.setItem(r,JSON.stringify(t))},m=function(i){var m=i.className,u=i.title,d=i.Icon,f=i.onInputChange,h=i.inputValue,x=i.isHidden,g=i.maxCount,v=i.dataStorageKey,S=i.dataStorage,b=i.clearable,N=function(e,r){return JSON.parse(e.getItem(r))||[]}(S,v),I=p();if(r((function(){null!=h&&h.trim()&&!N.includes(h)&&s(S,v,n([h].concat(e(N)),g))}),[h]),t(N)||x)return null;var y=null==N?void 0:N.map((function(e){return c("div",{className:I.option,"data-testid":"".concat("RecentSearches","_").concat(e),onClick:function(){!function(e){s(S,v,b?N:N.filter((function(r){return r!==e}))),f(e)}(e)},children:[d&&l(d,{className:I.recentSearchesIcon}),l("div",{className:I.label,children:e})]},e)}));return c("div",{className:a(I.recentSearchesWrapper,m),children:[u&&l(o,{className:I.caption,children:u}),y]})};export{m as default};
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualizedTable.d.ts","sourceRoot":"","sources":["../../../src/components/VirtualizedTable/VirtualizedTable.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AA4FnC,aAAK,8BAA8B,GAAG,SAAS,CAAC,UAAU,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAEtG,eAAO,MAAM,yBAAyB;sQAmBnC,8BAA8B,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+K9C,CAAA;AAED,QAAA,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCvC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAaF,wBAAgE"}
1
+ {"version":3,"file":"VirtualizedTable.d.ts","sourceRoot":"","sources":["../../../src/components/VirtualizedTable/VirtualizedTable.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AA4FnC,aAAK,8BAA8B,GAAG,SAAS,CAAC,UAAU,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAEtG,eAAO,MAAM,yBAAyB;sQAmBnC,8BAA8B,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6K9C,CAAA;AAED,QAAA,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCvC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAaF,wBAAgE"}
@@ -1 +1 @@
1
- import{__assign as e,__spreadArray as t}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as r,Fragment as n,jsxs as i}from"react/jsx-runtime";import{useMemo as o,useEffect as a}from"react";import l from"prop-types";import s from"classnames";import{Table as u,Column as c,SortDirection as d}from"react-virtualized";import{withStyles as m,IconButton as h,Typography as f,Tooltip as g}from"@material-ui/core";import{Settings as p,Sort as b,ArrowUpward as y,ArrowDownward as w}from"@material-ui/icons";import{getUnitDisplay as S}from"../../utils/convert.js";function R(e,t){var r=e.find((function(e){return e.key===t}))||{},n=r.unitType,i=r.customUnit;return i?"(".concat(i,")"):n?"(".concat(S(n),")"):""}function x(e,t){return(e.find((function(e){return e.key===t}))||{}).headerLabelClassName||""}function v(e,t){return(e.find((function(e){return e.key===t}))||{}).headerLabelUnitClassName||""}var C=function(l){var m=l.columns,S=l.data,C=l.useColumnSetting,_=l.useFixedColumnWidth,z=l.onOpenSettingDlg,k=l.classes,T=l.width,q=l.height,I=l.headerHeight,N=l.rowHeight,L=l.showTopSettingIcon,D=l.customMuiStyles,H=l.isTopSettingIconShownAlways,B=l.CustomCellRenderer,W=l.customRowStyle,O=l.sort,j=l.sortBy,A=l.sortDirection,F=e(e({},k),D),K=o((function(){return{label:"",key:"setting",width:C?25:0}}),[C]),V=o((function(){return m.filter((function(e){return e.show}))}),[m]),M=o((function(){return C?t(t([],V,!0),[K],!1):V}),[V,C,K]),E=o((function(){var e;if(T<=0)return{};var t=((e={})[K.key]=K.width,e),r=[];return V.filter((function(e){return Number.isFinite(e.width)})).forEach((function(e){t[e.key]=e.width-1,r.push(e.width-1)})),V.filter((function(e){return!Number.isFinite(e.width)})).forEach((function(e){var n=r.reduce((function(e,t){return e+t}),0),i=Math.floor((T-n-K.width)/(V.length-r.length)),o=e.minWidth||65,a=i<o?o:i;t[e.key]=a-1,r.push(a-1)})),t}),[T,V,K]),G=o((function(){return Object.values(E).reduce((function(e,t){return e+t}),0)}),[E]),U=H||G-12.5>=T;a((function(){L(U)}),[U]);var P=function(t){var n=t.label,o=t.dataKey,a=j||A||O;return o===K.key?U?null:r(h,e({size:"small","aria-label":"customize columns",className:F.settingIcon,onClick:z},{children:r(p,{fontSize:"inherit"})})):i(f,e({variant:"body2",className:s(F.headerLabel,x(m,o))},{children:[n," ",r("span",e({className:s(F.unitLabel,v(m,o))},{children:R(m,o)})),a&&o!==j&&r(g,e({title:"Sort A-Z"},{children:r(b,{fontSize:"small",className:k.sortIcon})})),a&&o===j&&(A===d.ASC?r(y,{fontSize:"small",className:k.sortIcon}):r(w,{fontSize:"small",className:k.sortIcon}))]}))},Z=function(t){var n=t.dataKey,i=t.rowData;return B?r(B,{columnKey:n,value:i[n]}):r(f,e({variant:"body2",className:F.cellData},{children:i[n]}))};return r(n,{children:r(u,e({width:_?G:T,height:q,headerHeight:I,rowClassName:function(e){var t,r=e.index;return s(((t={})[F.oddRow]=r%2==1,t))},rowHeight:N,rowCount:S.length,rowGetter:function(e){var t=e.index;return S[t]},rowStyle:W||{},className:F.table,sort:O,sortBy:j,sortDirection:A},{children:M.map((function(e){return r(c,{width:E[e.key]||0,dataKey:e.key,label:e.label,headerRenderer:P,cellRenderer:Z},e.key)}))}))})},_={columns:l.arrayOf(l.shape({show:l.bool,minWidth:l.number,width:l.number,key:l.string,label:l.string})).isRequired,data:l.arrayOf(l.shape({})).isRequired,useColumnSetting:l.bool.isRequired,useFixedColumnWidth:l.bool.isRequired,headerHeight:l.number.isRequired,rowHeight:l.number.isRequired,width:l.number.isRequired,height:l.number.isRequired,onOpenSettingDlg:l.func.isRequired,showTopSettingIcon:l.func.isRequired,sort:l.func,sortBy:l.string,sortDirection:l.string,classes:l.shape({sortIcon:l.string}).isRequired,customMuiStyles:l.shape({table:l.string,oddRow:l.string,headerLabel:l.string,cellData:l.string,unitLabel:l.string,settingIcon:l.string}).isRequired,isTopSettingIconShownAlways:l.bool.isRequired,CustomCellRenderer:l.func,customRowStyle:l.func};C.propTypes=_,C.defaultProps={CustomCellRenderer:null,customRowStyle:null,sort:null,sortBy:null,sortDirection:null};var z=m((function(e){return{table:{"& .ReactVirtualized__Table__headerRow":{textTransform:"none",borderBottom:e.isLightTheme?"1px solid rgba(224, 224, 224, 1)":"1px solid rgba(81, 81, 81, 1)"},"& .ReactVirtualized__Table__row":{borderBottom:e.isLightTheme?"1px solid rgba(224, 224, 224, 1)":"1px solid rgba(81, 81, 81, 1)"},"& .ReactVirtualized__Table__Grid":{outline:"none"},"& .ReactVirtualized__Table__headerColumn":{outline:"none"}},oddRow:{backgroundColor:e.isLightTheme?"rgba(189, 189, 189, 0.1)":"#303030"},headerLabel:{lineHeight:"14px",fontSize:"12px",fontStyle:"normal",letterSpacing:"-0.25px",display:"flex",alignItems:"center",flexWrap:"wrap"},cellData:{lineHeight:"14px",fontSize:"12px",fontWeight:"normal",fontStyle:"normal",letterSpacing:"0.15px"},unitLabel:{fontSize:"10px",opacity:.5},settingIcon:{padding:"3px",fontSize:"20px"},sortIcon:{fontSize:"16px"}}}))(C);export{C as VirtualizedTableComponent,z as default};
1
+ import{__assign as e,__spreadArray as t}from'./../../ext-esm/tslib/tslib.es6.js';import{jsx as r,jsxs as n}from"react/jsx-runtime";import{useMemo as i,useEffect as o}from"react";import a from"prop-types";import l from"classnames";import{Table as s,Column as u,SortDirection as c}from"react-virtualized";import{withStyles as d,IconButton as m,Typography as h,Tooltip as f}from"@material-ui/core";import{Settings as g,Sort as p,ArrowUpward as b,ArrowDownward as y}from"@material-ui/icons";import{getUnitDisplay as w}from"../../utils/convert.js";function S(e,t){var r=e.find((function(e){return e.key===t}))||{},n=r.unitType,i=r.customUnit;return i?"(".concat(i,")"):n?"(".concat(w(n),")"):""}function R(e,t){return(e.find((function(e){return e.key===t}))||{}).headerLabelClassName||""}function x(e,t){return(e.find((function(e){return e.key===t}))||{}).headerLabelUnitClassName||""}var v=function(a){var d=a.columns,w=a.data,v=a.useColumnSetting,C=a.useFixedColumnWidth,_=a.onOpenSettingDlg,z=a.classes,k=a.width,T=a.height,q=a.headerHeight,I=a.rowHeight,N=a.showTopSettingIcon,L=a.customMuiStyles,D=a.isTopSettingIconShownAlways,H=a.CustomCellRenderer,B=a.customRowStyle,W=a.sort,O=a.sortBy,j=a.sortDirection,A=e(e({},z),L),F=i((function(){return{label:"",key:"setting",width:v?25:0}}),[v]),K=i((function(){return d.filter((function(e){return e.show}))}),[d]),V=i((function(){return v?t(t([],K,!0),[F],!1):K}),[K,v,F]),M=i((function(){var e;if(k<=0)return{};var t=((e={})[F.key]=F.width,e),r=[];return K.filter((function(e){return Number.isFinite(e.width)})).forEach((function(e){t[e.key]=e.width-1,r.push(e.width-1)})),K.filter((function(e){return!Number.isFinite(e.width)})).forEach((function(e){var n=r.reduce((function(e,t){return e+t}),0),i=Math.floor((k-n-F.width)/(K.length-r.length)),o=e.minWidth||65,a=i<o?o:i;t[e.key]=a-1,r.push(a-1)})),t}),[k,K,F]),E=i((function(){return Object.values(M).reduce((function(e,t){return e+t}),0)}),[M]),G=D||E-12.5>=k;o((function(){N(G)}),[G]);var U=function(t){var i=t.label,o=t.dataKey,a=O||j||W;return o===F.key?G?null:r(m,e({size:"small","aria-label":"customize columns",className:A.settingIcon,onClick:_},{children:r(g,{fontSize:"inherit"})})):n(h,e({variant:"body2",className:l(A.headerLabel,R(d,o))},{children:[i," ",r("span",e({className:l(A.unitLabel,x(d,o))},{children:S(d,o)})),a&&o!==O&&r(f,e({title:"Sort A-Z"},{children:r(p,{fontSize:"small",className:z.sortIcon})})),a&&o===O&&(j===c.ASC?r(b,{fontSize:"small",className:z.sortIcon}):r(y,{fontSize:"small",className:z.sortIcon}))]}))},P=function(t){var n=t.dataKey,i=t.rowData;return H?r(H,{columnKey:n,value:i[n]}):r(h,e({variant:"body2",className:A.cellData},{children:i[n]}))};return r(s,e({width:C?E:k,height:T,headerHeight:q,rowClassName:function(e){var t,r=e.index;return l(((t={})[A.oddRow]=r%2==1,t))},rowHeight:I,rowCount:w.length,rowGetter:function(e){var t=e.index;return w[t]},rowStyle:B||{},className:A.table,sort:W,sortBy:O,sortDirection:j},{children:V.map((function(e){return r(u,{width:M[e.key]||0,dataKey:e.key,label:e.label,headerRenderer:U,cellRenderer:P},e.key)}))}))},C={columns:a.arrayOf(a.shape({show:a.bool,minWidth:a.number,width:a.number,key:a.string,label:a.string})).isRequired,data:a.arrayOf(a.shape({})).isRequired,useColumnSetting:a.bool.isRequired,useFixedColumnWidth:a.bool.isRequired,headerHeight:a.number.isRequired,rowHeight:a.number.isRequired,width:a.number.isRequired,height:a.number.isRequired,onOpenSettingDlg:a.func.isRequired,showTopSettingIcon:a.func.isRequired,sort:a.func,sortBy:a.string,sortDirection:a.string,classes:a.shape({sortIcon:a.string}).isRequired,customMuiStyles:a.shape({table:a.string,oddRow:a.string,headerLabel:a.string,cellData:a.string,unitLabel:a.string,settingIcon:a.string}).isRequired,isTopSettingIconShownAlways:a.bool.isRequired,CustomCellRenderer:a.func,customRowStyle:a.func};v.propTypes=C,v.defaultProps={CustomCellRenderer:null,customRowStyle:null,sort:null,sortBy:null,sortDirection:null};var _=d((function(e){return{table:{"& .ReactVirtualized__Table__headerRow":{textTransform:"none",borderBottom:e.isLightTheme?"1px solid rgba(224, 224, 224, 1)":"1px solid rgba(81, 81, 81, 1)"},"& .ReactVirtualized__Table__row":{borderBottom:e.isLightTheme?"1px solid rgba(224, 224, 224, 1)":"1px solid rgba(81, 81, 81, 1)"},"& .ReactVirtualized__Table__Grid":{outline:"none"},"& .ReactVirtualized__Table__headerColumn":{outline:"none"}},oddRow:{backgroundColor:e.isLightTheme?"rgba(189, 189, 189, 0.1)":"#303030"},headerLabel:{lineHeight:"14px",fontSize:"12px",fontStyle:"normal",letterSpacing:"-0.25px",display:"flex",alignItems:"center",flexWrap:"wrap"},cellData:{lineHeight:"14px",fontSize:"12px",fontWeight:"normal",fontStyle:"normal",letterSpacing:"0.15px"},unitLabel:{fontSize:"10px",opacity:.5},settingIcon:{padding:"3px",fontSize:"20px"},sortIcon:{fontSize:"16px"}}}))(v);export{v as VirtualizedTableComponent,_ as default};
@@ -1 +1 @@
1
- {"version":3,"file":"alerts.d.ts","sourceRoot":"","sources":["../../src/constants/alerts.js"],"names":[],"mappings":"AAAA,4BAA6B;AAE7B,8CAA+C;AAC/C,kDAAmD;AACnD,kDAAmD;;;;;;;;;;;;;;;;;AAYnD,wDAAyD;AACzD,sDAAuD;;;;;;;;;;;;;;;;;;;;AAiBvD;;;IAIE;;;;;;;;;;;AAkMF;;;IAGI;AAEJ;;;;;KAAsE;;;;;;;AAUtE;;;IAKE;AAEF;;;IAGE;AAEF;;;IASE;AAEF;;;IAQE;AAEF;;;IAQE;AAEF,4CAGE;AACF,oDAAqD;AACrD,wDAAyD;AACzD,8DAA+D;AAC/D,oEAAqE;AAE9D,gEAY6C"}
1
+ {"version":3,"file":"alerts.d.ts","sourceRoot":"","sources":["../../src/constants/alerts.js"],"names":[],"mappings":"AAAA,4BAA6B;AAE7B,8CAA+C;AAC/C,kDAAmD;AACnD,kDAAmD;;;;;;;;;;;;;;;;;AAYnD,wDAAyD;AACzD,sDAAuD;;;;;;;;;;;;;;;;;;;;AAiBvD;;;IAIE;;;;;;;;;;;AAkMF;;;IAGI;AAEJ;;;;;KAAsE;;;;;;;AAUtE;;;IAKE;AAEF;;;IAGE;AAEF;;;IASE;AAEF;;;IAQE;AAEF;;;IAQE;AAEF,4CAGE;AACF,oDAAqD;AACrD,wDAAyD;AACzD,8DAA+D;AAC/D,oEAAqE;AAE9D,gEAa6C"}
@@ -1 +1 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import a from"@babel/runtime/helpers/toConsumableArray";function l(e,a){var l=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);a&&(t=t.filter((function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable}))),l.push.apply(l,t)}return l}function t(a){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(l){e(a,l,r[l])})):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(e){Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(r,e))}))}return a}var r="alerts",o="ADD_NEW_ALERTS",u="DELETE_NEW_ALERT",i="CLEAR_NEW_ALERTS",s={company:{value:"company",label:"Company"},personal:{value:"personal",label:"Personal"}},n={advanced:"advanced",simple:"simple"},d="desktop",c="banner",b={email:{label:"Email",userPreferencesKey:"emails_enabled"},mobile:{label:"Mobile App notifications",userPreferencesKey:"push_notifications_enabled"},sms:{label:"SMS/Text Message",userPreferencesKey:"sms_enabled"}},p=[{value:"INFO",label:"Info"},{value:"WARNING",label:"Warning"},{value:"CRITICAL",label:"Critical"}],v={INFO:"rgb(119, 195, 241)",WARNING:"rgb(242, 192, 70)",CRITICAL:"rgb(237, 70, 48)"},m={SUBSCRIPTIONS:[{collection:"alerts"}]},_=[{label:"Annulus Pressure Loss",value:"hydraulics.pressure-loss.data.predicted_annulus_pressure_loss"},{label:"Bit HSI",value:"hydraulics.pressure-loss.data.bit_hsi"},{label:"Bit Jet Impact Force",value:"hydraulics.pressure-loss.data.bit_jet_impact_force"},{label:"ECD at Bit",value:"hydraulics.pressure-loss.data.predicted_ecd_at_bit"},{label:"ECD at Casing",value:"hydraulics.pressure-loss.data.predicted_ecd_at_casing"},{label:"Minimum Recommended Flowrate",value:"hydraulics.overview.data.recommended_minimum_flowrate"},{label:"Predicted Standpipe Pressure",value:"hydraulics.pressure-loss.data.predicted_standpipe_pressure"},{label:"Standpipe Pressure",value:"hydraulics.pressure-loss.data.standpipe_pressure"}],y=[{label:"Bit RPM",value:"pdm.operating-condition.data.total_bit_rpm"},{label:"Bit Torque",value:"pdm.operating-condition.data.total_bit_torque"},{label:"Diff Press",value:"pdm.operating-condition.data.differential_pressure"},{label:"PDM RPM",value:"pdm.operating-condition.data.rpm"},{label:"PDM Torque",value:"pdm.operating-condition.data.torque"}],h=[{label:"Bit Aggressivity",value:"torque-and-drag.downhole-transfer.data.downhole.bit_aggressivity"},{label:"Drag Severity",value:"torque-and-drag.overview.data.drag.severity"},{label:"Predicted Surface Torque",value:"torque-and-drag.predictions.data.predicted_surface_torque"},{label:"Predicted Downhole Torque",value:"torque-and-drag.predictions.data.downhole_torque"}],g=[{label:"BH",value:"wits.data.block_height"},{label:"Bit Depth",value:"wits.data.bit_depth"},{label:"Diff Press",value:"wits.data.diff_press"},{label:"Flow In",value:"wits.data.mud_flow_in"},{label:"Flow Out",value:"wits.data.mud_flow_out"},{label:"Flow Out %",value:"wits.data.mud_flow_out_percent"},{label:"Hole Depth",value:"wits.data.hole_depth"},{label:"Hookload",value:"wits.data.hook_load"},{label:"MV",value:"wits.data.mud_volume"},{label:"ROP",value:"wits.data.rop"},{label:"Rotary Torque",value:"wits.data.rotary_torque"},{label:"RPM",value:"wits.data.rotary_rpm"},{label:"SPM",value:"wits.data.pump_spm_total"},{label:"Standpipe Pressure",value:"wits.data.standpipe_pressure"},{label:"Weight on Bit",value:"wits.data.weight_on_bit"}],f=[{label:"Directional:"}].concat(a([{label:"Distance to plan",value:"directional.accuracy.data.accuracy.distance_to_plan"},{label:"Dogleg Severity",value:"directional.trend.data.last_dls.dls"},{label:"High/Low divergence from plan",value:"directional.accuracy.data.recommendation.high"},{label:"Right/Left divergence from plan",value:"directional.accuracy.data.recommendation.right"}]),[{label:"Hydraulics:"}],a(_),[{label:"PDM:"}],a(y),[{label:"Torque and Drag:"}],a(h),[{label:"WITS:"}],a(g)),w=f.map((function(e){var a=e.label,l=e.value;return{label:"".concat(a).concat(l?" (".concat(l,")"):""),value:l}})),D=a(f),P={s:"s",min:"min",h:"h",d:"d"},O=[{value:"continuous",label:"Continuous"},{value:"once-per-asset",label:"Once Per Asset"},{value:"once",label:"Once"},{value:"periodic",label:"Periodic"}],A=[{value:"AND",label:"AND"},{value:"OR",label:"OR"}],E=[{value:"=",label:"="},{value:"!=",label:"!="},{value:">",label:">"},{value:">=",label:">="},{value:"<",label:"<"},{value:"<=",label:"<="},{value:"~",label:"~"},{value:"!~",label:"!~"}],R=[{value:"average",label:"Average"},{value:"median",label:"Median"},{value:"count",label:"Count"},{value:"percentage",label:"% Change"},{value:"minimum",label:"Minimum"},{value:"maximum",label:"Maximum"},{value:"value",label:"Any Match"}],C=[{label:"All",value:"all"},{label:"Last 12 hours",value:"last12hours"},{label:"Last 24 hours",value:"last24hours"},{label:"Last 7 days",value:"last7days"},{label:"Last month",value:"lastMonth"},{label:"Custom",value:"custom"}],S=C.reduce((function(a,l){return t(t({},a),{},e({},l.value,l))}),{}),N="ADD_ALERT_BANNERS",T="REMOVE_ALERT_BANNER",M="ADD_ALERT_BANNER_SOUND",L="REMOVE_ALERT_BANNER_SOUND",I=function(e){return e&&["Chevron","Completion Company","Corva","Corva Default Company Do Not Use","Default Company","Sai Company","Shell","Southwestern","Tecpetrol - Energy"].includes(e.getIn(["company","name"]))};export{N as ADD_ALERT_BANNERS,M as ADD_ALERT_BANNER_SOUND,o as ADD_NEW_ALERTS,w as ADVANCED_MODE_VALUE_PATHS,m as ALERTS,n as ALERT_DEFINITION_MODES,s as ALERT_DEFINITION_TYPES,p as ALERT_LEVELS,v as ALERT_LEVEL_COLOR,b as ALERT_NOTIFICATION_TYPE_USER_PREFERENCES,c as BANNER_ALERT_NOTIFICATION_TYPE,i as CLEAR_NEW_ALERTS,A as COMBINE_LOGICS,C as DATE_RANGE_FILTERS,S as DATE_RANGE_FILTERS_BY_KEYS,u as DELETE_NEW_ALERT,d as DESKTOP_ALERT_NOTIFICATION_TYPE,r as NAME,E as OPERATORS,O as RECURRENCES,T as REMOVE_ALERT_BANNER,L as REMOVE_ALERT_BANNER_SOUND,R as SAMPLING_FUNCTIONS,D as SIMPLE_MODE_VALUE_PATHS,P as TIME_UNITS,I as isAlertBannerEnabled};
1
+ import e from"@babel/runtime/helpers/defineProperty";import a from"@babel/runtime/helpers/toConsumableArray";function l(e,a){var l=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);a&&(t=t.filter((function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable}))),l.push.apply(l,t)}return l}function t(a){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(l){e(a,l,r[l])})):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(e){Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(r,e))}))}return a}var r="alerts",o="ADD_NEW_ALERTS",u="DELETE_NEW_ALERT",i="CLEAR_NEW_ALERTS",s={company:{value:"company",label:"Company"},personal:{value:"personal",label:"Personal"}},n={advanced:"advanced",simple:"simple"},d="desktop",c="banner",b={email:{label:"Email",userPreferencesKey:"emails_enabled"},mobile:{label:"Mobile App notifications",userPreferencesKey:"push_notifications_enabled"},sms:{label:"SMS/Text Message",userPreferencesKey:"sms_enabled"}},p=[{value:"INFO",label:"Info"},{value:"WARNING",label:"Warning"},{value:"CRITICAL",label:"Critical"}],v={INFO:"rgb(119, 195, 241)",WARNING:"rgb(242, 192, 70)",CRITICAL:"rgb(237, 70, 48)"},m={SUBSCRIPTIONS:[{collection:"alerts"}]},_=[{label:"Annulus Pressure Loss",value:"hydraulics.pressure-loss.data.predicted_annulus_pressure_loss"},{label:"Bit HSI",value:"hydraulics.pressure-loss.data.bit_hsi"},{label:"Bit Jet Impact Force",value:"hydraulics.pressure-loss.data.bit_jet_impact_force"},{label:"ECD at Bit",value:"hydraulics.pressure-loss.data.predicted_ecd_at_bit"},{label:"ECD at Casing",value:"hydraulics.pressure-loss.data.predicted_ecd_at_casing"},{label:"Minimum Recommended Flowrate",value:"hydraulics.overview.data.recommended_minimum_flowrate"},{label:"Predicted Standpipe Pressure",value:"hydraulics.pressure-loss.data.predicted_standpipe_pressure"},{label:"Standpipe Pressure",value:"hydraulics.pressure-loss.data.standpipe_pressure"}],y=[{label:"Bit RPM",value:"pdm.operating-condition.data.total_bit_rpm"},{label:"Bit Torque",value:"pdm.operating-condition.data.total_bit_torque"},{label:"Diff Press",value:"pdm.operating-condition.data.differential_pressure"},{label:"PDM RPM",value:"pdm.operating-condition.data.rpm"},{label:"PDM Torque",value:"pdm.operating-condition.data.torque"}],h=[{label:"Bit Aggressivity",value:"torque-and-drag.downhole-transfer.data.downhole.bit_aggressivity"},{label:"Drag Severity",value:"torque-and-drag.overview.data.drag.severity"},{label:"Predicted Surface Torque",value:"torque-and-drag.predictions.data.predicted_surface_torque"},{label:"Predicted Downhole Torque",value:"torque-and-drag.predictions.data.downhole_torque"}],g=[{label:"BH",value:"wits.data.block_height"},{label:"Bit Depth",value:"wits.data.bit_depth"},{label:"Diff Press",value:"wits.data.diff_press"},{label:"Flow In",value:"wits.data.mud_flow_in"},{label:"Flow Out",value:"wits.data.mud_flow_out"},{label:"Flow Out %",value:"wits.data.mud_flow_out_percent"},{label:"Hole Depth",value:"wits.data.hole_depth"},{label:"Hookload",value:"wits.data.hook_load"},{label:"MV",value:"wits.data.mud_volume"},{label:"ROP",value:"wits.data.rop"},{label:"Rotary Torque",value:"wits.data.rotary_torque"},{label:"RPM",value:"wits.data.rotary_rpm"},{label:"SPM",value:"wits.data.pump_spm_total"},{label:"Standpipe Pressure",value:"wits.data.standpipe_pressure"},{label:"Weight on Bit",value:"wits.data.weight_on_bit"}],f=[{label:"Directional:"}].concat(a([{label:"Distance to plan",value:"directional.accuracy.data.accuracy.distance_to_plan"},{label:"Dogleg Severity",value:"directional.trend.data.last_dls.dls"},{label:"High/Low divergence from plan",value:"directional.accuracy.data.recommendation.high"},{label:"Right/Left divergence from plan",value:"directional.accuracy.data.recommendation.right"}]),[{label:"Hydraulics:"}],a(_),[{label:"PDM:"}],a(y),[{label:"Torque and Drag:"}],a(h),[{label:"WITS:"}],a(g)),w=f.map((function(e){var a=e.label,l=e.value;return{label:"".concat(a).concat(l?" (".concat(l,")"):""),value:l}})),P=a(f),D={s:"s",min:"min",h:"h",d:"d"},O=[{value:"continuous",label:"Continuous"},{value:"once-per-asset",label:"Once Per Asset"},{value:"once",label:"Once"},{value:"periodic",label:"Periodic"}],A=[{value:"AND",label:"AND"},{value:"OR",label:"OR"}],E=[{value:"=",label:"="},{value:"!=",label:"!="},{value:">",label:">"},{value:">=",label:">="},{value:"<",label:"<"},{value:"<=",label:"<="},{value:"~",label:"~"},{value:"!~",label:"!~"}],R=[{value:"average",label:"Average"},{value:"median",label:"Median"},{value:"count",label:"Count"},{value:"percentage",label:"% Change"},{value:"minimum",label:"Minimum"},{value:"maximum",label:"Maximum"},{value:"value",label:"Any Match"}],C=[{label:"All",value:"all"},{label:"Last 12 hours",value:"last12hours"},{label:"Last 24 hours",value:"last24hours"},{label:"Last 7 days",value:"last7days"},{label:"Last month",value:"lastMonth"},{label:"Custom",value:"custom"}],S=C.reduce((function(a,l){return t(t({},a),{},e({},l.value,l))}),{}),N="ADD_ALERT_BANNERS",T="REMOVE_ALERT_BANNER",M="ADD_ALERT_BANNER_SOUND",L="REMOVE_ALERT_BANNER_SOUND",I=function(e){return e&&["Chevron","Completion Company","Corva","Corva Default Company Do Not Use","Default Company","Sai Company","Shell","Southwestern","Tecpetrol - Energy","YPF"].includes(e.getIn(["company","name"]))};export{N as ADD_ALERT_BANNERS,M as ADD_ALERT_BANNER_SOUND,o as ADD_NEW_ALERTS,w as ADVANCED_MODE_VALUE_PATHS,m as ALERTS,n as ALERT_DEFINITION_MODES,s as ALERT_DEFINITION_TYPES,p as ALERT_LEVELS,v as ALERT_LEVEL_COLOR,b as ALERT_NOTIFICATION_TYPE_USER_PREFERENCES,c as BANNER_ALERT_NOTIFICATION_TYPE,i as CLEAR_NEW_ALERTS,A as COMBINE_LOGICS,C as DATE_RANGE_FILTERS,S as DATE_RANGE_FILTERS_BY_KEYS,u as DELETE_NEW_ALERT,d as DESKTOP_ALERT_NOTIFICATION_TYPE,r as NAME,E as OPERATORS,O as RECURRENCES,T as REMOVE_ALERT_BANNER,L as REMOVE_ALERT_BANNER_SOUND,R as SAMPLING_FUNCTIONS,P as SIMPLE_MODE_VALUE_PATHS,D as TIME_UNITS,I as isAlertBannerEnabled};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.71.0-test-5",
3
+ "version": "0.71.0",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"
@@ -95,7 +95,7 @@
95
95
  "chalk": "4.1.1",
96
96
  "chroma-js": "1.4.1",
97
97
  "classnames": "2.2.6",
98
- "corva-convert-units": "1.11.1",
98
+ "corva-convert-units": "1.12.0",
99
99
  "dotenv": "^10.0.0",
100
100
  "echarts": "^5.4.3",
101
101
  "echarts-for-react": "^3.0.2",
@@ -110,5 +110,7 @@ export const PERMISSIONS: {
110
110
  canReadAppStoreBuilder: string;
111
111
  canReadResourceAudit: string;
112
112
  canAccessPartialRerun: string;
113
+ canAccessAnalytics: string;
114
+ canViewPredictiveDrillingAppExtendedControls: string;
113
115
  };
114
116
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/permissions/constants/index.js"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8UE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/permissions/constants/index.js"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsVE"}
@@ -1 +1 @@
1
- import e from"@babel/runtime/helpers/defineProperty";import{stringifyPermission as r}from"../utils.js";import{ABILITIES as s}from"./abilities.js";export{ABILITIES}from"./abilities.js";import a from"./settingsApps.js";import i from"./appsPermissions.js";function t(e,r){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),s.push.apply(s,a)}return s}function c(r){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach((function(s){e(r,s,a[s])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(a,e))}))}return r}var o=c(c({companySelectorView:r({resource_class:"company_selector",ability:s.view}),userCreate:r({resource_class:"User",ability:s.create}),getUserUpdate:function(e){return r({resource_class:"User",ability:s.update,resource_id:e})},canViewCorvaAppVersion:r({resource_class:"corva_app_version",ability:s.view}),documentationEdit:r({resource_class:"Document",ability:s.edit}),documentationCreate:r({resource_class:"Document",ability:s.create}),documentationDestroy:r({resource_class:"Document",ability:s.destroy}),canUpdateWellQC:r({resource_class:"well_qc",ability:s.update}),getFeedItemDestroy:function(e){return r({resource_class:"Activity",ability:s.destroy,resource_id:e})},getCommentDestroy:function(e){return r({resource_class:"Comment",ability:s.destroy,resource_id:e})},getAlertUpdate:function(e){return r({resource_class:"Alert",ability:s.update,resource_id:e})},getAlertDestroy:function(e){return r({resource_class:"Alert",ability:s.destroy,resource_id:e})},streamVisibilityEdit:r({resource_class:"stream",ability:s.edit}),userImpersonate:r({resource_class:"user",ability:s.impersonate}),getDashboardUpdate:function(e){return r({resource_class:"Dashboard",ability:s.update,resource_id:e})},canCreateDashboard:r({resource_class:"Dashboard",ability:s.create}),canCopyUsers:r({resource_class:"Group",ability:s.copy_users}),canViewDocumentsInfo:r({resource_class:"documents_info",ability:s.view}),canViewCostsInfo:r({resource_class:"costs_info",ability:s.view}),canViewBillingCost:r({resource_class:"billing_visualization_cost",ability:s.view}),canReadBillingInfo:r({resource_class:"Usage",ability:s.read}),canUpdateTiers:r({resource_class:"Tier",ability:s.update}),canReadTiers:r({resource_class:"Tier",ability:s.read}),canCreateTiers:r({resource_class:"Tier",ability:s.create}),canDestroyTiers:r({resource_class:"Tier",ability:s.destroy}),canUpdatePlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.update}),canReadPlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.read}),canCreatePlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.create}),canDestroyPlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.destroy}),canViewPurchasesPage:r({resource_class:"company_purchase",ability:s.access}),canReadPermissions:r({resource_class:"Permission",ability:s.read}),canViewUserPermissions:r({resource_class:"mng_permissions_user_btn",ability:s.view}),canViewGroupPermissions:r({resource_class:"mng_permissions_group_btn",ability:s.view}),canShareGroup:r({resource_class:"Group",ability:s.share}),getAppStreamUpdate:function(e){return r({resource_class:"AppStream",ability:s.update,resource_id:e})},canViewAlertValidationFilters:r({resource_class:"alert_validation_filters",ability:s.view}),canViewAlertSubscriptionFilters:r({resource_class:"alert_subscription_filters",ability:s.view}),getCanDestroyAlertDefinition:function(e){return r({resource_class:"AlertDefinition",ability:s.destroy,resource_id:e})},getCanUpdateAlertDefinition:function(e){return r({resource_class:"AlertDefinition",ability:s.update,resource_id:e})},canCreateAlertDashboard:r({resource_class:"alert_dashboard",ability:s.create}),canUpdateAlertDashboard:r({resource_class:"alert_dashboard",ability:s.edit}),canViewAlertCompanyField:r({resource_class:"alert_company_field",ability:s.view}),canViewDashboardSharingCompany:r({resource_class:"dashboard_sharing_company",ability:s.view}),canViewDashboardSharingSharedWith:r({resource_class:"dashboard_sharing_shared_with",ability:s.view}),canViewConfigPage:r({resource_class:"config_page",ability:s.access}),canAccessRequestApp:r({resource_class:"request_app",ability:s.access}),canAccessUserSettingsWidgets:r({resource_class:"user_settings_widgets",ability:s.access}),canViewDevCenter:r({resource_class:"dev_center",ability:s.access}),getCanReadAppPackages:function(e){return r({resource_class:"App",ability:"read_packages",resource_id:e})},canViewAppPackageSelector:r({resource_class:"app_package_selector",ability:s.view}),canAccessProvisioning:r({resource_class:"provisioning",ability:s.access}),getCanUpdateAsset:function(e){return r({resource_class:"Asset",ability:s.update,resource_id:e})},getCanUpdateParentAssetAsset:function(e){return r({resource_class:"Asset",ability:"update_parent_asset",resource_id:e})},getCanCopyActivities:function(e){return r({resource_class:"Asset",ability:s.copy_activities,resource_id:e})},canRerunWell:function(e){return r({resource_class:"Asset",ability:s.rerun,resource_id:e})},rigCreate:r({ability:s.create,resource_class:"Rig"}),wellCreate:r({ability:s.create,resource_class:"Well"}),programCreate:r({ability:s.create,resource_class:"Program"}),padCreate:r({ability:s.create,resource_class:"Pad"}),padUpdate:r({ability:s.update,resource_class:"Pad"}),canManagePadWells:r({ability:"manage_pad_wells",resource_class:"Pad"}),canManagePadFracFleets:r({ability:"manage_frac_fleets",resource_class:"Pad"}),fracFleetCreate:r({ability:s.create,resource_class:"FracFleet"}),drilloutUnitCreate:r({ability:s.create,resource_class:"DrilloutUnit"}),canQCDrillstring:r({ability:s.update,resource_class:"drillstring_qc"}),canCalibrateDrillstring:r({ability:s.update,resource_class:"drillstring_calibration"}),canViewAppOwnersFilter:r({ability:s.view,resource_class:"app_owners_filter"}),canViewSaveOffsetWells:r({ability:s.view,resource_class:"save_offset_wells"}),canViewGenerateDRM:r({ability:s.view,resource_class:"corva.driller_roadmap-generate_drm"}),canUpdateWorkflow:r({ability:s.update,resource_class:"Workflow"}),canViewColumnMapperTemplate:r({ability:s.view,resource_class:"column_mapper_template"}),canPublishDraftTemplate:r({ability:s.publish,resource_class:"AppStoreTemplate"}),canReadAppStoreBuilder:r({ability:s.read,resource_class:"AppStoreTemplateSection"}),canReadResourceAudit:r({ability:s.read,resource_class:"ResourceAudit"}),canAccessPartialRerun:r({ability:s.access,resource_class:"PartialWellRerun"})},a),i);export{o as PERMISSIONS};
1
+ import e from"@babel/runtime/helpers/defineProperty";import{stringifyPermission as r}from"../utils.js";import{ABILITIES as s}from"./abilities.js";export{ABILITIES}from"./abilities.js";import a from"./settingsApps.js";import i from"./appsPermissions.js";function t(e,r){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),s.push.apply(s,a)}return s}function c(r){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach((function(s){e(r,s,a[s])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(a,e))}))}return r}var o=c(c({companySelectorView:r({resource_class:"company_selector",ability:s.view}),userCreate:r({resource_class:"User",ability:s.create}),getUserUpdate:function(e){return r({resource_class:"User",ability:s.update,resource_id:e})},canViewCorvaAppVersion:r({resource_class:"corva_app_version",ability:s.view}),documentationEdit:r({resource_class:"Document",ability:s.edit}),documentationCreate:r({resource_class:"Document",ability:s.create}),documentationDestroy:r({resource_class:"Document",ability:s.destroy}),canUpdateWellQC:r({resource_class:"well_qc",ability:s.update}),getFeedItemDestroy:function(e){return r({resource_class:"Activity",ability:s.destroy,resource_id:e})},getCommentDestroy:function(e){return r({resource_class:"Comment",ability:s.destroy,resource_id:e})},getAlertUpdate:function(e){return r({resource_class:"Alert",ability:s.update,resource_id:e})},getAlertDestroy:function(e){return r({resource_class:"Alert",ability:s.destroy,resource_id:e})},streamVisibilityEdit:r({resource_class:"stream",ability:s.edit}),userImpersonate:r({resource_class:"user",ability:s.impersonate}),getDashboardUpdate:function(e){return r({resource_class:"Dashboard",ability:s.update,resource_id:e})},canCreateDashboard:r({resource_class:"Dashboard",ability:s.create}),canCopyUsers:r({resource_class:"Group",ability:s.copy_users}),canViewDocumentsInfo:r({resource_class:"documents_info",ability:s.view}),canViewCostsInfo:r({resource_class:"costs_info",ability:s.view}),canViewBillingCost:r({resource_class:"billing_visualization_cost",ability:s.view}),canReadBillingInfo:r({resource_class:"Usage",ability:s.read}),canUpdateTiers:r({resource_class:"Tier",ability:s.update}),canReadTiers:r({resource_class:"Tier",ability:s.read}),canCreateTiers:r({resource_class:"Tier",ability:s.create}),canDestroyTiers:r({resource_class:"Tier",ability:s.destroy}),canUpdatePlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.update}),canReadPlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.read}),canCreatePlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.create}),canDestroyPlatformSubscriptions:r({resource_class:"PlatformSubscription",ability:s.destroy}),canViewPurchasesPage:r({resource_class:"company_purchase",ability:s.access}),canReadPermissions:r({resource_class:"Permission",ability:s.read}),canViewUserPermissions:r({resource_class:"mng_permissions_user_btn",ability:s.view}),canViewGroupPermissions:r({resource_class:"mng_permissions_group_btn",ability:s.view}),canShareGroup:r({resource_class:"Group",ability:s.share}),getAppStreamUpdate:function(e){return r({resource_class:"AppStream",ability:s.update,resource_id:e})},canViewAlertValidationFilters:r({resource_class:"alert_validation_filters",ability:s.view}),canViewAlertSubscriptionFilters:r({resource_class:"alert_subscription_filters",ability:s.view}),getCanDestroyAlertDefinition:function(e){return r({resource_class:"AlertDefinition",ability:s.destroy,resource_id:e})},getCanUpdateAlertDefinition:function(e){return r({resource_class:"AlertDefinition",ability:s.update,resource_id:e})},canCreateAlertDashboard:r({resource_class:"alert_dashboard",ability:s.create}),canUpdateAlertDashboard:r({resource_class:"alert_dashboard",ability:s.edit}),canViewAlertCompanyField:r({resource_class:"alert_company_field",ability:s.view}),canViewDashboardSharingCompany:r({resource_class:"dashboard_sharing_company",ability:s.view}),canViewDashboardSharingSharedWith:r({resource_class:"dashboard_sharing_shared_with",ability:s.view}),canViewConfigPage:r({resource_class:"config_page",ability:s.access}),canAccessRequestApp:r({resource_class:"request_app",ability:s.access}),canAccessUserSettingsWidgets:r({resource_class:"user_settings_widgets",ability:s.access}),canViewDevCenter:r({resource_class:"dev_center",ability:s.access}),getCanReadAppPackages:function(e){return r({resource_class:"App",ability:"read_packages",resource_id:e})},canViewAppPackageSelector:r({resource_class:"app_package_selector",ability:s.view}),canAccessProvisioning:r({resource_class:"provisioning",ability:s.access}),getCanUpdateAsset:function(e){return r({resource_class:"Asset",ability:s.update,resource_id:e})},getCanUpdateParentAssetAsset:function(e){return r({resource_class:"Asset",ability:"update_parent_asset",resource_id:e})},getCanCopyActivities:function(e){return r({resource_class:"Asset",ability:s.copy_activities,resource_id:e})},canRerunWell:function(e){return r({resource_class:"Asset",ability:s.rerun,resource_id:e})},rigCreate:r({ability:s.create,resource_class:"Rig"}),wellCreate:r({ability:s.create,resource_class:"Well"}),programCreate:r({ability:s.create,resource_class:"Program"}),padCreate:r({ability:s.create,resource_class:"Pad"}),padUpdate:r({ability:s.update,resource_class:"Pad"}),canManagePadWells:r({ability:"manage_pad_wells",resource_class:"Pad"}),canManagePadFracFleets:r({ability:"manage_frac_fleets",resource_class:"Pad"}),fracFleetCreate:r({ability:s.create,resource_class:"FracFleet"}),drilloutUnitCreate:r({ability:s.create,resource_class:"DrilloutUnit"}),canQCDrillstring:r({ability:s.update,resource_class:"drillstring_qc"}),canCalibrateDrillstring:r({ability:s.update,resource_class:"drillstring_calibration"}),canViewAppOwnersFilter:r({ability:s.view,resource_class:"app_owners_filter"}),canViewSaveOffsetWells:r({ability:s.view,resource_class:"save_offset_wells"}),canViewGenerateDRM:r({ability:s.view,resource_class:"corva.driller_roadmap-generate_drm"}),canUpdateWorkflow:r({ability:s.update,resource_class:"Workflow"}),canViewColumnMapperTemplate:r({ability:s.view,resource_class:"column_mapper_template"}),canPublishDraftTemplate:r({ability:s.publish,resource_class:"AppStoreTemplate"}),canReadAppStoreBuilder:r({ability:s.read,resource_class:"AppStoreTemplateSection"}),canReadResourceAudit:r({ability:s.read,resource_class:"ResourceAudit"}),canAccessPartialRerun:r({ability:s.access,resource_class:"PartialWellRerun"}),canAccessAnalytics:r({ability:s.access,resource_class:"analytics"}),canViewPredictiveDrillingAppExtendedControls:r({ability:s.view,resource_class:"corva.drilling-automation-ui-app-controls"})},a),i);export{o as PERMISSIONS};
@@ -1 +1 @@
1
- {"version":3,"file":"bha.d.ts","sourceRoot":"","sources":["../../src/utils/bha.js"],"names":[],"mappings":"AAwBO,uFASN;AAOM,mDAFK,MAAM,CAYjB;AAEM,uDAKN;AA0BM,yFAoCN;AAuCM,iEAkCN;AAGM,8DAEN;AAEM,iEAoFN;AAYM,gFAqBN;AAEM,wDAuBN"}
1
+ {"version":3,"file":"bha.d.ts","sourceRoot":"","sources":["../../src/utils/bha.js"],"names":[],"mappings":"AAwBO,uFASN;AAOM,mDAFK,MAAM,CAWjB;AAEM,uDAKN;AA0BM,yFAoCN;AAuCM,iEAkCN;AAGM,8DAEN;AAEM,iEAoFN;AAYM,gFAqBN;AAEM,wDAuBN"}
@@ -579,5 +579,11 @@ export namespace slips_to_slips_count {
579
579
  const key_53: string;
580
580
  export { key_53 as key };
581
581
  }
582
+ export namespace bha_count {
583
+ const label_54: string;
584
+ export { label_54 as label };
585
+ const key_54: string;
586
+ export { key_54 as key };
587
+ }
582
588
  import { convertPercentageMetrics } from "./utils";
583
589
  //# sourceMappingURL=metricsConfig.d.ts.map
@@ -1 +1 @@
1
- import{getUnitDescription as e,convertValue as t,getUnitPreference as i}from"../convert.js";import{convertPercentageMetrics as o}from"./utils.js";var n={label:"Hole Depth",key:"hole_depth",isBiggestBest:!0,unitType:"length",from:"ft"},l={label:"Total Distance Drilled",key:"hole_depth_change",unitType:"length",from:"ft",isBiggestBest:!0},p={label:"Rotary Distance Drilled",key:"drilled_feet_rotary",unitType:"length",from:"ft",isBiggestBest:!0},r={label:"Slide Distance Drilled",key:"drilled_feet_slide",unitType:"length",from:"ft"},s={label:"Rotary %",key:"drilled_feet_rotary_percentage",to:"%",customConvert:o,isBiggestBest:!0},a={label:"Slide %",key:"drilled_feet_slide_percentage",to:"%",customConvert:o},g={label:"Drilling %",key:"drilling_percentage",to:"%",customConvert:o,isBiggestBest:!0},_={label:"On-Bottom ROP",key:"rop",unitType:"velocity",from:"ft/h",isBiggestBest:!0},y={label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",from:"ft/h",isBiggestBest:!0},m={label:"Slide ROP",key:"rop_slide",unitType:"velocity",from:"ft/h",isBiggestBest:!0},u={label:"Gross ROP",key:"rop_gross",unitType:"velocity",from:"ft/h",isBiggestBest:!0},d={label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",from:"ft",formatUnitDisplay:function(e){return"".concat(e,"/day")},isBiggestBest:!0},f={label:"Rotary Drilling Time",key:"drilling_time_rotary",to:"h",isBiggestBest:!0},c={label:"Slide Drilling Time",key:"drilling_time_slide",to:"h"},T={label:"On Bottom Time",key:"on_bottom_time",to:"h"},b={label:"On Bottom %",key:"on_bottom_percentage",to:"%",customConvert:o,isBiggestBest:!0},h={label:"Slips to Slips",key:"drilling_connection_average",to:"min",unitType:"time",from:"s"},k={label:"Weight to Weight",key:"weight_to_weight_average",to:"min",from:"s",unitType:"time"},B={label:"Bottom to Slips",key:"bottom_to_slips_average",to:"min",from:"s",unitType:"time"},v={label:"Slips to Bottom",key:"slips_to_bottom_average",to:"min",from:"s",unitType:"time"},C={label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",to:"min",from:"s",unitType:"time"},S={label:"Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},H={label:"Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},O={label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},D={label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},I={label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},R={label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},w={label:"Casing Tripping In Cased Hole",key:"tripping_in_time_cased",to:"min",from:"s",unitType:"time"},P={label:"Casing Tripping In Open Hole",key:"tripping_in_time_open",to:"min",from:"s",unitType:"time"},E={label:"Casing Tripping In Entire Hole",key:"tripping_in_time",to:"min",from:"s",unitType:"time"},G={label:"Connection Time in Cased Hole",key:"tripping_in_connection_time_cased",to:"min",from:"s",unitType:"time"},L={label:"Casing Tripping In Open Hole + Connection Time in Open Hole",key:"tripping_in_time_with_connection_open",to:"min",from:"h",unitType:"time"},N={label:"Casing Tripping In Entire Hole + Connection Time in Entire Hole",key:"tripping_in_time_with_connection",to:"min",from:"h",unitType:"time"},j={label:"Casing Slips to Slips",key:"slips_to_slips_average",to:"min",from:"s",unitType:"time"},V={label:"Cased Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",from:"ft/h"},W={label:"Open Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",from:"ft/h"},x={label:"Entire Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed",unitType:"velocity",from:"ft/h"},U={label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",from:"ft/h"},q={label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",from:"ft/h"},z={label:"Cost/".concat(e(i("length")).singular),key:"cost_per_ft",customConvert:function(e){return e/t(1,"length","ft")}},A={label:"Lateral Cost/".concat(e(i("length")).singular),key:"cost_per_lat_ft",customConvert:function(e){return e/t(1,"length","ft")}},F={label:"NPT",key:"npt",unitType:"time",from:"h",to:"h"},J={label:"Circulating Time",key:"circulating_time",unitType:"time",from:"h",to:"h"},K={label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",from:"h",to:"d"},M={label:"Spud to Target",key:"spud_to_target",unitType:"time",from:"h",to:"d"},Q={label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",from:"h",to:"d"},X={label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",from:"h",to:"d"},Y={label:"Gross Time",key:"gross_time",unitType:"time",from:"s",to:"h"},Z={label:"Turn Rate",key:"turn_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},$={label:"Build Rate",key:"build_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},ee={label:"Cumulative Tortuosity",key:"cumulative_tortuosity"},te={label:"Drilling Stand Count",key:"weight_to_weight_count"},ie={label:"Tripping Connection Count",key:"tripping_connection_count"},oe={label:"Casing Stand Count",key:"slips_to_slips_count"};export{B as bottom_to_slips_average,$ as build_rate,J as circulating_time,z as cost_per_ft,A as cost_per_lat_ft,ee as cumulative_tortuosity,p as drilled_feet_rotary,s as drilled_feet_rotary_percentage,r as drilled_feet_slide,a as drilled_feet_slide_percentage,h as drilling_connection_average,g as drilling_percentage,f as drilling_time_rotary,c as drilling_time_slide,d as feet_per_day,Y as gross_time,x as gross_tripping_in_speed,V as gross_tripping_in_speed_cased,W as gross_tripping_in_speed_open,U as gross_tripping_in_speed_total,q as gross_tripping_out_speed_total,n as hole_depth,l as hole_depth_change,F as npt,b as on_bottom_percentage,T as on_bottom_time,C as pumps_on_to_bottom_average,_ as rop,u as rop_gross,y as rop_rotary,m as rop_slide,v as slips_to_bottom_average,j as slips_to_slips,oe as slips_to_slips_count,X as spud_to_landing_point,K as spud_to_rig_release_time,M as spud_to_target,Q as spud_to_total_depth_time,ie as tripping_connection_count,G as tripping_in_connection_time_cased,S as tripping_in_speed,O as tripping_in_speed_cased,I as tripping_in_speed_open,E as tripping_in_time,w as tripping_in_time_cased,P as tripping_in_time_open,N as tripping_in_time_with_connection,L as tripping_in_time_with_connection_open,H as tripping_out_speed,D as tripping_out_speed_cased,R as tripping_out_speed_open,Z as turn_rate,k as weight_to_weight_average,te as weight_to_weight_count};
1
+ import{getUnitDescription as e,convertValue as t,getUnitPreference as i}from"../convert.js";import{convertPercentageMetrics as o}from"./utils.js";var n={label:"Hole Depth",key:"hole_depth",isBiggestBest:!0,unitType:"length",from:"ft"},l={label:"Total Distance Drilled",key:"hole_depth_change",unitType:"length",from:"ft",isBiggestBest:!0},p={label:"Rotary Distance Drilled",key:"drilled_feet_rotary",unitType:"length",from:"ft",isBiggestBest:!0},r={label:"Slide Distance Drilled",key:"drilled_feet_slide",unitType:"length",from:"ft"},s={label:"Rotary %",key:"drilled_feet_rotary_percentage",to:"%",customConvert:o,isBiggestBest:!0},a={label:"Slide %",key:"drilled_feet_slide_percentage",to:"%",customConvert:o},g={label:"Drilling %",key:"drilling_percentage",to:"%",customConvert:o,isBiggestBest:!0},_={label:"On-Bottom ROP",key:"rop",unitType:"velocity",from:"ft/h",isBiggestBest:!0},y={label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",from:"ft/h",isBiggestBest:!0},m={label:"Slide ROP",key:"rop_slide",unitType:"velocity",from:"ft/h",isBiggestBest:!0},u={label:"Gross ROP",key:"rop_gross",unitType:"velocity",from:"ft/h",isBiggestBest:!0},d={label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",from:"ft",formatUnitDisplay:function(e){return"".concat(e,"/day")},isBiggestBest:!0},f={label:"Rotary Drilling Time",key:"drilling_time_rotary",to:"h",isBiggestBest:!0},c={label:"Slide Drilling Time",key:"drilling_time_slide",to:"h"},T={label:"On Bottom Time",key:"on_bottom_time",to:"h"},b={label:"On Bottom %",key:"on_bottom_percentage",to:"%",customConvert:o,isBiggestBest:!0},h={label:"Slips to Slips",key:"drilling_connection_average",to:"min",unitType:"time",from:"s"},k={label:"Weight to Weight",key:"weight_to_weight_average",to:"min",from:"s",unitType:"time"},B={label:"Bottom to Slips",key:"bottom_to_slips_average",to:"min",from:"s",unitType:"time"},v={label:"Slips to Bottom",key:"slips_to_bottom_average",to:"min",from:"s",unitType:"time"},C={label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",to:"min",from:"s",unitType:"time"},S={label:"Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},H={label:"Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",from:"ft/h",isBiggestBest:!0},O={label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},D={label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",from:"ft/h",isBiggestBest:!0},I={label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},R={label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",from:"ft/h",isBiggestBest:!0},w={label:"Casing Tripping In Cased Hole",key:"tripping_in_time_cased",to:"min",from:"s",unitType:"time"},P={label:"Casing Tripping In Open Hole",key:"tripping_in_time_open",to:"min",from:"s",unitType:"time"},E={label:"Casing Tripping In Entire Hole",key:"tripping_in_time",to:"min",from:"s",unitType:"time"},G={label:"Connection Time in Cased Hole",key:"tripping_in_connection_time_cased",to:"min",from:"s",unitType:"time"},L={label:"Casing Tripping In Open Hole + Connection Time in Open Hole",key:"tripping_in_time_with_connection_open",to:"min",from:"h",unitType:"time"},N={label:"Casing Tripping In Entire Hole + Connection Time in Entire Hole",key:"tripping_in_time_with_connection",to:"min",from:"h",unitType:"time"},j={label:"Casing Slips to Slips",key:"slips_to_slips_average",to:"min",from:"s",unitType:"time"},V={label:"Cased Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",from:"ft/h"},W={label:"Open Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",from:"ft/h"},x={label:"Entire Hole Tripping In Speed (with connection)",key:"gross_tripping_in_speed",unitType:"velocity",from:"ft/h"},A={label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",from:"ft/h"},U={label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",from:"ft/h"},q={label:"Cost/".concat(e(i("length")).singular),key:"cost_per_ft",customConvert:function(e){return e/t(1,"length","ft")}},z={label:"Lateral Cost/".concat(e(i("length")).singular),key:"cost_per_lat_ft",customConvert:function(e){return e/t(1,"length","ft")}},F={label:"NPT",key:"npt",unitType:"time",from:"h",to:"h"},J={label:"Circulating Time",key:"circulating_time",unitType:"time",from:"h",to:"h"},K={label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",from:"h",to:"d"},M={label:"Spud to Target",key:"spud_to_target",unitType:"time",from:"h",to:"d"},Q={label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",from:"h",to:"d"},X={label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",from:"h",to:"d"},Y={label:"Gross Time",key:"gross_time",unitType:"time",from:"s",to:"h"},Z={label:"Turn Rate",key:"turn_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},$={label:"Build Rate",key:"build_rate",unitType:"anglePerLength",from:"dp100f",allowNegativeValue:!0},ee={label:"Cumulative Tortuosity",key:"cumulative_tortuosity"},te={label:"Drilling Stand Count",key:"weight_to_weight_count"},ie={label:"Tripping Connection Count",key:"tripping_connection_count"},oe={label:"Casing Stand Count",key:"slips_to_slips_count"},ne={label:"BHA Count",key:"bha_count"};export{ne as bha_count,B as bottom_to_slips_average,$ as build_rate,J as circulating_time,q as cost_per_ft,z as cost_per_lat_ft,ee as cumulative_tortuosity,p as drilled_feet_rotary,s as drilled_feet_rotary_percentage,r as drilled_feet_slide,a as drilled_feet_slide_percentage,h as drilling_connection_average,g as drilling_percentage,f as drilling_time_rotary,c as drilling_time_slide,d as feet_per_day,Y as gross_time,x as gross_tripping_in_speed,V as gross_tripping_in_speed_cased,W as gross_tripping_in_speed_open,A as gross_tripping_in_speed_total,U as gross_tripping_out_speed_total,n as hole_depth,l as hole_depth_change,F as npt,b as on_bottom_percentage,T as on_bottom_time,C as pumps_on_to_bottom_average,_ as rop,u as rop_gross,y as rop_rotary,m as rop_slide,v as slips_to_bottom_average,j as slips_to_slips,oe as slips_to_slips_count,X as spud_to_landing_point,K as spud_to_rig_release_time,M as spud_to_target,Q as spud_to_total_depth_time,ie as tripping_connection_count,G as tripping_in_connection_time_cased,S as tripping_in_speed,O as tripping_in_speed_cased,I as tripping_in_speed_open,E as tripping_in_time,w as tripping_in_time_cased,P as tripping_in_time_open,N as tripping_in_time_with_connection,L as tripping_in_time_with_connection_open,H as tripping_out_speed,D as tripping_out_speed_cased,R as tripping_out_speed_open,Z as turn_rate,k as weight_to_weight_average,te as weight_to_weight_count};
@@ -1,33 +0,0 @@
1
- <svg width="390" height="300" viewBox="0 0 390 300" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g opacity="0.3">
3
- <path d="M209.522 143.606C208.141 138.447 205.322 134.142 205.322 134.142L200.587 137.12C200.587 137.12 203.674 143.727 204.127 145.389C204.583 147.05 204.914 148.262 204.914 148.262L205.383 150.724L205.67 153.546L205.705 157.481V170.322V185.785L205.329 188.578L204.538 191.263L203.32 193.547L202.382 194.704L202.66 195.007L206.512 192.714L208.795 190.061L209.975 187.382L210.651 184.076L210.775 179.232V151.323L210.44 147.784L209.522 143.606Z" fill="#BDBDBD"/>
4
- </g>
5
- <g opacity="0.3">
6
- <path d="M177.048 159.114L171.592 155.963V135.389L177.048 138.539V159.114Z" fill="#BDBDBD"/>
7
- </g>
8
- <g opacity="0.3">
9
- <path d="M177.048 168.591L171.592 165.44V159.18L177.048 162.331V168.591Z" fill="#BDBDBD"/>
10
- </g>
11
- <path d="M177.047 159.324C177.009 159.324 176.974 159.314 176.942 159.295L171.486 156.145C171.419 156.107 171.381 156.036 171.381 155.96V135.386C171.381 135.309 171.422 135.239 171.486 135.201C171.553 135.162 171.633 135.162 171.7 135.201L177.156 138.351C177.223 138.389 177.261 138.46 177.261 138.536V159.11C177.261 159.187 177.22 159.257 177.156 159.295C177.121 159.314 177.082 159.324 177.047 159.324ZM171.802 155.839L176.834 158.744V138.66L171.802 135.755V155.839Z" fill="#BDBDBD"/>
12
- <path d="M177.047 168.804C177.009 168.804 176.974 168.795 176.942 168.776L171.486 165.625C171.419 165.587 171.381 165.517 171.381 165.44V159.18C171.381 159.104 171.422 159.034 171.486 158.995C171.553 158.957 171.633 158.957 171.7 158.995L177.156 162.146C177.223 162.184 177.261 162.254 177.261 162.331V168.591C177.261 168.667 177.22 168.737 177.156 168.776C177.121 168.795 177.082 168.804 177.047 168.804ZM171.802 165.319L176.834 168.224V162.455L171.802 159.55V165.319Z" fill="#BDBDBD"/>
13
- <path d="M186.617 186.847C182.847 186.847 178.664 185.584 174.327 183.078C159.301 174.401 147.075 153.316 147.075 136.071C147.075 127.71 149.916 121.463 155.073 118.488C160.277 115.484 167.19 116.166 174.541 120.411C189.566 129.088 201.792 150.172 201.792 167.417C201.792 175.778 198.951 182.025 193.795 185.004C191.661 186.235 189.238 186.847 186.617 186.847ZM162.251 117.069C159.703 117.069 157.353 117.662 155.283 118.855C150.264 121.753 147.499 127.866 147.499 136.071C147.499 153.179 159.63 174.101 174.537 182.711C181.751 186.876 188.514 187.558 193.581 184.634C198.6 181.735 201.365 175.622 201.365 167.417C201.365 150.309 189.235 129.387 174.327 120.781C170.057 118.316 165.947 117.069 162.251 117.069Z" fill="#BDBDBD"/>
14
- <path d="M223.001 104.878L241.56 96.8103C241.991 96.6221 242.316 96.2522 242.494 95.742C242.836 94.7598 242.616 93.3376 241.917 92.027C240.823 89.9702 238.888 88.7521 237.606 89.3069L218.444 97.6362L199.212 67.0713C198.422 65.8117 197.29 64.906 196.266 64.7083C195.733 64.6031 195.249 64.6956 194.869 64.9698C193.737 65.7893 193.826 68.063 195.067 70.0369L213.722 99.6866L195.163 107.754C194.732 107.942 194.407 108.312 194.228 108.823C193.887 109.802 194.107 111.227 194.805 112.538C195.721 114.256 197.223 115.392 198.441 115.392C198.68 115.392 198.906 115.347 199.117 115.258L218.278 106.928L237.507 137.493C238.298 138.753 239.43 139.659 240.454 139.856C240.597 139.885 240.737 139.898 240.871 139.898C241.238 139.898 241.573 139.796 241.85 139.595C242.982 138.775 242.893 136.502 241.653 134.528L223.001 104.878ZM195.427 69.8105C194.321 68.0534 194.18 65.9934 195.118 65.3142C195.405 65.1069 195.765 65.0432 196.186 65.1261C197.101 65.3046 198.122 66.1369 198.855 67.2977L218.052 97.8084L214.117 99.5176L195.427 69.8105ZM198.951 114.869C197.883 115.334 196.158 114.173 195.182 112.34C194.538 111.131 194.327 109.837 194.63 108.963C194.77 108.561 195.006 108.284 195.332 108.143L237.775 89.6928C237.934 89.6226 238.11 89.5908 238.292 89.5908C239.341 89.5908 240.712 90.6622 241.544 92.2215C242.188 93.4301 242.399 94.7248 242.096 95.5985C241.955 96.0003 241.72 96.2777 241.394 96.418L198.951 114.869ZM241.608 139.254C241.321 139.461 240.961 139.525 240.54 139.442C239.624 139.263 238.601 138.431 237.871 137.27L218.674 106.759L222.609 105.05L241.299 134.754C242.405 136.511 242.545 138.571 241.608 139.254Z" fill="#BDBDBD"/>
15
- <g opacity="0.3">
16
- <path d="M214.035 99.7822L195.249 69.922C194.069 68.0438 193.955 65.8913 194.997 65.1387C196.04 64.3862 197.858 65.3046 199.038 67.1796L218.365 97.8976" fill="#BDBDBD"/>
17
- <path d="M222.692 104.782L241.477 134.642C242.657 136.521 242.772 138.673 241.729 139.426C240.686 140.178 238.869 139.26 237.689 137.385L218.361 106.667" fill="#BDBDBD"/>
18
- <path d="M194.994 112.442C196.037 114.4 197.854 115.58 199.034 115.066L241.478 96.6158C242.657 96.1024 242.772 94.0806 241.729 92.1259C240.687 90.168 238.869 88.9881 237.689 89.5015L195.246 107.952C194.069 108.462 193.954 110.484 194.994 112.442Z" fill="#BDBDBD"/>
19
- </g>
20
- <g opacity="0.3">
21
- <path d="M257.415 158.179C268.225 154.066 276.047 142.012 276.047 124.591C276.047 93.4142 254.022 55.4257 226.853 39.7399C214.251 32.4629 202.755 31.264 194.053 35.1798C192.137 36.0408 185.985 39.7686 185.985 39.7686L189.573 38.273L194.34 37.2621L198.919 36.9464L204.321 37.6097L209.879 39.1244L215.657 41.4937L219.956 43.7705L223.744 46.0729L227.912 49.0417L232.683 52.9575L239.382 59.5552L246.12 67.4603L253.097 77.6295L259.185 88.4683L265.333 104.339L267.469 112.959C267.469 112.959 268.847 120.146 269.099 125.835C269.351 131.521 268.429 138.255 268.429 138.255C268.429 138.255 266.624 146.444 263.908 150.542C261.181 154.64 257.415 158.179 257.415 158.179Z" fill="#BDBDBD"/>
22
- </g>
23
- <g opacity="0.3">
24
- <path d="M310.784 266.287C312.907 265.174 312.681 263.344 311.986 261.331L310.758 258.535L283.137 201.19C283.137 201.19 281.702 197.564 278.28 194.691C275.997 192.772 274.221 192.076 274.221 192.076L257.951 158.096L260.662 156.716L275.892 188.244C280.216 188.865 285.257 192.749 287.39 197.188L315.149 254.727C316.603 259.275 315.806 261.95 313.957 263.914C313.096 264.83 311.909 265.416 310.784 266.287Z" fill="#BDBDBD"/>
25
- </g>
26
- <g opacity="0.3">
27
- <path d="M192.685 259.338L188.23 247.855V195.693L192.685 197.163V259.338Z" fill="#BDBDBD"/>
28
- </g>
29
- <path d="M315.037 254L287.585 197.089C285.467 192.679 280.413 188.728 276.038 188.046L260.945 156.802C270.601 151.473 276.261 139.719 276.261 124.588C276.261 93.395 254.147 55.2471 226.962 39.5517C214.774 32.5171 203.059 30.894 193.967 34.9821C192.258 35.7506 187.325 38.7098 186.132 39.4305C185.759 39.6186 185.389 39.8163 185.026 40.0268C175.756 45.3808 170.651 56.6214 170.651 71.6823C170.651 84.7597 174.63 99.7663 181.85 114.004L166.674 105.242C161.827 102.442 157.229 101.928 153.724 103.794C153.724 103.794 153.724 103.794 153.721 103.797C153.721 103.797 153.721 103.797 153.718 103.797L148.517 106.721C148.511 106.724 148.421 106.775 148.386 106.798C144.882 108.823 142.949 113.061 142.949 118.733V129.151L106.667 108.475L99.0231 104.081C98.9561 104.043 98.8764 104.043 98.8094 104.081L96.9344 105.165C96.8675 105.203 96.8292 105.273 96.8292 105.347C96.8292 105.347 96.8292 105.347 96.8292 105.35L96.5677 149.528C90.6907 145.749 84.6415 141.811 83.1555 140.682C83.0917 140.634 83.0088 140.625 82.9387 140.66L77.862 143.029C77.8525 143.035 77.8206 143.058 77.8174 143.061C77.7887 143.087 77.7664 143.115 77.7536 143.15C77.7504 143.157 77.7504 143.163 77.7472 143.169C77.7377 143.201 77.7345 143.236 77.7441 143.271C77.7441 143.275 77.7472 143.287 77.7472 143.287L99.731 212.552C99.747 212.603 99.782 212.644 99.8267 212.67L189.248 264.571L192.577 266.469C192.609 266.488 192.647 266.497 192.682 266.497C192.72 266.497 192.756 266.488 192.787 266.469C192.854 266.43 192.893 266.36 192.893 266.284V259.335V197.424C193.821 197.622 194.726 197.73 195.597 197.73C197.261 197.73 198.808 197.36 200.189 196.63C200.189 196.63 200.294 196.576 200.326 196.557L206.203 193.205C209.29 191.046 210.986 186.955 210.986 181.681V151.99C210.986 151.489 210.964 150.982 210.935 150.472C213.856 152.771 216.85 154.815 219.848 156.543C227.664 161.056 235.199 163.336 241.988 163.336C245.183 163.336 248.216 162.829 251.028 161.811L265.352 191.445C264.944 191.713 264.593 192.041 264.319 192.44C263.276 193.967 263.369 196.283 264.574 198.792L293.162 258.053C295.417 262.744 300.911 266.839 305.414 267.18C305.442 267.183 305.905 267.224 306.565 267.224C306.906 267.224 307.298 267.212 307.716 267.18C308.912 267.084 309.872 266.861 310.618 266.507C310.621 266.504 310.627 266.507 310.631 266.504C316.17 263.873 317.652 259.667 315.037 254ZM194.139 35.3711C203.103 31.3372 214.682 32.954 226.745 39.9216C253.812 55.55 275.834 93.5321 275.834 124.591C275.834 140.755 269.322 153.01 258.378 157.564C265.429 151.594 269.262 141.419 269.262 128.373C269.262 97.2439 247.192 59.1725 220.061 43.509C208.655 36.9209 197.838 35.0969 189.082 38.1741C190.928 37.0867 193.135 35.8239 194.139 35.3711ZM153.922 104.17C157.293 102.378 161.744 102.888 166.46 105.611L192.335 120.551C197.325 123.431 201.85 128.361 205.144 134.002L200.523 136.795C197.182 131.023 192.567 125.978 187.475 123.038L161.601 108.099C157.787 105.895 154.145 105.114 151.062 105.777L153.922 104.17ZM189.618 118.491C181.448 104.712 176.952 89.9543 176.952 76.9247C176.952 64.3033 181.212 54.8899 188.945 50.4256C196.748 45.9197 207.159 46.9689 218.26 53.3752C241.152 66.5929 259.778 98.7172 259.778 124.987C259.778 137.608 255.518 147.022 247.785 151.486C239.982 155.992 229.571 154.943 218.47 148.536C215.361 146.741 212.258 144.553 209.251 142.034C206.308 133.131 199.927 124.445 192.548 120.181L189.618 118.491ZM98.9211 104.508L106.456 108.842L142.949 129.639V131.313L97.4701 105.347L98.9211 104.508ZM97.2565 105.713L142.949 131.801V148.425C142.949 160.093 151.221 174.363 161.39 180.233L187.264 195.173C187.516 195.32 187.765 195.45 188.017 195.581V246.656L171.942 205.014C171.926 204.969 171.891 204.931 171.85 204.905L128.274 179.646C126.208 178.428 125.64 177.975 123.95 176.183C119.585 171.553 117.298 168.007 115.462 165.16C113.545 162.184 112.03 159.834 109.062 157.51C109.055 157.506 109.049 157.5 109.046 157.497C108.931 157.423 103.118 153.734 96.995 149.799L97.2565 105.713ZM83.0024 141.1C86.4304 143.651 108.258 157.506 108.806 157.854C111.711 160.134 113.21 162.455 115.104 165.392C116.951 168.256 119.247 171.818 123.641 176.477C125.35 178.288 125.969 178.782 128.061 180.013L171.285 205.068L166.677 207.22L123.198 182.019C121.131 180.801 120.567 180.348 118.874 178.556C114.508 173.926 112.222 170.38 110.385 167.532C110.146 167.159 109.913 166.799 109.68 166.445C108.063 163.97 106.577 161.913 103.969 159.869C103.969 159.869 103.969 159.869 103.966 159.869C103.959 159.866 103.953 159.86 103.947 159.857L78.3882 143.252L83.0024 141.1ZM100.114 212.348L78.3499 143.772C79.8487 144.847 85.1134 148.354 103.723 160.217C106.635 162.497 108.134 164.822 110.028 167.765C111.756 170.45 113.883 173.747 117.764 177.988C118.022 178.272 118.29 178.559 118.564 178.849C120.273 180.66 120.892 181.155 122.981 182.386L166.496 207.606C166.923 208.687 172.318 222.354 177.739 236.019C181.017 244.287 188.457 262.9 188.891 263.873L100.114 212.348ZM192.475 265.923L189.528 264.243L166.939 207.571L171.63 205.38L192.475 259.377V265.923ZM192.475 258.2L188.444 247.76V195.811C189.822 196.509 191.171 197.013 192.475 197.332V258.2ZM200.272 196.107C196.872 198.071 192.328 197.609 187.478 194.806L161.604 179.866C151.553 174.063 143.377 159.959 143.377 148.425V118.733C143.377 113.217 145.232 109.11 148.6 107.164C149.987 106.364 151.562 105.965 153.271 105.965C155.756 105.965 158.52 106.804 161.393 108.462L187.268 123.402C197.319 129.206 205.495 143.31 205.495 154.844V184.535C205.495 190.055 203.639 194.162 200.272 196.107ZM210.562 181.684C210.562 186.815 208.926 190.782 205.973 192.848L202.568 194.809C204.739 192.501 205.916 188.958 205.916 184.538V154.847C205.916 149.145 203.936 142.825 200.731 137.165L205.355 134.368C208.572 140 210.562 146.307 210.562 151.993V181.684ZM220.061 156.18C216.981 154.4 213.901 152.293 210.9 149.907C210.715 147.58 210.23 145.178 209.49 142.784C212.357 145.14 215.304 147.203 218.257 148.906C224.886 152.736 231.283 154.668 237.045 154.668C241.047 154.668 244.74 153.734 247.996 151.856C255.866 147.312 260.199 137.771 260.199 124.99C260.199 98.5864 241.478 66.2964 218.467 53.0085C207.23 46.5224 196.668 45.4733 188.728 50.0588C180.858 54.6029 176.524 64.1439 176.524 76.9247C176.524 89.8267 180.909 104.406 188.875 118.064L182.452 114.355L182.487 114.336C175.128 99.9991 171.071 84.8521 171.071 71.6791C171.071 56.7777 176.1 45.6646 185.236 40.3935C185.517 40.2309 185.797 40.0778 186.081 39.9279C186.081 39.9279 186.177 39.8865 186.336 39.8004C195.421 35.183 207.258 36.6052 219.848 43.8725C246.86 59.4691 268.835 97.3747 268.835 128.37C268.835 143.271 263.806 154.385 254.67 159.656C245.457 164.981 233.164 163.744 220.061 156.18ZM251.43 161.665C252.623 161.212 253.777 160.667 254.887 160.026C255.84 159.474 256.749 158.858 257.613 158.186L273.79 191.668C272.671 191.209 271.548 190.913 270.483 190.833L268.796 190.705C267.6 190.616 266.561 190.804 265.725 191.231L251.43 161.665ZM311.772 264.97C311.179 266.003 309.843 266.587 307.684 266.759C306.498 266.851 305.465 266.759 305.452 266.759C301.083 266.427 295.745 262.441 293.548 257.872L264.96 198.61C263.822 196.244 263.72 194.082 264.673 192.682C265.375 191.656 266.615 191.104 268.206 191.104C268.388 191.104 270.451 191.254 270.451 191.254C274.82 191.585 280.158 195.571 282.355 200.141L310.943 259.402C312.174 261.976 312.448 263.796 311.772 264.97ZM312.142 265.174C312.888 263.87 312.62 261.921 311.322 259.217L282.735 199.956C281.108 196.573 277.795 193.508 274.386 191.93L258.066 158.147C258.927 157.809 259.759 157.427 260.566 156.999L275.703 188.333C275.735 188.397 275.796 188.441 275.863 188.451C280.139 189.066 285.12 192.944 287.199 197.277L314.652 254.185C316.858 258.959 316.01 262.645 312.142 265.174Z" fill="#BDBDBD"/>
30
- <g opacity="0.3">
31
- <path d="M192.675 262.955L192.624 266.261L189.241 264.323L166.664 207.463L171.744 205.151L192.65 259.128L192.675 262.955Z" fill="#BDBDBD"/>
32
- </g>
33
- </svg>