@corva/ui 0.48.0-1 → 0.48.0-10

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 (1839) hide show
  1. package/CLI/hocs/constants.d.ts +3 -0
  2. package/CLI/hocs/constants.d.ts.map +1 -0
  3. package/CLI/hocs/utils.d.ts +5 -0
  4. package/CLI/hocs/utils.d.ts.map +1 -0
  5. package/cjs/index.d.ts +2 -0
  6. package/cjs/index.d.ts.map +1 -0
  7. package/clients/api/apiCore.d.ts +38 -0
  8. package/clients/api/apiCore.d.ts.map +1 -0
  9. package/clients/api/httpMessages.d.ts +7 -0
  10. package/clients/api/httpMessages.d.ts.map +1 -0
  11. package/clients/clientStorage/core.d.ts +5 -0
  12. package/clients/clientStorage/core.d.ts.map +1 -0
  13. package/clients/clientStorage/index.d.ts +19 -0
  14. package/clients/clientStorage/index.d.ts.map +1 -0
  15. package/clients/clientStorage/index.js +1 -1
  16. package/clients/constants.d.ts +6 -0
  17. package/clients/constants.d.ts.map +1 -0
  18. package/clients/index.d.ts +29 -0
  19. package/clients/index.d.ts.map +1 -0
  20. package/clients/jsonApi/index.d.ts +108 -0
  21. package/clients/jsonApi/index.d.ts.map +1 -0
  22. package/clients/jsonApi/methods.d.ts +2 -0
  23. package/clients/jsonApi/methods.d.ts.map +1 -0
  24. package/clients/subscriptions.d.ts +9 -0
  25. package/clients/subscriptions.d.ts.map +1 -0
  26. package/clients/utils.d.ts +6 -0
  27. package/clients/utils.d.ts.map +1 -0
  28. package/components/AddComment/Popover.d.ts +38 -0
  29. package/components/AddComment/Popover.d.ts.map +1 -0
  30. package/components/AddComment/Popover.js +1 -1
  31. package/components/AddComment/Popup.d.ts +38 -0
  32. package/components/AddComment/Popup.d.ts.map +1 -0
  33. package/components/AddComment/components/Content.d.ts +37 -0
  34. package/components/AddComment/components/Content.d.ts.map +1 -0
  35. package/components/AddComment/components/Content.js +1 -1
  36. package/components/AddComment/index.d.ts +4 -0
  37. package/components/AddComment/index.d.ts.map +1 -0
  38. package/components/AdvancedSlider/AdvancedSlider.d.ts +3 -0
  39. package/components/AdvancedSlider/AdvancedSlider.d.ts.map +1 -0
  40. package/components/AdvancedSlider/Handle.d.ts +9 -0
  41. package/components/AdvancedSlider/Handle.d.ts.map +1 -0
  42. package/components/AdvancedSlider/index.d.ts +2 -0
  43. package/components/AdvancedSlider/index.d.ts.map +1 -0
  44. package/components/AnchorsList/AnchorsList.d.ts +19 -0
  45. package/components/AnchorsList/AnchorsList.d.ts.map +1 -0
  46. package/components/AnchorsList/index.d.ts +2 -0
  47. package/components/AnchorsList/index.d.ts.map +1 -0
  48. package/components/Annotations/AnnotationsContext.d.ts +11 -0
  49. package/components/Annotations/AnnotationsContext.d.ts.map +1 -0
  50. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.d.ts +3 -0
  51. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.d.ts.map +1 -0
  52. package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
  53. package/components/Annotations/components/AnnotationsList/components/Annotation/index.d.ts +3 -0
  54. package/components/Annotations/components/AnnotationsList/components/Annotation/index.d.ts.map +1 -0
  55. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.d.ts +21 -0
  56. package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.d.ts.map +1 -0
  57. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.d.ts +6 -0
  58. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.d.ts.map +1 -0
  59. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.d.ts +36 -0
  60. package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.d.ts.map +1 -0
  61. package/components/Annotations/components/AnnotationsList/index.d.ts +29 -0
  62. package/components/Annotations/components/AnnotationsList/index.d.ts.map +1 -0
  63. package/components/Annotations/components/LastAnnotation/index.d.ts +3 -0
  64. package/components/Annotations/components/LastAnnotation/index.d.ts.map +1 -0
  65. package/components/Annotations/constants.d.ts +32 -0
  66. package/components/Annotations/constants.d.ts.map +1 -0
  67. package/components/Annotations/index.d.ts +7 -0
  68. package/components/Annotations/index.d.ts.map +1 -0
  69. package/components/AppVersionsSelect/AppVersionsSelect.d.ts +20 -0
  70. package/components/AppVersionsSelect/AppVersionsSelect.d.ts.map +1 -0
  71. package/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
  72. package/components/AppVersionsSelect/effects/index.d.ts +7 -0
  73. package/components/AppVersionsSelect/effects/index.d.ts.map +1 -0
  74. package/components/AppVersionsSelect/index.d.ts +2 -0
  75. package/components/AppVersionsSelect/index.d.ts.map +1 -0
  76. package/components/AssetEditor/AssetEditorAutocomplete.d.ts +73 -0
  77. package/components/AssetEditor/AssetEditorAutocomplete.d.ts.map +1 -0
  78. package/components/AssetEditor/SingleAssetEditor.d.ts +31 -0
  79. package/components/AssetEditor/SingleAssetEditor.d.ts.map +1 -0
  80. package/components/AssetEditor/constants.d.ts +3 -0
  81. package/components/AssetEditor/constants.d.ts.map +1 -0
  82. package/components/AssetEditor/effects/index.d.ts +29 -0
  83. package/components/AssetEditor/effects/index.d.ts.map +1 -0
  84. package/components/AssetEditor/index.d.ts +33 -0
  85. package/components/AssetEditor/index.d.ts.map +1 -0
  86. package/components/AssetEditor/utils/index.d.ts +2 -0
  87. package/components/AssetEditor/utils/index.d.ts.map +1 -0
  88. package/components/AssetNameLabel/PrimaryAssetNameLabel.d.ts +3 -0
  89. package/components/AssetNameLabel/PrimaryAssetNameLabel.d.ts.map +1 -0
  90. package/components/AssetNameLabel/SecondaryAssetNameLabel.d.ts +3 -0
  91. package/components/AssetNameLabel/SecondaryAssetNameLabel.d.ts.map +1 -0
  92. package/components/AssetNameLabel/index.d.ts +3 -0
  93. package/components/AssetNameLabel/index.d.ts.map +1 -0
  94. package/components/Attachment/index.d.ts +18 -0
  95. package/components/Attachment/index.d.ts.map +1 -0
  96. package/components/Autocomplete/Autocomplete.d.ts +38 -0
  97. package/components/Autocomplete/Autocomplete.d.ts.map +1 -0
  98. package/components/Autocomplete/index.d.ts +2 -0
  99. package/components/Autocomplete/index.d.ts.map +1 -0
  100. package/components/Avatar/index.d.ts +61 -0
  101. package/components/Avatar/index.d.ts.map +1 -0
  102. package/components/BICOffsetPickerDialog/components/Map/Map.d.ts +39 -0
  103. package/components/BICOffsetPickerDialog/components/Map/Map.d.ts.map +1 -0
  104. package/components/BICOffsetPickerDialog/components/Map/index.d.ts +28 -0
  105. package/components/BICOffsetPickerDialog/components/Map/index.d.ts.map +1 -0
  106. package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.d.ts +14 -0
  107. package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.d.ts.map +1 -0
  108. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.d.ts +19 -0
  109. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.d.ts.map +1 -0
  110. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.d.ts +11 -0
  111. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.d.ts.map +1 -0
  112. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts +3 -0
  113. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
  114. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.d.ts +87 -0
  115. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.d.ts.map +1 -0
  116. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/index.d.ts +2 -0
  117. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/index.d.ts.map +1 -0
  118. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.d.ts +2 -0
  119. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.d.ts.map +1 -0
  120. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/index.d.ts +2 -0
  121. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/index.d.ts.map +1 -0
  122. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.d.ts +3 -0
  123. package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.d.ts.map +1 -0
  124. package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.d.ts +29 -0
  125. package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.d.ts.map +1 -0
  126. package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.d.ts +31 -0
  127. package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.d.ts.map +1 -0
  128. package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.d.ts +21 -0
  129. package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.d.ts.map +1 -0
  130. package/components/BICOffsetPickerDialog/components/WellSection/index.d.ts +23 -0
  131. package/components/BICOffsetPickerDialog/components/WellSection/index.d.ts.map +1 -0
  132. package/components/BICOffsetPickerDialog/constants.d.ts +6 -0
  133. package/components/BICOffsetPickerDialog/constants.d.ts.map +1 -0
  134. package/components/BICOffsetPickerDialog/effects/index.d.ts +4 -0
  135. package/components/BICOffsetPickerDialog/effects/index.d.ts.map +1 -0
  136. package/components/BICOffsetPickerDialog/index.d.ts +40 -0
  137. package/components/BICOffsetPickerDialog/index.d.ts.map +1 -0
  138. package/components/BICOffsetPickerDialog/index.js +1 -1
  139. package/components/BICOffsetPickerDialog/utils/apiCalls.d.ts +3 -0
  140. package/components/BICOffsetPickerDialog/utils/apiCalls.d.ts.map +1 -0
  141. package/components/Breadcrumbs/index.d.ts +14 -0
  142. package/components/Breadcrumbs/index.d.ts.map +1 -0
  143. package/components/Breadcrumbs/index.js +1 -1
  144. package/{types/src/components → components}/Button/index.d.ts +18 -17
  145. package/components/Button/index.d.ts.map +1 -0
  146. package/components/Casing/CasingComponentIcon.d.ts +25 -0
  147. package/components/Casing/CasingComponentIcon.d.ts.map +1 -0
  148. package/components/Casing/CasingTable/CasingComponent.d.ts +12 -0
  149. package/components/Casing/CasingTable/CasingComponent.d.ts.map +1 -0
  150. package/components/Casing/CasingTable/index.d.ts +10 -0
  151. package/components/Casing/CasingTable/index.d.ts.map +1 -0
  152. package/components/Casing/CasingTableV2/CasingTableV2.d.ts +41 -0
  153. package/components/Casing/CasingTableV2/CasingTableV2.d.ts.map +1 -0
  154. package/components/Casing/CasingTableV2/components/CasingJoints/Browser.d.ts +22 -0
  155. package/components/Casing/CasingTableV2/components/CasingJoints/Browser.d.ts.map +1 -0
  156. package/components/Casing/CasingTableV2/components/CasingJoints/Editor.d.ts +37 -0
  157. package/components/Casing/CasingTableV2/components/CasingJoints/Editor.d.ts.map +1 -0
  158. package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -1
  159. package/components/Casing/CasingTableV2/components/CasingJoints/index.d.ts +4 -0
  160. package/components/Casing/CasingTableV2/components/CasingJoints/index.d.ts.map +1 -0
  161. package/components/Casing/CasingTableV2/components/Component.d.ts +45 -0
  162. package/components/Casing/CasingTableV2/components/Component.d.ts.map +1 -0
  163. package/components/Casing/CasingTableV2/components/Component.js +1 -1
  164. package/components/Casing/CasingTableV2/components/DrillPipe/Browser.d.ts +31 -0
  165. package/components/Casing/CasingTableV2/components/DrillPipe/Browser.d.ts.map +1 -0
  166. package/components/Casing/CasingTableV2/components/DrillPipe/Editor.d.ts +41 -0
  167. package/components/Casing/CasingTableV2/components/DrillPipe/Editor.d.ts.map +1 -0
  168. package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -1
  169. package/components/Casing/CasingTableV2/components/DrillPipe/index.d.ts +4 -0
  170. package/components/Casing/CasingTableV2/components/DrillPipe/index.d.ts.map +1 -0
  171. package/components/Casing/CasingTableV2/components/EditComponentDialog.d.ts +28 -0
  172. package/components/Casing/CasingTableV2/components/EditComponentDialog.d.ts.map +1 -0
  173. package/components/Casing/CasingTableV2/components/Header.d.ts +3 -0
  174. package/components/Casing/CasingTableV2/components/Header.d.ts.map +1 -0
  175. package/components/Casing/CasingTableV2/components/SortableComponent.d.ts +3 -0
  176. package/components/Casing/CasingTableV2/components/SortableComponent.d.ts.map +1 -0
  177. package/components/Casing/CasingTableV2/components/SortableComponents.d.ts +3 -0
  178. package/components/Casing/CasingTableV2/components/SortableComponents.d.ts.map +1 -0
  179. package/components/Casing/CasingTableV2/components/constants.d.ts +13 -0
  180. package/components/Casing/CasingTableV2/components/constants.d.ts.map +1 -0
  181. package/components/Casing/CasingTableV2/index.d.ts +2 -0
  182. package/components/Casing/CasingTableV2/index.d.ts.map +1 -0
  183. package/components/Casing/CasingTile/CasingTile.d.ts +25 -0
  184. package/components/Casing/CasingTile/CasingTile.d.ts.map +1 -0
  185. package/components/Casing/CasingTile/index.d.ts +2 -0
  186. package/components/Casing/CasingTile/index.d.ts.map +1 -0
  187. package/components/Casing/CasingTile/style.d.ts +2 -0
  188. package/components/Casing/CasingTile/style.d.ts.map +1 -0
  189. package/components/Casing/CasingTileIcon.d.ts +15 -0
  190. package/components/Casing/CasingTileIcon.d.ts.map +1 -0
  191. package/components/Casing/index.d.ts +6 -0
  192. package/components/Casing/index.d.ts.map +1 -0
  193. package/components/Chart/ChartWrapperContext.d.ts +3 -0
  194. package/components/Chart/ChartWrapperContext.d.ts.map +1 -0
  195. package/components/Chart/components/ChartButton.d.ts +12 -0
  196. package/components/Chart/components/ChartButton.d.ts.map +1 -0
  197. package/components/Chart/components/ChartButtons.d.ts +7 -0
  198. package/components/Chart/components/ChartButtons.d.ts.map +1 -0
  199. package/components/Chart/components/ChartWrapper.d.ts +7 -0
  200. package/components/Chart/components/ChartWrapper.d.ts.map +1 -0
  201. package/components/Chart/components/buttons/DragToZoomButton.d.ts +13 -0
  202. package/components/Chart/components/buttons/DragToZoomButton.d.ts.map +1 -0
  203. package/components/Chart/components/buttons/HideAxesButton.d.ts +7 -0
  204. package/components/Chart/components/buttons/HideAxesButton.d.ts.map +1 -0
  205. package/components/Chart/components/buttons/PanButton.d.ts +13 -0
  206. package/components/Chart/components/buttons/PanButton.d.ts.map +1 -0
  207. package/components/Chart/components/buttons/ResetZoomButton.d.ts +13 -0
  208. package/components/Chart/components/buttons/ResetZoomButton.d.ts.map +1 -0
  209. package/components/Chart/components/buttons/ZoomInButton.d.ts +11 -0
  210. package/components/Chart/components/buttons/ZoomInButton.d.ts.map +1 -0
  211. package/components/Chart/components/buttons/ZoomOutButton.d.ts +11 -0
  212. package/components/Chart/components/buttons/ZoomOutButton.d.ts.map +1 -0
  213. package/components/Chart/components/buttons/index.d.ts +7 -0
  214. package/components/Chart/components/buttons/index.d.ts.map +1 -0
  215. package/components/Chart/components/index.d.ts +5 -0
  216. package/components/Chart/components/index.d.ts.map +1 -0
  217. package/components/Chart/constants.d.ts +11 -0
  218. package/components/Chart/constants.d.ts.map +1 -0
  219. package/components/Chart/effects/index.d.ts +5 -0
  220. package/components/Chart/effects/index.d.ts.map +1 -0
  221. package/components/Chart/effects/useChartModifier.d.ts +8 -0
  222. package/components/Chart/effects/useChartModifier.d.ts.map +1 -0
  223. package/components/Chart/effects/useHideAxes.d.ts +8 -0
  224. package/components/Chart/effects/useHideAxes.d.ts.map +1 -0
  225. package/components/Chart/effects/useKeyboardControl.d.ts +5 -0
  226. package/components/Chart/effects/useKeyboardControl.d.ts.map +1 -0
  227. package/components/Chart/effects/useZoom.d.ts +15 -0
  228. package/components/Chart/effects/useZoom.d.ts.map +1 -0
  229. package/components/Chart/options.d.ts +103 -0
  230. package/components/Chart/options.d.ts.map +1 -0
  231. package/components/Chart/utils.d.ts +23 -0
  232. package/components/Chart/utils.d.ts.map +1 -0
  233. package/components/ChartActionsList/ChartActionsList.d.ts +18 -0
  234. package/components/ChartActionsList/ChartActionsList.d.ts.map +1 -0
  235. package/components/ChartActionsList/icons/GoLive.d.ts +11 -0
  236. package/components/ChartActionsList/icons/GoLive.d.ts.map +1 -0
  237. package/components/ChartActionsList/icons/LeftArrow.d.ts +11 -0
  238. package/components/ChartActionsList/icons/LeftArrow.d.ts.map +1 -0
  239. package/components/ChartActionsList/icons/RightArrow.d.ts +11 -0
  240. package/components/ChartActionsList/icons/RightArrow.d.ts.map +1 -0
  241. package/components/ChartActionsList/icons/TimeRange.d.ts +3 -0
  242. package/components/ChartActionsList/icons/TimeRange.d.ts.map +1 -0
  243. package/components/ChartActionsList/icons/ZoomIn.d.ts +11 -0
  244. package/components/ChartActionsList/icons/ZoomIn.d.ts.map +1 -0
  245. package/components/ChartActionsList/icons/ZoomOut.d.ts +11 -0
  246. package/components/ChartActionsList/icons/ZoomOut.d.ts.map +1 -0
  247. package/components/ChartActionsList/index.d.ts +2 -0
  248. package/components/ChartActionsList/index.d.ts.map +1 -0
  249. package/components/Checkbox/index.d.ts +13 -0
  250. package/components/Checkbox/index.d.ts.map +1 -0
  251. package/components/Chip/index.d.ts +14 -0
  252. package/components/Chip/index.d.ts.map +1 -0
  253. package/components/CollapsableSidebar.d.ts +41 -0
  254. package/components/CollapsableSidebar.d.ts.map +1 -0
  255. package/components/CollapsableSidebar.js +1 -1
  256. package/components/CollapsibleContent.d.ts +17 -0
  257. package/components/CollapsibleContent.d.ts.map +1 -0
  258. package/components/ColorPicker/ColorPicker.d.ts +45 -0
  259. package/components/ColorPicker/ColorPicker.d.ts.map +1 -0
  260. package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.d.ts +15 -0
  261. package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.d.ts.map +1 -0
  262. package/components/ColorPicker/PaletteChromePicker/ColorSquare/index.d.ts +2 -0
  263. package/components/ColorPicker/PaletteChromePicker/ColorSquare/index.d.ts.map +1 -0
  264. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.d.ts +3 -0
  265. package/components/ColorPicker/PaletteChromePicker/Palette/Palette.d.ts.map +1 -0
  266. package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.d.ts +4 -0
  267. package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.d.ts.map +1 -0
  268. package/components/ColorPicker/PaletteChromePicker/Palette/index.d.ts +2 -0
  269. package/components/ColorPicker/PaletteChromePicker/Palette/index.d.ts.map +1 -0
  270. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts +3 -0
  271. package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts.map +1 -0
  272. package/components/ColorPicker/PaletteChromePicker/index.d.ts +2 -0
  273. package/components/ColorPicker/PaletteChromePicker/index.d.ts.map +1 -0
  274. package/components/ColorPicker/index.d.ts +2 -0
  275. package/components/ColorPicker/index.d.ts.map +1 -0
  276. package/components/ColorPickerPalette/ColorPickerPalette.d.ts +21 -0
  277. package/components/ColorPickerPalette/ColorPickerPalette.d.ts.map +1 -0
  278. package/components/ColorPickerPalette/index.d.ts +2 -0
  279. package/components/ColorPickerPalette/index.d.ts.map +1 -0
  280. package/components/Comment/CommentIcon/BadgeIcon.d.ts +4 -0
  281. package/components/Comment/CommentIcon/BadgeIcon.d.ts.map +1 -0
  282. package/components/Comment/CommentIcon/index.d.ts +23 -0
  283. package/components/Comment/CommentIcon/index.d.ts.map +1 -0
  284. package/components/Comment/index.d.ts +24 -0
  285. package/components/Comment/index.d.ts.map +1 -0
  286. package/components/CommentInput/index.d.ts +60 -0
  287. package/components/CommentInput/index.d.ts.map +1 -0
  288. package/components/CommentInput/index.js +1 -1
  289. package/components/CommentLoader.d.ts +11 -0
  290. package/components/CommentLoader.d.ts.map +1 -0
  291. package/components/CommentWrapper.d.ts +20 -0
  292. package/components/CommentWrapper.d.ts.map +1 -0
  293. package/components/CommentsInfo/index.d.ts +34 -0
  294. package/components/CommentsInfo/index.d.ts.map +1 -0
  295. package/components/ConfirmationDialog.d.ts +25 -0
  296. package/components/ConfirmationDialog.d.ts.map +1 -0
  297. package/components/ContextMenuItem/index.d.ts +21 -0
  298. package/components/ContextMenuItem/index.d.ts.map +1 -0
  299. package/components/CopyToClipboard/CopyToClipboard.d.ts +40 -0
  300. package/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -0
  301. package/components/CopyToClipboard/index.d.ts +2 -0
  302. package/components/CopyToClipboard/index.d.ts.map +1 -0
  303. package/components/Counter/index.d.ts +26 -0
  304. package/components/Counter/index.d.ts.map +1 -0
  305. package/components/CustomSelect/index.d.ts +23 -0
  306. package/components/CustomSelect/index.d.ts.map +1 -0
  307. package/components/DatePicker/index.d.ts +22 -0
  308. package/components/DatePicker/index.d.ts.map +1 -0
  309. package/components/DateTimePicker/index.d.ts +26 -0
  310. package/components/DateTimePicker/index.d.ts.map +1 -0
  311. package/components/DevCenter/AppContext.d.ts +3 -0
  312. package/components/DevCenter/AppContext.d.ts.map +1 -0
  313. package/components/DevCenter/AppHeader/AppHeader.d.ts +101 -0
  314. package/components/DevCenter/AppHeader/AppHeader.d.ts.map +1 -0
  315. package/components/DevCenter/AppHeader/AppHeaderStyles.d.ts +2 -0
  316. package/components/DevCenter/AppHeader/AppHeaderStyles.d.ts.map +1 -0
  317. package/components/DevCenter/AppHeader/PadMode.d.ts +37 -0
  318. package/components/DevCenter/AppHeader/PadMode.d.ts.map +1 -0
  319. package/components/DevCenter/AppHeader/VersionBadge.d.ts +15 -0
  320. package/components/DevCenter/AppHeader/VersionBadge.d.ts.map +1 -0
  321. package/components/DevCenter/AppHeader/index.d.ts +2 -0
  322. package/components/DevCenter/AppHeader/index.d.ts.map +1 -0
  323. package/components/DevCenter/AppHeader/utils.d.ts +2 -0
  324. package/components/DevCenter/AppHeader/utils.d.ts.map +1 -0
  325. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts +30 -0
  326. package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts.map +1 -0
  327. package/components/DevCenter/AppSettingsPopover/index.d.ts +2 -0
  328. package/components/DevCenter/AppSettingsPopover/index.d.ts.map +1 -0
  329. package/components/DevCenter/AppSideBar/AppSideBar.d.ts +68 -0
  330. package/components/DevCenter/AppSideBar/AppSideBar.d.ts.map +1 -0
  331. package/components/DevCenter/AppSideBar/AppSideBar.js +1 -1
  332. package/components/DevCenter/AppsDataProvider/AppsDataProvider.d.ts +19 -0
  333. package/components/DevCenter/AppsDataProvider/AppsDataProvider.d.ts.map +1 -0
  334. package/components/DevCenter/AppsDataProvider/effects/__tests__/getDeprecatedAssetIds.test.d.ts +2 -0
  335. package/components/DevCenter/AppsDataProvider/effects/__tests__/getDeprecatedAssetIds.test.d.ts.map +1 -0
  336. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/assetDashboard/wellAssetDashboard/appWithDefaultSettings.d.ts +76 -0
  337. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/assetDashboard/wellAssetDashboard/appWithDefaultSettings.d.ts.map +1 -0
  338. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithFracFleetId.d.ts +89 -0
  339. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithFracFleetId.d.ts.map +1 -0
  340. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithPadId.d.ts +89 -0
  341. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithPadId.d.ts.map +1 -0
  342. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithActiveWellId.d.ts +47 -0
  343. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithActiveWellId.d.ts.map +1 -0
  344. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithRigId.d.ts +53 -0
  345. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithRigId.d.ts.map +1 -0
  346. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/index.d.ts +6 -0
  347. package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/index.d.ts.map +1 -0
  348. package/components/DevCenter/AppsDataProvider/effects/__tests__/useAppsData.test.d.ts +2 -0
  349. package/components/DevCenter/AppsDataProvider/effects/__tests__/useAppsData.test.d.ts.map +1 -0
  350. package/components/DevCenter/AppsDataProvider/effects/constants.d.ts +8 -0
  351. package/components/DevCenter/AppsDataProvider/effects/constants.d.ts.map +1 -0
  352. package/components/DevCenter/AppsDataProvider/effects/constants.js +1 -0
  353. package/components/DevCenter/AppsDataProvider/effects/dataResolvers.d.ts +11 -0
  354. package/components/DevCenter/AppsDataProvider/effects/dataResolvers.d.ts.map +1 -0
  355. package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -1
  356. package/components/DevCenter/AppsDataProvider/effects/index.d.ts +2 -0
  357. package/components/DevCenter/AppsDataProvider/effects/index.d.ts.map +1 -0
  358. package/components/DevCenter/AppsDataProvider/effects/useAppsData.d.ts +6 -0
  359. package/components/DevCenter/AppsDataProvider/effects/useAppsData.d.ts.map +1 -0
  360. package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -1
  361. package/components/DevCenter/AppsDataProvider/effects/utils.d.ts +36 -0
  362. package/components/DevCenter/AppsDataProvider/effects/utils.d.ts.map +1 -0
  363. package/components/DevCenter/AppsDataProvider/index.d.ts +2 -0
  364. package/components/DevCenter/AppsDataProvider/index.d.ts.map +1 -0
  365. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts +36 -0
  366. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts.map +1 -0
  367. package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -1
  368. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.d.ts +5 -0
  369. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.d.ts.map +1 -0
  370. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/index.d.ts +2 -0
  371. package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/index.d.ts.map +1 -0
  372. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.d.ts +5 -0
  373. package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.d.ts.map +1 -0
  374. package/components/DevCenter/DevCenterAppContainer/components/AppActions/index.d.ts +2 -0
  375. package/components/DevCenter/DevCenterAppContainer/components/AppActions/index.d.ts.map +1 -0
  376. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.d.ts +25 -0
  377. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.d.ts.map +1 -0
  378. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -1
  379. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/index.d.ts +2 -0
  380. package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/index.d.ts.map +1 -0
  381. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.d.ts +6 -0
  382. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.d.ts.map +1 -0
  383. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts +43 -0
  384. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts.map +1 -0
  385. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -1
  386. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.d.ts +13 -0
  387. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.d.ts.map +1 -0
  388. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -1
  389. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/index.d.ts +2 -0
  390. package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/index.d.ts.map +1 -0
  391. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts +15 -0
  392. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts.map +1 -0
  393. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.d.ts +5 -0
  394. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.d.ts.map +1 -0
  395. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/index.d.ts +3 -0
  396. package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/index.d.ts.map +1 -0
  397. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.d.ts +24 -0
  398. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.d.ts.map +1 -0
  399. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -1
  400. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.d.ts +11 -0
  401. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.d.ts.map +1 -0
  402. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/index.d.ts +2 -0
  403. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/index.d.ts.map +1 -0
  404. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/index.d.ts +2 -0
  405. package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/index.d.ts.map +1 -0
  406. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.d.ts +11 -0
  407. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.d.ts.map +1 -0
  408. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/index.d.ts +2 -0
  409. package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/index.d.ts.map +1 -0
  410. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.d.ts +3 -0
  411. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.d.ts.map +1 -0
  412. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/index.d.ts +2 -0
  413. package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/index.d.ts.map +1 -0
  414. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts +30 -0
  415. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts.map +1 -0
  416. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -1
  417. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/index.d.ts +2 -0
  418. package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/index.d.ts.map +1 -0
  419. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.d.ts +5 -0
  420. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.d.ts.map +1 -0
  421. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/index.d.ts +2 -0
  422. package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/index.d.ts.map +1 -0
  423. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts +11 -0
  424. package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts.map +1 -0
  425. package/components/DevCenter/DevCenterAppContainer/components/index.d.ts +10 -0
  426. package/components/DevCenter/DevCenterAppContainer/components/index.d.ts.map +1 -0
  427. package/components/DevCenter/DevCenterAppContainer/effects/index.d.ts +5 -0
  428. package/components/DevCenter/DevCenterAppContainer/effects/index.d.ts.map +1 -0
  429. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.d.ts +12 -0
  430. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.d.ts.map +1 -0
  431. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.d.ts +6 -0
  432. package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.d.ts.map +1 -0
  433. package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.d.ts +9 -0
  434. package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.d.ts.map +1 -0
  435. package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.d.ts +8 -0
  436. package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.d.ts.map +1 -0
  437. package/components/DevCenter/DevCenterAppContainer/index.d.ts +2 -0
  438. package/components/DevCenter/DevCenterAppContainer/index.d.ts.map +1 -0
  439. package/components/DevCenter/DevCenterAppContainer/utils.d.ts +4 -0
  440. package/components/DevCenter/DevCenterAppContainer/utils.d.ts.map +1 -0
  441. package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.d.ts +2 -0
  442. package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.d.ts.map +1 -0
  443. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.d.ts +21 -0
  444. package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.d.ts.map +1 -0
  445. package/components/DevCenter/DevCenterRouterContext/UniversalLink/index.d.ts +2 -0
  446. package/components/DevCenter/DevCenterRouterContext/UniversalLink/index.d.ts.map +1 -0
  447. package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.d.ts +2 -0
  448. package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.d.ts.map +1 -0
  449. package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.d.ts +5 -0
  450. package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.d.ts.map +1 -0
  451. package/components/DevCenter/DevCenterRouterContext/index.d.ts +5 -0
  452. package/components/DevCenter/DevCenterRouterContext/index.d.ts.map +1 -0
  453. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.d.ts +3 -0
  454. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.d.ts.map +1 -0
  455. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -1
  456. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts +2 -0
  457. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts.map +1 -0
  458. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
  459. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts +27 -0
  460. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts.map +1 -0
  461. package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
  462. package/components/DevCenter/IsolatedDevCenterAppContainer/constants.d.ts +2 -0
  463. package/components/DevCenter/IsolatedDevCenterAppContainer/constants.d.ts.map +1 -0
  464. package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.d.ts +2 -0
  465. package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.d.ts.map +1 -0
  466. package/components/DevCenter/IsolatedDevCenterAppContainer/index.d.ts +3 -0
  467. package/components/DevCenter/IsolatedDevCenterAppContainer/index.d.ts.map +1 -0
  468. package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.d.ts +2 -0
  469. package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.d.ts.map +1 -0
  470. package/components/DevCenter/NavigationBar/NavigationBar.d.ts +17 -0
  471. package/components/DevCenter/NavigationBar/NavigationBar.d.ts.map +1 -0
  472. package/components/DevCenter/NavigationBar/index.d.ts +2 -0
  473. package/components/DevCenter/NavigationBar/index.d.ts.map +1 -0
  474. package/components/DevCenter/SideBar/SideBar.d.ts +39 -0
  475. package/components/DevCenter/SideBar/SideBar.d.ts.map +1 -0
  476. package/components/DevCenter/SideBar/index.d.ts +2 -0
  477. package/components/DevCenter/SideBar/index.d.ts.map +1 -0
  478. package/components/DevCenter/icons/CorvaLogoSmall.d.ts +23 -0
  479. package/components/DevCenter/icons/CorvaLogoSmall.d.ts.map +1 -0
  480. package/components/DevCenter/icons/DevCenterIcon.d.ts +23 -0
  481. package/components/DevCenter/icons/DevCenterIcon.d.ts.map +1 -0
  482. package/components/DevCenter/index.d.ts +10 -0
  483. package/components/DevCenter/index.d.ts.map +1 -0
  484. package/components/DisabledSettingsMessage/DisabledSettingsMessage.d.ts +11 -0
  485. package/components/DisabledSettingsMessage/DisabledSettingsMessage.d.ts.map +1 -0
  486. package/components/DisabledSettingsMessage/index.d.ts +2 -0
  487. package/components/DisabledSettingsMessage/index.d.ts.map +1 -0
  488. package/components/DocumentViewer/DocumentViewer.d.ts +30 -0
  489. package/components/DocumentViewer/DocumentViewer.d.ts.map +1 -0
  490. package/components/DocumentViewer/DocumentViewer.js +1 -1
  491. package/components/DocumentViewer/styles.d.ts +2 -0
  492. package/components/DocumentViewer/styles.d.ts.map +1 -0
  493. package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.d.ts +13 -0
  494. package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.d.ts.map +1 -0
  495. package/components/Drillstring/BHACasingEmptyView/index.d.ts +2 -0
  496. package/components/Drillstring/BHACasingEmptyView/index.d.ts.map +1 -0
  497. package/components/Drillstring/BHAComponentDetail/constants.d.ts +184 -0
  498. package/components/Drillstring/BHAComponentDetail/constants.d.ts.map +1 -0
  499. package/components/Drillstring/BHAComponentDetail/index.d.ts +16 -0
  500. package/components/Drillstring/BHAComponentDetail/index.d.ts.map +1 -0
  501. package/components/Drillstring/BHAComponentIcon.d.ts +25 -0
  502. package/components/Drillstring/BHAComponentIcon.d.ts.map +1 -0
  503. package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.d.ts +45 -0
  504. package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.d.ts.map +1 -0
  505. package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.d.ts +25 -0
  506. package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.d.ts.map +1 -0
  507. package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.d.ts +32 -0
  508. package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.d.ts.map +1 -0
  509. package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -1
  510. package/components/Drillstring/BHAComponentsTable/components/Agitator/index.d.ts +4 -0
  511. package/components/Drillstring/BHAComponentsTable/components/Agitator/index.d.ts.map +1 -0
  512. package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.d.ts +23 -0
  513. package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.d.ts.map +1 -0
  514. package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.d.ts +35 -0
  515. package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.d.ts.map +1 -0
  516. package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -1
  517. package/components/Drillstring/BHAComponentsTable/components/Bit/index.d.ts +4 -0
  518. package/components/Drillstring/BHAComponentsTable/components/Bit/index.d.ts.map +1 -0
  519. package/components/Drillstring/BHAComponentsTable/components/Component.d.ts +51 -0
  520. package/components/Drillstring/BHAComponentsTable/components/Component.d.ts.map +1 -0
  521. package/components/Drillstring/BHAComponentsTable/components/Component.js +1 -1
  522. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.d.ts +27 -0
  523. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.d.ts.map +1 -0
  524. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.d.ts +34 -0
  525. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.d.ts.map +1 -0
  526. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -1
  527. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/index.d.ts +4 -0
  528. package/components/Drillstring/BHAComponentsTable/components/DrillCollar/index.d.ts.map +1 -0
  529. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.d.ts +31 -0
  530. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.d.ts.map +1 -0
  531. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.d.ts +42 -0
  532. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.d.ts.map +1 -0
  533. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -1
  534. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/index.d.ts +4 -0
  535. package/components/Drillstring/BHAComponentsTable/components/DrillPipe/index.d.ts.map +1 -0
  536. package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.d.ts +28 -0
  537. package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.d.ts.map +1 -0
  538. package/components/Drillstring/BHAComponentsTable/components/Header.d.ts +3 -0
  539. package/components/Drillstring/BHAComponentsTable/components/Header.d.ts.map +1 -0
  540. package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.d.ts +25 -0
  541. package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.d.ts.map +1 -0
  542. package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.d.ts +32 -0
  543. package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.d.ts.map +1 -0
  544. package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -1
  545. package/components/Drillstring/BHAComponentsTable/components/Jar/index.d.ts +4 -0
  546. package/components/Drillstring/BHAComponentsTable/components/Jar/index.d.ts.map +1 -0
  547. package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.d.ts +26 -0
  548. package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.d.ts.map +1 -0
  549. package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.d.ts +32 -0
  550. package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.d.ts.map +1 -0
  551. package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -1
  552. package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.d.ts +34 -0
  553. package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.d.ts.map +1 -0
  554. package/components/Drillstring/BHAComponentsTable/components/Lwd/index.d.ts +4 -0
  555. package/components/Drillstring/BHAComponentsTable/components/Lwd/index.d.ts.map +1 -0
  556. package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.d.ts +25 -0
  557. package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.d.ts.map +1 -0
  558. package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.d.ts +32 -0
  559. package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.d.ts.map +1 -0
  560. package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -1
  561. package/components/Drillstring/BHAComponentsTable/components/Mwd/index.d.ts +4 -0
  562. package/components/Drillstring/BHAComponentsTable/components/Mwd/index.d.ts.map +1 -0
  563. package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.d.ts +32 -0
  564. package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.d.ts.map +1 -0
  565. package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.d.ts +37 -0
  566. package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.d.ts.map +1 -0
  567. package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.d.ts +43 -0
  568. package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.d.ts.map +1 -0
  569. package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -1
  570. package/components/Drillstring/BHAComponentsTable/components/Pdm/index.d.ts +4 -0
  571. package/components/Drillstring/BHAComponentsTable/components/Pdm/index.d.ts.map +1 -0
  572. package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.d.ts +36 -0
  573. package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.d.ts.map +1 -0
  574. package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.d.ts +26 -0
  575. package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.d.ts.map +1 -0
  576. package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.d.ts +33 -0
  577. package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.d.ts.map +1 -0
  578. package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -1
  579. package/components/Drillstring/BHAComponentsTable/components/Rss/index.d.ts +4 -0
  580. package/components/Drillstring/BHAComponentsTable/components/Rss/index.d.ts.map +1 -0
  581. package/components/Drillstring/BHAComponentsTable/components/SortableComponent.d.ts +3 -0
  582. package/components/Drillstring/BHAComponentsTable/components/SortableComponent.d.ts.map +1 -0
  583. package/components/Drillstring/BHAComponentsTable/components/SortableComponents.d.ts +3 -0
  584. package/components/Drillstring/BHAComponentsTable/components/SortableComponents.d.ts.map +1 -0
  585. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.d.ts +28 -0
  586. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.d.ts.map +1 -0
  587. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.d.ts +35 -0
  588. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.d.ts.map +1 -0
  589. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -1
  590. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/index.d.ts +4 -0
  591. package/components/Drillstring/BHAComponentsTable/components/Stabilizer/index.d.ts.map +1 -0
  592. package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.d.ts +24 -0
  593. package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.d.ts.map +1 -0
  594. package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.d.ts +31 -0
  595. package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.d.ts.map +1 -0
  596. package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -1
  597. package/components/Drillstring/BHAComponentsTable/components/Sub/index.d.ts +4 -0
  598. package/components/Drillstring/BHAComponentsTable/components/Sub/index.d.ts.map +1 -0
  599. package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.d.ts +20 -0
  600. package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.d.ts.map +1 -0
  601. package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.d.ts +28 -0
  602. package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.d.ts.map +1 -0
  603. package/components/Drillstring/BHAComponentsTable/components/Suggestions/index.d.ts +3 -0
  604. package/components/Drillstring/BHAComponentsTable/components/Suggestions/index.d.ts.map +1 -0
  605. package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.d.ts +33 -0
  606. package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.d.ts.map +1 -0
  607. package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.d.ts +40 -0
  608. package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.d.ts.map +1 -0
  609. package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -1
  610. package/components/Drillstring/BHAComponentsTable/components/Ur/index.d.ts +4 -0
  611. package/components/Drillstring/BHAComponentsTable/components/Ur/index.d.ts.map +1 -0
  612. package/components/Drillstring/BHAComponentsTable/components/constants.d.ts +22 -0
  613. package/components/Drillstring/BHAComponentsTable/components/constants.d.ts.map +1 -0
  614. package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.d.ts +10 -0
  615. package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.d.ts.map +1 -0
  616. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.d.ts +19 -0
  617. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.d.ts.map +1 -0
  618. package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -1
  619. package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.d.ts +18 -0
  620. package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.d.ts.map +1 -0
  621. package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.d.ts +22 -0
  622. package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.d.ts.map +1 -0
  623. package/components/Drillstring/BHAComponentsTable/components/shared/InputText.d.ts +36 -0
  624. package/components/Drillstring/BHAComponentsTable/components/shared/InputText.d.ts.map +1 -0
  625. package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.d.ts +12 -0
  626. package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.d.ts.map +1 -0
  627. package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.d.ts +16 -0
  628. package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.d.ts.map +1 -0
  629. package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.d.ts +36 -0
  630. package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.d.ts.map +1 -0
  631. package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.d.ts +26 -0
  632. package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.d.ts.map +1 -0
  633. package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.d.ts +30 -0
  634. package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.d.ts.map +1 -0
  635. package/components/Drillstring/BHAComponentsTable/components/shared/index.d.ts +12 -0
  636. package/components/Drillstring/BHAComponentsTable/components/shared/index.d.ts.map +1 -0
  637. package/components/Drillstring/BHAComponentsTable/components/sharedStyles.d.ts +2 -0
  638. package/components/Drillstring/BHAComponentsTable/components/sharedStyles.d.ts.map +1 -0
  639. package/components/Drillstring/BHAComponentsTable/components/utils/calculation.d.ts +2 -0
  640. package/components/Drillstring/BHAComponentsTable/components/utils/calculation.d.ts.map +1 -0
  641. package/components/Drillstring/BHAComponentsTable/index.d.ts +2 -0
  642. package/components/Drillstring/BHAComponentsTable/index.d.ts.map +1 -0
  643. package/components/Drillstring/BHAList/BHAList.d.ts +39 -0
  644. package/components/Drillstring/BHAList/BHAList.d.ts.map +1 -0
  645. package/components/Drillstring/BHAList/index.d.ts +2 -0
  646. package/components/Drillstring/BHAList/index.d.ts.map +1 -0
  647. package/components/Drillstring/BHASchematic.d.ts +21 -0
  648. package/components/Drillstring/BHASchematic.d.ts.map +1 -0
  649. package/components/Drillstring/BHATable/BHAComponent.d.ts +14 -0
  650. package/components/Drillstring/BHATable/BHAComponent.d.ts.map +1 -0
  651. package/components/Drillstring/BHATable/index.d.ts +14 -0
  652. package/components/Drillstring/BHATable/index.d.ts.map +1 -0
  653. package/components/Drillstring/BHATile/BHATile.d.ts +34 -0
  654. package/components/Drillstring/BHATile/BHATile.d.ts.map +1 -0
  655. package/components/Drillstring/BHATile/index.d.ts +2 -0
  656. package/components/Drillstring/BHATile/index.d.ts.map +1 -0
  657. package/components/Drillstring/BHATileIcon.d.ts +19 -0
  658. package/components/Drillstring/BHATileIcon.d.ts.map +1 -0
  659. package/components/Drillstring/BhaIndicator/BhaIndicator.d.ts +14 -0
  660. package/components/Drillstring/BhaIndicator/BhaIndicator.d.ts.map +1 -0
  661. package/components/Drillstring/BhaIndicator/index.d.ts +2 -0
  662. package/components/Drillstring/BhaIndicator/index.d.ts.map +1 -0
  663. package/components/Drillstring/DrillstringDetail/DrillstringDetail.d.ts +16 -0
  664. package/components/Drillstring/DrillstringDetail/DrillstringDetail.d.ts.map +1 -0
  665. package/components/Drillstring/DrillstringDetail/index.d.ts +2 -0
  666. package/components/Drillstring/DrillstringDetail/index.d.ts.map +1 -0
  667. package/components/Drillstring/index.d.ts +9 -0
  668. package/components/Drillstring/index.d.ts.map +1 -0
  669. package/components/EditableItem/EditableItem/index.d.ts +39 -0
  670. package/components/EditableItem/EditableItem/index.d.ts.map +1 -0
  671. package/components/EditableItem/EditableItemWithBadge/index.d.ts +14 -0
  672. package/components/EditableItem/EditableItemWithBadge/index.d.ts.map +1 -0
  673. package/components/EditableItem/index.d.ts +3 -0
  674. package/components/EditableItem/index.d.ts.map +1 -0
  675. package/components/EmbeddedApp/DevCenterEmbeddedApp.d.ts +32 -0
  676. package/components/EmbeddedApp/DevCenterEmbeddedApp.d.ts.map +1 -0
  677. package/components/EmbeddedApp/EmbeddedApp.d.ts +22 -0
  678. package/components/EmbeddedApp/EmbeddedApp.d.ts.map +1 -0
  679. package/components/EmbeddedApp/components/AppInfo.d.ts +19 -0
  680. package/components/EmbeddedApp/components/AppInfo.d.ts.map +1 -0
  681. package/components/EmbeddedApp/index.d.ts +4 -0
  682. package/components/EmbeddedApp/index.d.ts.map +1 -0
  683. package/components/EmojiIconButton.d.ts +28 -0
  684. package/components/EmojiIconButton.d.ts.map +1 -0
  685. package/components/EmptyView/EmptyAppView/EmptyAppView.d.ts +70 -0
  686. package/components/EmptyView/EmptyAppView/EmptyAppView.d.ts.map +1 -0
  687. package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -1
  688. package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts +11 -0
  689. package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts.map +1 -0
  690. package/components/EmptyView/EmptyAppView/index.d.ts +2 -0
  691. package/components/EmptyView/EmptyAppView/index.d.ts.map +1 -0
  692. package/components/EmptyView/EmptyView.d.ts +32 -0
  693. package/components/EmptyView/EmptyView.d.ts.map +1 -0
  694. package/components/EmptyView/EmptyView.js +1 -1
  695. package/components/EmptyView/__tests__/EmptyView.test.d.ts +2 -0
  696. package/components/EmptyView/__tests__/EmptyView.test.d.ts.map +1 -0
  697. package/components/EmptyView/index.d.ts +2 -0
  698. package/components/EmptyView/index.d.ts.map +1 -0
  699. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.d.ts +19 -0
  700. package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.d.ts.map +1 -0
  701. package/components/ErrorBoundary/DevCenterAppErrorView/__tests__/DevCenterAppErrorView.snapshot.test.d.ts +2 -0
  702. package/components/ErrorBoundary/DevCenterAppErrorView/__tests__/DevCenterAppErrorView.snapshot.test.d.ts.map +1 -0
  703. package/components/ErrorBoundary/DevCenterAppErrorView/index.d.ts +2 -0
  704. package/components/ErrorBoundary/DevCenterAppErrorView/index.d.ts.map +1 -0
  705. package/components/ErrorBoundary/ErrorBoundary.d.ts +26 -0
  706. package/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
  707. package/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts +2 -0
  708. package/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts.map +1 -0
  709. package/components/ErrorBoundary/index.d.ts +3 -0
  710. package/components/ErrorBoundary/index.d.ts.map +1 -0
  711. package/components/FailedFileUploading.d.ts +11 -0
  712. package/components/FailedFileUploading.d.ts.map +1 -0
  713. package/components/FeedItem/FeedItem.d.ts +38 -0
  714. package/components/FeedItem/FeedItem.d.ts.map +1 -0
  715. package/components/FeedItem/FeedItem.js +1 -1
  716. package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.d.ts +29 -0
  717. package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.d.ts.map +1 -0
  718. package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.d.ts +25 -0
  719. package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.d.ts.map +1 -0
  720. package/components/FeedItem/FeedItemEditProvider/index.d.ts +2 -0
  721. package/components/FeedItem/FeedItemEditProvider/index.d.ts.map +1 -0
  722. package/components/FeedItem/components/Actions.d.ts +3 -0
  723. package/components/FeedItem/components/Actions.d.ts.map +1 -0
  724. package/components/FeedItem/components/AvatarIcon.d.ts +7 -0
  725. package/components/FeedItem/components/AvatarIcon.d.ts.map +1 -0
  726. package/components/FeedItem/components/Content.d.ts +9 -0
  727. package/components/FeedItem/components/Content.d.ts.map +1 -0
  728. package/components/FeedItem/components/CreatedAt.d.ts +5 -0
  729. package/components/FeedItem/components/CreatedAt.d.ts.map +1 -0
  730. package/components/FeedItem/components/FeedComments.d.ts +16 -0
  731. package/components/FeedItem/components/FeedComments.d.ts.map +1 -0
  732. package/components/FeedItem/components/FeedComments.js +1 -1
  733. package/components/FeedItem/components/Icon.d.ts +7 -0
  734. package/components/FeedItem/components/Icon.d.ts.map +1 -0
  735. package/components/FeedItem/components/Reactions.d.ts +11 -0
  736. package/components/FeedItem/components/Reactions.d.ts.map +1 -0
  737. package/components/FeedItem/components/RigAndWell.d.ts +5 -0
  738. package/components/FeedItem/components/RigAndWell.d.ts.map +1 -0
  739. package/components/FeedItem/components/TypeAndAssetTitle.d.ts +7 -0
  740. package/components/FeedItem/components/TypeAndAssetTitle.d.ts.map +1 -0
  741. package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.d.ts +21 -0
  742. package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.d.ts.map +1 -0
  743. package/components/FeedItem/editModals/DvdCommentEdit/index.d.ts +2 -0
  744. package/components/FeedItem/editModals/DvdCommentEdit/index.d.ts.map +1 -0
  745. package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.d.ts +19 -0
  746. package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.d.ts.map +1 -0
  747. package/components/FeedItem/editModals/PCCommentEdit/index.d.ts +2 -0
  748. package/components/FeedItem/editModals/PCCommentEdit/index.d.ts.map +1 -0
  749. package/components/FeedItem/feedItemTypes/AlertFeedItem.d.ts +30 -0
  750. package/components/FeedItem/feedItemTypes/AlertFeedItem.d.ts.map +1 -0
  751. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.d.ts +2 -0
  752. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.d.ts.map +1 -0
  753. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts +34 -0
  754. package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts.map +1 -0
  755. package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts +31 -0
  756. package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts.map +1 -0
  757. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.d.ts +12 -0
  758. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.d.ts.map +1 -0
  759. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.d.ts +18 -0
  760. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.d.ts.map +1 -0
  761. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.d.ts +14 -0
  762. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.d.ts.map +1 -0
  763. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.d.ts +10 -0
  764. package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.d.ts.map +1 -0
  765. package/components/FeedItem/feedItemTypes/BhaFeedItem/index.d.ts +2 -0
  766. package/components/FeedItem/feedItemTypes/BhaFeedItem/index.d.ts.map +1 -0
  767. package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.d.ts +29 -0
  768. package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.d.ts.map +1 -0
  769. package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.d.ts +33 -0
  770. package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.d.ts.map +1 -0
  771. package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.d.ts +35 -0
  772. package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.d.ts.map +1 -0
  773. package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.d.ts +27 -0
  774. package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.d.ts.map +1 -0
  775. package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.d.ts +27 -0
  776. package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.d.ts.map +1 -0
  777. package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.d.ts +24 -0
  778. package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.d.ts.map +1 -0
  779. package/components/FeedItem/feedItemTypes/DocumentFeedItem.d.ts +20 -0
  780. package/components/FeedItem/feedItemTypes/DocumentFeedItem.d.ts.map +1 -0
  781. package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.d.ts +27 -0
  782. package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.d.ts.map +1 -0
  783. package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.d.ts +29 -0
  784. package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.d.ts.map +1 -0
  785. package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.d.ts +27 -0
  786. package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.d.ts.map +1 -0
  787. package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.d.ts +27 -0
  788. package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.d.ts.map +1 -0
  789. package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.d.ts +19 -0
  790. package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.d.ts.map +1 -0
  791. package/components/FeedItem/feedItemTypes/FluidReportFeedItem.d.ts +44 -0
  792. package/components/FeedItem/feedItemTypes/FluidReportFeedItem.d.ts.map +1 -0
  793. package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.d.ts +45 -0
  794. package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.d.ts.map +1 -0
  795. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.d.ts +2 -0
  796. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.d.ts.map +1 -0
  797. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.d.ts +2 -0
  798. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.d.ts.map +1 -0
  799. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.d.ts +2 -0
  800. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.d.ts.map +1 -0
  801. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.d.ts +12 -0
  802. package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.d.ts.map +1 -0
  803. package/components/FeedItem/feedItemTypes/NptFeedItem.d.ts +44 -0
  804. package/components/FeedItem/feedItemTypes/NptFeedItem.d.ts.map +1 -0
  805. package/components/FeedItem/feedItemTypes/PCCommentFeedItem.d.ts +17 -0
  806. package/components/FeedItem/feedItemTypes/PCCommentFeedItem.d.ts.map +1 -0
  807. package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -1
  808. package/components/FeedItem/feedItemTypes/PostFeedItem.d.ts +30 -0
  809. package/components/FeedItem/feedItemTypes/PostFeedItem.d.ts.map +1 -0
  810. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.d.ts +9 -0
  811. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.d.ts.map +1 -0
  812. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.d.ts +10 -0
  813. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.d.ts.map +1 -0
  814. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.d.ts +12 -0
  815. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.d.ts.map +1 -0
  816. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.d.ts +14 -0
  817. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.d.ts.map +1 -0
  818. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.d.ts +14 -0
  819. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.d.ts.map +1 -0
  820. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/index.d.ts +2 -0
  821. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/index.d.ts.map +1 -0
  822. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.d.ts +6 -0
  823. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.d.ts.map +1 -0
  824. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.d.ts +16 -0
  825. package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.d.ts.map +1 -0
  826. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.d.ts +5 -0
  827. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.d.ts.map +1 -0
  828. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.d.ts +23 -0
  829. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.d.ts.map +1 -0
  830. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.d.ts +16 -0
  831. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.d.ts.map +1 -0
  832. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.d.ts +10 -0
  833. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.d.ts.map +1 -0
  834. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.d.ts +23 -0
  835. package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.d.ts.map +1 -0
  836. package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.d.ts +28 -0
  837. package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.d.ts.map +1 -0
  838. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.d.ts +18 -0
  839. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.d.ts.map +1 -0
  840. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.d.ts +10 -0
  841. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.d.ts.map +1 -0
  842. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.d.ts +30 -0
  843. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.d.ts.map +1 -0
  844. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.d.ts +58 -0
  845. package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.d.ts.map +1 -0
  846. package/components/FeedItem/index.d.ts +2 -0
  847. package/components/FeedItem/index.d.ts.map +1 -0
  848. package/components/FilePreview/index.d.ts +16 -0
  849. package/components/FilePreview/index.d.ts.map +1 -0
  850. package/components/FileTypeIcon.d.ts +21 -0
  851. package/components/FileTypeIcon.d.ts.map +1 -0
  852. package/components/FileUploadIconButton.d.ts +66 -0
  853. package/components/FileUploadIconButton.d.ts.map +1 -0
  854. package/components/FilesLoader/FilesLoader.d.ts +61 -0
  855. package/components/FilesLoader/FilesLoader.d.ts.map +1 -0
  856. package/components/FilesLoader/FilesLoader.js +1 -1
  857. package/components/FilesLoader/Icons/CSVFileIcon.d.ts +3 -0
  858. package/components/FilesLoader/Icons/CSVFileIcon.d.ts.map +1 -0
  859. package/components/FilesLoader/Icons/DocFileIcon.d.ts +3 -0
  860. package/components/FilesLoader/Icons/DocFileIcon.d.ts.map +1 -0
  861. package/components/FilesLoader/Icons/EDMFileIcon.d.ts +3 -0
  862. package/components/FilesLoader/Icons/EDMFileIcon.d.ts.map +1 -0
  863. package/components/FilesLoader/Icons/ExelFileIcon.d.ts +3 -0
  864. package/components/FilesLoader/Icons/ExelFileIcon.d.ts.map +1 -0
  865. package/components/FilesLoader/Icons/FileIcon.d.ts +12 -0
  866. package/components/FilesLoader/Icons/FileIcon.d.ts.map +1 -0
  867. package/components/FilesLoader/Icons/IconCancel.d.ts +3 -0
  868. package/components/FilesLoader/Icons/IconCancel.d.ts.map +1 -0
  869. package/components/FilesLoader/Icons/IconRefresh.d.ts +3 -0
  870. package/components/FilesLoader/Icons/IconRefresh.d.ts.map +1 -0
  871. package/components/FilesLoader/Icons/IconSuccess.d.ts +6 -0
  872. package/components/FilesLoader/Icons/IconSuccess.d.ts.map +1 -0
  873. package/components/FilesLoader/Icons/IconWarning.d.ts +6 -0
  874. package/components/FilesLoader/Icons/IconWarning.d.ts.map +1 -0
  875. package/components/FilesLoader/Icons/ImageFileIcon.d.ts +3 -0
  876. package/components/FilesLoader/Icons/ImageFileIcon.d.ts.map +1 -0
  877. package/components/FilesLoader/Icons/PdfFileIcon.d.ts +3 -0
  878. package/components/FilesLoader/Icons/PdfFileIcon.d.ts.map +1 -0
  879. package/components/FilesLoader/Icons/UnknownFileIcon.d.ts +3 -0
  880. package/components/FilesLoader/Icons/UnknownFileIcon.d.ts.map +1 -0
  881. package/components/FilesLoader/Icons/UploadIcon.d.ts +3 -0
  882. package/components/FilesLoader/Icons/UploadIcon.d.ts.map +1 -0
  883. package/components/FilesLoader/effects/useUploadingFile.d.ts +12 -0
  884. package/components/FilesLoader/effects/useUploadingFile.d.ts.map +1 -0
  885. package/components/FilesLoader/index.d.ts +3 -0
  886. package/components/FilesLoader/index.d.ts.map +1 -0
  887. package/components/FilesLoader/useStyles.d.ts +2 -0
  888. package/components/FilesLoader/useStyles.d.ts.map +1 -0
  889. package/components/FolderMenuItem/components/ClosedFolderIcon.d.ts +3 -0
  890. package/components/FolderMenuItem/components/ClosedFolderIcon.d.ts.map +1 -0
  891. package/components/FolderMenuItem/components/FolderIcon.d.ts +21 -0
  892. package/components/FolderMenuItem/components/FolderIcon.d.ts.map +1 -0
  893. package/components/FolderMenuItem/components/OpenFolderIcon.d.ts +3 -0
  894. package/components/FolderMenuItem/components/OpenFolderIcon.d.ts.map +1 -0
  895. package/components/FolderMenuItem/components/index.d.ts +4 -0
  896. package/components/FolderMenuItem/components/index.d.ts.map +1 -0
  897. package/components/FolderMenuItem/index.d.ts +33 -0
  898. package/components/FolderMenuItem/index.d.ts.map +1 -0
  899. package/components/FolderMenuItemWithLinks/index.d.ts +46 -0
  900. package/components/FolderMenuItemWithLinks/index.d.ts.map +1 -0
  901. package/components/GoogleDocsViewer/index.d.ts +40 -0
  902. package/components/GoogleDocsViewer/index.d.ts.map +1 -0
  903. package/components/HeaderLayout/HeaderLayout.d.ts +9 -0
  904. package/components/HeaderLayout/HeaderLayout.d.ts.map +1 -0
  905. package/components/HeaderLayout/constants.d.ts +4 -0
  906. package/components/HeaderLayout/constants.d.ts.map +1 -0
  907. package/components/HeaderLayout/effects/index.d.ts +3 -0
  908. package/components/HeaderLayout/effects/index.d.ts.map +1 -0
  909. package/components/HeaderLayout/index.d.ts +2 -0
  910. package/components/HeaderLayout/index.d.ts.map +1 -0
  911. package/components/HeaderLayout/utils.d.ts +10 -0
  912. package/components/HeaderLayout/utils.d.ts.map +1 -0
  913. package/components/HelpCenter/HelpCenterIcon.d.ts +5 -0
  914. package/components/HelpCenter/HelpCenterIcon.d.ts.map +1 -0
  915. package/components/HelpCenter/index.d.ts +2 -0
  916. package/components/HelpCenter/index.d.ts.map +1 -0
  917. package/components/IconButton/index.d.ts +27 -0
  918. package/components/IconButton/index.d.ts.map +1 -0
  919. package/components/IconMenu/__tests__/index.snapshot.test.d.ts +2 -0
  920. package/components/IconMenu/__tests__/index.snapshot.test.d.ts.map +1 -0
  921. package/components/IconMenu/index.d.ts +73 -0
  922. package/components/IconMenu/index.d.ts.map +1 -0
  923. package/components/Icons/AnnotationIcon.d.ts +17 -0
  924. package/components/Icons/AnnotationIcon.d.ts.map +1 -0
  925. package/components/Icons/AttachIcon.d.ts +19 -0
  926. package/components/Icons/AttachIcon.d.ts.map +1 -0
  927. package/components/Icons/EmojiIcon.d.ts +19 -0
  928. package/components/Icons/EmojiIcon.d.ts.map +1 -0
  929. package/components/Icons/RecommendationIcon.d.ts +19 -0
  930. package/components/Icons/RecommendationIcon.d.ts.map +1 -0
  931. package/components/Icons/SendIcon.d.ts +19 -0
  932. package/components/Icons/SendIcon.d.ts.map +1 -0
  933. package/components/ImageViewer/index.d.ts +20 -0
  934. package/components/ImageViewer/index.d.ts.map +1 -0
  935. package/components/ImageViewer/index.js +1 -1
  936. package/components/InfiniteList/index.d.ts +67 -0
  937. package/components/InfiniteList/index.d.ts.map +1 -0
  938. package/components/KeyboardDateTimePicker.d.ts +17 -0
  939. package/components/KeyboardDateTimePicker.d.ts.map +1 -0
  940. package/components/LabelsCounter/LabelsCounter.d.ts +17 -0
  941. package/components/LabelsCounter/LabelsCounter.d.ts.map +1 -0
  942. package/components/LabelsCounter/index.d.ts +2 -0
  943. package/components/LabelsCounter/index.d.ts.map +1 -0
  944. package/components/LoadingIndicator/FullScreenLoadingIndicator.d.ts +19 -0
  945. package/components/LoadingIndicator/FullScreenLoadingIndicator.d.ts.map +1 -0
  946. package/components/LoadingIndicator/InlineLoadingIndicator.d.ts +19 -0
  947. package/components/LoadingIndicator/InlineLoadingIndicator.d.ts.map +1 -0
  948. package/components/LoadingIndicator/Loader.d.ts +17 -0
  949. package/components/LoadingIndicator/Loader.d.ts.map +1 -0
  950. package/components/LoadingIndicator/LoadingIndicator.d.ts +28 -0
  951. package/components/LoadingIndicator/LoadingIndicator.d.ts.map +1 -0
  952. package/components/LoadingIndicator/__tests__/FullScreenLoadingIndicator.test.d.ts +2 -0
  953. package/components/LoadingIndicator/__tests__/FullScreenLoadingIndicator.test.d.ts.map +1 -0
  954. package/components/LoadingIndicator/__tests__/InlineLoadingIndicator.test.d.ts +2 -0
  955. package/components/LoadingIndicator/__tests__/InlineLoadingIndicator.test.d.ts.map +1 -0
  956. package/components/LoadingIndicator/__tests__/Loader.test.d.ts +2 -0
  957. package/components/LoadingIndicator/__tests__/Loader.test.d.ts.map +1 -0
  958. package/components/LoadingIndicator/__tests__/LoadingIndicator.test.d.ts +2 -0
  959. package/components/LoadingIndicator/__tests__/LoadingIndicator.test.d.ts.map +1 -0
  960. package/components/LoadingIndicator/index.d.ts +2 -0
  961. package/components/LoadingIndicator/index.d.ts.map +1 -0
  962. package/components/MenuItem/index.d.ts +20 -0
  963. package/components/MenuItem/index.d.ts.map +1 -0
  964. package/components/Modal/CorvaModal.d.ts +71 -0
  965. package/components/Modal/CorvaModal.d.ts.map +1 -0
  966. package/components/Modal/DcCorvaModal.d.ts +5 -0
  967. package/components/Modal/DcCorvaModal.d.ts.map +1 -0
  968. package/components/Modal/Modal.d.ts +2 -0
  969. package/components/Modal/Modal.d.ts.map +1 -0
  970. package/components/Modal/Modal.js +1 -1
  971. package/components/Modal/__tests__/index.snapshot.test.d.ts +2 -0
  972. package/components/Modal/__tests__/index.snapshot.test.d.ts.map +1 -0
  973. package/components/Modal/index.d.ts +2 -0
  974. package/components/Modal/index.d.ts.map +1 -0
  975. package/components/Notifications/Notifications.d.ts +23 -0
  976. package/components/Notifications/Notifications.d.ts.map +1 -0
  977. package/components/Notifications/NotificationsContainer.d.ts +3 -0
  978. package/components/Notifications/NotificationsContainer.d.ts.map +1 -0
  979. package/components/Notifications/components/Toast.d.ts +28 -0
  980. package/components/Notifications/components/Toast.d.ts.map +1 -0
  981. package/components/Notifications/components/styles.d.ts +2 -0
  982. package/components/Notifications/components/styles.d.ts.map +1 -0
  983. package/components/Notifications/index.d.ts +3 -0
  984. package/components/Notifications/index.d.ts.map +1 -0
  985. package/components/OffsetWellButton/OffsetWellButton.d.ts +32 -0
  986. package/components/OffsetWellButton/OffsetWellButton.d.ts.map +1 -0
  987. package/components/OffsetWellButton/OffsetWellButton.js +1 -1
  988. package/components/OffsetWellButton/index.d.ts +2 -0
  989. package/components/OffsetWellButton/index.d.ts.map +1 -0
  990. package/components/OffsetWellChips/Chip.d.ts +31 -0
  991. package/components/OffsetWellChips/Chip.d.ts.map +1 -0
  992. package/components/OffsetWellChips/ChipsContainer.d.ts +18 -0
  993. package/components/OffsetWellChips/ChipsContainer.d.ts.map +1 -0
  994. package/components/OffsetWellChips/components/OffsetWellTruncatedText.d.ts +29 -0
  995. package/components/OffsetWellChips/components/OffsetWellTruncatedText.d.ts.map +1 -0
  996. package/components/OffsetWellChips/icons/SubjectIcon.d.ts +3 -0
  997. package/components/OffsetWellChips/icons/SubjectIcon.d.ts.map +1 -0
  998. package/components/OffsetWellChips/index.d.ts +4 -0
  999. package/components/OffsetWellChips/index.d.ts.map +1 -0
  1000. package/components/OffsetWellChips/utils.d.ts +8 -0
  1001. package/components/OffsetWellChips/utils.d.ts.map +1 -0
  1002. package/components/OffsetWellPickerV2/OffsetWellPickerDialog.d.ts +39 -0
  1003. package/components/OffsetWellPickerV2/OffsetWellPickerDialog.d.ts.map +1 -0
  1004. package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.d.ts +17 -0
  1005. package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.d.ts.map +1 -0
  1006. package/components/OffsetWellPickerV2/components/Filter/MultiSelect.d.ts +26 -0
  1007. package/components/OffsetWellPickerV2/components/Filter/MultiSelect.d.ts.map +1 -0
  1008. package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts +18 -0
  1009. package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts.map +1 -0
  1010. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts +16 -0
  1011. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts.map +1 -0
  1012. package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -1
  1013. package/components/OffsetWellPickerV2/components/Filter/SingleSelect.d.ts +23 -0
  1014. package/components/OffsetWellPickerV2/components/Filter/SingleSelect.d.ts.map +1 -0
  1015. package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.d.ts +20 -0
  1016. package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.d.ts.map +1 -0
  1017. package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.d.ts +13 -0
  1018. package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.d.ts.map +1 -0
  1019. package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.d.ts +13 -0
  1020. package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.d.ts.map +1 -0
  1021. package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -1
  1022. package/components/OffsetWellPickerV2/components/Filter/index.d.ts +50 -0
  1023. package/components/OffsetWellPickerV2/components/Filter/index.d.ts.map +1 -0
  1024. package/components/OffsetWellPickerV2/components/Map/Map.d.ts +43 -0
  1025. package/components/OffsetWellPickerV2/components/Map/Map.d.ts.map +1 -0
  1026. package/components/OffsetWellPickerV2/components/Map/index.d.ts +34 -0
  1027. package/components/OffsetWellPickerV2/components/Map/index.d.ts.map +1 -0
  1028. package/components/OffsetWellPickerV2/components/Map/popupGenerator.d.ts +6 -0
  1029. package/components/OffsetWellPickerV2/components/Map/popupGenerator.d.ts.map +1 -0
  1030. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts +16 -0
  1031. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts.map +1 -0
  1032. package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -1
  1033. package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts +18 -0
  1034. package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts.map +1 -0
  1035. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.d.ts +3 -0
  1036. package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.d.ts.map +1 -0
  1037. package/components/OffsetWellPickerV2/components/Table/WellSearch.d.ts +13 -0
  1038. package/components/OffsetWellPickerV2/components/Table/WellSearch.d.ts.map +1 -0
  1039. package/components/OffsetWellPickerV2/components/Table/index.d.ts +5 -0
  1040. package/components/OffsetWellPickerV2/components/Table/index.d.ts.map +1 -0
  1041. package/components/OffsetWellPickerV2/constants.d.ts +43 -0
  1042. package/components/OffsetWellPickerV2/constants.d.ts.map +1 -0
  1043. package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.d.ts +2 -0
  1044. package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.d.ts.map +1 -0
  1045. package/components/OffsetWellPickerV2/effects/index.d.ts +11 -0
  1046. package/components/OffsetWellPickerV2/effects/index.d.ts.map +1 -0
  1047. package/components/OffsetWellPickerV2/index.d.ts +2 -0
  1048. package/components/OffsetWellPickerV2/index.d.ts.map +1 -0
  1049. package/components/OffsetWellPickerV2/utils/apiCalls.d.ts +5 -0
  1050. package/components/OffsetWellPickerV2/utils/apiCalls.d.ts.map +1 -0
  1051. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.d.ts +11 -0
  1052. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.d.ts.map +1 -0
  1053. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.d.ts +21 -0
  1054. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.d.ts.map +1 -0
  1055. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.d.ts +17 -0
  1056. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.d.ts.map +1 -0
  1057. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.d.ts +15 -0
  1058. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.d.ts.map +1 -0
  1059. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -1
  1060. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.d.ts +41 -0
  1061. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.d.ts.map +1 -0
  1062. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.d.ts +13 -0
  1063. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.d.ts.map +1 -0
  1064. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.d.ts +43 -0
  1065. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.d.ts.map +1 -0
  1066. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.d.ts +34 -0
  1067. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.d.ts.map +1 -0
  1068. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.d.ts +6 -0
  1069. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.d.ts.map +1 -0
  1070. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.d.ts +2 -0
  1071. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.d.ts.map +1 -0
  1072. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.d.ts +18 -0
  1073. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.d.ts.map +1 -0
  1074. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.d.ts +23 -0
  1075. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.d.ts.map +1 -0
  1076. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.d.ts +11 -0
  1077. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.d.ts.map +1 -0
  1078. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts +3 -0
  1079. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
  1080. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.d.ts +87 -0
  1081. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.d.ts.map +1 -0
  1082. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/index.d.ts +2 -0
  1083. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/index.d.ts.map +1 -0
  1084. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.d.ts +2 -0
  1085. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.d.ts.map +1 -0
  1086. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/index.d.ts +2 -0
  1087. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/index.d.ts.map +1 -0
  1088. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts +12 -0
  1089. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts.map +1 -0
  1090. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -1
  1091. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts +14 -0
  1092. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts.map +1 -0
  1093. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.d.ts +3 -0
  1094. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.d.ts.map +1 -0
  1095. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.d.ts +4 -0
  1096. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.d.ts.map +1 -0
  1097. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.d.ts +2 -0
  1098. package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.d.ts.map +1 -0
  1099. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts +45 -0
  1100. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts.map +1 -0
  1101. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.d.ts +2 -0
  1102. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.d.ts.map +1 -0
  1103. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.d.ts +10 -0
  1104. package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.d.ts.map +1 -0
  1105. package/components/OffsetWellPickerV3/components/CustomSelectionView/index.d.ts +52 -0
  1106. package/components/OffsetWellPickerV3/components/CustomSelectionView/index.d.ts.map +1 -0
  1107. package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -1
  1108. package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.d.ts +28 -0
  1109. package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.d.ts.map +1 -0
  1110. package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -1
  1111. package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.d.ts +15 -0
  1112. package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.d.ts.map +1 -0
  1113. package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -1
  1114. package/components/OffsetWellPickerV3/components/TabSelection/index.d.ts +39 -0
  1115. package/components/OffsetWellPickerV3/components/TabSelection/index.d.ts.map +1 -0
  1116. package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -1
  1117. package/components/OffsetWellPickerV3/components/WellHubView/index.d.ts +20 -0
  1118. package/components/OffsetWellPickerV3/components/WellHubView/index.d.ts.map +1 -0
  1119. package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -1
  1120. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.d.ts +23 -0
  1121. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.d.ts.map +1 -0
  1122. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -1
  1123. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.d.ts +20 -0
  1124. package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.d.ts.map +1 -0
  1125. package/components/OffsetWellPickerV3/constants.d.ts +27 -0
  1126. package/components/OffsetWellPickerV3/constants.d.ts.map +1 -0
  1127. package/components/OffsetWellPickerV3/effects/index.d.ts +4 -0
  1128. package/components/OffsetWellPickerV3/effects/index.d.ts.map +1 -0
  1129. package/components/OffsetWellPickerV3/index.d.ts +42 -0
  1130. package/components/OffsetWellPickerV3/index.d.ts.map +1 -0
  1131. package/components/OffsetWellPickerV3/utils/apiCalls.d.ts +7 -0
  1132. package/components/OffsetWellPickerV3/utils/apiCalls.d.ts.map +1 -0
  1133. package/components/OffsetWellPickerV4/OffsetWellPickerV4.d.ts +59 -0
  1134. package/components/OffsetWellPickerV4/OffsetWellPickerV4.d.ts.map +1 -0
  1135. package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1
  1136. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.d.ts +22 -0
  1137. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.d.ts.map +1 -0
  1138. package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -1
  1139. package/components/OffsetWellPickerV4/components/AppHeader/index.d.ts +2 -0
  1140. package/components/OffsetWellPickerV4/components/AppHeader/index.d.ts.map +1 -0
  1141. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.d.ts +20 -0
  1142. package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.d.ts.map +1 -0
  1143. package/components/OffsetWellPickerV4/components/CustomInfoIcon/index.d.ts +2 -0
  1144. package/components/OffsetWellPickerV4/components/CustomInfoIcon/index.d.ts.map +1 -0
  1145. package/components/OffsetWellPickerV4/components/Filter/Filter.d.ts +28 -0
  1146. package/components/OffsetWellPickerV4/components/Filter/Filter.d.ts.map +1 -0
  1147. package/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -1
  1148. package/components/OffsetWellPickerV4/components/Filter/MultiSelect.d.ts +26 -0
  1149. package/components/OffsetWellPickerV4/components/Filter/MultiSelect.d.ts.map +1 -0
  1150. package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.d.ts +20 -0
  1151. package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.d.ts.map +1 -0
  1152. package/components/OffsetWellPickerV4/components/Filter/RadiusInput.d.ts +19 -0
  1153. package/components/OffsetWellPickerV4/components/Filter/RadiusInput.d.ts.map +1 -0
  1154. package/components/OffsetWellPickerV4/components/Filter/SingleSelect.d.ts +26 -0
  1155. package/components/OffsetWellPickerV4/components/Filter/SingleSelect.d.ts.map +1 -0
  1156. package/components/OffsetWellPickerV4/components/Filter/WellSection.d.ts +14 -0
  1157. package/components/OffsetWellPickerV4/components/Filter/WellSection.d.ts.map +1 -0
  1158. package/components/OffsetWellPickerV4/components/Filter/index.d.ts +2 -0
  1159. package/components/OffsetWellPickerV4/components/Filter/index.d.ts.map +1 -0
  1160. package/components/OffsetWellPickerV4/components/Map/MapView.d.ts +33 -0
  1161. package/components/OffsetWellPickerV4/components/Map/MapView.d.ts.map +1 -0
  1162. package/components/OffsetWellPickerV4/components/Map/WellTooltip.d.ts +9 -0
  1163. package/components/OffsetWellPickerV4/components/Map/WellTooltip.d.ts.map +1 -0
  1164. package/components/OffsetWellPickerV4/components/Map/WellsMap.d.ts +32 -0
  1165. package/components/OffsetWellPickerV4/components/Map/WellsMap.d.ts.map +1 -0
  1166. package/components/OffsetWellPickerV4/components/Map/index.d.ts +2 -0
  1167. package/components/OffsetWellPickerV4/components/Map/index.d.ts.map +1 -0
  1168. package/components/OffsetWellPickerV4/components/Map/utils.d.ts +2 -0
  1169. package/components/OffsetWellPickerV4/components/Map/utils.d.ts.map +1 -0
  1170. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts +18 -0
  1171. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts.map +1 -0
  1172. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.d.ts +25 -0
  1173. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.d.ts.map +1 -0
  1174. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.d.ts +11 -0
  1175. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.d.ts.map +1 -0
  1176. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.d.ts +19 -0
  1177. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
  1178. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.d.ts +36 -0
  1179. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.d.ts.map +1 -0
  1180. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/index.d.ts +2 -0
  1181. package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/index.d.ts.map +1 -0
  1182. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.d.ts +18 -0
  1183. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.d.ts.map +1 -0
  1184. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.d.ts +16 -0
  1185. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.d.ts.map +1 -0
  1186. package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -1
  1187. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.d.ts +63 -0
  1188. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.d.ts.map +1 -0
  1189. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -1
  1190. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.d.ts +53 -0
  1191. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.d.ts.map +1 -0
  1192. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.d.ts +48 -0
  1193. package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.d.ts.map +1 -0
  1194. package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.d.ts +14 -0
  1195. package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.d.ts.map +1 -0
  1196. package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.d.ts +11 -0
  1197. package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.d.ts.map +1 -0
  1198. package/components/OffsetWellPickerV4/components/OffsetWellsTable/index.d.ts +3 -0
  1199. package/components/OffsetWellPickerV4/components/OffsetWellsTable/index.d.ts.map +1 -0
  1200. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.d.ts +24 -0
  1201. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.d.ts.map +1 -0
  1202. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -1
  1203. package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -1
  1204. package/components/OffsetWellPickerV4/components/Toolbar/index.d.ts +2 -0
  1205. package/components/OffsetWellPickerV4/components/Toolbar/index.d.ts.map +1 -0
  1206. package/components/OffsetWellPickerV4/constants.d.ts +81 -0
  1207. package/components/OffsetWellPickerV4/constants.d.ts.map +1 -0
  1208. package/components/OffsetWellPickerV4/effects/index.d.ts +12 -0
  1209. package/components/OffsetWellPickerV4/effects/index.d.ts.map +1 -0
  1210. package/components/OffsetWellPickerV4/effects/useAdvancedWells.d.ts +2 -0
  1211. package/components/OffsetWellPickerV4/effects/useAdvancedWells.d.ts.map +1 -0
  1212. package/components/OffsetWellPickerV4/effects/useAssetsData.d.ts +2 -0
  1213. package/components/OffsetWellPickerV4/effects/useAssetsData.d.ts.map +1 -0
  1214. package/components/OffsetWellPickerV4/effects/useBicWells.d.ts +2 -0
  1215. package/components/OffsetWellPickerV4/effects/useBicWells.d.ts.map +1 -0
  1216. package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.d.ts +2 -0
  1217. package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.d.ts.map +1 -0
  1218. package/components/OffsetWellPickerV4/effects/useFetchWells.d.ts +2 -0
  1219. package/components/OffsetWellPickerV4/effects/useFetchWells.d.ts.map +1 -0
  1220. package/components/OffsetWellPickerV4/effects/useFilterOptions.d.ts +2 -0
  1221. package/components/OffsetWellPickerV4/effects/useFilterOptions.d.ts.map +1 -0
  1222. package/components/OffsetWellPickerV4/effects/useFilteredWells.d.ts +2 -0
  1223. package/components/OffsetWellPickerV4/effects/useFilteredWells.d.ts.map +1 -0
  1224. package/components/OffsetWellPickerV4/effects/usePreviousWells.d.ts +2 -0
  1225. package/components/OffsetWellPickerV4/effects/usePreviousWells.d.ts.map +1 -0
  1226. package/components/OffsetWellPickerV4/effects/useRadiusWells.d.ts +2 -0
  1227. package/components/OffsetWellPickerV4/effects/useRadiusWells.d.ts.map +1 -0
  1228. package/components/OffsetWellPickerV4/effects/useSortedWells.d.ts +2 -0
  1229. package/components/OffsetWellPickerV4/effects/useSortedWells.d.ts.map +1 -0
  1230. package/components/OffsetWellPickerV4/effects/useTableColumns.d.ts +2 -0
  1231. package/components/OffsetWellPickerV4/effects/useTableColumns.d.ts.map +1 -0
  1232. package/components/OffsetWellPickerV4/index.d.ts +2 -0
  1233. package/components/OffsetWellPickerV4/index.d.ts.map +1 -0
  1234. package/components/OffsetWellPickerV4/utils/apiCalls.d.ts +8 -0
  1235. package/components/OffsetWellPickerV4/utils/apiCalls.d.ts.map +1 -0
  1236. package/components/OffsetWellPickerV4/utils/timePeriod.d.ts +2 -0
  1237. package/components/OffsetWellPickerV4/utils/timePeriod.d.ts.map +1 -0
  1238. package/components/OffsetWellPickerV4/utils/unitSystem.d.ts +2 -0
  1239. package/components/OffsetWellPickerV4/utils/unitSystem.d.ts.map +1 -0
  1240. package/components/PadModeSelect/PadModeSelect.d.ts +21 -0
  1241. package/components/PadModeSelect/PadModeSelect.d.ts.map +1 -0
  1242. package/components/PadModeSelect/index.d.ts +2 -0
  1243. package/components/PadModeSelect/index.d.ts.map +1 -0
  1244. package/components/PadModeSelect/utils.d.ts +2 -0
  1245. package/components/PadModeSelect/utils.d.ts.map +1 -0
  1246. package/components/PadOffsetsPicker/OffsetAssetChip.d.ts +27 -0
  1247. package/components/PadOffsetsPicker/OffsetAssetChip.d.ts.map +1 -0
  1248. package/components/PadOffsetsPicker/OffsetAssetsListExpander.d.ts +14 -0
  1249. package/components/PadOffsetsPicker/OffsetAssetsListExpander.d.ts.map +1 -0
  1250. package/components/PadOffsetsPicker/PadOffsetsPicker.d.ts +17 -0
  1251. package/components/PadOffsetsPicker/PadOffsetsPicker.d.ts.map +1 -0
  1252. package/components/PadOffsetsPicker/StagesSelector.d.ts +18 -0
  1253. package/components/PadOffsetsPicker/StagesSelector.d.ts.map +1 -0
  1254. package/components/PadOffsetsPicker/index.d.ts +5 -0
  1255. package/components/PadOffsetsPicker/index.d.ts.map +1 -0
  1256. package/components/ParameterCharts/AddEditTrack.d.ts +38 -0
  1257. package/components/ParameterCharts/AddEditTrack.d.ts.map +1 -0
  1258. package/components/ParameterCharts/ChartsContext.d.ts +6 -0
  1259. package/components/ParameterCharts/ChartsContext.d.ts.map +1 -0
  1260. package/components/ParameterCharts/DataContext.d.ts +11 -0
  1261. package/components/ParameterCharts/DataContext.d.ts.map +1 -0
  1262. package/components/ParameterCharts/ParameterCharts.d.ts +52 -0
  1263. package/components/ParameterCharts/ParameterCharts.d.ts.map +1 -0
  1264. package/components/ParameterCharts/SettingsContext.d.ts +10 -0
  1265. package/components/ParameterCharts/SettingsContext.d.ts.map +1 -0
  1266. package/components/ParameterCharts/components/ChartContainer.d.ts +22 -0
  1267. package/components/ParameterCharts/components/ChartContainer.d.ts.map +1 -0
  1268. package/components/ParameterCharts/components/Charts/EmptyChart.d.ts +3 -0
  1269. package/components/ParameterCharts/components/Charts/EmptyChart.d.ts.map +1 -0
  1270. package/components/ParameterCharts/components/Charts/LineChart.d.ts +22 -0
  1271. package/components/ParameterCharts/components/Charts/LineChart.d.ts.map +1 -0
  1272. package/components/ParameterCharts/components/Charts/options.d.ts +76 -0
  1273. package/components/ParameterCharts/components/Charts/options.d.ts.map +1 -0
  1274. package/components/ParameterCharts/components/DataLoadingIndicator.d.ts +3 -0
  1275. package/components/ParameterCharts/components/DataLoadingIndicator.d.ts.map +1 -0
  1276. package/components/ParameterCharts/components/SingleChannelTrackSettings.d.ts +19 -0
  1277. package/components/ParameterCharts/components/SingleChannelTrackSettings.d.ts.map +1 -0
  1278. package/components/ParameterCharts/components/Tooltip/CursorPositioner.d.ts +3 -0
  1279. package/components/ParameterCharts/components/Tooltip/CursorPositioner.d.ts.map +1 -0
  1280. package/components/ParameterCharts/components/Tooltip/Tooltip.d.ts +14 -0
  1281. package/components/ParameterCharts/components/Tooltip/Tooltip.d.ts.map +1 -0
  1282. package/components/ParameterCharts/components/TraceHeader.d.ts +50 -0
  1283. package/components/ParameterCharts/components/TraceHeader.d.ts.map +1 -0
  1284. package/components/ParameterCharts/components/TraceSelect.d.ts +22 -0
  1285. package/components/ParameterCharts/components/TraceSelect.d.ts.map +1 -0
  1286. package/components/ParameterCharts/components/TraceSettings.d.ts +26 -0
  1287. package/components/ParameterCharts/components/TraceSettings.d.ts.map +1 -0
  1288. package/components/ParameterCharts/components/Track.d.ts +17 -0
  1289. package/components/ParameterCharts/components/Track.d.ts.map +1 -0
  1290. package/components/ParameterCharts/components/TrackSettings.d.ts +13 -0
  1291. package/components/ParameterCharts/components/TrackSettings.d.ts.map +1 -0
  1292. package/components/ParameterCharts/constants.d.ts +14 -0
  1293. package/components/ParameterCharts/constants.d.ts.map +1 -0
  1294. package/components/ParameterCharts/index.d.ts +4 -0
  1295. package/components/ParameterCharts/index.d.ts.map +1 -0
  1296. package/components/ParameterCharts/utils/dataParser.d.ts +6 -0
  1297. package/components/ParameterCharts/utils/dataParser.d.ts.map +1 -0
  1298. package/components/PinnableFilters/PinnableFilters.d.ts +12 -0
  1299. package/components/PinnableFilters/PinnableFilters.d.ts.map +1 -0
  1300. package/components/PinnableFilters/components/FiltersToggler.d.ts +12 -0
  1301. package/components/PinnableFilters/components/FiltersToggler.d.ts.map +1 -0
  1302. package/components/PinnableFilters/components/FiltersToggler.js +1 -1
  1303. package/components/PinnableFilters/components/PinAppSwitch.d.ts +12 -0
  1304. package/components/PinnableFilters/components/PinAppSwitch.d.ts.map +1 -0
  1305. package/components/PinnableFilters/constants.d.ts +4 -0
  1306. package/components/PinnableFilters/constants.d.ts.map +1 -0
  1307. package/components/PinnableFilters/effects/index.d.ts +4 -0
  1308. package/components/PinnableFilters/effects/index.d.ts.map +1 -0
  1309. package/components/PinnableFilters/index.d.ts +2 -0
  1310. package/components/PinnableFilters/index.d.ts.map +1 -0
  1311. package/components/PinnableFilters/utils.d.ts +4 -0
  1312. package/components/PinnableFilters/utils.d.ts.map +1 -0
  1313. package/components/Popover/Popover.d.ts +2 -0
  1314. package/components/Popover/Popover.d.ts.map +1 -0
  1315. package/components/Popover/Popover.js +1 -1
  1316. package/components/Popover/index.d.ts +2 -0
  1317. package/components/Popover/index.d.ts.map +1 -0
  1318. package/components/Popper/Popper.d.ts +2 -0
  1319. package/components/Popper/Popper.d.ts.map +1 -0
  1320. package/components/Popper/Popper.js +1 -1
  1321. package/components/Popper/index.d.ts +2 -0
  1322. package/components/Popper/index.d.ts.map +1 -0
  1323. package/components/PostInput/PostInput.d.ts +50 -0
  1324. package/components/PostInput/PostInput.d.ts.map +1 -0
  1325. package/components/PostInput/index.d.ts +2 -0
  1326. package/components/PostInput/index.d.ts.map +1 -0
  1327. package/components/PostPreviewDialog/index.d.ts +30 -0
  1328. package/components/PostPreviewDialog/index.d.ts.map +1 -0
  1329. package/components/PriceInput/FormattedNumber.d.ts +16 -0
  1330. package/components/PriceInput/FormattedNumber.d.ts.map +1 -0
  1331. package/components/PriceInput/PriceInput.d.ts +13 -0
  1332. package/components/PriceInput/PriceInput.d.ts.map +1 -0
  1333. package/components/PriceInput/index.d.ts +2 -0
  1334. package/components/PriceInput/index.d.ts.map +1 -0
  1335. package/components/RangeSlider/RangeSlider.d.ts +36 -0
  1336. package/components/RangeSlider/RangeSlider.d.ts.map +1 -0
  1337. package/components/RangeSlider/constants.d.ts +14 -0
  1338. package/components/RangeSlider/constants.d.ts.map +1 -0
  1339. package/components/RangeSlider/index.d.ts +2 -0
  1340. package/components/RangeSlider/index.d.ts.map +1 -0
  1341. package/components/RangeSlider/inputs/FromInput.d.ts +3 -0
  1342. package/components/RangeSlider/inputs/FromInput.d.ts.map +1 -0
  1343. package/components/RangeSlider/inputs/ToInput.d.ts +3 -0
  1344. package/components/RangeSlider/inputs/ToInput.d.ts.map +1 -0
  1345. package/components/RangeSlider/strategies/horizontal.d.ts +37 -0
  1346. package/components/RangeSlider/strategies/horizontal.d.ts.map +1 -0
  1347. package/components/RangeSlider/strategies/vertical.d.ts +43 -0
  1348. package/components/RangeSlider/strategies/vertical.d.ts.map +1 -0
  1349. package/components/RangeSlider/utils.d.ts +12 -0
  1350. package/components/RangeSlider/utils.d.ts.map +1 -0
  1351. package/components/ResizableTable/ResizableTable.d.ts +12 -0
  1352. package/components/ResizableTable/ResizableTable.d.ts.map +1 -0
  1353. package/components/ResizableTable/ResizableTableCell.d.ts +11 -0
  1354. package/components/ResizableTable/ResizableTableCell.d.ts.map +1 -0
  1355. package/components/ResizableTable/ResizableTableHeaderCell.d.ts +19 -0
  1356. package/components/ResizableTable/ResizableTableHeaderCell.d.ts.map +1 -0
  1357. package/components/ResizableTable/index.d.ts +2 -0
  1358. package/components/ResizableTable/index.d.ts.map +1 -0
  1359. package/components/Search/Search.d.ts +71 -0
  1360. package/components/Search/Search.d.ts.map +1 -0
  1361. package/components/Search/__tests__/Search.test.d.ts +4 -0
  1362. package/components/Search/__tests__/Search.test.d.ts.map +1 -0
  1363. package/components/Search/components/Groups.d.ts +13 -0
  1364. package/components/Search/components/Groups.d.ts.map +1 -0
  1365. package/components/Search/components/InputAdornmentLeft.d.ts +6 -0
  1366. package/components/Search/components/InputAdornmentLeft.d.ts.map +1 -0
  1367. package/components/Search/components/Listbox.d.ts +3 -0
  1368. package/components/Search/components/Listbox.d.ts.map +1 -0
  1369. package/components/Search/components/Paper.d.ts +13 -0
  1370. package/components/Search/components/Paper.d.ts.map +1 -0
  1371. package/components/Search/components/RecentSearches.d.ts +10 -0
  1372. package/components/Search/components/RecentSearches.d.ts.map +1 -0
  1373. package/components/Search/components/index.d.ts +6 -0
  1374. package/components/Search/components/index.d.ts.map +1 -0
  1375. package/components/Search/index.d.ts +2 -0
  1376. package/components/Search/index.d.ts.map +1 -0
  1377. package/components/Search/styles.d.ts +3 -0
  1378. package/components/Search/styles.d.ts.map +1 -0
  1379. package/components/SearchInput/index.d.ts +17 -0
  1380. package/components/SearchInput/index.d.ts.map +1 -0
  1381. package/components/Select/index.d.ts +36 -0
  1382. package/components/Select/index.d.ts.map +1 -0
  1383. package/components/SettingEditors/ColorEditor/index.d.ts +56 -0
  1384. package/components/SettingEditors/ColorEditor/index.d.ts.map +1 -0
  1385. package/components/SettingEditors/DropdownEditor/index.d.ts +40 -0
  1386. package/components/SettingEditors/DropdownEditor/index.d.ts.map +1 -0
  1387. package/components/SettingEditors/RadioEditor/index.d.ts +25 -0
  1388. package/components/SettingEditors/RadioEditor/index.d.ts.map +1 -0
  1389. package/components/SettingEditors/index.d.ts +4 -0
  1390. package/components/SettingEditors/index.d.ts.map +1 -0
  1391. package/components/SlateFormattedText/Constants.d.ts +13 -0
  1392. package/components/SlateFormattedText/Constants.d.ts.map +1 -0
  1393. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.d.ts +24 -0
  1394. package/components/SlateFormattedText/Elements/ImageElement/ImageElement.d.ts.map +1 -0
  1395. package/components/SlateFormattedText/Elements/VideoElement/VideoElement.d.ts +17 -0
  1396. package/components/SlateFormattedText/Elements/VideoElement/VideoElement.d.ts.map +1 -0
  1397. package/components/SlateFormattedText/Elements/index.d.ts +3 -0
  1398. package/components/SlateFormattedText/Elements/index.d.ts.map +1 -0
  1399. package/components/SlateFormattedText/RenderElements.d.ts +3 -0
  1400. package/components/SlateFormattedText/RenderElements.d.ts.map +1 -0
  1401. package/components/SlateFormattedText/SlateFormattedText.d.ts +31 -0
  1402. package/components/SlateFormattedText/SlateFormattedText.d.ts.map +1 -0
  1403. package/components/SlateFormattedText/index.d.ts +6 -0
  1404. package/components/SlateFormattedText/index.d.ts.map +1 -0
  1405. package/components/SlateFormattedText/utils.d.ts +43 -0
  1406. package/components/SlateFormattedText/utils.d.ts.map +1 -0
  1407. package/components/StageDesignVActual/ComparisonBar/ComparisonBar.d.ts +21 -0
  1408. package/components/StageDesignVActual/ComparisonBar/ComparisonBar.d.ts.map +1 -0
  1409. package/components/StageDesignVActual/ComparisonBar/index.d.ts +2 -0
  1410. package/components/StageDesignVActual/ComparisonBar/index.d.ts.map +1 -0
  1411. package/components/StageDesignVActual/ComparisonBar/utils.d.ts +5 -0
  1412. package/components/StageDesignVActual/ComparisonBar/utils.d.ts.map +1 -0
  1413. package/components/StageDesignVActual/ComparisonHeader.d.ts +24 -0
  1414. package/components/StageDesignVActual/ComparisonHeader.d.ts.map +1 -0
  1415. package/components/StageDesignVActual/ComparisonRow.d.ts +37 -0
  1416. package/components/StageDesignVActual/ComparisonRow.d.ts.map +1 -0
  1417. package/components/StageDesignVActual/ElementsComparison/ElementsComparison.d.ts +31 -0
  1418. package/components/StageDesignVActual/ElementsComparison/ElementsComparison.d.ts.map +1 -0
  1419. package/components/StageDesignVActual/ElementsComparison/index.d.ts +2 -0
  1420. package/components/StageDesignVActual/ElementsComparison/index.d.ts.map +1 -0
  1421. package/components/StageDesignVActual/ElementsComparison/utils.d.ts +7 -0
  1422. package/components/StageDesignVActual/ElementsComparison/utils.d.ts.map +1 -0
  1423. package/components/StageDesignVActual/index.d.ts +6 -0
  1424. package/components/StageDesignVActual/index.d.ts.map +1 -0
  1425. package/components/Stepper/Step.d.ts +45 -0
  1426. package/components/Stepper/Step.d.ts.map +1 -0
  1427. package/components/Stepper/Stepper.d.ts +31 -0
  1428. package/components/Stepper/Stepper.d.ts.map +1 -0
  1429. package/components/Stepper/StepsWrapper.d.ts +17 -0
  1430. package/components/Stepper/StepsWrapper.d.ts.map +1 -0
  1431. package/components/Stepper/constants.d.ts +5 -0
  1432. package/components/Stepper/constants.d.ts.map +1 -0
  1433. package/components/Stepper/index.d.ts +5 -0
  1434. package/components/Stepper/index.d.ts.map +1 -0
  1435. package/components/StyledMenuItem/index.d.ts +3 -0
  1436. package/components/StyledMenuItem/index.d.ts.map +1 -0
  1437. package/components/SwitchControl/index.d.ts +4 -0
  1438. package/components/SwitchControl/index.d.ts.map +1 -0
  1439. package/components/Table/TableCell/TableCell.d.ts +2 -0
  1440. package/components/Table/TableCell/TableCell.d.ts.map +1 -0
  1441. package/components/Table/TableContainer/TableContainer.d.ts +2 -0
  1442. package/components/Table/TableContainer/TableContainer.d.ts.map +1 -0
  1443. package/components/Table/TableSortLabel/TableSortLabel.d.ts +3 -0
  1444. package/components/Table/TableSortLabel/TableSortLabel.d.ts.map +1 -0
  1445. package/components/Table/TableToolbar/TableToolbar.d.ts +25 -0
  1446. package/components/Table/TableToolbar/TableToolbar.d.ts.map +1 -0
  1447. package/components/Table/index.d.ts +5 -0
  1448. package/components/Table/index.d.ts.map +1 -0
  1449. package/components/Tabs/Tab.d.ts +17 -0
  1450. package/components/Tabs/Tab.d.ts.map +1 -0
  1451. package/components/Tabs/Tabs.d.ts +27 -0
  1452. package/components/Tabs/Tabs.d.ts.map +1 -0
  1453. package/components/Tabs/index.d.ts +3 -0
  1454. package/components/Tabs/index.d.ts.map +1 -0
  1455. package/components/Template/TemplatePopover/Styles.d.ts +2 -0
  1456. package/components/Template/TemplatePopover/Styles.d.ts.map +1 -0
  1457. package/components/Template/TemplatePopover/index.d.ts +72 -0
  1458. package/components/Template/TemplatePopover/index.d.ts.map +1 -0
  1459. package/components/Template/TemplateSharingDialog/ChipSelector.d.ts +32 -0
  1460. package/components/Template/TemplateSharingDialog/ChipSelector.d.ts.map +1 -0
  1461. package/components/Template/TemplateSharingDialog/UsersChipSelector.d.ts +21 -0
  1462. package/components/Template/TemplateSharingDialog/UsersChipSelector.d.ts.map +1 -0
  1463. package/components/Template/TemplateSharingDialog/index.d.ts +23 -0
  1464. package/components/Template/TemplateSharingDialog/index.d.ts.map +1 -0
  1465. package/components/TextField/effects/index.d.ts +17 -0
  1466. package/components/TextField/effects/index.d.ts.map +1 -0
  1467. package/components/TextField/index.d.ts +41 -0
  1468. package/components/TextField/index.d.ts.map +1 -0
  1469. package/components/TextLink/index.d.ts +40 -0
  1470. package/components/TextLink/index.d.ts.map +1 -0
  1471. package/components/TextLink/index.js +1 -1
  1472. package/components/Tooltip/MuiTooltipDcWrapper.d.ts +35 -0
  1473. package/components/Tooltip/MuiTooltipDcWrapper.d.ts.map +1 -0
  1474. package/components/Tooltip/Tooltip.d.ts +2 -0
  1475. package/components/Tooltip/Tooltip.d.ts.map +1 -0
  1476. package/components/Tooltip/index.d.ts +2 -0
  1477. package/components/Tooltip/index.d.ts.map +1 -0
  1478. package/components/TracesEditModal/TracesEditModal.d.ts +54 -0
  1479. package/components/TracesEditModal/TracesEditModal.d.ts.map +1 -0
  1480. package/components/TracesEditModal/TracesEditModalContainer.d.ts +21 -0
  1481. package/components/TracesEditModal/TracesEditModalContainer.d.ts.map +1 -0
  1482. package/components/TracesEditModal/index.d.ts +2 -0
  1483. package/components/TracesEditModal/index.d.ts.map +1 -0
  1484. package/components/TruncatedText/index.d.ts +12 -0
  1485. package/components/TruncatedText/index.d.ts.map +1 -0
  1486. package/components/Typography.d.ts +121 -0
  1487. package/components/Typography.d.ts.map +1 -0
  1488. package/components/UserCard/index.d.ts +17 -0
  1489. package/components/UserCard/index.d.ts.map +1 -0
  1490. package/components/UserCardPopover.d.ts +16 -0
  1491. package/components/UserCardPopover.d.ts.map +1 -0
  1492. package/components/UserMention/constants.d.ts +6 -0
  1493. package/components/UserMention/constants.d.ts.map +1 -0
  1494. package/components/UserMention/index.d.ts +3 -0
  1495. package/components/UserMention/index.d.ts.map +1 -0
  1496. package/components/UserMention/utils/index.d.ts +4 -0
  1497. package/components/UserMention/utils/index.d.ts.map +1 -0
  1498. package/components/VirtualizedTable/CustomizeColumnsDialog.d.ts +17 -0
  1499. package/components/VirtualizedTable/CustomizeColumnsDialog.d.ts.map +1 -0
  1500. package/components/VirtualizedTable/DraggableList.d.ts +15 -0
  1501. package/components/VirtualizedTable/DraggableList.d.ts.map +1 -0
  1502. package/components/VirtualizedTable/VirtualizedTable.d.ts +116 -0
  1503. package/components/VirtualizedTable/VirtualizedTable.d.ts.map +1 -0
  1504. package/components/VirtualizedTable/index.d.ts +62 -0
  1505. package/components/VirtualizedTable/index.d.ts.map +1 -0
  1506. package/components/WellSummary/ActivitySummaryChart.d.ts +23 -0
  1507. package/components/WellSummary/ActivitySummaryChart.d.ts.map +1 -0
  1508. package/components/WellSummary/FracWirelineTimeChart.d.ts +19 -0
  1509. package/components/WellSummary/FracWirelineTimeChart.d.ts.map +1 -0
  1510. package/components/WellSummary/WellSummaryItemLabel.d.ts +21 -0
  1511. package/components/WellSummary/WellSummaryItemLabel.d.ts.map +1 -0
  1512. package/components/WellSummary/WellSummaryItemTitle.d.ts +15 -0
  1513. package/components/WellSummary/WellSummaryItemTitle.d.ts.map +1 -0
  1514. package/components/WellSummary/WellSummaryItemValue.d.ts +18 -0
  1515. package/components/WellSummary/WellSummaryItemValue.d.ts.map +1 -0
  1516. package/components/WellSummary/effects/index.d.ts +2 -0
  1517. package/components/WellSummary/effects/index.d.ts.map +1 -0
  1518. package/components/WellSummary/effects/useWellSummaryData.d.ts +2 -0
  1519. package/components/WellSummary/effects/useWellSummaryData.d.ts.map +1 -0
  1520. package/components/WellSummary/index.d.ts +7 -0
  1521. package/components/WellSummary/index.d.ts.map +1 -0
  1522. package/components/WellSummary/utils.d.ts +3 -0
  1523. package/components/WellSummary/utils.d.ts.map +1 -0
  1524. package/components/index.d.ts +145 -0
  1525. package/components/index.d.ts.map +1 -0
  1526. package/config/highcharts/highcharts-contour.d.ts +7 -0
  1527. package/config/highcharts/highcharts-contour.d.ts.map +1 -0
  1528. package/config/highcharts/highcharts.d.ts +2 -0
  1529. package/config/highcharts/highcharts.d.ts.map +1 -0
  1530. package/config/highcharts/index.d.ts +2 -0
  1531. package/config/highcharts/index.d.ts.map +1 -0
  1532. package/config/index.d.ts +5 -0
  1533. package/config/index.d.ts.map +1 -0
  1534. package/config/initGlobalDependencies.d.ts +2 -0
  1535. package/config/initGlobalDependencies.d.ts.map +1 -0
  1536. package/config/mapbox/index.d.ts +2 -0
  1537. package/config/mapbox/index.d.ts.map +1 -0
  1538. package/config/theme/__tests__/index.test.d.ts +2 -0
  1539. package/config/theme/__tests__/index.test.d.ts.map +1 -0
  1540. package/config/theme/accordionOverrides.d.ts +110 -0
  1541. package/config/theme/accordionOverrides.d.ts.map +1 -0
  1542. package/config/theme/buttonOverrides.d.ts +97 -0
  1543. package/config/theme/buttonOverrides.d.ts.map +1 -0
  1544. package/config/theme/checkboxOverrides.d.ts +34 -0
  1545. package/config/theme/checkboxOverrides.d.ts.map +1 -0
  1546. package/config/theme/chipOverrides.d.ts +100 -0
  1547. package/config/theme/chipOverrides.d.ts.map +1 -0
  1548. package/config/theme/dateTimePickerThemeOverrides.d.ts +115 -0
  1549. package/config/theme/dateTimePickerThemeOverrides.d.ts.map +1 -0
  1550. package/config/theme/fabOverrides.d.ts +31 -0
  1551. package/config/theme/fabOverrides.d.ts.map +1 -0
  1552. package/config/theme/formControlLabelOverrides.d.ts +40 -0
  1553. package/config/theme/formControlLabelOverrides.d.ts.map +1 -0
  1554. package/config/theme/formGroupOverrides.d.ts +11 -0
  1555. package/config/theme/formGroupOverrides.d.ts.map +1 -0
  1556. package/config/theme/index.d.ts +3 -0
  1557. package/config/theme/index.d.ts.map +1 -0
  1558. package/config/theme/lightThemePalette.d.mts +97 -0
  1559. package/config/theme/lightThemePalette.d.mts.map +1 -0
  1560. package/config/theme/palette.d.mts +92 -0
  1561. package/config/theme/palette.d.mts.map +1 -0
  1562. package/config/theme/radioOverrides.d.ts +30 -0
  1563. package/config/theme/radioOverrides.d.ts.map +1 -0
  1564. package/config/theme/tableOverrides.d.ts +144 -0
  1565. package/config/theme/tableOverrides.d.ts.map +1 -0
  1566. package/config/theme/textFieldOverrides.d.ts +95 -0
  1567. package/config/theme/textFieldOverrides.d.ts.map +1 -0
  1568. package/config/theme/themeVariables.d.mts +95 -0
  1569. package/config/theme/themeVariables.d.mts.map +1 -0
  1570. package/config/theme/toggleButtonsGroupOverrides.d.ts +69 -0
  1571. package/config/theme/toggleButtonsGroupOverrides.d.ts.map +1 -0
  1572. package/config/theme/tooltipOverrides.d.ts +31 -0
  1573. package/config/theme/tooltipOverrides.d.ts.map +1 -0
  1574. package/constants/accuracy.d.ts +8 -0
  1575. package/constants/accuracy.d.ts.map +1 -0
  1576. package/constants/alerts.d.ts +98 -0
  1577. package/constants/alerts.d.ts.map +1 -0
  1578. package/constants/appPackages.d.ts +6 -0
  1579. package/constants/appPackages.d.ts.map +1 -0
  1580. package/constants/apps.d.ts +165 -0
  1581. package/constants/apps.d.ts.map +1 -0
  1582. package/constants/assetTypes.d.ts +48 -0
  1583. package/constants/assetTypes.d.ts.map +1 -0
  1584. package/constants/assets.d.ts +10 -0
  1585. package/constants/assets.d.ts.map +1 -0
  1586. package/constants/bha.d.ts +290 -0
  1587. package/constants/bha.d.ts.map +1 -0
  1588. package/constants/casing.d.ts +81 -0
  1589. package/constants/casing.d.ts.map +1 -0
  1590. package/constants/completion.d.ts +145 -0
  1591. package/constants/completion.d.ts.map +1 -0
  1592. package/constants/dashboards.d.ts +36 -0
  1593. package/constants/dashboards.d.ts.map +1 -0
  1594. package/constants/dateTimeFormat.d.ts +3 -0
  1595. package/constants/dateTimeFormat.d.ts.map +1 -0
  1596. package/constants/devcenter.d.ts +2 -0
  1597. package/constants/devcenter.d.ts.map +1 -0
  1598. package/constants/drillstring.d.ts +111 -0
  1599. package/constants/drillstring.d.ts.map +1 -0
  1600. package/constants/featureFlags.d.ts +2 -0
  1601. package/constants/featureFlags.d.ts.map +1 -0
  1602. package/constants/feed.d.ts +54 -0
  1603. package/constants/feed.d.ts.map +1 -0
  1604. package/constants/feed.js +1 -1
  1605. package/constants/goals.d.ts +35 -0
  1606. package/constants/goals.d.ts.map +1 -0
  1607. package/constants/incidents.d.ts +4 -0
  1608. package/constants/incidents.d.ts.map +1 -0
  1609. package/constants/index.d.ts +19 -0
  1610. package/constants/index.d.ts.map +1 -0
  1611. package/constants/login.d.ts +9 -0
  1612. package/constants/login.d.ts.map +1 -0
  1613. package/constants/main.d.ts +9 -0
  1614. package/constants/main.d.ts.map +1 -0
  1615. package/constants/mixpanel.d.ts +32 -0
  1616. package/constants/mixpanel.d.ts.map +1 -0
  1617. package/constants/notificationToasts.d.ts +4 -0
  1618. package/constants/notificationToasts.d.ts.map +1 -0
  1619. package/constants/notifications.d.ts +48 -0
  1620. package/constants/notifications.d.ts.map +1 -0
  1621. package/constants/nptEvents.d.ts +51 -0
  1622. package/constants/nptEvents.d.ts.map +1 -0
  1623. package/constants/rigActivity.d.ts +39 -0
  1624. package/constants/rigActivity.d.ts.map +1 -0
  1625. package/constants/segment.d.ts +32 -0
  1626. package/constants/segment.d.ts.map +1 -0
  1627. package/constants/sizes.d.ts +7 -0
  1628. package/constants/sizes.d.ts.map +1 -0
  1629. package/constants/streamSourceType.d.ts +20 -0
  1630. package/constants/streamSourceType.d.ts.map +1 -0
  1631. package/constants/streams.d.ts +52 -0
  1632. package/constants/streams.d.ts.map +1 -0
  1633. package/constants/subscriptions.d.ts +20 -0
  1634. package/constants/subscriptions.d.ts.map +1 -0
  1635. package/constants/theme.d.ts +5 -0
  1636. package/constants/theme.d.ts.map +1 -0
  1637. package/constants/timezone.d.ts +2 -0
  1638. package/constants/timezone.d.ts.map +1 -0
  1639. package/constants/tooltips.d.ts +4 -0
  1640. package/constants/tooltips.d.ts.map +1 -0
  1641. package/constants/wellSummary.d.ts +601 -0
  1642. package/constants/wellSummary.d.ts.map +1 -0
  1643. package/effects/index.d.ts +8 -0
  1644. package/effects/index.d.ts.map +1 -0
  1645. package/effects/useDelayedDcFullscreenElemOpen.d.ts +6 -0
  1646. package/effects/useDelayedDcFullscreenElemOpen.d.ts.map +1 -0
  1647. package/effects/useDelayedDcFullscreenElemOpen.js +1 -1
  1648. package/effects/useDevCenterApp.d.ts +12 -0
  1649. package/effects/useDevCenterApp.d.ts.map +1 -0
  1650. package/effects/useEscPress.d.ts +3 -0
  1651. package/effects/useEscPress.d.ts.map +1 -0
  1652. package/effects/useOutsideClick.d.ts +3 -0
  1653. package/effects/useOutsideClick.d.ts.map +1 -0
  1654. package/effects/useSharedDCStore.d.ts +2 -0
  1655. package/effects/useSharedDCStore.d.ts.map +1 -0
  1656. package/effects/useSignedURL.d.ts +3 -0
  1657. package/effects/useSignedURL.d.ts.map +1 -0
  1658. package/effects/useSubscriptions.d.ts +17 -0
  1659. package/effects/useSubscriptions.d.ts.map +1 -0
  1660. package/exampleApp/ChartActionsListExample.d.ts +3 -0
  1661. package/exampleApp/ChartActionsListExample.d.ts.map +1 -0
  1662. package/exampleApp/ExampleApp.d.ts +3 -0
  1663. package/exampleApp/ExampleApp.d.ts.map +1 -0
  1664. package/exampleApp/ParameterChartExample.d.ts +3 -0
  1665. package/exampleApp/ParameterChartExample.d.ts.map +1 -0
  1666. package/exampleApp/RangeSliderExample.d.ts +3 -0
  1667. package/exampleApp/RangeSliderExample.d.ts.map +1 -0
  1668. package/exampleApp/data/changeData.d.ts +2 -0
  1669. package/exampleApp/data/changeData.d.ts.map +1 -0
  1670. package/exampleApp/index.d.ts +2 -0
  1671. package/exampleApp/index.d.ts.map +1 -0
  1672. package/hocs/index.d.ts +3 -0
  1673. package/hocs/index.d.ts.map +1 -0
  1674. package/hocs/withMUIProvidersHOC.d.ts +6 -0
  1675. package/hocs/withMUIProvidersHOC.d.ts.map +1 -0
  1676. package/index.d.ts +11 -139
  1677. package/index.d.ts.map +1 -0
  1678. package/package.json +4 -2
  1679. package/permissions/PermissionsContext.d.ts +4 -0
  1680. package/permissions/PermissionsContext.d.ts.map +1 -0
  1681. package/permissions/ProvidePermissions.d.ts +11 -0
  1682. package/permissions/ProvidePermissions.d.ts.map +1 -0
  1683. package/permissions/constants/abilities.d.ts +13 -0
  1684. package/permissions/constants/abilities.d.ts.map +1 -0
  1685. package/permissions/constants/appsPermissions.d.ts +7 -0
  1686. package/permissions/constants/appsPermissions.d.ts.map +1 -0
  1687. package/permissions/constants/index.d.ts +102 -0
  1688. package/permissions/constants/index.d.ts.map +1 -0
  1689. package/permissions/constants/index.js +1 -1
  1690. package/permissions/constants/settingsApps.d.ts +35 -0
  1691. package/permissions/constants/settingsApps.d.ts.map +1 -0
  1692. package/permissions/index.d.ts +8 -0
  1693. package/permissions/index.d.ts.map +1 -0
  1694. package/permissions/usePermissions.d.ts +3 -0
  1695. package/permissions/usePermissions.d.ts.map +1 -0
  1696. package/permissions/useProvidePermissions.d.ts +6 -0
  1697. package/permissions/useProvidePermissions.d.ts.map +1 -0
  1698. package/permissions/utils.d.ts +11 -0
  1699. package/permissions/utils.d.ts.map +1 -0
  1700. package/permissions/withPermissionsHOC.d.ts +2 -0
  1701. package/permissions/withPermissionsHOC.d.ts.map +1 -0
  1702. package/styles/counter/index.d.ts +2 -0
  1703. package/styles/counter/index.d.ts.map +1 -0
  1704. package/styles/globalStyles.d.ts +2 -0
  1705. package/styles/globalStyles.d.ts.map +1 -0
  1706. package/styles/index.d.ts +3 -0
  1707. package/styles/index.d.ts.map +1 -0
  1708. package/styles/typography/index.d.ts +3 -0
  1709. package/styles/typography/index.d.ts.map +1 -0
  1710. package/utils/DrillstringUtils.d.ts +15 -0
  1711. package/utils/DrillstringUtils.d.ts.map +1 -0
  1712. package/utils/FluidCheckUtils.d.ts +15 -0
  1713. package/utils/FluidCheckUtils.d.ts.map +1 -0
  1714. package/utils/HeatmapUtils.d.ts +1 -0
  1715. package/utils/HeatmapUtils.d.ts.map +1 -0
  1716. package/utils/StageDesignVActualUtils.d.ts +16 -0
  1717. package/utils/StageDesignVActualUtils.d.ts.map +1 -0
  1718. package/utils/__tests__/accuracy.test.d.ts +2 -0
  1719. package/utils/__tests__/accuracy.test.d.ts.map +1 -0
  1720. package/utils/__tests__/alerts.test.d.ts +2 -0
  1721. package/utils/__tests__/alerts.test.d.ts.map +1 -0
  1722. package/utils/__tests__/chartSeries.test.d.ts +2 -0
  1723. package/utils/__tests__/chartSeries.test.d.ts.map +1 -0
  1724. package/utils/__tests__/components.test.d.ts +2 -0
  1725. package/utils/__tests__/components.test.d.ts.map +1 -0
  1726. package/utils/__tests__/convert.test.d.ts +2 -0
  1727. package/utils/__tests__/convert.test.d.ts.map +1 -0
  1728. package/utils/__tests__/convertKeys.test.d.ts +2 -0
  1729. package/utils/__tests__/convertKeys.test.d.ts.map +1 -0
  1730. package/utils/__tests__/fixtures/convert.fixture.d.ts +71 -0
  1731. package/utils/__tests__/fixtures/convert.fixture.d.ts.map +1 -0
  1732. package/utils/__tests__/goals.test.d.ts +2 -0
  1733. package/utils/__tests__/goals.test.d.ts.map +1 -0
  1734. package/utils/__tests__/mapbox.test.d.ts +2 -0
  1735. package/utils/__tests__/mapbox.test.d.ts.map +1 -0
  1736. package/utils/accuracy.d.ts +4 -0
  1737. package/utils/accuracy.d.ts.map +1 -0
  1738. package/utils/alerts.d.ts +2 -0
  1739. package/utils/alerts.d.ts.map +1 -0
  1740. package/utils/apps.d.ts +9 -0
  1741. package/utils/apps.d.ts.map +1 -0
  1742. package/utils/audio.d.ts +2 -0
  1743. package/utils/audio.d.ts.map +1 -0
  1744. package/utils/bha.d.ts +10 -0
  1745. package/utils/bha.d.ts.map +1 -0
  1746. package/utils/casing/conversion.d.ts +3 -0
  1747. package/utils/casing/conversion.d.ts.map +1 -0
  1748. package/utils/casing/index.d.ts +3 -0
  1749. package/utils/casing/index.d.ts.map +1 -0
  1750. package/utils/casing/validation.d.ts +42 -0
  1751. package/utils/casing/validation.d.ts.map +1 -0
  1752. package/utils/chartSeries.d.ts +2 -0
  1753. package/utils/chartSeries.d.ts.map +1 -0
  1754. package/utils/completion.d.ts +6 -0
  1755. package/utils/completion.d.ts.map +1 -0
  1756. package/utils/components.d.ts +4 -0
  1757. package/utils/components.d.ts.map +1 -0
  1758. package/utils/constants/units.d.ts +120 -0
  1759. package/utils/constants/units.d.ts.map +1 -0
  1760. package/utils/convert.d.ts +29 -0
  1761. package/utils/convert.d.ts.map +1 -0
  1762. package/utils/convertKeys.d.ts +4 -0
  1763. package/utils/convertKeys.d.ts.map +1 -0
  1764. package/utils/csvExport.d.ts +11 -0
  1765. package/utils/csvExport.d.ts.map +1 -0
  1766. package/utils/dashboardReports.d.ts +33 -0
  1767. package/utils/dashboardReports.d.ts.map +1 -0
  1768. package/utils/devcenter.d.ts +18 -0
  1769. package/utils/devcenter.d.ts.map +1 -0
  1770. package/utils/drillstring/conversion.d.ts +50 -0
  1771. package/utils/drillstring/conversion.d.ts.map +1 -0
  1772. package/utils/drillstring/index.d.ts +4 -0
  1773. package/utils/drillstring/index.d.ts.map +1 -0
  1774. package/utils/drillstring/schematic.d.ts +2 -0
  1775. package/utils/drillstring/schematic.d.ts.map +1 -0
  1776. package/utils/drillstring/validation.d.ts +290 -0
  1777. package/utils/drillstring/validation.d.ts.map +1 -0
  1778. package/utils/env.d.ts +2 -0
  1779. package/utils/env.d.ts.map +1 -0
  1780. package/utils/feed.d.ts +4 -0
  1781. package/utils/feed.d.ts.map +1 -0
  1782. package/utils/fileExtension.d.ts +5 -0
  1783. package/utils/fileExtension.d.ts.map +1 -0
  1784. package/utils/formatting.d.ts +3 -0
  1785. package/utils/formatting.d.ts.map +1 -0
  1786. package/utils/ga.d.ts +2 -0
  1787. package/utils/ga.d.ts.map +1 -0
  1788. package/utils/goals.d.ts +4 -0
  1789. package/utils/goals.d.ts.map +1 -0
  1790. package/utils/index.d.ts +81 -0
  1791. package/utils/index.d.ts.map +1 -0
  1792. package/utils/jsonaDataFormatter.d.ts +3 -0
  1793. package/utils/jsonaDataFormatter.d.ts.map +1 -0
  1794. package/utils/lasParser.d.ts +11 -0
  1795. package/utils/lasParser.d.ts.map +1 -0
  1796. package/utils/loadable.d.ts +1 -0
  1797. package/utils/loadable.d.ts.map +1 -0
  1798. package/utils/localStorage.d.ts +3 -0
  1799. package/utils/localStorage.d.ts.map +1 -0
  1800. package/utils/main.d.ts +228 -0
  1801. package/utils/main.d.ts.map +1 -0
  1802. package/utils/mapUnits.d.ts +12 -0
  1803. package/utils/mapUnits.d.ts.map +1 -0
  1804. package/utils/mapbox.d.ts +7 -0
  1805. package/utils/mapbox.d.ts.map +1 -0
  1806. package/utils/metrics/index.d.ts +5 -0
  1807. package/utils/metrics/index.d.ts.map +1 -0
  1808. package/utils/metrics/metricsConfig.d.ts +565 -0
  1809. package/utils/metrics/metricsConfig.d.ts.map +1 -0
  1810. package/utils/metrics/utils.d.ts +13 -0
  1811. package/utils/metrics/utils.d.ts.map +1 -0
  1812. package/utils/mobileDetect.d.ts +6 -0
  1813. package/utils/mobileDetect.d.ts.map +1 -0
  1814. package/utils/nativeMessages.d.ts +15 -0
  1815. package/utils/nativeMessages.d.ts.map +1 -0
  1816. package/utils/notificationToasts.d.ts +8 -0
  1817. package/utils/notificationToasts.d.ts.map +1 -0
  1818. package/utils/notifications.d.ts +4 -0
  1819. package/utils/notifications.d.ts.map +1 -0
  1820. package/utils/permissions.d.ts +2 -0
  1821. package/utils/permissions.d.ts.map +1 -0
  1822. package/utils/recaptcha.d.ts +3 -0
  1823. package/utils/recaptcha.d.ts.map +1 -0
  1824. package/utils/reports.d.ts +2 -0
  1825. package/utils/reports.d.ts.map +1 -0
  1826. package/utils/rollbar.d.ts +2 -0
  1827. package/utils/rollbar.d.ts.map +1 -0
  1828. package/utils/sharedDCStore.d.ts +12 -0
  1829. package/utils/sharedDCStore.d.ts.map +1 -0
  1830. package/utils/sqlParser.d.ts +1 -0
  1831. package/utils/sqlParser.d.ts.map +1 -0
  1832. package/utils/themeVariables.d.ts +2 -0
  1833. package/utils/themeVariables.d.ts.map +1 -0
  1834. package/utils/time.d.ts +5 -0
  1835. package/utils/time.d.ts.map +1 -0
  1836. package/utils/torqueAndHookloadUtils.d.ts +5 -0
  1837. package/utils/torqueAndHookloadUtils.d.ts.map +1 -0
  1838. package/utils/withPageLogger.d.ts +1 -0
  1839. package/utils/withPageLogger.d.ts.map +1 -0
@@ -0,0 +1,2 @@
1
+ export { default } from "./Palette";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ColorPicker/PaletteChromePicker/Palette/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export default PaletteChromePicker;
2
+ declare const PaletteChromePicker: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
3
+ //# sourceMappingURL=PaletteChromePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaletteChromePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js"],"names":[],"mappings":";AA4GA,iHAqDE"}
@@ -0,0 +1,2 @@
1
+ export { default } from "./PaletteChromePicker";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ColorPicker/PaletteChromePicker/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { default } from "./ColorPicker";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<{
2
+ color: any;
3
+ onChange: any;
4
+ anchorEl: any;
5
+ handleClose: any;
6
+ converter: any;
7
+ popoverAnchorOrigin: any;
8
+ popoverTransformOrigin: any;
9
+ pickerComponent: any;
10
+ classes: any;
11
+ enableTransparencyPalette: any;
12
+ }, "classes" | "color" | "onChange" | "handleClose"> & {
13
+ anchorEl?: any;
14
+ enableTransparencyPalette?: any;
15
+ converter?: any;
16
+ popoverAnchorOrigin?: any;
17
+ popoverTransformOrigin?: any;
18
+ pickerComponent?: any;
19
+ } & {}, "color" | "onChange" | "anchorEl" | "handleClose" | "enableTransparencyPalette" | "converter" | "popoverAnchorOrigin" | "popoverTransformOrigin" | "pickerComponent"> & import("@material-ui/core").StyledComponentProps<"root" | "popper" | "rightLabel" | "topLabel">>;
20
+ export default _default;
21
+ //# sourceMappingURL=ColorPickerPalette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorPickerPalette.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPickerPalette/ColorPickerPalette.js"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { default } from "./ColorPickerPalette";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPickerPalette/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ declare const _default: import("react").MemoExoticComponent<typeof BadgeIcon>;
2
+ export default _default;
3
+ declare function BadgeIcon(): JSX.Element;
4
+ //# sourceMappingURL=BadgeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Comment/CommentIcon/BadgeIcon.js"],"names":[],"mappings":";;AAEA,0CAcC"}
@@ -0,0 +1,23 @@
1
+ export default CommentIcon;
2
+ declare function CommentIcon({ displayName, imgSrc, size }: {
3
+ displayName: any;
4
+ imgSrc: any;
5
+ size: any;
6
+ }): JSX.Element;
7
+ declare namespace CommentIcon {
8
+ namespace propTypes {
9
+ const displayName: PropTypes.Requireable<string>;
10
+ const imgSrc: PropTypes.Requireable<string>;
11
+ const size: PropTypes.Requireable<number>;
12
+ }
13
+ namespace defaultProps {
14
+ const displayName_1: boolean;
15
+ export { displayName_1 as displayName };
16
+ const imgSrc_1: any;
17
+ export { imgSrc_1 as imgSrc };
18
+ const size_1: number;
19
+ export { size_1 as size };
20
+ }
21
+ }
22
+ import PropTypes from "prop-types";
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Comment/CommentIcon/index.js"],"names":[],"mappings":";AAiCA;;;;gBAYC"}
@@ -0,0 +1,24 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
2
+ comment: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
3
+ showOnMount: PropTypes.Requireable<boolean>;
4
+ spaceAround: PropTypes.Requireable<boolean>;
5
+ handleShowOnMount: PropTypes.Requireable<(...args: any[]) => any>;
6
+ handleEdit: PropTypes.Requireable<(...args: any[]) => any>;
7
+ handleDeleteCallback: PropTypes.Validator<(...args: any[]) => any>;
8
+ patchCommentCallback: PropTypes.Validator<(...args: any[]) => any>;
9
+ companyId: PropTypes.Requireable<number>;
10
+ currentUser: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
11
+ classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
12
+ isNative: PropTypes.Requireable<boolean>;
13
+ }>, "classes" | "comment" | "handleDeleteCallback" | "patchCommentCallback"> & {
14
+ companyId?: number;
15
+ currentUser?: PropTypes.InferProps<PropTypes.ValidationMap<any>>;
16
+ isNative?: boolean;
17
+ handleEdit?: (...args: any[]) => any;
18
+ showOnMount?: boolean;
19
+ spaceAround?: boolean;
20
+ handleShowOnMount?: (...args: any[]) => any;
21
+ } & {}, "companyId" | "currentUser" | "isNative" | "comment" | "handleDeleteCallback" | "patchCommentCallback" | "handleEdit" | "showOnMount" | "spaceAround" | "handleShowOnMount"> & import("@material-ui/core/styles").StyledComponentProps<"iconButtonRoot" | "commentWrapper" | "timeRoot" | "textRoot" | "userName">>;
22
+ export default _default;
23
+ import PropTypes from "prop-types";
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Comment/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,60 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
2
+ inputRef: PropTypes.Requireable<PropTypes.InferProps<{
3
+ current: PropTypes.Requireable<PropTypes.InferProps<{
4
+ focus: PropTypes.Requireable<PropTypes.InferProps<{}>>;
5
+ }>>;
6
+ }>>;
7
+ editFeedItemId: PropTypes.Requireable<number>;
8
+ editCommentId: PropTypes.Requireable<number>;
9
+ editComment: PropTypes.Requireable<string>;
10
+ editAttachment: PropTypes.Requireable<PropTypes.InferProps<{
11
+ url: PropTypes.Requireable<string>;
12
+ size: PropTypes.Requireable<number>;
13
+ file_name: PropTypes.Requireable<string>;
14
+ }>>;
15
+ spaceAround: PropTypes.Requireable<boolean>;
16
+ postComment: PropTypes.Validator<(...args: any[]) => any>;
17
+ postCommentCallback: PropTypes.Requireable<(...args: any[]) => any>;
18
+ patchCommentCallback: PropTypes.Requireable<(...args: any[]) => any>;
19
+ exitEditMode: PropTypes.Requireable<(...args: any[]) => any>;
20
+ setIsPosting: PropTypes.Requireable<(...args: any[]) => any>;
21
+ setIsEditting: PropTypes.Requireable<(...args: any[]) => any>;
22
+ onMount: PropTypes.Requireable<(...args: any[]) => any>;
23
+ autoFocus: PropTypes.Requireable<boolean>;
24
+ disabled: PropTypes.Requireable<boolean>;
25
+ classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
26
+ currentUser: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
27
+ isNative: PropTypes.Requireable<boolean>;
28
+ companyId: PropTypes.Requireable<number>;
29
+ parentId: PropTypes.Requireable<string>;
30
+ }>, "classes" | "postComment"> & {
31
+ autoFocus?: boolean;
32
+ disabled?: boolean;
33
+ companyId?: number;
34
+ currentUser?: PropTypes.InferProps<PropTypes.ValidationMap<any>>;
35
+ isNative?: boolean;
36
+ inputRef?: PropTypes.InferProps<{
37
+ current: PropTypes.Requireable<PropTypes.InferProps<{
38
+ focus: PropTypes.Requireable<PropTypes.InferProps<{}>>;
39
+ }>>;
40
+ }>;
41
+ setIsPosting?: (...args: any[]) => any;
42
+ patchCommentCallback?: (...args: any[]) => any;
43
+ postCommentCallback?: (...args: any[]) => any;
44
+ onMount?: (...args: any[]) => any;
45
+ parentId?: string;
46
+ spaceAround?: boolean;
47
+ exitEditMode?: (...args: any[]) => any;
48
+ setIsEditting?: (...args: any[]) => any;
49
+ editFeedItemId?: number;
50
+ editCommentId?: number;
51
+ editAttachment?: PropTypes.InferProps<{
52
+ url: PropTypes.Requireable<string>;
53
+ size: PropTypes.Requireable<number>;
54
+ file_name: PropTypes.Requireable<string>;
55
+ }>;
56
+ editComment?: string;
57
+ } & {}, "autoFocus" | "disabled" | "companyId" | "currentUser" | "isNative" | "inputRef" | "setIsPosting" | "patchCommentCallback" | "postComment" | "postCommentCallback" | "onMount" | "parentId" | "spaceAround" | "exitEditMode" | "setIsEditting" | "editFeedItemId" | "editCommentId" | "editAttachment" | "editComment"> & import("@material-ui/core").StyledComponentProps<"input" | "inputRoot" | "sendButton" | "inputAdornment" | "paperRoot" | "inputMain" | "inputHelper" | "cancelText" | "highlightedLabel" | "inputEl" | "additionalActionButton" | "nativeActionButton" | "fileUploadingError" | "iconTooltip">>;
58
+ export default _default;
59
+ import PropTypes from "prop-types";
60
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CommentInput/index.js"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- import t from"@babel/runtime/helpers/asyncToGenerator";import e from"@babel/runtime/helpers/classCallCheck";import n from"@babel/runtime/helpers/createClass";import o from"@babel/runtime/helpers/assertThisInitialized";import i from"@babel/runtime/helpers/inherits";import a from"@babel/runtime/helpers/possibleConstructorReturn";import r from"@babel/runtime/helpers/getPrototypeOf";import s from"@babel/runtime/helpers/defineProperty";import l from"@babel/runtime/regenerator";import{PureComponent as c}from"react";import p from"prop-types";import m from"lodash/noop";import{withStyles as u}from"@material-ui/core/styles";import d from"classnames";import{get as h}from"lodash";import{Paper as f,TextField as g,InputAdornment as C,Tooltip as b,Typography as I}from"@material-ui/core";import v from"@material-ui/core/colors/grey";import x from"../Avatar/index.js";import y from"../FileUploadIconButton.js";import F from"../EmojiIconButton.js";import S from"../FailedFileUploading.js";import E from"../UserMention/index.js";import U from"../FilePreview/index.js";import N from"../IconButton/index.js";import k from"../Icons/SendIcon.js";import{isSuggestionsListOpened as A}from"../UserMention/utils/index.js";import M from"../../utils/main.js";import{isNativeDetected as R}from"../../utils/mobileDetect.js";import{notifyCommentEdit as j,notifyCommentPost as B}from"../../utils/nativeMessages.js";import{patchFeedItemComment as w}from"../../clients/jsonApi/index.js";import T from"./styles.css.js";import{jsxs as L,jsx as P}from"react/jsx-runtime";function z(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=r(t);if(e){var i=r(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return a(this,n)}}var D={chatAvatarWrapper:{display:"flex",alignItems:"center",position:"absolute",left:0,height:32},commentTextFieldContainer:{position:"relative",margin:"0"},commentTextFieldContainerSpaceAround:{position:"relative",margin:"20px 10px"}},_=function(a){i(p,c);var r=z(p);function p(n){var i,a,c;return e(this,p),i=r.call(this,n),s(o(i),"handleSelectEmoji",(function(t){return i.setState((function(e){var n=e.comment;return{comment:"".concat(n).concat(t.native)}}))})),s(o(i),"postComment",(a=t(l.mark((function t(e){var n;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,i.props.postComment(e);case 3:n=t.sent,t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),console.error(t.t0.message);case 9:return t.abrupt("return",n);case 10:case"end":return t.stop()}}),t,null,[[0,6]])}))),function(t){return a.apply(this,arguments)})),s(o(i),"patchComment",(c=t(l.mark((function t(e){var n,o,a,r;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=i.props,o=n.editFeedItemId,a=n.editCommentId,t.prev=1,t.next=4,w(o,a,e);case 4:r=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t.catch(1),console.error(t.t0.message);case 10:return t.abrupt("return",r);case 11:case"end":return t.stop()}}),t,null,[[1,7]])}))),function(t){return c.apply(this,arguments)})),s(o(i),"clearCommentField",(function(t){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},(function(){i.focusOnRef(),t&&"function"==typeof t&&t()}))})),s(o(i),"handleKeyDown",(function(t){var e=t.key;"Escape"===e&&i.props.exitEditMode(),"Enter"===e&&(A()||(t.preventDefault(),i.handleSendComment()))})),s(o(i),"handleAttachmentLoadingError",(function(t){i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:t})})),s(o(i),"handleFileUpload",(function(t,e,n){i.setState({attachmentUrl:t,attachmentName:e,attachmentSize:n,attachmentLoadingError:null})})),s(o(i),"handleNativeFileUpload",(function(){var t=i.state.comment;i.isEditMode?(j(t),i.clearCommentField(i.props.exitEditMode)):(B(t),i.clearCommentField())})),s(o(i),"handleFileDelete",(function(){return i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null})})),s(o(i),"handleSendComment",t(l.mark((function t(){var e,n,o;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((e=i.state.comment?i.state.comment.trim():null)||i.state.attachmentUrl){t.next=3;break}return t.abrupt("return");case 3:if(n={comment:{body:e,attachment:{url:i.state.attachmentUrl,size:i.state.attachmentSize,file_name:i.state.attachmentName}}},!i.isEditMode){t.next=16;break}return i.props.setIsEditting(!0),t.next=8,i.patchComment(n);case 8:return o=t.sent,t.next=11,i.props.patchCommentCallback(o);case 11:i.props.setIsEditting(!1),i.clearCommentField(),i.props.exitEditMode(),t.next=24;break;case 16:return i.props.setIsPosting(!0),t.next=19,i.postComment(n);case 19:return o=t.sent,t.next=22,i.props.postCommentCallback(o);case 22:i.props.setIsPosting(!1),i.clearCommentField();case 24:case"end":return t.stop()}}),t)})))),s(o(i),"handleCancelClick",(function(){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},i.props.exitEditMode())})),i.state={comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:null,isInputFocused:!1},i}return n(p,[{key:"componentDidMount",value:function(){this.isEditMode&&this.setInitialCommentValue()}},{key:"componentDidUpdate",value:function(t){(this.isEditMode&&!t.editFeedItemId||this.props.editCommentId&&this.props.editCommentId!==t.editCommentId)&&this.setInitialCommentValue()}},{key:"isEditMode",get:function(){return!!this.props.editFeedItemId}},{key:"setInitialCommentValue",value:function(){var t=this.props.editAttachment?this.props.editAttachment.url:null;this.setState({comment:this.props.editComment,attachmentUrl:t,attachmentName:t?this.props.editAttachment.file_name||M.getFileNameWithExtensionFromPath(t):null,attachmentSize:this.props.editAttachment?this.props.editAttachment.size:null})}},{key:"focusOnRef",value:function(){this.props.inputRef&&this.props.inputRef.current.focus()}},{key:"render",value:function(){var t,e=this,n=this.props,o=n.classes,i=n.currentUser,a="".concat(h(i,["attributes","first_name"])," ").concat(h(i,["attributes","last_name"]));return L("div",{style:this.props.spaceAround?D.commentTextFieldContainerSpaceAround:D.commentTextFieldContainer,children:[P("div",{style:D.chatAvatarWrapper,children:P(x,{displayName:a,size:32,imgSrc:this.props.currentUser&&this.props.currentUser.profile_photo})}),P(f,{className:this.props.classes.paperRoot,children:P(g,{"data-testid":"".concat("commentInput","_input"),placeholder:"Type here",FormHelperTextProps:{component:"div",margin:"dense"},InputProps:{inputComponent:E,inputProps:{onChange:function(t){return e.setState({comment:t})},singleLine:!0,value:this.state.comment||"",inputRef:this.props.inputRef,withLightTheme:!1,onMount:this.props.onMount,companyId:this.props.companyId,autoFocus:this.props.autoFocus,disabled:this.props.disabled,onFocus:function(){return e.setState({isInputFocused:!0})},onBlur:function(){return e.setState({isInputFocused:!1})},allowSuggestionsAboveCursor:!0},endAdornment:!this.props.isNative&&L(C,{position:"end",className:this.props.classes.inputAdornment,children:[!this.state.attachmentUrl&&P(b,{title:"Attach File",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:d(T.cCommentInputIconContainer,T.cCommentInputIconUpload),children:P(y,{openPreviewDialogOnUpload:!1,disableRipple:!0,onFinish:this.handleFileUpload,onError:this.handleAttachmentLoadingError,fileUploadIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],inputId:"comment-attachment-".concat(this.props.editCommentId||this.props.parentId)})})}),P(b,{title:"Add Emoji",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:T.cCommentInputIconContainer,children:P(F,{"data-testid":"".concat("commentInput","_emojiButton"),handleSelectEmoji:this.handleSelectEmoji,emojiIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],disableRipple:!0})})})]}),disableUnderline:!0,classes:{root:this.props.classes.inputRoot,input:this.props.classes.inputEl}},className:this.props.classes.input,onKeyDown:this.handleKeyDown})}),this.state.attachmentLoadingError&&P(S,{errorMessage:this.state.attachmentLoadingError,className:this.props.classes.fileUploadingError}),this.state.attachmentUrl&&P(U,{fileName:this.state.attachmentName,fileUrl:this.state.attachmentUrl,handleFileDelete:this.handleFileDelete,classes:this.props.classes}),(this.state.isInputFocused||this.state.attachmentUrl||this.state.comment||this.props.editComment||(null===(t=this.props.editAttachment)||void 0===t?void 0:t.url))&&L("div",{className:T.cCommentInputSendContainer,children:[P("div",{className:T.cCommentInputSendContainerCancel,children:P(I,{"data-testid":"".concat("commentInput","_cancel"),variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.cancelText,this.props.classes.highlightedLabel),component:"div",gutterBottom:!0,onClick:this.handleCancelClick,children:"Cancel"})}),L("div",{className:T.cCommentInputSendContainerSend,children:[L(I,{variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.inputHelper),component:"div",gutterBottom:!0,children:["Press ",P(I,{variant:"caption",color:"primary",className:d(this.props.classes.inputMain,this.props.classes.highlightedLabel),children:"Enter"})," to send"]}),P(N,{size:"large",tooltipProps:{title:"Send"},"data-testid":"".concat("commentInput","_sendButton"),onClick:this.handleSendComment,classes:{root:this.props.classes.sendButton},children:P(k,{})})]})]})]})}}]),p}();_.propTypes={inputRef:p.shape({current:p.shape({focus:p.shape({})})}),editFeedItemId:p.number,editCommentId:p.number,editComment:p.string,editAttachment:p.shape({url:p.string,size:p.number,file_name:p.string}),spaceAround:p.bool,postComment:p.func.isRequired,postCommentCallback:p.func,patchCommentCallback:p.func,exitEditMode:p.func,setIsPosting:p.func,setIsEditting:p.func,onMount:p.func,autoFocus:p.bool,disabled:p.bool,classes:p.shape({}).isRequired,currentUser:p.shape(),isNative:p.bool,companyId:p.number,parentId:p.string},_.defaultProps={inputRef:null,editFeedItemId:null,editCommentId:null,parentId:null,editComment:null,editAttachment:{},spaceAround:!1,setIsPosting:m,setIsEditting:m,onMount:m,autoFocus:void 0,disabled:!1,patchCommentCallback:m,postCommentCallback:m,exitEditMode:m,companyId:null,currentUser:{},isNative:R};var O=u((function(t){return{paperRoot:{width:"calc(100% - 48px)",marginLeft:48,display:"inline-block",height:32,border:"0","&:focus-within":{boxShadow:"inset 0 0 0 2px ".concat(t.palette.primary.main)},boxShadow:"none",background:"#4D4D4D"},input:{paddingLeft:5,width:"100%"},inputRoot:{height:32,paddingRight:"8px",lineHeight:"29px",paddingLeft:"8px"},inputEl:{padding:"0 0 0 6px",height:"100%"},additionalActionButton:{padding:"6px"},nativeActionButton:{margin:"5px 10px",cursor:"pointer"},fileUploadingError:{marginTop:10,marginLeft:24},inputMain:{marginBottom:0,fontSize:"11px",color:t.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:t.palette.primary.main},iconTooltip:{marginTop:"3px"},sendButton:{"&:hover":{backgroundColor:"rgba(3,188,212, 0.1)"},"&.MuiButtonBase-root":{padding:7}},inputAdornment:{marginBottom:"0!important",height:"100%"}}}))(_);export{O as default};
1
+ import t from"@babel/runtime/helpers/asyncToGenerator";import e from"@babel/runtime/helpers/classCallCheck";import n from"@babel/runtime/helpers/createClass";import o from"@babel/runtime/helpers/assertThisInitialized";import i from"@babel/runtime/helpers/inherits";import a from"@babel/runtime/helpers/possibleConstructorReturn";import r from"@babel/runtime/helpers/getPrototypeOf";import s from"@babel/runtime/helpers/defineProperty";import l from"@babel/runtime/regenerator";import{PureComponent as c}from"react";import m from"prop-types";import p from"lodash/noop";import{withStyles as u}from"@material-ui/core/styles";import d from"classnames";import{get as h}from"lodash";import{Paper as f,TextField as g,InputAdornment as C,Tooltip as b,Typography as I}from"@material-ui/core";import v from"@material-ui/core/colors/grey";import x from"../Avatar/index.js";import y from"../FileUploadIconButton.js";import F from"../EmojiIconButton.js";import S from"../FailedFileUploading.js";import E from"../UserMention/index.js";import U from"../FilePreview/index.js";import N from"../IconButton/index.js";import k from"../Icons/SendIcon.js";import{isSuggestionsListOpened as A}from"../UserMention/utils/index.js";import M from"../../utils/main.js";import{isNativeDetected as R}from"../../utils/mobileDetect.js";import{notifyCommentEdit as j,notifyCommentPost as B}from"../../utils/nativeMessages.js";import{patchFeedItemComment as w}from"../../clients/jsonApi/index.js";import T from"./styles.css.js";import{jsxs as L,jsx as P}from"react/jsx-runtime";function z(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=r(t);if(e){var i=r(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return a(this,n)}}var D={chatAvatarWrapper:{display:"flex",alignItems:"center",position:"absolute",left:0,height:32},commentTextFieldContainer:{position:"relative",margin:"0"},commentTextFieldContainerSpaceAround:{position:"relative",margin:"20px 10px"}},_=function(a){i(m,c);var r=z(m);function m(n){var i,a,c;return e(this,m),i=r.call(this,n),s(o(i),"handleSelectEmoji",(function(t){return i.setState((function(e){var n=e.comment;return{comment:"".concat(n).concat(t.native)}}))})),s(o(i),"postComment",(a=t(l.mark((function t(e){var n;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,i.props.postComment(e);case 3:n=t.sent,t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),console.error(t.t0.message);case 9:return t.abrupt("return",n);case 10:case"end":return t.stop()}}),t,null,[[0,6]])}))),function(t){return a.apply(this,arguments)})),s(o(i),"patchComment",(c=t(l.mark((function t(e){var n,o,a,r;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=i.props,o=n.editFeedItemId,a=n.editCommentId,t.prev=1,t.next=4,w(o,a,e);case 4:r=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t.catch(1),console.error(t.t0.message);case 10:return t.abrupt("return",r);case 11:case"end":return t.stop()}}),t,null,[[1,7]])}))),function(t){return c.apply(this,arguments)})),s(o(i),"clearCommentField",(function(t){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},(function(){i.focusOnRef(),t&&"function"==typeof t&&t()}))})),s(o(i),"handleKeyDown",(function(t){var e=t.key;"Escape"===e&&i.props.exitEditMode(),"Enter"===e&&(A()||(t.preventDefault(),i.handleSendComment()))})),s(o(i),"handleAttachmentLoadingError",(function(t){i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:t})})),s(o(i),"handleFileUpload",(function(t,e,n){i.setState({attachmentUrl:t,attachmentName:e,attachmentSize:n,attachmentLoadingError:null})})),s(o(i),"handleNativeFileUpload",(function(){var t=i.state.comment;i.isEditMode?(j(t),i.clearCommentField(i.props.exitEditMode)):(B(t),i.clearCommentField())})),s(o(i),"handleFileDelete",(function(){return i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null})})),s(o(i),"handleSendComment",t(l.mark((function t(){var e,n,o;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((e=i.state.comment?i.state.comment.trim():null)||i.state.attachmentUrl){t.next=3;break}return t.abrupt("return");case 3:if(n={comment:{body:e,attachment:{url:i.state.attachmentUrl,size:i.state.attachmentSize,file_name:i.state.attachmentName}}},!i.isEditMode){t.next=16;break}return i.props.setIsEditting(!0),t.next=8,i.patchComment(n);case 8:return o=t.sent,t.next=11,i.props.patchCommentCallback(o);case 11:i.props.setIsEditting(!1),i.clearCommentField(),i.props.exitEditMode(),t.next=24;break;case 16:return i.props.setIsPosting(!0),t.next=19,i.postComment(n);case 19:return o=t.sent,t.next=22,i.props.postCommentCallback(o);case 22:i.props.setIsPosting(!1),i.clearCommentField();case 24:case"end":return t.stop()}}),t)})))),s(o(i),"handleCancelClick",(function(){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},i.props.exitEditMode())})),i.state={comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:null,isInputFocused:!1},i}return n(m,[{key:"componentDidMount",value:function(){this.isEditMode&&this.setInitialCommentValue()}},{key:"componentDidUpdate",value:function(t){(this.isEditMode&&!t.editFeedItemId||this.props.editCommentId&&this.props.editCommentId!==t.editCommentId)&&this.setInitialCommentValue()}},{key:"isEditMode",get:function(){return!!this.props.editFeedItemId}},{key:"setInitialCommentValue",value:function(){var t=this.props.editAttachment?this.props.editAttachment.url:null;this.setState({comment:this.props.editComment,attachmentUrl:t,attachmentName:t?this.props.editAttachment.file_name||M.getFileNameWithExtensionFromPath(t):null,attachmentSize:this.props.editAttachment?this.props.editAttachment.size:null})}},{key:"focusOnRef",value:function(){this.props.inputRef&&this.props.inputRef.current.focus()}},{key:"render",value:function(){var t,e=this,n=this.props,o=n.classes,i=n.currentUser,a="".concat(h(i,["attributes","first_name"])||h(i,"first_name")," ").concat(h(i,["attributes","last_name"])||h(i,"last_name"));return L("div",{style:this.props.spaceAround?D.commentTextFieldContainerSpaceAround:D.commentTextFieldContainer,children:[P("div",{style:D.chatAvatarWrapper,children:P(x,{displayName:a,size:32,imgSrc:this.props.currentUser&&this.props.currentUser.profile_photo})}),P(f,{className:this.props.classes.paperRoot,children:P(g,{"data-testid":"".concat("commentInput","_input"),placeholder:"Type here",FormHelperTextProps:{component:"div",margin:"dense"},InputProps:{inputComponent:E,inputProps:{onChange:function(t){return e.setState({comment:t})},singleLine:!0,value:this.state.comment||"",inputRef:this.props.inputRef,withLightTheme:!1,onMount:this.props.onMount,companyId:this.props.companyId,autoFocus:this.props.autoFocus,disabled:this.props.disabled,onFocus:function(){return e.setState({isInputFocused:!0})},onBlur:function(){return e.setState({isInputFocused:!1})},allowSuggestionsAboveCursor:!0},endAdornment:!this.props.isNative&&L(C,{position:"end",className:this.props.classes.inputAdornment,children:[!this.state.attachmentUrl&&P(b,{title:"Attach File",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:d(T.cCommentInputIconContainer,T.cCommentInputIconUpload),children:P(y,{openPreviewDialogOnUpload:!1,disableRipple:!0,onFinish:this.handleFileUpload,onError:this.handleAttachmentLoadingError,fileUploadIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],inputId:"comment-attachment-".concat(this.props.editCommentId||this.props.parentId)})})}),P(b,{title:"Add Emoji",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:T.cCommentInputIconContainer,children:P(F,{"data-testid":"".concat("commentInput","_emojiButton"),handleSelectEmoji:this.handleSelectEmoji,emojiIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],disableRipple:!0})})})]}),disableUnderline:!0,classes:{root:this.props.classes.inputRoot,input:this.props.classes.inputEl}},className:this.props.classes.input,onKeyDown:this.handleKeyDown})}),this.state.attachmentLoadingError&&P(S,{errorMessage:this.state.attachmentLoadingError,className:this.props.classes.fileUploadingError}),this.state.attachmentUrl&&P(U,{fileName:this.state.attachmentName,fileUrl:this.state.attachmentUrl,handleFileDelete:this.handleFileDelete,classes:this.props.classes}),(this.state.isInputFocused||this.state.attachmentUrl||this.state.comment||this.props.editComment||(null===(t=this.props.editAttachment)||void 0===t?void 0:t.url))&&L("div",{className:T.cCommentInputSendContainer,children:[P("div",{className:T.cCommentInputSendContainerCancel,children:P(I,{"data-testid":"".concat("commentInput","_cancel"),variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.cancelText,this.props.classes.highlightedLabel),component:"div",gutterBottom:!0,onClick:this.handleCancelClick,children:"Cancel"})}),L("div",{className:T.cCommentInputSendContainerSend,children:[L(I,{variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.inputHelper),component:"div",gutterBottom:!0,children:["Press ",P(I,{variant:"caption",color:"primary",className:d(this.props.classes.inputMain,this.props.classes.highlightedLabel),children:"Enter"})," to send"]}),P(N,{size:"large",tooltipProps:{title:"Send"},"data-testid":"".concat("commentInput","_sendButton"),onClick:this.handleSendComment,classes:{root:this.props.classes.sendButton},children:P(k,{})})]})]})]})}}]),m}();_.propTypes={inputRef:m.shape({current:m.shape({focus:m.shape({})})}),editFeedItemId:m.number,editCommentId:m.number,editComment:m.string,editAttachment:m.shape({url:m.string,size:m.number,file_name:m.string}),spaceAround:m.bool,postComment:m.func.isRequired,postCommentCallback:m.func,patchCommentCallback:m.func,exitEditMode:m.func,setIsPosting:m.func,setIsEditting:m.func,onMount:m.func,autoFocus:m.bool,disabled:m.bool,classes:m.shape({}).isRequired,currentUser:m.shape(),isNative:m.bool,companyId:m.number,parentId:m.string},_.defaultProps={inputRef:null,editFeedItemId:null,editCommentId:null,parentId:null,editComment:null,editAttachment:{},spaceAround:!1,setIsPosting:p,setIsEditting:p,onMount:p,autoFocus:void 0,disabled:!1,patchCommentCallback:p,postCommentCallback:p,exitEditMode:p,companyId:null,currentUser:{},isNative:R};var O=u((function(t){return{paperRoot:{width:"calc(100% - 48px)",marginLeft:48,display:"inline-block",height:32,border:"0","&:focus-within":{boxShadow:"inset 0 0 0 2px ".concat(t.palette.primary.main)},boxShadow:"none",background:"#4D4D4D"},input:{paddingLeft:5,width:"100%"},inputRoot:{height:32,paddingRight:"8px",lineHeight:"29px",paddingLeft:"8px"},inputEl:{padding:"0 0 0 6px",height:"100%"},additionalActionButton:{padding:"6px"},nativeActionButton:{margin:"5px 10px",cursor:"pointer"},fileUploadingError:{marginTop:10,marginLeft:24},inputMain:{marginBottom:0,fontSize:"11px",color:t.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:t.palette.primary.main},iconTooltip:{marginTop:"3px"},sendButton:{"&:hover":{backgroundColor:"rgba(3,188,212, 0.1)"},"&.MuiButtonBase-root":{padding:7}},inputAdornment:{marginBottom:"0!important",height:"100%"}}}))(_);export{O as default};
@@ -0,0 +1,11 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
2
+ showOnMount: PropTypes.Requireable<boolean>;
3
+ spaceAround: PropTypes.Requireable<boolean>;
4
+ classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
5
+ }>, "classes"> & {
6
+ showOnMount?: boolean;
7
+ spaceAround?: boolean;
8
+ } & {}, "showOnMount" | "spaceAround"> & import("@material-ui/core/styles").StyledComponentProps<"commentWrapper">>;
9
+ export default _default;
10
+ import PropTypes from "prop-types";
11
+ //# sourceMappingURL=CommentLoader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentLoader.d.ts","sourceRoot":"","sources":["../../src/components/CommentLoader.js"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<Pick<{
2
+ spaceAround: any;
3
+ isLoader: any;
4
+ children: any;
5
+ classes: any;
6
+ className: any;
7
+ }, never> & Pick<PropTypes.InferProps<{
8
+ spaceAround: PropTypes.Requireable<boolean>;
9
+ isLoader: PropTypes.Requireable<boolean>;
10
+ children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
11
+ className: PropTypes.Requireable<string>;
12
+ classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
13
+ }>, "className" | "classes" | "children" | "spaceAround" | "isLoader">, "classes" | "children"> & {
14
+ className?: string;
15
+ spaceAround?: boolean;
16
+ isLoader?: boolean;
17
+ } & {}, "className" | "children" | "spaceAround" | "isLoader"> & import("@material-ui/core/styles").StyledComponentProps<"paperRoot" | "paperBase" | "paperRootSpaceAround" | "paperRootLoader" | "paperRootLoaderSpaceAround">>;
18
+ export default _default;
19
+ import PropTypes from "prop-types";
20
+ //# sourceMappingURL=CommentWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentWrapper.d.ts","sourceRoot":"","sources":["../../src/components/CommentWrapper.js"],"names":[],"mappings":""}
@@ -0,0 +1,34 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<Pick<{
2
+ likesCount: any;
3
+ usersWhoLike: any;
4
+ commentsCount: any;
5
+ usersWhoCommented: any;
6
+ onCommentsClick: any;
7
+ currentUser: any;
8
+ activeUsersList: any;
9
+ classes: any;
10
+ isNative: any;
11
+ small: any;
12
+ }, never> & Pick<PropTypes.InferProps<{
13
+ likesCount: PropTypes.Requireable<number>;
14
+ usersWhoLike: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
15
+ commentsCount: PropTypes.Requireable<number>;
16
+ usersWhoCommented: PropTypes.Validator<string[]>;
17
+ onCommentsClick: PropTypes.Requireable<(...args: any[]) => any>;
18
+ activeUsersList: PropTypes.Validator<PropTypes.InferProps<{}>[]>;
19
+ classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
20
+ isNative: PropTypes.Requireable<boolean>;
21
+ small: PropTypes.Requireable<boolean>;
22
+ currentUser: PropTypes.Requireable<PropTypes.InferProps<{}>>;
23
+ }>, "small" | "classes" | "currentUser" | "isNative" | "commentsCount" | "usersWhoCommented" | "activeUsersList" | "likesCount" | "usersWhoLike" | "onCommentsClick">, "classes" | "usersWhoCommented" | "activeUsersList"> & {
24
+ small?: boolean;
25
+ currentUser?: PropTypes.InferProps<{}>;
26
+ isNative?: boolean;
27
+ commentsCount?: number;
28
+ likesCount?: number;
29
+ usersWhoLike?: PropTypes.InferProps<{}>[];
30
+ onCommentsClick?: (...args: any[]) => any;
31
+ } & {}, "small" | "currentUser" | "isNative" | "commentsCount" | "usersWhoCommented" | "activeUsersList" | "likesCount" | "usersWhoLike" | "onCommentsClick"> & import("@material-ui/core").StyledComponentProps<"tooltip" | "avatarInList" | "reactionTypographyRoot">>;
32
+ export default _default;
33
+ import PropTypes from "prop-types";
34
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CommentsInfo/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
2
+ open: PropTypes.Validator<boolean>;
3
+ title: PropTypes.Requireable<string>;
4
+ text: PropTypes.Validator<string>;
5
+ confirmationText: PropTypes.Requireable<string>;
6
+ confirmation: PropTypes.Requireable<string>;
7
+ handleClose: PropTypes.Requireable<(...args: any[]) => any>;
8
+ handleOk: PropTypes.Requireable<(...args: any[]) => any>;
9
+ okText: PropTypes.Requireable<string>;
10
+ disableOk: PropTypes.Requireable<boolean>;
11
+ isShowCancel: PropTypes.Requireable<boolean>;
12
+ classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
13
+ }>, "classes" | "text" | "open"> & {
14
+ title?: string;
15
+ isShowCancel?: boolean;
16
+ handleOk?: (...args: any[]) => any;
17
+ handleClose?: (...args: any[]) => any;
18
+ okText?: string;
19
+ confirmation?: string;
20
+ confirmationText?: string;
21
+ disableOk?: boolean;
22
+ } & {}, "title" | "text" | "open" | "isShowCancel" | "handleOk" | "handleClose" | "okText" | "confirmation" | "confirmationText" | "disableOk"> & import("@material-ui/core/styles").StyledComponentProps<"actionButton" | "confirmation">>;
23
+ export default _default;
24
+ import PropTypes from "prop-types";
25
+ //# sourceMappingURL=ConfirmationDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmationDialog.d.ts","sourceRoot":"","sources":["../../src/components/ConfirmationDialog.js"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ export default ContextMenuItem;
2
+ declare function ContextMenuItem({ classes, icon, children, small, ...otherProps }: {
3
+ [x: string]: any;
4
+ classes?: {};
5
+ icon: any;
6
+ children: any;
7
+ small: any;
8
+ }): JSX.Element;
9
+ declare namespace ContextMenuItem {
10
+ namespace propTypes {
11
+ const children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
12
+ const icon: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
13
+ const small: PropTypes.Requireable<boolean>;
14
+ }
15
+ namespace defaultProps {
16
+ const small_1: boolean;
17
+ export { small_1 as small };
18
+ }
19
+ }
20
+ import PropTypes from "prop-types";
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenuItem/index.js"],"names":[],"mappings":";AA4BA;;;;;;gBAYC"}
@@ -0,0 +1,40 @@
1
+ export default CopyToClipboard;
2
+ declare function CopyToClipboard({ children, classes, dataTestId, tooltipProps }: {
3
+ children: any;
4
+ classes: any;
5
+ dataTestId: any;
6
+ tooltipProps: any;
7
+ }): JSX.Element;
8
+ declare namespace CopyToClipboard {
9
+ namespace propTypes {
10
+ const children: PropTypes.Validator<string>;
11
+ const dataTestId: PropTypes.Requireable<string>;
12
+ namespace tooltipProps {
13
+ const title: PropTypes.Requireable<string>;
14
+ const placement: PropTypes.Requireable<string>;
15
+ const delay: PropTypes.Requireable<number>;
16
+ }
17
+ const classes: PropTypes.Requireable<PropTypes.InferProps<{
18
+ icon: PropTypes.Requireable<string>;
19
+ tooltip: PropTypes.Requireable<string>;
20
+ tooltipPopper: PropTypes.Requireable<string>;
21
+ }>>;
22
+ }
23
+ namespace defaultProps {
24
+ const dataTestId_1: any;
25
+ export { dataTestId_1 as dataTestId };
26
+ export namespace tooltipProps_1 {
27
+ const title_1: string;
28
+ export { title_1 as title };
29
+ const placement_1: string;
30
+ export { placement_1 as placement };
31
+ const delay_1: number;
32
+ export { delay_1 as delay };
33
+ }
34
+ export { tooltipProps_1 as tooltipProps };
35
+ const classes_1: {};
36
+ export { classes_1 as classes };
37
+ }
38
+ }
39
+ import PropTypes from "prop-types";
40
+ //# sourceMappingURL=CopyToClipboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyToClipboard.d.ts","sourceRoot":"","sources":["../../../src/components/CopyToClipboard/CopyToClipboard.js"],"names":[],"mappings":";AAkBA;;;;;gBAoCC"}
@@ -0,0 +1,2 @@
1
+ export { default as CopyToClipboard } from "./CopyToClipboard";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CopyToClipboard/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ export default Counter;
2
+ declare function Counter(props: any): JSX.Element;
3
+ declare namespace Counter {
4
+ namespace propTypes {
5
+ const classes: PropTypes.Requireable<PropTypes.InferProps<{}>>;
6
+ const size: PropTypes.Requireable<string>;
7
+ const limited: PropTypes.Requireable<boolean>;
8
+ const clickable: PropTypes.Requireable<boolean>;
9
+ const label: PropTypes.Validator<string>;
10
+ const tooltip: PropTypes.Requireable<string>;
11
+ }
12
+ namespace defaultProps {
13
+ const classes_1: {};
14
+ export { classes_1 as classes };
15
+ const size_1: string;
16
+ export { size_1 as size };
17
+ const limited_1: boolean;
18
+ export { limited_1 as limited };
19
+ const clickable_1: boolean;
20
+ export { clickable_1 as clickable };
21
+ const tooltip_1: string;
22
+ export { tooltip_1 as tooltip };
23
+ }
24
+ }
25
+ import PropTypes from "prop-types";
26
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/index.js"],"names":[],"mappings":";AAsGA,kDAwBC"}
@@ -0,0 +1,23 @@
1
+ export default CustomSelect;
2
+ declare function CustomSelect({ label, height, children, ...props }: {
3
+ [x: string]: any;
4
+ label: any;
5
+ height: any;
6
+ children: any;
7
+ }): JSX.Element;
8
+ declare namespace CustomSelect {
9
+ namespace propTypes {
10
+ const children: PropTypes.Validator<NonNullable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>>;
11
+ const label: PropTypes.Validator<string>;
12
+ const height: PropTypes.Requireable<number>;
13
+ const MenuProps: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
14
+ }
15
+ namespace defaultProps {
16
+ const height_1: number;
17
+ export { height_1 as height };
18
+ const MenuProps_1: {};
19
+ export { MenuProps_1 as MenuProps };
20
+ }
21
+ }
22
+ import PropTypes from "prop-types";
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomSelect/index.js"],"names":[],"mappings":";AAsCA;;;;;gBAyBC"}
@@ -0,0 +1,22 @@
1
+ export default DatePicker;
2
+ declare function DatePicker({ className, PopoverProps, ...otherProps }: {
3
+ [x: string]: any;
4
+ className: any;
5
+ PopoverProps: any;
6
+ }): JSX.Element;
7
+ declare namespace DatePicker {
8
+ namespace propTypes {
9
+ const PopoverProps: PropTypes.Requireable<PropTypes.InferProps<{
10
+ className: PropTypes.Requireable<string>;
11
+ }>>;
12
+ const className: PropTypes.Requireable<string>;
13
+ }
14
+ namespace defaultProps {
15
+ const PopoverProps_1: {};
16
+ export { PopoverProps_1 as PopoverProps };
17
+ const className_1: string;
18
+ export { className_1 as className };
19
+ }
20
+ }
21
+ import PropTypes from "prop-types";
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/index.js"],"names":[],"mappings":";AAgCA;;;;gBAmBC"}
@@ -0,0 +1,26 @@
1
+ export default DateTimePicker;
2
+ declare function DateTimePicker({ className, PopoverProps, format, ...otherProps }: {
3
+ [x: string]: any;
4
+ className: any;
5
+ PopoverProps: any;
6
+ format: any;
7
+ }): JSX.Element;
8
+ declare namespace DateTimePicker {
9
+ namespace propTypes {
10
+ const className: PropTypes.Requireable<string>;
11
+ const PopoverProps: PropTypes.Requireable<PropTypes.InferProps<{
12
+ className: PropTypes.Requireable<string>;
13
+ }>>;
14
+ const format: PropTypes.Requireable<string>;
15
+ }
16
+ namespace defaultProps {
17
+ const className_1: string;
18
+ export { className_1 as className };
19
+ const PopoverProps_1: {};
20
+ export { PopoverProps_1 as PopoverProps };
21
+ export { DATE_TIME_FORMAT as format };
22
+ }
23
+ }
24
+ import PropTypes from "prop-types";
25
+ import { DATE_TIME_FORMAT } from "../../constants/dateTimeFormat";
26
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DateTimePicker/index.js"],"names":[],"mappings":";AAgCA;;;;;gBAeC"}
@@ -0,0 +1,3 @@
1
+ export default AppContext;
2
+ declare const AppContext: import("react").Context<any>;
3
+ //# sourceMappingURL=AppContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppContext.d.ts","sourceRoot":"","sources":["../../../src/components/DevCenter/AppContext.js"],"names":[],"mappings":";AAEA,uDAAmC"}