@corva/ui 3.65.0-rc.1 → 3.66.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (324) hide show
  1. package/cjs-bundle/components/OffsetWellPickerV5/OffsetWellPickerV5.js +1 -1
  2. package/cjs-bundle/components/OffsetWellPickerV5/OffsetWellPickerV5.module.css.js +1 -1
  3. package/cjs-bundle/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.js +1 -1
  4. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/Filter.module.css.js +1 -1
  5. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js +1 -1
  6. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/hooks/useGridEdgeDetection.js +1 -1
  7. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.js +1 -1
  8. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.js +1 -1
  9. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/SubjectWellMarker/SubjectWellMarker.js +1 -1
  10. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/SubjectWellMarker/SubjectWellMarker.module.css.js +1 -1
  11. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useElementSize.js +2 -0
  12. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapTooltipState.js +1 -1
  13. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useOffsetWellMapState.js +1 -1
  14. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useSelectionToolOrchestration.js +1 -1
  15. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/WellsMap/WellsMap.js +1 -1
  16. package/cjs-bundle/components/OffsetWellPickerV5/components/MapColumn/MapColumn.js +1 -1
  17. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellPickerContent/OffsetWellPickerContent.js +1 -1
  18. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellPickerV5WithStore/components/UserSettingsWrapper/UserSettingsWrapper.js +1 -1
  19. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -1
  20. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -1
  21. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.js +1 -1
  22. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetTypesSection/AssetTypesSection.js +1 -1
  23. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
  24. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/OffsetWellsTable.js +1 -1
  25. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -1
  26. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/CompanyCell/CompanyCell.js +1 -1
  27. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/FormationCell/FormationCell.js +1 -1
  28. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/InterventionAssetCell/InterventionAssetCell.js +1 -1
  29. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/PadNameCell/PadNameCell.js +1 -1
  30. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/RigCell/RigCell.js +1 -1
  31. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellNameCell/WellNameCell.js +1 -1
  32. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellSectionCell/WellSectionCell.js +1 -1
  33. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricCell/MetricCell.module.css.js +1 -1
  34. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.js +2 -0
  35. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.js.map +1 -0
  36. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.module.scss.js +2 -0
  37. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableHead/OffsetWellsTableHead.js +1 -1
  38. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableHead/OffsetWellsTableHead.module.css.js +1 -1
  39. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableRow/OffsetWellsTableRow.js +1 -1
  40. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableRow/OffsetWellsTableRow.module.css.js +1 -1
  41. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SkeletonTableRow/SkeletonTableRow.js +1 -1
  42. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SkeletonTableRow/SkeletonTableRow.module.css.js +1 -1
  43. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/SubjectWellMark.js +2 -0
  44. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/SubjectWellMark.js.map +1 -0
  45. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/WellNameHeaderCell/WellNameHeaderCell.js +1 -1
  46. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useTablePagination.js +1 -1
  47. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/useColumnShadow.js +2 -0
  48. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/useColumnShadow.js.map +1 -0
  49. package/cjs-bundle/components/OffsetWellPickerV5/components/TableSection/TableSection.js +1 -1
  50. package/cjs-bundle/components/OffsetWellPickerV5/constants.js +1 -1
  51. package/cjs-bundle/components/OffsetWellPickerV5/hooks/use-well-data-pipeline/useCompanyMetricKey.js +1 -1
  52. package/cjs-bundle/components/OffsetWellPickerV5/stores/user-settings-store/utils/subscribeToSettingsSave.js +1 -1
  53. package/cjs-bundle/components/OffsetWellPickerV5/stores/view-store/ViewStoreProvider.js +1 -1
  54. package/cjs-bundle/components/OffsetWellPickerV5/stores/view-store/createViewStore.js +1 -1
  55. package/cjs-bundle/components/OffsetWellPickerV5/stores/view-store/utils/useViewStoreSettingsSync.js +1 -1
  56. package/components/OffsetWellPickerV5/OffsetWellPickerV5.d.ts.map +1 -1
  57. package/components/OffsetWellPickerV5/OffsetWellPickerV5.js +1 -1
  58. package/components/OffsetWellPickerV5/OffsetWellPickerV5.module.css.js +1 -1
  59. package/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.d.ts.map +1 -1
  60. package/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.js +1 -1
  61. package/components/OffsetWellPickerV5/components/Filter/Filter.module.css.js +1 -1
  62. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.d.ts.map +1 -1
  63. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js +1 -1
  64. package/components/OffsetWellPickerV5/components/Filter/hooks/useGridEdgeDetection.d.ts.map +1 -1
  65. package/components/OffsetWellPickerV5/components/Filter/hooks/useGridEdgeDetection.js +1 -1
  66. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.d.ts +0 -2
  67. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.d.ts.map +1 -1
  68. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.js +1 -1
  69. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHints.d.ts +1 -1
  70. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHints.d.ts.map +1 -1
  71. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/index.d.ts +1 -2
  72. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/index.d.ts.map +1 -1
  73. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.d.ts +2 -4
  74. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.d.ts.map +1 -1
  75. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.js +1 -1
  76. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/SubjectWellMarker/SubjectWellMarker.d.ts.map +1 -1
  77. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/SubjectWellMarker/SubjectWellMarker.js +1 -1
  78. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/SubjectWellMarker/SubjectWellMarker.module.css.js +1 -1
  79. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/index.d.ts +1 -2
  80. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/index.d.ts.map +1 -1
  81. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useElementSize.d.ts.map +1 -0
  82. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useElementSize.js +2 -0
  83. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapTooltipState.d.ts.map +1 -1
  84. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapTooltipState.js +1 -1
  85. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useOffsetWellMapState.js +1 -1
  86. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useSelectionToolOrchestration.js +1 -1
  87. package/components/OffsetWellPickerV5/components/Map/WellsMap/WellsMap.d.ts +0 -2
  88. package/components/OffsetWellPickerV5/components/Map/WellsMap/WellsMap.d.ts.map +1 -1
  89. package/components/OffsetWellPickerV5/components/Map/WellsMap/WellsMap.js +1 -1
  90. package/components/OffsetWellPickerV5/components/MapColumn/MapColumn.d.ts +1 -3
  91. package/components/OffsetWellPickerV5/components/MapColumn/MapColumn.d.ts.map +1 -1
  92. package/components/OffsetWellPickerV5/components/MapColumn/MapColumn.js +1 -1
  93. package/components/OffsetWellPickerV5/components/OffsetWellPickerContent/OffsetWellPickerContent.d.ts +1 -1
  94. package/components/OffsetWellPickerV5/components/OffsetWellPickerContent/OffsetWellPickerContent.d.ts.map +1 -1
  95. package/components/OffsetWellPickerV5/components/OffsetWellPickerContent/OffsetWellPickerContent.js +1 -1
  96. package/components/OffsetWellPickerV5/components/OffsetWellPickerContent/OffsetWellPickerContent.types.d.ts +1 -3
  97. package/components/OffsetWellPickerV5/components/OffsetWellPickerContent/OffsetWellPickerContent.types.d.ts.map +1 -1
  98. package/components/OffsetWellPickerV5/components/OffsetWellPickerV5WithStore/components/UserSettingsWrapper/UserSettingsWrapper.d.ts.map +1 -1
  99. package/components/OffsetWellPickerV5/components/OffsetWellPickerV5WithStore/components/UserSettingsWrapper/UserSettingsWrapper.js +1 -1
  100. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts.map +1 -1
  101. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -1
  102. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -1
  103. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.js +1 -1
  104. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetTypesSection/AssetTypesSection.d.ts.map +1 -1
  105. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetTypesSection/AssetTypesSection.js +1 -1
  106. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -1
  107. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
  108. package/components/OffsetWellPickerV5/components/OffsetWellsTable/OffsetWellsTable.d.ts.map +1 -1
  109. package/components/OffsetWellPickerV5/components/OffsetWellsTable/OffsetWellsTable.js +1 -1
  110. package/components/OffsetWellPickerV5/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -1
  111. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/CompanyCell/CompanyCell.d.ts +1 -2
  112. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/CompanyCell/CompanyCell.d.ts.map +1 -1
  113. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/CompanyCell/CompanyCell.js +1 -1
  114. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/FormationCell/FormationCell.d.ts +1 -2
  115. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/FormationCell/FormationCell.d.ts.map +1 -1
  116. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/FormationCell/FormationCell.js +1 -1
  117. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/InterventionAssetCell/InterventionAssetCell.d.ts +1 -2
  118. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/InterventionAssetCell/InterventionAssetCell.d.ts.map +1 -1
  119. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/InterventionAssetCell/InterventionAssetCell.js +1 -1
  120. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/PadNameCell/PadNameCell.d.ts +1 -2
  121. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/PadNameCell/PadNameCell.d.ts.map +1 -1
  122. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/PadNameCell/PadNameCell.js +1 -1
  123. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/RigCell/RigCell.d.ts +1 -2
  124. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/RigCell/RigCell.d.ts.map +1 -1
  125. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/RigCell/RigCell.js +1 -1
  126. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellNameCell/WellNameCell.d.ts +3 -2
  127. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellNameCell/WellNameCell.d.ts.map +1 -1
  128. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellNameCell/WellNameCell.js +1 -1
  129. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellSectionCell/WellSectionCell.d.ts.map +1 -1
  130. package/components/OffsetWellPickerV5/components/OffsetWellsTable/cells/WellSectionCell/WellSectionCell.js +1 -1
  131. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricCell/MetricCell.module.css.js +1 -1
  132. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.d.ts +7 -0
  133. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.d.ts.map +1 -0
  134. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.js +2 -0
  135. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.js.map +1 -0
  136. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/MetricsSettingMenu.module.scss.js +2 -0
  137. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/index.d.ts +2 -0
  138. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/MetricsSettingMenu/index.d.ts.map +1 -0
  139. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableHead/OffsetWellsTableHead.d.ts.map +1 -1
  140. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableHead/OffsetWellsTableHead.js +1 -1
  141. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableHead/OffsetWellsTableHead.module.css.js +1 -1
  142. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableRow/OffsetWellsTableRow.d.ts +2 -1
  143. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableRow/OffsetWellsTableRow.d.ts.map +1 -1
  144. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableRow/OffsetWellsTableRow.js +1 -1
  145. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/OffsetWellsTableRow/OffsetWellsTableRow.module.css.js +1 -1
  146. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SkeletonTableRow/SkeletonTableRow.d.ts.map +1 -1
  147. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SkeletonTableRow/SkeletonTableRow.js +1 -1
  148. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SkeletonTableRow/SkeletonTableRow.module.css.js +1 -1
  149. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/SubjectWellMark.d.ts +6 -0
  150. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/SubjectWellMark.d.ts.map +1 -0
  151. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/SubjectWellMark.js +2 -0
  152. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/SubjectWellMark.js.map +1 -0
  153. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SubjectWellMark/index.d.ts +2 -0
  154. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/{SettingsMenu → SubjectWellMark}/index.d.ts.map +1 -1
  155. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/WellNameHeaderCell/WellNameHeaderCell.d.ts.map +1 -1
  156. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/WellNameHeaderCell/WellNameHeaderCell.js +1 -1
  157. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useTablePagination.d.ts +2 -1
  158. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useTablePagination.d.ts.map +1 -1
  159. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useTablePagination.js +1 -1
  160. package/components/OffsetWellPickerV5/components/OffsetWellsTable/useColumnShadow.d.ts +8 -0
  161. package/components/OffsetWellPickerV5/components/OffsetWellsTable/useColumnShadow.d.ts.map +1 -0
  162. package/components/OffsetWellPickerV5/components/OffsetWellsTable/useColumnShadow.js +2 -0
  163. package/components/OffsetWellPickerV5/components/OffsetWellsTable/useColumnShadow.js.map +1 -0
  164. package/components/OffsetWellPickerV5/components/TableSection/TableSection.d.ts +2 -4
  165. package/components/OffsetWellPickerV5/components/TableSection/TableSection.d.ts.map +1 -1
  166. package/components/OffsetWellPickerV5/components/TableSection/TableSection.js +1 -1
  167. package/components/OffsetWellPickerV5/constants.d.ts +1 -17
  168. package/components/OffsetWellPickerV5/constants.d.ts.map +1 -1
  169. package/components/OffsetWellPickerV5/constants.js +1 -1
  170. package/components/OffsetWellPickerV5/hooks/use-well-data-pipeline/useCompanyMetricKey.d.ts.map +1 -1
  171. package/components/OffsetWellPickerV5/hooks/use-well-data-pipeline/useCompanyMetricKey.js +1 -1
  172. package/components/OffsetWellPickerV5/stores/user-settings-store/createUserSettingsStore.d.ts +1 -3
  173. package/components/OffsetWellPickerV5/stores/user-settings-store/createUserSettingsStore.d.ts.map +1 -1
  174. package/components/OffsetWellPickerV5/stores/user-settings-store/utils/subscribeToSettingsSave.d.ts.map +1 -1
  175. package/components/OffsetWellPickerV5/stores/user-settings-store/utils/subscribeToSettingsSave.js +1 -1
  176. package/components/OffsetWellPickerV5/stores/view-store/ViewStoreProvider.d.ts.map +1 -1
  177. package/components/OffsetWellPickerV5/stores/view-store/ViewStoreProvider.js +1 -1
  178. package/components/OffsetWellPickerV5/stores/view-store/createViewStore.d.ts +0 -6
  179. package/components/OffsetWellPickerV5/stores/view-store/createViewStore.d.ts.map +1 -1
  180. package/components/OffsetWellPickerV5/stores/view-store/createViewStore.js +1 -1
  181. package/components/OffsetWellPickerV5/stores/view-store/utils/useViewStoreSettingsSync.d.ts.map +1 -1
  182. package/components/OffsetWellPickerV5/stores/view-store/utils/useViewStoreSettingsSync.js +1 -1
  183. package/mcp-server/server.mjs +1 -1
  184. package/package.json +1 -1
  185. package/tsconfig.tsbuildinfo +1 -1
  186. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.js +0 -2
  187. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.js.map +0 -1
  188. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.module.css.js +0 -2
  189. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.module.css.js.map +0 -1
  190. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.js +0 -2
  191. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.js.map +0 -1
  192. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.module.css.js +0 -2
  193. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.module.css.js.map +0 -1
  194. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useIsMapCompact.js +0 -2
  195. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useIsMapCompact.js.map +0 -1
  196. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapResizeOnContainer.js +0 -2
  197. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapResizeOnContainer.js.map +0 -1
  198. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.js +0 -2
  199. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.js.map +0 -1
  200. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.module.css.js +0 -2
  201. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.module.css.js.map +0 -1
  202. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/getEffectiveMapWidthBounds.js +0 -2
  203. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/getEffectiveMapWidthBounds.js.map +0 -1
  204. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/useMapResize.js +0 -2
  205. package/cjs-bundle/components/OffsetWellPickerV5/components/MapResizeHandle/useMapResize.js.map +0 -1
  206. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.js +0 -2
  207. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.js.map +0 -1
  208. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.module.scss.js +0 -2
  209. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.js +0 -2
  210. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.js.map +0 -1
  211. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.module.scss.js +0 -2
  212. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.module.scss.js.map +0 -1
  213. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.js +0 -2
  214. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.js.map +0 -1
  215. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.module.scss.js +0 -2
  216. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.module.scss.js.map +0 -1
  217. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.js +0 -2
  218. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.js.map +0 -1
  219. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.module.scss.js +0 -2
  220. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.module.scss.js.map +0 -1
  221. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.js +0 -2
  222. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.js.map +0 -1
  223. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useElementSize.js +0 -2
  224. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.js +0 -2
  225. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.js.map +0 -1
  226. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.d.ts +0 -17
  227. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.d.ts.map +0 -1
  228. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.js +0 -2
  229. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.js.map +0 -1
  230. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.module.css.js +0 -2
  231. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapHints/MapHintsStash.module.css.js.map +0 -1
  232. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.d.ts +0 -12
  233. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.d.ts.map +0 -1
  234. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.js +0 -2
  235. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.js.map +0 -1
  236. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.module.css.js +0 -2
  237. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/MapResizeVeil.module.css.js.map +0 -1
  238. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/__tests__/MapResizeVeil.test.d.ts +0 -2
  239. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/__tests__/MapResizeVeil.test.d.ts.map +0 -1
  240. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/index.d.ts +0 -2
  241. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapResizeVeil/index.d.ts.map +0 -1
  242. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/__tests__/useIsMapCompact.test.d.ts +0 -2
  243. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/__tests__/useIsMapCompact.test.d.ts.map +0 -1
  244. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/__tests__/useMapResizeOnContainer.test.d.ts +0 -2
  245. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/__tests__/useMapResizeOnContainer.test.d.ts.map +0 -1
  246. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useIsMapCompact.d.ts +0 -14
  247. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useIsMapCompact.d.ts.map +0 -1
  248. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useIsMapCompact.js +0 -2
  249. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useIsMapCompact.js.map +0 -1
  250. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapResizeOnContainer.d.ts +0 -20
  251. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapResizeOnContainer.d.ts.map +0 -1
  252. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapResizeOnContainer.js +0 -2
  253. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapResizeOnContainer.js.map +0 -1
  254. package/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.d.ts +0 -14
  255. package/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.d.ts.map +0 -1
  256. package/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.js +0 -2
  257. package/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.js.map +0 -1
  258. package/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.module.css.js +0 -2
  259. package/components/OffsetWellPickerV5/components/MapResizeHandle/MapResizeHandle.module.css.js.map +0 -1
  260. package/components/OffsetWellPickerV5/components/MapResizeHandle/__tests__/getEffectiveMapWidthBounds.test.d.ts +0 -2
  261. package/components/OffsetWellPickerV5/components/MapResizeHandle/__tests__/getEffectiveMapWidthBounds.test.d.ts.map +0 -1
  262. package/components/OffsetWellPickerV5/components/MapResizeHandle/getEffectiveMapWidthBounds.d.ts +0 -16
  263. package/components/OffsetWellPickerV5/components/MapResizeHandle/getEffectiveMapWidthBounds.d.ts.map +0 -1
  264. package/components/OffsetWellPickerV5/components/MapResizeHandle/getEffectiveMapWidthBounds.js +0 -2
  265. package/components/OffsetWellPickerV5/components/MapResizeHandle/getEffectiveMapWidthBounds.js.map +0 -1
  266. package/components/OffsetWellPickerV5/components/MapResizeHandle/index.d.ts +0 -4
  267. package/components/OffsetWellPickerV5/components/MapResizeHandle/index.d.ts.map +0 -1
  268. package/components/OffsetWellPickerV5/components/MapResizeHandle/useMapResize.d.ts +0 -29
  269. package/components/OffsetWellPickerV5/components/MapResizeHandle/useMapResize.d.ts.map +0 -1
  270. package/components/OffsetWellPickerV5/components/MapResizeHandle/useMapResize.js +0 -2
  271. package/components/OffsetWellPickerV5/components/MapResizeHandle/useMapResize.js.map +0 -1
  272. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.d.ts +0 -7
  273. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.d.ts.map +0 -1
  274. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.js +0 -2
  275. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.js.map +0 -1
  276. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/SettingsMenu.module.scss.js +0 -2
  277. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.d.ts +0 -15
  278. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.d.ts.map +0 -1
  279. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.js +0 -2
  280. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.js.map +0 -1
  281. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.module.scss.js +0 -2
  282. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/MetricsSettingsSection.module.scss.js.map +0 -1
  283. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/index.d.ts +0 -2
  284. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/MetricsSettingsSection/index.d.ts.map +0 -1
  285. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.d.ts +0 -16
  286. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.d.ts.map +0 -1
  287. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.js +0 -2
  288. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.js.map +0 -1
  289. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.module.scss.js +0 -2
  290. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.module.scss.js.map +0 -1
  291. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/index.d.ts +0 -2
  292. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/index.d.ts.map +0 -1
  293. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.d.ts +0 -7
  294. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.d.ts.map +0 -1
  295. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.js +0 -2
  296. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.js.map +0 -1
  297. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.module.scss.js +0 -2
  298. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.module.scss.js.map +0 -1
  299. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/index.d.ts +0 -2
  300. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/index.d.ts.map +0 -1
  301. package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/index.d.ts +0 -2
  302. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/__tests__/useHScrollShadowReconcile.test.d.ts +0 -2
  303. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/__tests__/useHScrollShadowReconcile.test.d.ts.map +0 -1
  304. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.d.ts +0 -34
  305. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.d.ts.map +0 -1
  306. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.js +0 -2
  307. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.js.map +0 -1
  308. package/components/OffsetWellPickerV5/hooks/__tests__/resize-observer-test-utils.d.ts +0 -19
  309. package/components/OffsetWellPickerV5/hooks/__tests__/resize-observer-test-utils.d.ts.map +0 -1
  310. package/components/OffsetWellPickerV5/hooks/__tests__/useResizeObserverEffect.test.d.ts +0 -2
  311. package/components/OffsetWellPickerV5/hooks/__tests__/useResizeObserverEffect.test.d.ts.map +0 -1
  312. package/components/OffsetWellPickerV5/hooks/useElementSize.d.ts.map +0 -1
  313. package/components/OffsetWellPickerV5/hooks/useElementSize.js +0 -2
  314. package/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.d.ts +0 -14
  315. package/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.d.ts.map +0 -1
  316. package/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.js +0 -2
  317. package/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.js.map +0 -1
  318. package/components/OffsetWellPickerV5/stores/view-store/__tests__/createViewStore.test.d.ts +0 -2
  319. package/components/OffsetWellPickerV5/stores/view-store/__tests__/createViewStore.test.d.ts.map +0 -1
  320. /package/cjs-bundle/components/OffsetWellPickerV5/{hooks → components/Map/OffsetWellMap/hooks}/useElementSize.js.map +0 -0
  321. /package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/components/{SettingsMenu/SettingsMenu.module.scss.js.map → MetricsSettingMenu/MetricsSettingMenu.module.scss.js.map} +0 -0
  322. /package/components/OffsetWellPickerV5/{hooks → components/Map/OffsetWellMap/hooks}/useElementSize.d.ts +0 -0
  323. /package/components/OffsetWellPickerV5/{hooks → components/Map/OffsetWellMap/hooks}/useElementSize.js.map +0 -0
  324. /package/components/OffsetWellPickerV5/components/OffsetWellsTable/components/{SettingsMenu/SettingsMenu.module.scss.js.map → MetricsSettingMenu/MetricsSettingMenu.module.scss.js.map} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"SettingsAccordion.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/SettingsAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQjD,KAAK,sBAAsB,GAAG;IAC5B,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,4DAO/B,sBAAsB,gBAuBxB,CAAC"}
@@ -1,2 +0,0 @@
1
- import o from"@babel/runtime/helpers/defineProperty";import s from"@babel/runtime/helpers/slicedToArray";import{jsxs as c,jsx as i}from"react/jsx-runtime";import{useState as n}from"react";import t from"classnames";import{Collapse as m}from"@material-ui/core";import r from"./SettingsAccordion.module.scss.js";import{DownIcon as e}from"../../../../../../../../icons/iconParkIcons.js";import"../../../../../../../../icons/customIcons/icons/AddMessage.js";import"../../../../../../../../icons/customIcons/icons/Attention.js";import"../../../../../../../../icons/customIcons/icons/Collapse.js";import"../../../../../../../../icons/customIcons/icons/Dashboard.js";import"../../../../../../../../icons/customIcons/icons/Expand.js";import"../../../../../../../../icons/customIcons/icons/FolderClosed.js";import"../../../../../../../../icons/customIcons/icons/FolderClosedFilled.js";import"../../../../../../../../icons/customIcons/icons/FolderOpened.js";import"../../../../../../../../icons/customIcons/icons/GreaterOrEqual.js";import"../../../../../../../../icons/customIcons/icons/LessOrEqual.js";import"../../../../../../../../icons/customIcons/icons/Search.js";import"../../../../../../../../icons/customIcons/icons/SearchOne.js";import"../../../../../../../../icons/customIcons/icons/Wellhub.js";import"../../../../../../../../icons/customIcons/icons/MultiRuler.js";import"../../../../../../../../icons/customIcons/icons/Checkbox.js";import"../../../../../../../../icons/customIcons/icons/CheckboxChecked.js";import"../../../../../../../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../../../../../../../icons/customIcons/icons/Radio.js";import"../../../../../../../../icons/customIcons/icons/RadioChecked.js";import"../../../../../../../../icons/customIcons/icons/SimulFrac.js";import"../../../../../../../../icons/customIcons/icons/ZipperFrac.js";import"../../../../../../../../icons/customIcons/icons/CautionFilled.js";import"../../../../../../../../icons/customIcons/icons/MoreApp.js";import"../../../../../../../../icons/customIcons/icons/Pad.js";import"../../../../../../../../icons/customIcons/icons/DrilloutUnit.js";import"../../../../../../../../icons/customIcons/icons/FracFleet.js";import"../../../../../../../../icons/customIcons/icons/Global.js";import"../../../../../../../../icons/customIcons/icons/Program.js";import"../../../../../../../../icons/customIcons/icons/Rig.js";import"../../../../../../../../icons/customIcons/icons/Well.js";import"../../../../../../../../icons/customIcons/icons/Gap.js";import"../../../../../../../../icons/customIcons/icons/Pin.js";import"../../../../../../../../icons/customIcons/icons/CloseOneFilled.js";import"../../../../../../../../icons/customIcons/icons/AttentionFilled.js";import"../../../../../../../../icons/customIcons/icons/CheckOneFilled.js";import"../../../../../../../../icons/customIcons/icons/Archive.js";import"../../../../../../../../icons/customIcons/icons/ArchiveCancel.js";import"../../../../../../../../icons/customIcons/icons/Unarchive.js";import"../../../../../../../../icons/customIcons/icons/Archived.js";import"../../../../../../../../icons/customIcons/icons/InterventionUnit.js";import"../../../../../../../../icons/customIcons/icons/CloudDelete.js";import"../../../../../../../../icons/customIcons/icons/Lasso.js";import"../../../../../../../../icons/customIcons/icons/Radius.js";import"../../../../../../../../icons/customIcons/icons/ErrorOps.js";import"../../../../../../../../icons/customIcons/icons/DataTypeOps.js";import"../../../../../../../../icons/customIcons/icons/FalsePositiveOps.js";import"../../../../../../../../icons/customIcons/icons/CalibrationOps.js";import"../../../../../../../../icons/customIcons/icons/CriticalOps.js";import"../../../../../../../../icons/customIcons/icons/Company.js";import"../../../../../../../../icons/customIcons/icons/ArchiveOne.js";import"../../../../../../../../icons/customIcons/icons/ParseBotFusion.js";import"../../../../../../../../icons/customIcons/icons/Connect.js";import"../../../../../../../../icons/customIcons/icons/PuzzleOne.js";import"../../../../../../../../icons/customIcons/icons/Feed.js";import"../../../../../../../../icons/customIcons/icons/Prompt.js";import"../../../../../../../../icons/customIcons/icons/Companies.js";import"../../../../../../../../icons/customIcons/icons/ClipboardAi.js";import"../../../../../../../../icons/customIcons/icons/Key.js";import"../../../../../../../../icons/customIcons/icons/AtSignCrossed.js";import"../../../../../../../../icons/customIcons/icons/MappingManual.js";import"../../../../../../../../icons/customIcons/icons/Mapping.js";import"../../../../../../../../icons/customIcons/icons/Metrics.js";import"../../../../../../../../icons/customIcons/icons/Drops.js";import"../../../../../../../../icons/customIcons/icons/ClipboardSearch.js";import"../../../../../../../../icons/customIcons/icons/Template.js";import"../../../../../../../../icons/customIcons/icons/ClipboardMetrics.js";import"../../../../../../../../icons/customIcons/icons/ClipboardBuilder.js";import"../../../../../../../../icons/customIcons/icons/UnitConversion.js";import"../../../../../../../../icons/customIcons/icons/NPT.js";import"../../../../../../../../icons/customIcons/icons/GuidedFrac.js";var p=function(p){var u=p.title,a=p.children,I=p.defaultOpen,j=void 0===I||I,l=p.icon,d=p.className,h=p.testId,C=n(j),b=s(C,2),F=b[0],O=b[1];return c("div",{className:t(r.root,d),"data-testid":h,children:[c("button",{type:"button",className:r.header,"aria-expanded":F,onClick:function(){return O((function(o){return!o}))},"data-testid":h?"".concat(h,"_toggle"):void 0,children:[u,i("span",{className:t(r.icon,o({},r.iconOpen,F)),children:null!=l?l:i(e,{size:24})})]}),i(m,{in:F,children:i("div",{className:r.content,children:a})})]})};export{p as SettingsAccordion};
2
- //# sourceMappingURL=SettingsAccordion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SettingsAccordion.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import e from'./../../../../../../../../ext-esm/style-inject/dist/style-inject.es.js';var o={spacing:"8",root:"SettingsAccordion-module_root__3fdE2",header:"SettingsAccordion-module_header__I4olh",icon:"SettingsAccordion-module_icon__s0hHt",iconOpen:"SettingsAccordion-module_iconOpen__KqlZy",content:"SettingsAccordion-module_content__k-zMM"};e(".SettingsAccordion-module_root__3fdE2{display:flex;flex-direction:column}.SettingsAccordion-module_header__I4olh{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font:inherit;gap:8px;justify-content:space-between;padding:0;text-align:left;width:100%}.SettingsAccordion-module_icon__s0hHt{align-items:center;color:var(--palette-primary-text-6);display:flex;transition:transform .2s ease}.SettingsAccordion-module_iconOpen__KqlZy{transform:rotate(180deg)}.SettingsAccordion-module_content__k-zMM{padding-top:16px}");export{o as default};
2
- //# sourceMappingURL=SettingsAccordion.module.scss.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,aAAa,wEAA2E;"}
@@ -1,2 +0,0 @@
1
- export { SettingsAccordion } from './SettingsAccordion';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/SettingsAccordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- type TableSettingsSectionProps = {
3
- children?: ReactNode;
4
- };
5
- export declare const TableSettingsSection: ({ children }: TableSettingsSectionProps) => JSX.Element;
6
- export {};
7
- //# sourceMappingURL=TableSettingsSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableSettingsSection.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/TableSettingsSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAWvC,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,cAAc,yBAAyB,gBAyB3E,CAAC"}
@@ -1,2 +0,0 @@
1
- import{jsxs as o,jsx as s}from"react/jsx-runtime";import{SettingsAccordion as t}from"../SettingsAccordion/SettingsAccordion.js";import{useViewStore as n}from"../../../../../../stores/view-store/useViewStore.js";import e from"./TableSettingsSection.module.scss.js";import{Text as i}from"../../../../../../../../componentsV2/Text/Text.js";import"../../../../../../../../componentsV2/Grid/Grid.js";import"../../../../../../../../componentsV2/Grid/Cell.js";import"@babel/runtime/helpers/defineProperty";import"classnames";import"../../../../../../../../componentsV2/Header/Header.scss.js";import"../../../../../../../../componentsV2/Button/Button.js";import"../../../../../../../../componentsV2/ButtonIcon/ButtonIcon.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@material-ui/core";import"react";import"../../../../../../../DevCenter/DevCenterAppContainer/components/IsInsideIsolatedDcAppProvider/IsInsideIsolatedDcAppProvider.js";import"../../../../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"@babel/runtime/helpers/slicedToArray";import"uuid";import"../../../../../../../../componentsV2/Tooltip/Tooltip.scss.js";import"../../../../../../../../componentsV2/Popover/Popover.js";import"../../../../../../../../componentsV2/PopoverPanel/PopoverPanel.js";import"../../../../../../../../componentsV2/Radio/Radio.js";import"../../../../../../../../componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.scss.js";import"../../../../../../../../componentsV2/Checkbox/Checkbox.js";import"@babel/runtime/helpers/toConsumableArray";import"../../../../../../../../componentsV2/TextInput/TextInput.js";import"../../../../../../../../componentsV2/TextInputNext/TextInputNext.js";import"../../../../../../../../componentsV2/Label/Label.js";import"lodash";import"../../../../../../../../componentsV2/TextEndTruncated/TextEndTruncated.scss.js";import"../../../../../../../../componentsV2/TextMiddleTruncated/TextMiddleTruncated.constants.js";import"../../../../../../../../componentsV2/TextMiddleTruncated/TextMiddleTruncated.scss.js";import"../../../../../../../../componentsV2/TextLink/TextLink.js";import"../../../../../../../../componentsV2/Chip/Chip.js";import"../../../../../../../../componentsV2/ChipAlert/ChipAlert.js";import"../../../../../../../../componentsV2/ChipIndicator/ChipIndicator.js";import"../../../../../../../../componentsV2/Avatar/Avatar.js";import"../../../../../../../../componentsV2/AvatarGroup/AvatarGroup.js";import"@material-ui/lab";import"../../../../../../../../componentsV2/ToggleButtons/ToggleButtons.scss.js";import"../../../../../../../../componentsV2/Paper/Paper.js";import"../../../../../../../../componentsV2/ModalWindow/ModalWindow.js";import"../../../../../../../../componentsV2/Modal/Modal.scss.js";import"../../../../../../../../componentsV2/Menu/Menu.js";import"@icon-park/react/es/all";import"../../../../../../../../icons/IconParkProvider.js";import"../../../../../../../../icons/customIcons/icons/AddMessage.js";import"../../../../../../../../icons/customIcons/icons/Attention.js";import"../../../../../../../../icons/customIcons/icons/Collapse.js";import"../../../../../../../../icons/customIcons/icons/Dashboard.js";import"../../../../../../../../icons/customIcons/icons/Expand.js";import"../../../../../../../../icons/customIcons/icons/FolderClosed.js";import"../../../../../../../../icons/customIcons/icons/FolderClosedFilled.js";import"../../../../../../../../icons/customIcons/icons/FolderOpened.js";import"../../../../../../../../icons/customIcons/icons/GreaterOrEqual.js";import"../../../../../../../../icons/customIcons/icons/LessOrEqual.js";import"../../../../../../../../icons/customIcons/icons/Search.js";import"../../../../../../../../icons/customIcons/icons/SearchOne.js";import"../../../../../../../../icons/customIcons/icons/Wellhub.js";import"../../../../../../../../icons/customIcons/icons/MultiRuler.js";import"../../../../../../../../icons/customIcons/icons/Checkbox.js";import"../../../../../../../../icons/customIcons/icons/CheckboxChecked.js";import"../../../../../../../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../../../../../../../icons/customIcons/icons/Radio.js";import"../../../../../../../../icons/customIcons/icons/RadioChecked.js";import"../../../../../../../../icons/customIcons/icons/SimulFrac.js";import"../../../../../../../../icons/customIcons/icons/ZipperFrac.js";import"../../../../../../../../icons/customIcons/icons/CautionFilled.js";import"../../../../../../../../icons/customIcons/icons/MoreApp.js";import"../../../../../../../../icons/customIcons/icons/Pad.js";import"../../../../../../../../icons/customIcons/icons/DrilloutUnit.js";import"../../../../../../../../icons/customIcons/icons/FracFleet.js";import"../../../../../../../../icons/customIcons/icons/Global.js";import"../../../../../../../../icons/customIcons/icons/Program.js";import"../../../../../../../../icons/customIcons/icons/Rig.js";import"../../../../../../../../icons/customIcons/icons/Well.js";import"../../../../../../../../icons/customIcons/icons/Gap.js";import"../../../../../../../../icons/customIcons/icons/Pin.js";import"../../../../../../../../icons/customIcons/icons/CloseOneFilled.js";import"../../../../../../../../icons/customIcons/icons/AttentionFilled.js";import"../../../../../../../../icons/customIcons/icons/CheckOneFilled.js";import"../../../../../../../../icons/customIcons/icons/Archive.js";import"../../../../../../../../icons/customIcons/icons/ArchiveCancel.js";import"../../../../../../../../icons/customIcons/icons/Unarchive.js";import"../../../../../../../../icons/customIcons/icons/Archived.js";import"../../../../../../../../icons/customIcons/icons/InterventionUnit.js";import"../../../../../../../../icons/customIcons/icons/CloudDelete.js";import"../../../../../../../../icons/customIcons/icons/Lasso.js";import"../../../../../../../../icons/customIcons/icons/Radius.js";import"../../../../../../../../icons/customIcons/icons/ErrorOps.js";import"../../../../../../../../icons/customIcons/icons/DataTypeOps.js";import"../../../../../../../../icons/customIcons/icons/FalsePositiveOps.js";import"../../../../../../../../icons/customIcons/icons/CalibrationOps.js";import"../../../../../../../../icons/customIcons/icons/CriticalOps.js";import"../../../../../../../../icons/customIcons/icons/Company.js";import"../../../../../../../../icons/customIcons/icons/ArchiveOne.js";import"../../../../../../../../icons/customIcons/icons/ParseBotFusion.js";import"../../../../../../../../icons/customIcons/icons/Connect.js";import"../../../../../../../../icons/customIcons/icons/PuzzleOne.js";import"../../../../../../../../icons/customIcons/icons/Feed.js";import"../../../../../../../../icons/customIcons/icons/Prompt.js";import"../../../../../../../../icons/customIcons/icons/Companies.js";import"../../../../../../../../icons/customIcons/icons/ClipboardAi.js";import"../../../../../../../../icons/customIcons/icons/Key.js";import"../../../../../../../../icons/customIcons/icons/AtSignCrossed.js";import"../../../../../../../../icons/customIcons/icons/MappingManual.js";import"../../../../../../../../icons/customIcons/icons/Mapping.js";import"../../../../../../../../icons/customIcons/icons/Metrics.js";import"../../../../../../../../icons/customIcons/icons/Drops.js";import"../../../../../../../../icons/customIcons/icons/ClipboardSearch.js";import"../../../../../../../../icons/customIcons/icons/Template.js";import"../../../../../../../../icons/customIcons/icons/ClipboardMetrics.js";import"../../../../../../../../icons/customIcons/icons/ClipboardBuilder.js";import"../../../../../../../../icons/customIcons/icons/UnitConversion.js";import"../../../../../../../../icons/customIcons/icons/NPT.js";import"../../../../../../../../icons/customIcons/icons/GuidedFrac.js";import"../../../../../../../../componentsV2/utils.js";import"../../../../../../../../componentsV2/Hint/Hint.scss.js";import"../../../../../../../../componentsV2/Counter/Counter.js";import"../../../../../../../../componentsV2/BadgeBase/BadgeBase.scss.js";import"../../../../../../../../componentsV2/TemplatesControl/TemplatesControl.js";import"zustand";import"../../../../../../../../componentsV2/TemplatesControl/utils.js";import"../../../../../../../../componentsV2/TemplatesControl/icons/folder/index.js";import"../../../../../../../../componentsV2/TemplatesControl/Store/utils.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../../../../../../../componentsV2/TemplatesControl/types.js";import"../../../../../../../../utils/index.js";import"../../../../../../../../clients/jsonApi/index.js";import"../../../../../../../../permissions/PermissionsContext.js";import"../../../../../../../../permissions/constants/index.js";import"../../../../../../../../permissions/withPermissionsHOC.js";import"../../../../../../../../permissions/ProvidePermissions.js";import"../../../../../../../../componentsV2/BadgeDot/BadgeDot.scss.js";import"../../../../../../../../componentsV2/LoaderLinear/LoaderLinear.scss.js";import"../../../../../../../../componentsV2/LoaderLogo/LoaderLogo.constants.js";import"../../../../../../../../componentsV2/LoaderLogo/LoaderLogo.scss.js";import{Switch as c}from"../../../../../../../../componentsV2/Switch/Switch.js";import"../../../../../../../../componentsV2/Tabs/Tabs.js";import"../../../../../../../../componentsV2/EmptyState/EmptyState.scss.js";import"../../../../../../../../componentsV2/FileIcon/FileIcon.js";import"../../../../../../../../componentsV2/Tag/Tag.js";import"react-dropzone";import"../../../../../../../../componentsV2/FilesDropzone/FilesDropzone.scss.js";import"../../../../../../../../componentsV2/FilesLoader/FilesLoader.scss.js";import"../../../../../../../../componentsV2/FilesProcessor/FilesProcessor.scss.js";import"../../../../../../../../componentsV2/Skeleton/Skeleton.scss.js";import"../../../../../../../../utils/main.js";import"../../../../../../../../componentsV2/CopyToClipboard/CopyToClipboard.scss.js";import"../../../../../../../../componentsV2/Stepper/Step/Step.scss.js";import"../../../../../../../../componentsV2/Stepper/Stepper.scss.js";import"../../../../../../../../componentsV2/ButtonLive/ButtonLive.js";import"../../../../../../../../componentsV2/ButtonText/ButtonText.js";import"../../../../../../../../componentsV2/IndicatorLive/IndicatorLive.js";import"../../../../../../../../componentsV2/Accordion/Accordion.scss.js";import"../../../../../../../../componentsV2/Breadcrumbs/Breadcrumbs.scss.js";import"../../../../../../../../componentsV2/BadgeComment/BadgeComment.js";import"../../../../../../../../componentsV2/AppContainer/AppContainer.js";import"../../../../../../../../componentsV2/AppContainer/AppContainer.constants.js";import"../../../../../../../../componentsV2/AppFooter/AppFooter.js";import"immutable";import"query-string";import"../../../../../../../../constants/goals.js";import"../../../../../../../../constants/segment.js";import"../../../../../../../../constants/alerts.js";import"../../../../../../../../constants/apps.js";import"../../../../../../../../constants/drillstring.js";import"../../../../../../../../constants/completion.js";import"../../../../../../../../constants/appPackages.js";import"../../../../../../../../constants/notifications.js";import"../../../../../../../../constants/feed.js";import"../../../../../../../../constants/bha.js";import"../../../../../../../../constants/corvaCompanyId.js";import"../../../../../../../GradientManager/configuration/constants.js";import"../../../../../../../../componentsV2/AppCommonsProvider/AppCommonsContext.js";import"../../../../../../../../componentsV2/AppHeader/AppHeader.constants.js";import"../../../../../../../../componentsV2/AppHeader/AppBadge/AppBadge.scss.js";import"../../../../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router-dom";import"../../../../../../../../componentsV2/AppHeader/AppAssets/utils.js";import"../../../../../../../../componentsV2/AppHeader/AppAssets/AppAssets.scss.js";import"../../../../../../../PadModeSelect/PadModeSelect.js";import"../../../../../../../../componentsV2/AppHeader/PadMode/PadMode.scss.js";import"../../../../../../../../constants/streamSourceType.js";import"../../../../../../../../componentsV2/PadModeSelect/PadModeSelect.js";import"../../../../../../../../componentsV2/PadModeSelect/PadModeSelect.constants.js";import"../../../../../../../../componentsV2/AppCommonsProvider/AppCommonsProvider.js";import"../../../../../../../../utils/mobileDetect.js";import"../../../../../../../../componentsV2/AppHeader/V3/VersionSelect/VersionSelect.js";import"../../../../../../../../componentsV2/UniversalLink/UniversalLink.scss.js";import"../../../../../../../../componentsV2/AppHeader/V3/AssetChips/AssetChips.scss.js";import"moment";import"../../../../../../../../componentsV2/AppHeader/V3/DqStatusIcon/DqStatusIcon.js";import"../../../../../../../../componentsV2/AppHeader/V3/DqStatusIcon/DqStatusIcon.constants.js";import"../../../../../../../../componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.js";import"../../../../../../../../componentsV2/AppDqPopover/DqAlertTooltip/DqAlertTooltip.scss.js";import"../../../../../../../../componentsV2/AppDqPopover/DqAlert/DqAlert.scss.js";import"../../../../../../../../componentsV2/AppDqPopover/DqAsset/DqAsset.scss.js";import"../../../../../../../../componentsV2/AppDqPopover/AppDqPopover.scss.js";import"../../../../../../../AppIcon/AppIcon.js";import"../../../../../../../../utils/getSingleAsset.js";import"../../../../../../../../componentsV2/AppHeader/V3/AssetSelector/AssetSelectorChip/AssetSelectorChip.js";import"../../../../../../../../componentsV2/AppHeader/V3/AssetSelector/constants.js";import"../../../../../../../../componentsV2/AppHeader/V3/AssetSelector/AssetSelectorSelect/AssetSelectorSelect.scss.js";import"../../../../../../../../componentsV2/AppHeader/V3/AssetSelector/AssetSelectorSelect/loadAssets.js";import"../../../../../../../../componentsV2/AppHeader/V3/AssetSelector/AssetSelector.scss.js";import"../../../../../../../../clients/subscriptions/constants.js";import"querystring";import"uuid/v1";import"../../../../../../../../clients/subscriptions.v1.js";import"../../../../../../../../clients/subscriptions/subscriptions-client.factory.js";import"jsona";import"../../../../../../../../utils/env.js";import"../../../../../../../StatusBadge/constants.js";import"lodash/set";import"lodash/get";import"lodash/unset";import"../../../../../../../../clients/api/apiCore.js";import"../../../../../../../../clients/constants.js";import"../../../../../../../../clients/sso/auth0.js";import"../../../../../../../../clients/sso/oauth2.js";import"../../../../../../../../clients/api/rateLimiter.js";import"lodash/isEmpty";import"lodash/sortBy";import"../../../../../../../DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js";import"../../../../../../../../componentsV2/AppSettings/AppSettingsPinningContext.js";import"../../../../../../../../componentsV2/AppHeader/V3/AppTitle/AppTitle.constants.js";import"../../../../../../../../componentsV2/AppHeader/V3/AppTitle/AppTitle.scss.js";import"../../../../../../../../componentsV2/AppHeader/V3/constants.scss.js";import"@babel/runtime/helpers/typeof";import"../../../../../../../../componentsV2/AppHeader/V3/SettingsButton/SettingsButton.js";import"../../../../../../../../componentsV2/AppHeader/V3/SettingsButton/SettingsButton.constants.js";import"../../../../../../../../componentsV2/AppSettings/AppSettings.js";import"../../../../../../../../componentsV2/AppSettings/AppSettings.constants.js";import"../../../../../../../../componentsV2/AppSizeProvider/AppSizeProvider.js";import"../../../../../../../../componentsV2/AppHeader/V3/Actions/Actions.constants.js";import"../../../../../../../../componentsV2/AppHeader/V3/Actions/Actions.scss.js";import"../../../../../../../../componentsV2/AppHeader/V3/AppHeaderV3.scss.js";import"../../../../../../../../componentsV2/AppHeader/AppHeader.scss.js";import"../../../../../../../../componentsV2/OffsetWellsButton/OffsetWellsButton.js";import"../../../../../../../../componentsV2/Autocomplete/Autocomplete.js";import"../../../../../../../../componentsV2/Select/Select.js";import"../../../../../../../../componentsV2/AppSettingsDivider/AppSettingsDivider.scss.js";import"../../../../../../../../componentsV2/WellArchivedMessage/WellArchivedMessage.js";import"../../../../../../../../componentsV2/DatePicker/DatePicker.js";import"../../../../../../../../componentsV2/DragHandle/DragHandle.js";import"../../../../../../../../componentsV2/CompletionsOffsetWellPicker/CompletionsOffsetWellPicker.js";import"../../../../../../../../componentsV2/Slider/constants.js";import"../../../../../../../../componentsV2/Slider/components/SliderThumb.js";import"../../../../../../../../componentsV2/Slider/Slider.scss.js";import"react-color";import"../../../../../../../../componentsV2/ColorPicker/Swatches/Swatches.scss.js";import"../../../../../../../../componentsV2/ColorPicker/OpacityDragtracker/OpacityDragTracker.scss.js";import"../../../../../../../../componentsV2/ColorPicker/ColorPicker.scss.js";var p=function(p){var r=p.children,m=n((function(o){return o.dense})),a=n((function(o){return o.setDense}));return o(t,{testId:"".concat("SettingsMenu","_tableSection"),title:s(i,{size:16,color:"T1",children:"Table"}),className:e.root,children:[s(c,{testId:"".concat("SettingsMenu","_denseSwitch"),checked:m,size:"medium",onChange:function(o){return a(o)},onLabel:"Dense Table"}),r]})};export{p as TableSettingsSection};
2
- //# sourceMappingURL=TableSettingsSection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableSettingsSection.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import t from'./../../../../../../../../ext-esm/style-inject/dist/style-inject.es.js';var e={spacing:"8",root:"TableSettingsSection-module_root__wG56W"};t(".TableSettingsSection-module_root__wG56W{padding-top:8px}");export{e as default};
2
- //# sourceMappingURL=TableSettingsSection.module.scss.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,aAAa,wEAA2E;"}
@@ -1,2 +0,0 @@
1
- export { TableSettingsSection } from './TableSettingsSection';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/OffsetWellPickerV5/components/OffsetWellsTable/components/SettingsMenu/components/TableSettingsSection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { SettingsMenu } from './SettingsMenu';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useHScrollShadowReconcile.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHScrollShadowReconcile.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/__tests__/useHScrollShadowReconcile.test.tsx"],"names":[],"mappings":""}
@@ -1,34 +0,0 @@
1
- type UseHScrollShadowReconcileResult = {
2
- containerRef: (node: HTMLDivElement | null) => void;
3
- contentRef: (node: HTMLElement | null) => void;
4
- };
5
- /**
6
- * Keeps the view-store `isHScrollMoved` flag (which drives the sticky well-name
7
- * column shadow) in sync with the REAL horizontal scroll position.
8
- *
9
- * The flag lives in a store that outlives the modal and is otherwise mutated
10
- * only by scroll events, so it goes stale whenever the table re-mounts (modal
11
- * reopen, fresh DOM at scrollLeft 0) or its geometry changes without firing a
12
- * scroll event.
13
- *
14
- * The flag is a pure function of three quantities of the scroll container:
15
- * `scrollLeft` (scroll events, handled elsewhere), `clientWidth`, and
16
- * `scrollWidth` (content extent). This hook observes the latter two directly —
17
- * no guessing at which prop changed the width:
18
- *
19
- * - `containerRef` → attach to the scroll container. A ResizeObserver on it
20
- * catches `clientWidth` changes (map split-drag, scrollbar appear/disappear),
21
- * and its callback reconciles BEFORE paint on mount/re-attach so a stale
22
- * `true` never flashes on reopen.
23
- * - `contentRef` → attach to a content element whose box width equals the
24
- * horizontal content extent (the head table). A ResizeObserver on it catches
25
- * `scrollWidth` changes (column add/remove, well-name expand, metrics, TA
26
- * column…). The browser clamps `scrollLeft` during layout before the observer
27
- * fires, so `recompute` reads the already-clamped value.
28
- *
29
- * The caller forks `containerRef` with any ref it needs to keep populated (e.g.
30
- * for scroll restore / animation).
31
- */
32
- export declare const useHScrollShadowReconcile: () => UseHScrollShadowReconcileResult;
33
- export {};
34
- //# sourceMappingURL=useHScrollShadowReconcile.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHScrollShadowReconcile.d.ts","sourceRoot":"","sources":["../../../../../../src/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useHScrollShadowReconcile.ts"],"names":[],"mappings":"AAMA,KAAK,+BAA+B,GAAG;IACrC,YAAY,EAAE,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,KAAK,IAAI,CAAC;IACpD,UAAU,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,yBAAyB,QAAO,+BA4C5C,CAAC"}
@@ -1,2 +0,0 @@
1
- import{useRef as r,useCallback as e}from"react";import{H_SCROLL_THRESHOLD as t}from"../../../constants.js";import{useViewStore as o}from"../../../stores/view-store/useViewStore.js";import{useResizeObserverEffect as n}from"../../../hooks/useResizeObserverEffect.js";var s=function(){var s=o((function(r){return r.isHScrollMoved})),u=o((function(r){return r.setIsHScrollMoved})),c=r(null),f=r(s);f.current=s;var i=e((function(){var r=c.current;if(r){var e=r.scrollLeft>t;e!==f.current&&u(e)}}),[u]),a=n(i,{measureOnMount:!1}).ref,m=n(i,{measureOnMount:!1}).ref;return{containerRef:e((function(r){c.current=r,a(r),i()}),[a,i]),contentRef:m}};export{s as useHScrollShadowReconcile};
2
- //# sourceMappingURL=useHScrollShadowReconcile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHScrollShadowReconcile.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,19 +0,0 @@
1
- type TestSize = {
2
- width: number;
3
- height: number;
4
- };
5
- export declare class TestResizeObserver {
6
- static instances: TestResizeObserver[];
7
- readonly observedElements: Element[];
8
- disconnectCount: number;
9
- private readonly callback;
10
- constructor(callback: ResizeObserverCallback);
11
- observe(element: Element): void;
12
- unobserve(element: Element): void;
13
- disconnect(): void;
14
- trigger(size: TestSize, target?: Element): void;
15
- }
16
- export declare const installResizeObserverMock: () => (() => void);
17
- export declare const createMeasuredElement: (size: TestSize) => HTMLElement;
18
- export {};
19
- //# sourceMappingURL=resize-observer-test-utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resize-observer-test-utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/OffsetWellPickerV5/hooks/__tests__/resize-observer-test-utils.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAuBF,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,SAAS,EAAE,kBAAkB,EAAE,CAAM;IAE5C,QAAQ,CAAC,gBAAgB,EAAE,OAAO,EAAE,CAAM;IAE1C,eAAe,SAAK;IAEpB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAyB;gBAEtC,QAAQ,EAAE,sBAAsB;IAK5C,OAAO,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAI/B,SAAS,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAQjC,UAAU,IAAI,IAAI;IAKlB,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,UAA2B,GAAG,IAAI;CAYjE;AAED,eAAO,MAAM,yBAAyB,QAAO,CAAC,MAAM,IAAI,CAUvD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,MAAM,QAAQ,KAAG,WAKtD,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useResizeObserverEffect.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useResizeObserverEffect.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/OffsetWellPickerV5/hooks/__tests__/useResizeObserverEffect.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useElementSize.d.ts","sourceRoot":"","sources":["../../../../src/components/OffsetWellPickerV5/hooks/useElementSize.ts"],"names":[],"mappings":"AAKA,KAAK,oBAAoB,GAAG;IAC1B,GAAG,EAAE,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,oBAUjC,CAAC"}
@@ -1,2 +0,0 @@
1
- import r from"@babel/runtime/helpers/slicedToArray";import{useState as e,useCallback as t}from"react";import{useResizeObserverEffect as i}from"./useResizeObserverEffect.js";var h=function(){var h=e({width:0,height:0}),o=r(h,2),f=o[0],m=o[1],n=t((function(r){m(r)}),[]);return{ref:i(n).ref,width:f.width,height:f.height}};export{h as useElementSize};
2
- //# sourceMappingURL=useElementSize.js.map
@@ -1,14 +0,0 @@
1
- export type Size = {
2
- width: number;
3
- height: number;
4
- };
5
- type UseResizeObserverEffectOptions = {
6
- measureOnMount?: boolean;
7
- target?: HTMLElement | null;
8
- };
9
- type UseResizeObserverEffectResult = {
10
- ref: (node: HTMLElement | null) => void;
11
- };
12
- export declare const useResizeObserverEffect: (onResize: (size: Size) => void, { measureOnMount, target }?: UseResizeObserverEffectOptions) => UseResizeObserverEffectResult;
13
- export {};
14
- //# sourceMappingURL=useResizeObserverEffect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useResizeObserverEffect.d.ts","sourceRoot":"","sources":["../../../../src/components/OffsetWellPickerV5/hooks/useResizeObserverEffect.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,8BAA8B,GAAG;IACpC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC,GAAG,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAClC,UAAU,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,EAC9B,6BAAmC,8BAAmC,KACrE,6BAsCF,CAAC"}
@@ -1,2 +0,0 @@
1
- import e from"@babel/runtime/helpers/slicedToArray";import{useState as t,useRef as r,useCallback as n,useEffect as i}from"react";var o=function(o){var c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},u=c.measureOnMount,h=void 0===u||u,d=c.target,f=t(null),v=e(f,2),a=v[0],s=v[1],g=r(o);g.current=o;var l=n((function(e){s(e)}),[]),m=void 0===d?a:d;return i((function(){if(m&&"undefined"!=typeof ResizeObserver){if(h){var e=m.getBoundingClientRect();g.current({width:e.width,height:e.height})}var t=new ResizeObserver((function(e){var t=e[0];t&&g.current({width:t.contentRect.width,height:t.contentRect.height})}));return t.observe(m),function(){return t.disconnect()}}}),[m,h]),{ref:l}};export{o as useResizeObserverEffect};
2
- //# sourceMappingURL=useResizeObserverEffect.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useResizeObserverEffect.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=createViewStore.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createViewStore.test.d.ts","sourceRoot":"","sources":["../../../../../../src/components/OffsetWellPickerV5/stores/view-store/__tests__/createViewStore.test.ts"],"names":[],"mappings":""}