@corva/ui 0.48.0-0 → 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.
- package/CLI/hocs/constants.d.ts +3 -0
- package/CLI/hocs/constants.d.ts.map +1 -0
- package/CLI/hocs/utils.d.ts +5 -0
- package/CLI/hocs/utils.d.ts.map +1 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.d.ts.map +1 -0
- package/clients/api/apiCore.d.ts +38 -0
- package/clients/api/apiCore.d.ts.map +1 -0
- package/clients/api/httpMessages.d.ts +7 -0
- package/clients/api/httpMessages.d.ts.map +1 -0
- package/clients/clientStorage/core.d.ts +5 -0
- package/clients/clientStorage/core.d.ts.map +1 -0
- package/clients/clientStorage/index.d.ts +19 -0
- package/clients/clientStorage/index.d.ts.map +1 -0
- package/clients/clientStorage/index.js +1 -1
- package/clients/constants.d.ts +6 -0
- package/clients/constants.d.ts.map +1 -0
- package/clients/index.d.ts +29 -0
- package/clients/index.d.ts.map +1 -0
- package/clients/jsonApi/index.d.ts +108 -0
- package/clients/jsonApi/index.d.ts.map +1 -0
- package/clients/jsonApi/methods.d.ts +2 -0
- package/clients/jsonApi/methods.d.ts.map +1 -0
- package/clients/subscriptions.d.ts +9 -0
- package/clients/subscriptions.d.ts.map +1 -0
- package/clients/utils.d.ts +6 -0
- package/clients/utils.d.ts.map +1 -0
- package/components/AddComment/Popover.d.ts +38 -0
- package/components/AddComment/Popover.d.ts.map +1 -0
- package/components/AddComment/Popover.js +1 -1
- package/components/AddComment/Popup.d.ts +38 -0
- package/components/AddComment/Popup.d.ts.map +1 -0
- package/components/AddComment/components/Content.d.ts +37 -0
- package/components/AddComment/components/Content.d.ts.map +1 -0
- package/components/AddComment/components/Content.js +1 -1
- package/components/AddComment/index.d.ts +4 -0
- package/components/AddComment/index.d.ts.map +1 -0
- package/components/AdvancedSlider/AdvancedSlider.d.ts +3 -0
- package/components/AdvancedSlider/AdvancedSlider.d.ts.map +1 -0
- package/components/AdvancedSlider/Handle.d.ts +9 -0
- package/components/AdvancedSlider/Handle.d.ts.map +1 -0
- package/components/AdvancedSlider/index.d.ts +2 -0
- package/components/AdvancedSlider/index.d.ts.map +1 -0
- package/components/AnchorsList/AnchorsList.d.ts +19 -0
- package/components/AnchorsList/AnchorsList.d.ts.map +1 -0
- package/components/AnchorsList/index.d.ts +2 -0
- package/components/AnchorsList/index.d.ts.map +1 -0
- package/components/Annotations/AnnotationsContext.d.ts +11 -0
- package/components/Annotations/AnnotationsContext.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.d.ts +3 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.d.ts +3 -0
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.d.ts +21 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.d.ts +6 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.d.ts +36 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/index.d.ts +29 -0
- package/components/Annotations/components/AnnotationsList/index.d.ts.map +1 -0
- package/components/Annotations/components/LastAnnotation/index.d.ts +3 -0
- package/components/Annotations/components/LastAnnotation/index.d.ts.map +1 -0
- package/components/Annotations/constants.d.ts +32 -0
- package/components/Annotations/constants.d.ts.map +1 -0
- package/components/Annotations/index.d.ts +7 -0
- package/components/Annotations/index.d.ts.map +1 -0
- package/components/AppVersionsSelect/AppVersionsSelect.d.ts +20 -0
- package/components/AppVersionsSelect/AppVersionsSelect.d.ts.map +1 -0
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
- package/components/AppVersionsSelect/effects/index.d.ts +7 -0
- package/components/AppVersionsSelect/effects/index.d.ts.map +1 -0
- package/components/AppVersionsSelect/index.d.ts +2 -0
- package/components/AppVersionsSelect/index.d.ts.map +1 -0
- package/components/AssetEditor/AssetEditorAutocomplete.d.ts +73 -0
- package/components/AssetEditor/AssetEditorAutocomplete.d.ts.map +1 -0
- package/components/AssetEditor/SingleAssetEditor.d.ts +31 -0
- package/components/AssetEditor/SingleAssetEditor.d.ts.map +1 -0
- package/components/AssetEditor/constants.d.ts +3 -0
- package/components/AssetEditor/constants.d.ts.map +1 -0
- package/components/AssetEditor/effects/index.d.ts +29 -0
- package/components/AssetEditor/effects/index.d.ts.map +1 -0
- package/components/AssetEditor/index.d.ts +33 -0
- package/components/AssetEditor/index.d.ts.map +1 -0
- package/components/AssetEditor/utils/index.d.ts +2 -0
- package/components/AssetEditor/utils/index.d.ts.map +1 -0
- package/components/AssetNameLabel/PrimaryAssetNameLabel.d.ts +3 -0
- package/components/AssetNameLabel/PrimaryAssetNameLabel.d.ts.map +1 -0
- package/components/AssetNameLabel/SecondaryAssetNameLabel.d.ts +3 -0
- package/components/AssetNameLabel/SecondaryAssetNameLabel.d.ts.map +1 -0
- package/components/AssetNameLabel/index.d.ts +3 -0
- package/components/AssetNameLabel/index.d.ts.map +1 -0
- package/components/Attachment/index.d.ts +18 -0
- package/components/Attachment/index.d.ts.map +1 -0
- package/components/Autocomplete/Autocomplete.d.ts +38 -0
- package/components/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/components/Autocomplete/index.d.ts +2 -0
- package/components/Autocomplete/index.d.ts.map +1 -0
- package/components/Avatar/index.d.ts +61 -0
- package/components/Avatar/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/Map.d.ts +39 -0
- package/components/BICOffsetPickerDialog/components/Map/Map.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/index.d.ts +28 -0
- package/components/BICOffsetPickerDialog/components/Map/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.d.ts +14 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.d.ts +19 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.d.ts +11 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts +3 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.d.ts +87 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/index.d.ts +2 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.d.ts +2 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/index.d.ts +2 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.d.ts +3 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.d.ts +29 -0
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.d.ts +31 -0
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.d.ts +21 -0
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/index.d.ts +23 -0
- package/components/BICOffsetPickerDialog/components/WellSection/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/constants.d.ts +6 -0
- package/components/BICOffsetPickerDialog/constants.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/effects/index.d.ts +4 -0
- package/components/BICOffsetPickerDialog/effects/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/index.d.ts +40 -0
- package/components/BICOffsetPickerDialog/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/index.js +1 -1
- package/components/BICOffsetPickerDialog/utils/apiCalls.d.ts +3 -0
- package/components/BICOffsetPickerDialog/utils/apiCalls.d.ts.map +1 -0
- package/components/Breadcrumbs/index.d.ts +14 -0
- package/components/Breadcrumbs/index.d.ts.map +1 -0
- package/components/Breadcrumbs/index.js +1 -1
- package/{types/src/components → components}/Button/index.d.ts +18 -17
- package/components/Button/index.d.ts.map +1 -0
- package/components/Casing/CasingComponentIcon.d.ts +25 -0
- package/components/Casing/CasingComponentIcon.d.ts.map +1 -0
- package/components/Casing/CasingTable/CasingComponent.d.ts +12 -0
- package/components/Casing/CasingTable/CasingComponent.d.ts.map +1 -0
- package/components/Casing/CasingTable/index.d.ts +10 -0
- package/components/Casing/CasingTable/index.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/CasingTableV2.d.ts +41 -0
- package/components/Casing/CasingTableV2/CasingTableV2.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.d.ts +22 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.d.ts +37 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -1
- package/components/Casing/CasingTableV2/components/CasingJoints/index.d.ts +4 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/index.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/Component.d.ts +45 -0
- package/components/Casing/CasingTableV2/components/Component.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/Component.js +1 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.d.ts +31 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.d.ts +41 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/index.d.ts +4 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/index.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/EditComponentDialog.d.ts +28 -0
- package/components/Casing/CasingTableV2/components/EditComponentDialog.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/Header.d.ts +3 -0
- package/components/Casing/CasingTableV2/components/Header.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/SortableComponent.d.ts +3 -0
- package/components/Casing/CasingTableV2/components/SortableComponent.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/SortableComponents.d.ts +3 -0
- package/components/Casing/CasingTableV2/components/SortableComponents.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/constants.d.ts +13 -0
- package/components/Casing/CasingTableV2/components/constants.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/index.d.ts +2 -0
- package/components/Casing/CasingTableV2/index.d.ts.map +1 -0
- package/components/Casing/CasingTile/CasingTile.d.ts +25 -0
- package/components/Casing/CasingTile/CasingTile.d.ts.map +1 -0
- package/components/Casing/CasingTile/index.d.ts +2 -0
- package/components/Casing/CasingTile/index.d.ts.map +1 -0
- package/components/Casing/CasingTile/style.d.ts +2 -0
- package/components/Casing/CasingTile/style.d.ts.map +1 -0
- package/components/Casing/CasingTileIcon.d.ts +15 -0
- package/components/Casing/CasingTileIcon.d.ts.map +1 -0
- package/components/Casing/index.d.ts +6 -0
- package/components/Casing/index.d.ts.map +1 -0
- package/components/Chart/ChartWrapperContext.d.ts +3 -0
- package/components/Chart/ChartWrapperContext.d.ts.map +1 -0
- package/components/Chart/components/ChartButton.d.ts +12 -0
- package/components/Chart/components/ChartButton.d.ts.map +1 -0
- package/components/Chart/components/ChartButtons.d.ts +7 -0
- package/components/Chart/components/ChartButtons.d.ts.map +1 -0
- package/components/Chart/components/ChartWrapper.d.ts +7 -0
- package/components/Chart/components/ChartWrapper.d.ts.map +1 -0
- package/components/Chart/components/buttons/DragToZoomButton.d.ts +13 -0
- package/components/Chart/components/buttons/DragToZoomButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/HideAxesButton.d.ts +7 -0
- package/components/Chart/components/buttons/HideAxesButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/PanButton.d.ts +13 -0
- package/components/Chart/components/buttons/PanButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/ResetZoomButton.d.ts +13 -0
- package/components/Chart/components/buttons/ResetZoomButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/ZoomInButton.d.ts +11 -0
- package/components/Chart/components/buttons/ZoomInButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/ZoomOutButton.d.ts +11 -0
- package/components/Chart/components/buttons/ZoomOutButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/index.d.ts +7 -0
- package/components/Chart/components/buttons/index.d.ts.map +1 -0
- package/components/Chart/components/index.d.ts +5 -0
- package/components/Chart/components/index.d.ts.map +1 -0
- package/components/Chart/constants.d.ts +11 -0
- package/components/Chart/constants.d.ts.map +1 -0
- package/components/Chart/effects/index.d.ts +5 -0
- package/components/Chart/effects/index.d.ts.map +1 -0
- package/components/Chart/effects/useChartModifier.d.ts +8 -0
- package/components/Chart/effects/useChartModifier.d.ts.map +1 -0
- package/components/Chart/effects/useChartModifier.js +1 -1
- package/components/Chart/effects/useHideAxes.d.ts +8 -0
- package/components/Chart/effects/useHideAxes.d.ts.map +1 -0
- package/components/Chart/effects/useKeyboardControl.d.ts +5 -0
- package/components/Chart/effects/useKeyboardControl.d.ts.map +1 -0
- package/components/Chart/effects/useZoom.d.ts +15 -0
- package/components/Chart/effects/useZoom.d.ts.map +1 -0
- package/components/Chart/options.d.ts +103 -0
- package/components/Chart/options.d.ts.map +1 -0
- package/components/Chart/utils.d.ts +23 -0
- package/components/Chart/utils.d.ts.map +1 -0
- package/components/ChartActionsList/ChartActionsList.d.ts +18 -0
- package/components/ChartActionsList/ChartActionsList.d.ts.map +1 -0
- package/components/ChartActionsList/icons/GoLive.d.ts +11 -0
- package/components/ChartActionsList/icons/GoLive.d.ts.map +1 -0
- package/components/ChartActionsList/icons/LeftArrow.d.ts +11 -0
- package/components/ChartActionsList/icons/LeftArrow.d.ts.map +1 -0
- package/components/ChartActionsList/icons/RightArrow.d.ts +11 -0
- package/components/ChartActionsList/icons/RightArrow.d.ts.map +1 -0
- package/components/ChartActionsList/icons/TimeRange.d.ts +3 -0
- package/components/ChartActionsList/icons/TimeRange.d.ts.map +1 -0
- package/components/ChartActionsList/icons/ZoomIn.d.ts +11 -0
- package/components/ChartActionsList/icons/ZoomIn.d.ts.map +1 -0
- package/components/ChartActionsList/icons/ZoomOut.d.ts +11 -0
- package/components/ChartActionsList/icons/ZoomOut.d.ts.map +1 -0
- package/components/ChartActionsList/index.d.ts +2 -0
- package/components/ChartActionsList/index.d.ts.map +1 -0
- package/components/Checkbox/index.d.ts +13 -0
- package/components/Checkbox/index.d.ts.map +1 -0
- package/components/Chip/index.d.ts +14 -0
- package/components/Chip/index.d.ts.map +1 -0
- package/components/CollapsableSidebar.d.ts +41 -0
- package/components/CollapsableSidebar.d.ts.map +1 -0
- package/components/CollapsableSidebar.js +1 -1
- package/components/CollapsibleContent.d.ts +17 -0
- package/components/CollapsibleContent.d.ts.map +1 -0
- package/components/ColorPicker/ColorPicker.d.ts +45 -0
- package/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.d.ts +15 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/index.d.ts +2 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/index.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.d.ts +3 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.d.ts +4 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/index.d.ts +2 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/index.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts +3 -0
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/index.d.ts +2 -0
- package/components/ColorPicker/PaletteChromePicker/index.d.ts.map +1 -0
- package/components/ColorPicker/index.d.ts +2 -0
- package/components/ColorPicker/index.d.ts.map +1 -0
- package/components/ColorPickerPalette/ColorPickerPalette.d.ts +21 -0
- package/components/ColorPickerPalette/ColorPickerPalette.d.ts.map +1 -0
- package/components/ColorPickerPalette/index.d.ts +2 -0
- package/components/ColorPickerPalette/index.d.ts.map +1 -0
- package/components/Comment/CommentIcon/BadgeIcon.d.ts +4 -0
- package/components/Comment/CommentIcon/BadgeIcon.d.ts.map +1 -0
- package/components/Comment/CommentIcon/index.d.ts +23 -0
- package/components/Comment/CommentIcon/index.d.ts.map +1 -0
- package/components/Comment/index.d.ts +24 -0
- package/components/Comment/index.d.ts.map +1 -0
- package/components/CommentInput/index.d.ts +60 -0
- package/components/CommentInput/index.d.ts.map +1 -0
- package/components/CommentInput/index.js +1 -1
- package/components/CommentLoader.d.ts +11 -0
- package/components/CommentLoader.d.ts.map +1 -0
- package/components/CommentWrapper.d.ts +20 -0
- package/components/CommentWrapper.d.ts.map +1 -0
- package/components/CommentsInfo/index.d.ts +34 -0
- package/components/CommentsInfo/index.d.ts.map +1 -0
- package/components/ConfirmationDialog.d.ts +25 -0
- package/components/ConfirmationDialog.d.ts.map +1 -0
- package/components/ContextMenuItem/index.d.ts +21 -0
- package/components/ContextMenuItem/index.d.ts.map +1 -0
- package/components/CopyToClipboard/CopyToClipboard.d.ts +40 -0
- package/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -0
- package/components/CopyToClipboard/index.d.ts +2 -0
- package/components/CopyToClipboard/index.d.ts.map +1 -0
- package/components/Counter/index.d.ts +26 -0
- package/components/Counter/index.d.ts.map +1 -0
- package/components/CustomSelect/index.d.ts +23 -0
- package/components/CustomSelect/index.d.ts.map +1 -0
- package/components/DatePicker/index.d.ts +22 -0
- package/components/DatePicker/index.d.ts.map +1 -0
- package/components/DateTimePicker/index.d.ts +26 -0
- package/components/DateTimePicker/index.d.ts.map +1 -0
- package/components/DevCenter/AppContext.d.ts +3 -0
- package/components/DevCenter/AppContext.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/AppHeader.d.ts +101 -0
- package/components/DevCenter/AppHeader/AppHeader.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/AppHeaderStyles.d.ts +2 -0
- package/components/DevCenter/AppHeader/AppHeaderStyles.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/PadMode.d.ts +37 -0
- package/components/DevCenter/AppHeader/PadMode.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/VersionBadge.d.ts +15 -0
- package/components/DevCenter/AppHeader/VersionBadge.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/index.d.ts +2 -0
- package/components/DevCenter/AppHeader/index.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/utils.d.ts +2 -0
- package/components/DevCenter/AppHeader/utils.d.ts.map +1 -0
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts +30 -0
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts.map +1 -0
- package/components/DevCenter/AppSettingsPopover/index.d.ts +2 -0
- package/components/DevCenter/AppSettingsPopover/index.d.ts.map +1 -0
- package/components/DevCenter/AppSideBar/AppSideBar.d.ts +68 -0
- package/components/DevCenter/AppSideBar/AppSideBar.d.ts.map +1 -0
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.d.ts +19 -0
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/getDeprecatedAssetIds.test.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/getDeprecatedAssetIds.test.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/assetDashboard/wellAssetDashboard/appWithDefaultSettings.d.ts +76 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/assetDashboard/wellAssetDashboard/appWithDefaultSettings.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithFracFleetId.d.ts +89 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithFracFleetId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithPadId.d.ts +89 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithPadId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithActiveWellId.d.ts +47 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithActiveWellId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithRigId.d.ts +53 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithRigId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/index.d.ts +6 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/index.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/useAppsData.test.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/useAppsData.test.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.d.ts +8 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.js +1 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.d.ts +11 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/index.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/effects/index.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.d.ts +6 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.d.ts +36 -0
- package/components/DevCenter/AppsDataProvider/effects/utils.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/index.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts +36 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.d.ts +25 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.d.ts +6 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts +43 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.d.ts +13 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts +15 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/index.d.ts +3 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.d.ts +24 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.d.ts +11 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.d.ts +11 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.d.ts +3 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts +30 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts +11 -0
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/index.d.ts +10 -0
- package/components/DevCenter/DevCenterAppContainer/components/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/index.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/effects/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.d.ts +12 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.d.ts +6 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.d.ts +9 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.d.ts +8 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/utils.d.ts +4 -0
- package/components/DevCenter/DevCenterAppContainer/utils.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.d.ts +2 -0
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.d.ts +21 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/index.d.ts +2 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.d.ts +2 -0
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.d.ts +5 -0
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/index.d.ts +5 -0
- package/components/DevCenter/DevCenterRouterContext/index.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.d.ts +3 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts +27 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/index.d.ts +3 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/index.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.d.ts.map +1 -0
- package/components/DevCenter/NavigationBar/NavigationBar.d.ts +17 -0
- package/components/DevCenter/NavigationBar/NavigationBar.d.ts.map +1 -0
- package/components/DevCenter/NavigationBar/index.d.ts +2 -0
- package/components/DevCenter/NavigationBar/index.d.ts.map +1 -0
- package/components/DevCenter/SideBar/SideBar.d.ts +39 -0
- package/components/DevCenter/SideBar/SideBar.d.ts.map +1 -0
- package/components/DevCenter/SideBar/index.d.ts +2 -0
- package/components/DevCenter/SideBar/index.d.ts.map +1 -0
- package/components/DevCenter/icons/CorvaLogoSmall.d.ts +23 -0
- package/components/DevCenter/icons/CorvaLogoSmall.d.ts.map +1 -0
- package/components/DevCenter/icons/DevCenterIcon.d.ts +23 -0
- package/components/DevCenter/icons/DevCenterIcon.d.ts.map +1 -0
- package/components/DevCenter/index.d.ts +10 -0
- package/components/DevCenter/index.d.ts.map +1 -0
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.d.ts +11 -0
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.d.ts.map +1 -0
- package/components/DisabledSettingsMessage/index.d.ts +2 -0
- package/components/DisabledSettingsMessage/index.d.ts.map +1 -0
- package/components/DocumentViewer/DocumentViewer.d.ts +30 -0
- package/components/DocumentViewer/DocumentViewer.d.ts.map +1 -0
- package/components/DocumentViewer/DocumentViewer.js +1 -1
- package/components/DocumentViewer/styles.d.ts +2 -0
- package/components/DocumentViewer/styles.d.ts.map +1 -0
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.d.ts +13 -0
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.d.ts.map +1 -0
- package/components/Drillstring/BHACasingEmptyView/index.d.ts +2 -0
- package/components/Drillstring/BHACasingEmptyView/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentDetail/constants.d.ts +184 -0
- package/components/Drillstring/BHAComponentDetail/constants.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentDetail/index.d.ts +16 -0
- package/components/Drillstring/BHAComponentDetail/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentIcon.d.ts +25 -0
- package/components/Drillstring/BHAComponentIcon.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.d.ts +45 -0
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.d.ts +25 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Agitator/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.d.ts +23 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.d.ts +35 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Bit/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.d.ts +51 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.d.ts +27 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.d.ts +34 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.d.ts +31 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.d.ts +42 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.d.ts +28 -0
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Header.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/Header.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.d.ts +25 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Jar/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.d.ts +26 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.d.ts +34 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.d.ts +25 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Mwd/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.d.ts +37 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.d.ts +43 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Pdm/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.d.ts +36 -0
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.d.ts +26 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.d.ts +33 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Rss/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponents.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponents.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.d.ts +28 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.d.ts +35 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.d.ts +24 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.d.ts +31 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Sub/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.d.ts +20 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.d.ts +28 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/index.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.d.ts +33 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.d.ts +40 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Ur/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/constants.d.ts +22 -0
- package/components/Drillstring/BHAComponentsTable/components/constants.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.d.ts +10 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.d.ts +19 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.d.ts +18 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.d.ts +22 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.d.ts +36 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.d.ts +12 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.d.ts +16 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.d.ts +36 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.d.ts +26 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.d.ts +30 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/index.d.ts +12 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.d.ts +2 -0
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.d.ts +2 -0
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/index.d.ts +2 -0
- package/components/Drillstring/BHAComponentsTable/index.d.ts.map +1 -0
- package/components/Drillstring/BHAList/BHAList.d.ts +39 -0
- package/components/Drillstring/BHAList/BHAList.d.ts.map +1 -0
- package/components/Drillstring/BHAList/index.d.ts +2 -0
- package/components/Drillstring/BHAList/index.d.ts.map +1 -0
- package/components/Drillstring/BHASchematic.d.ts +21 -0
- package/components/Drillstring/BHASchematic.d.ts.map +1 -0
- package/components/Drillstring/BHATable/BHAComponent.d.ts +14 -0
- package/components/Drillstring/BHATable/BHAComponent.d.ts.map +1 -0
- package/components/Drillstring/BHATable/index.d.ts +14 -0
- package/components/Drillstring/BHATable/index.d.ts.map +1 -0
- package/components/Drillstring/BHATile/BHATile.d.ts +34 -0
- package/components/Drillstring/BHATile/BHATile.d.ts.map +1 -0
- package/components/Drillstring/BHATile/index.d.ts +2 -0
- package/components/Drillstring/BHATile/index.d.ts.map +1 -0
- package/components/Drillstring/BHATileIcon.d.ts +19 -0
- package/components/Drillstring/BHATileIcon.d.ts.map +1 -0
- package/components/Drillstring/BhaIndicator/BhaIndicator.d.ts +14 -0
- package/components/Drillstring/BhaIndicator/BhaIndicator.d.ts.map +1 -0
- package/components/Drillstring/BhaIndicator/index.d.ts +2 -0
- package/components/Drillstring/BhaIndicator/index.d.ts.map +1 -0
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.d.ts +16 -0
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.d.ts.map +1 -0
- package/components/Drillstring/DrillstringDetail/index.d.ts +2 -0
- package/components/Drillstring/DrillstringDetail/index.d.ts.map +1 -0
- package/components/Drillstring/index.d.ts +9 -0
- package/components/Drillstring/index.d.ts.map +1 -0
- package/components/EditableItem/EditableItem/index.d.ts +39 -0
- package/components/EditableItem/EditableItem/index.d.ts.map +1 -0
- package/components/EditableItem/EditableItemWithBadge/index.d.ts +14 -0
- package/components/EditableItem/EditableItemWithBadge/index.d.ts.map +1 -0
- package/components/EditableItem/index.d.ts +3 -0
- package/components/EditableItem/index.d.ts.map +1 -0
- package/components/EmbeddedApp/DevCenterEmbeddedApp.d.ts +32 -0
- package/components/EmbeddedApp/DevCenterEmbeddedApp.d.ts.map +1 -0
- package/components/EmbeddedApp/EmbeddedApp.d.ts +22 -0
- package/components/EmbeddedApp/EmbeddedApp.d.ts.map +1 -0
- package/components/EmbeddedApp/components/AppInfo.d.ts +19 -0
- package/components/EmbeddedApp/components/AppInfo.d.ts.map +1 -0
- package/components/EmbeddedApp/index.d.ts +4 -0
- package/components/EmbeddedApp/index.d.ts.map +1 -0
- package/components/EmojiIconButton.d.ts +28 -0
- package/components/EmojiIconButton.d.ts.map +1 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.d.ts +70 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.d.ts.map +1 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts +11 -0
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts.map +1 -0
- package/components/EmptyView/EmptyAppView/index.d.ts +2 -0
- package/components/EmptyView/EmptyAppView/index.d.ts.map +1 -0
- package/components/EmptyView/EmptyView.d.ts +32 -0
- package/components/EmptyView/EmptyView.d.ts.map +1 -0
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/EmptyView/__tests__/EmptyView.test.d.ts +2 -0
- package/components/EmptyView/__tests__/EmptyView.test.d.ts.map +1 -0
- package/components/EmptyView/index.d.ts +2 -0
- package/components/EmptyView/index.d.ts.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.d.ts +19 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.d.ts.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/__tests__/DevCenterAppErrorView.snapshot.test.d.ts +2 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/__tests__/DevCenterAppErrorView.snapshot.test.d.ts.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/index.d.ts +2 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/index.d.ts.map +1 -0
- package/components/ErrorBoundary/ErrorBoundary.d.ts +26 -0
- package/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts +2 -0
- package/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts.map +1 -0
- package/components/ErrorBoundary/index.d.ts +3 -0
- package/components/ErrorBoundary/index.d.ts.map +1 -0
- package/components/FailedFileUploading.d.ts +11 -0
- package/components/FailedFileUploading.d.ts.map +1 -0
- package/components/FeedItem/FeedItem.d.ts +38 -0
- package/components/FeedItem/FeedItem.d.ts.map +1 -0
- package/components/FeedItem/FeedItem.js +1 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.d.ts +29 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.d.ts.map +1 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.d.ts +25 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.d.ts.map +1 -0
- package/components/FeedItem/FeedItemEditProvider/index.d.ts +2 -0
- package/components/FeedItem/FeedItemEditProvider/index.d.ts.map +1 -0
- package/components/FeedItem/components/Actions.d.ts +3 -0
- package/components/FeedItem/components/Actions.d.ts.map +1 -0
- package/components/FeedItem/components/AvatarIcon.d.ts +7 -0
- package/components/FeedItem/components/AvatarIcon.d.ts.map +1 -0
- package/components/FeedItem/components/Content.d.ts +9 -0
- package/components/FeedItem/components/Content.d.ts.map +1 -0
- package/components/FeedItem/components/CreatedAt.d.ts +5 -0
- package/components/FeedItem/components/CreatedAt.d.ts.map +1 -0
- package/components/FeedItem/components/FeedComments.d.ts +16 -0
- package/components/FeedItem/components/FeedComments.d.ts.map +1 -0
- package/components/FeedItem/components/FeedComments.js +1 -1
- package/components/FeedItem/components/Icon.d.ts +7 -0
- package/components/FeedItem/components/Icon.d.ts.map +1 -0
- package/components/FeedItem/components/Reactions.d.ts +11 -0
- package/components/FeedItem/components/Reactions.d.ts.map +1 -0
- package/components/FeedItem/components/RigAndWell.d.ts +5 -0
- package/components/FeedItem/components/RigAndWell.d.ts.map +1 -0
- package/components/FeedItem/components/TypeAndAssetTitle.d.ts +7 -0
- package/components/FeedItem/components/TypeAndAssetTitle.d.ts.map +1 -0
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.d.ts +21 -0
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.d.ts.map +1 -0
- package/components/FeedItem/editModals/DvdCommentEdit/index.d.ts +2 -0
- package/components/FeedItem/editModals/DvdCommentEdit/index.d.ts.map +1 -0
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.d.ts +19 -0
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.d.ts.map +1 -0
- package/components/FeedItem/editModals/PCCommentEdit/index.d.ts +2 -0
- package/components/FeedItem/editModals/PCCommentEdit/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/AlertFeedItem.d.ts +30 -0
- package/components/FeedItem/feedItemTypes/AlertFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts +34 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts +31 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.d.ts +12 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.d.ts +18 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.d.ts +14 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/index.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.d.ts +29 -0
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.d.ts +33 -0
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.d.ts +35 -0
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.d.ts +24 -0
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.d.ts +20 -0
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.d.ts +29 -0
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.d.ts +19 -0
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.d.ts +44 -0
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.d.ts +45 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.d.ts +12 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/NptFeedItem.d.ts +44 -0
- package/components/FeedItem/feedItemTypes/NptFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.d.ts +17 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.d.ts +30 -0
- package/components/FeedItem/feedItemTypes/PostFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.d.ts +9 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.d.ts +12 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.d.ts +14 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.d.ts +14 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/index.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.d.ts +6 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.d.ts +16 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.d.ts +5 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.d.ts +23 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.d.ts +16 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.d.ts +23 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.d.ts +28 -0
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.d.ts +18 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.d.ts +30 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.d.ts +58 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/index.d.ts +2 -0
- package/components/FeedItem/index.d.ts.map +1 -0
- package/components/FilePreview/index.d.ts +16 -0
- package/components/FilePreview/index.d.ts.map +1 -0
- package/components/FileTypeIcon.d.ts +21 -0
- package/components/FileTypeIcon.d.ts.map +1 -0
- package/components/FileUploadIconButton.d.ts +66 -0
- package/components/FileUploadIconButton.d.ts.map +1 -0
- package/components/FilesLoader/FilesLoader.d.ts +61 -0
- package/components/FilesLoader/FilesLoader.d.ts.map +1 -0
- package/components/FilesLoader/FilesLoader.js +1 -1
- package/components/FilesLoader/Icons/CSVFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/CSVFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/DocFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/DocFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/EDMFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/EDMFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/ExelFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/ExelFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/FileIcon.d.ts +12 -0
- package/components/FilesLoader/Icons/FileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconCancel.d.ts +3 -0
- package/components/FilesLoader/Icons/IconCancel.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconRefresh.d.ts +3 -0
- package/components/FilesLoader/Icons/IconRefresh.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconSuccess.d.ts +6 -0
- package/components/FilesLoader/Icons/IconSuccess.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconWarning.d.ts +6 -0
- package/components/FilesLoader/Icons/IconWarning.d.ts.map +1 -0
- package/components/FilesLoader/Icons/ImageFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/ImageFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/PdfFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/PdfFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/UnknownFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/UnknownFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/UploadIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/UploadIcon.d.ts.map +1 -0
- package/components/FilesLoader/effects/useUploadingFile.d.ts +12 -0
- package/components/FilesLoader/effects/useUploadingFile.d.ts.map +1 -0
- package/components/FilesLoader/index.d.ts +3 -0
- package/components/FilesLoader/index.d.ts.map +1 -0
- package/components/FilesLoader/useStyles.d.ts +2 -0
- package/components/FilesLoader/useStyles.d.ts.map +1 -0
- package/components/FolderMenuItem/components/ClosedFolderIcon.d.ts +3 -0
- package/components/FolderMenuItem/components/ClosedFolderIcon.d.ts.map +1 -0
- package/components/FolderMenuItem/components/FolderIcon.d.ts +21 -0
- package/components/FolderMenuItem/components/FolderIcon.d.ts.map +1 -0
- package/components/FolderMenuItem/components/OpenFolderIcon.d.ts +3 -0
- package/components/FolderMenuItem/components/OpenFolderIcon.d.ts.map +1 -0
- package/components/FolderMenuItem/components/index.d.ts +4 -0
- package/components/FolderMenuItem/components/index.d.ts.map +1 -0
- package/components/FolderMenuItem/index.d.ts +33 -0
- package/components/FolderMenuItem/index.d.ts.map +1 -0
- package/components/FolderMenuItemWithLinks/index.d.ts +46 -0
- package/components/FolderMenuItemWithLinks/index.d.ts.map +1 -0
- package/components/GoogleDocsViewer/index.d.ts +40 -0
- package/components/GoogleDocsViewer/index.d.ts.map +1 -0
- package/components/HeaderLayout/HeaderLayout.d.ts +9 -0
- package/components/HeaderLayout/HeaderLayout.d.ts.map +1 -0
- package/components/HeaderLayout/constants.d.ts +4 -0
- package/components/HeaderLayout/constants.d.ts.map +1 -0
- package/components/HeaderLayout/effects/index.d.ts +3 -0
- package/components/HeaderLayout/effects/index.d.ts.map +1 -0
- package/components/HeaderLayout/index.d.ts +2 -0
- package/components/HeaderLayout/index.d.ts.map +1 -0
- package/components/HeaderLayout/utils.d.ts +10 -0
- package/components/HeaderLayout/utils.d.ts.map +1 -0
- package/components/HelpCenter/HelpCenterIcon.d.ts +5 -0
- package/components/HelpCenter/HelpCenterIcon.d.ts.map +1 -0
- package/components/HelpCenter/index.d.ts +2 -0
- package/components/HelpCenter/index.d.ts.map +1 -0
- package/components/IconButton/index.d.ts +27 -0
- package/components/IconButton/index.d.ts.map +1 -0
- package/components/IconMenu/__tests__/index.snapshot.test.d.ts +2 -0
- package/components/IconMenu/__tests__/index.snapshot.test.d.ts.map +1 -0
- package/components/IconMenu/index.d.ts +73 -0
- package/components/IconMenu/index.d.ts.map +1 -0
- package/components/Icons/AnnotationIcon.d.ts +17 -0
- package/components/Icons/AnnotationIcon.d.ts.map +1 -0
- package/components/Icons/AttachIcon.d.ts +19 -0
- package/components/Icons/AttachIcon.d.ts.map +1 -0
- package/components/Icons/EmojiIcon.d.ts +19 -0
- package/components/Icons/EmojiIcon.d.ts.map +1 -0
- package/components/Icons/RecommendationIcon.d.ts +19 -0
- package/components/Icons/RecommendationIcon.d.ts.map +1 -0
- package/components/Icons/SendIcon.d.ts +19 -0
- package/components/Icons/SendIcon.d.ts.map +1 -0
- package/components/ImageViewer/index.d.ts +20 -0
- package/components/ImageViewer/index.d.ts.map +1 -0
- package/components/ImageViewer/index.js +1 -1
- package/components/InfiniteList/index.d.ts +67 -0
- package/components/InfiniteList/index.d.ts.map +1 -0
- package/components/KeyboardDateTimePicker.d.ts +17 -0
- package/components/KeyboardDateTimePicker.d.ts.map +1 -0
- package/components/LabelsCounter/LabelsCounter.d.ts +17 -0
- package/components/LabelsCounter/LabelsCounter.d.ts.map +1 -0
- package/components/LabelsCounter/index.d.ts +2 -0
- package/components/LabelsCounter/index.d.ts.map +1 -0
- package/components/LoadingIndicator/FullScreenLoadingIndicator.d.ts +19 -0
- package/components/LoadingIndicator/FullScreenLoadingIndicator.d.ts.map +1 -0
- package/components/LoadingIndicator/InlineLoadingIndicator.d.ts +19 -0
- package/components/LoadingIndicator/InlineLoadingIndicator.d.ts.map +1 -0
- package/components/LoadingIndicator/Loader.d.ts +17 -0
- package/components/LoadingIndicator/Loader.d.ts.map +1 -0
- package/components/LoadingIndicator/LoadingIndicator.d.ts +28 -0
- package/components/LoadingIndicator/LoadingIndicator.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/FullScreenLoadingIndicator.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/FullScreenLoadingIndicator.test.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/InlineLoadingIndicator.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/InlineLoadingIndicator.test.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/Loader.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/Loader.test.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/LoadingIndicator.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/LoadingIndicator.test.d.ts.map +1 -0
- package/components/LoadingIndicator/index.d.ts +2 -0
- package/components/LoadingIndicator/index.d.ts.map +1 -0
- package/components/MenuItem/index.d.ts +20 -0
- package/components/MenuItem/index.d.ts.map +1 -0
- package/components/Modal/CorvaModal.d.ts +71 -0
- package/components/Modal/CorvaModal.d.ts.map +1 -0
- package/components/Modal/DcCorvaModal.d.ts +5 -0
- package/components/Modal/DcCorvaModal.d.ts.map +1 -0
- package/components/Modal/Modal.d.ts +2 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/Modal.js +1 -1
- package/components/Modal/__tests__/index.snapshot.test.d.ts +2 -0
- package/components/Modal/__tests__/index.snapshot.test.d.ts.map +1 -0
- package/components/Modal/index.d.ts +2 -0
- package/components/Modal/index.d.ts.map +1 -0
- package/components/Notifications/Notifications.d.ts +23 -0
- package/components/Notifications/Notifications.d.ts.map +1 -0
- package/components/Notifications/NotificationsContainer.d.ts +3 -0
- package/components/Notifications/NotificationsContainer.d.ts.map +1 -0
- package/components/Notifications/components/Toast.d.ts +28 -0
- package/components/Notifications/components/Toast.d.ts.map +1 -0
- package/components/Notifications/components/styles.d.ts +2 -0
- package/components/Notifications/components/styles.d.ts.map +1 -0
- package/components/Notifications/index.d.ts +3 -0
- package/components/Notifications/index.d.ts.map +1 -0
- package/components/OffsetWellButton/OffsetWellButton.d.ts +32 -0
- package/components/OffsetWellButton/OffsetWellButton.d.ts.map +1 -0
- package/components/OffsetWellButton/OffsetWellButton.js +1 -1
- package/components/OffsetWellButton/index.d.ts +2 -0
- package/components/OffsetWellButton/index.d.ts.map +1 -0
- package/components/OffsetWellChips/Chip.d.ts +31 -0
- package/components/OffsetWellChips/Chip.d.ts.map +1 -0
- package/components/OffsetWellChips/ChipsContainer.d.ts +18 -0
- package/components/OffsetWellChips/ChipsContainer.d.ts.map +1 -0
- package/components/OffsetWellChips/components/OffsetWellTruncatedText.d.ts +29 -0
- package/components/OffsetWellChips/components/OffsetWellTruncatedText.d.ts.map +1 -0
- package/components/OffsetWellChips/icons/SubjectIcon.d.ts +3 -0
- package/components/OffsetWellChips/icons/SubjectIcon.d.ts.map +1 -0
- package/components/OffsetWellChips/index.d.ts +4 -0
- package/components/OffsetWellChips/index.d.ts.map +1 -0
- package/components/OffsetWellChips/utils.d.ts +8 -0
- package/components/OffsetWellChips/utils.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.d.ts +39 -0
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.d.ts +17 -0
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.d.ts +26 -0
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts +18 -0
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts +16 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.d.ts +23 -0
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.d.ts +20 -0
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.d.ts +13 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.d.ts +13 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/index.d.ts +50 -0
- package/components/OffsetWellPickerV2/components/Filter/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/Map.d.ts +43 -0
- package/components/OffsetWellPickerV2/components/Map/Map.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/index.d.ts +34 -0
- package/components/OffsetWellPickerV2/components/Map/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.d.ts +6 -0
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts +16 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts +18 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.d.ts +3 -0
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/WellSearch.d.ts +13 -0
- package/components/OffsetWellPickerV2/components/Table/WellSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/index.d.ts +5 -0
- package/components/OffsetWellPickerV2/components/Table/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/constants.d.ts +43 -0
- package/components/OffsetWellPickerV2/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.d.ts +2 -0
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/effects/index.d.ts +11 -0
- package/components/OffsetWellPickerV2/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/index.d.ts +2 -0
- package/components/OffsetWellPickerV2/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/utils/apiCalls.d.ts +5 -0
- package/components/OffsetWellPickerV2/utils/apiCalls.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.d.ts +11 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.d.ts +21 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.d.ts +17 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.d.ts +15 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.d.ts +41 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.d.ts +13 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.d.ts +43 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.d.ts +34 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.d.ts +6 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.d.ts +18 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.d.ts +23 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.d.ts +11 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts +3 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.d.ts +87 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/index.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/index.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts +12 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts +14 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.d.ts +3 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.d.ts +4 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts +45 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.d.ts +10 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.d.ts +52 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.d.ts +28 -0
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.d.ts +15 -0
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.d.ts +39 -0
- package/components/OffsetWellPickerV3/components/TabSelection/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.d.ts +20 -0
- package/components/OffsetWellPickerV3/components/WellHubView/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.d.ts +23 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.d.ts +20 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/constants.d.ts +27 -0
- package/components/OffsetWellPickerV3/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/effects/index.d.ts +4 -0
- package/components/OffsetWellPickerV3/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/index.d.ts +42 -0
- package/components/OffsetWellPickerV3/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/utils/apiCalls.d.ts +7 -0
- package/components/OffsetWellPickerV3/utils/apiCalls.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.d.ts +59 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.d.ts +22 -0
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -1
- package/components/OffsetWellPickerV4/components/AppHeader/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/AppHeader/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.d.ts +20 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.d.ts +28 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -1
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.d.ts +26 -0
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.d.ts +20 -0
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.d.ts +19 -0
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.d.ts +26 -0
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/WellSection.d.ts +14 -0
- package/components/OffsetWellPickerV4/components/Filter/WellSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Filter/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/MapView.d.ts +33 -0
- package/components/OffsetWellPickerV4/components/Map/MapView.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/WellTooltip.d.ts +9 -0
- package/components/OffsetWellPickerV4/components/Map/WellTooltip.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/WellsMap.d.ts +32 -0
- package/components/OffsetWellPickerV4/components/Map/WellsMap.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Map/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/utils.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Map/utils.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts +18 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.d.ts +25 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.d.ts +11 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.d.ts +19 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.d.ts +36 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.d.ts +18 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.d.ts +16 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.d.ts +63 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.d.ts +53 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.d.ts +48 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.d.ts +14 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.d.ts +11 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/index.d.ts +3 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.d.ts +24 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -1
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -1
- package/components/OffsetWellPickerV4/components/Toolbar/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Toolbar/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/constants.d.ts +81 -0
- package/components/OffsetWellPickerV4/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/index.d.ts +12 -0
- package/components/OffsetWellPickerV4/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useAdvancedWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useAdvancedWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useAssetsData.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useAssetsData.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useBicWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useBicWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFetchWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useFetchWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFilterOptions.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useFilterOptions.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFilteredWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useFilteredWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/usePreviousWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/usePreviousWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useRadiusWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useRadiusWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useSortedWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useSortedWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useTableColumns.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useTableColumns.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/utils/apiCalls.d.ts +8 -0
- package/components/OffsetWellPickerV4/utils/apiCalls.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/utils/timePeriod.d.ts +2 -0
- package/components/OffsetWellPickerV4/utils/timePeriod.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/utils/unitSystem.d.ts +2 -0
- package/components/OffsetWellPickerV4/utils/unitSystem.d.ts.map +1 -0
- package/components/PadModeSelect/PadModeSelect.d.ts +21 -0
- package/components/PadModeSelect/PadModeSelect.d.ts.map +1 -0
- package/components/PadModeSelect/index.d.ts +2 -0
- package/components/PadModeSelect/index.d.ts.map +1 -0
- package/components/PadModeSelect/utils.d.ts +2 -0
- package/components/PadModeSelect/utils.d.ts.map +1 -0
- package/components/PadOffsetsPicker/OffsetAssetChip.d.ts +27 -0
- package/components/PadOffsetsPicker/OffsetAssetChip.d.ts.map +1 -0
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.d.ts +14 -0
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.d.ts.map +1 -0
- package/components/PadOffsetsPicker/PadOffsetsPicker.d.ts +17 -0
- package/components/PadOffsetsPicker/PadOffsetsPicker.d.ts.map +1 -0
- package/components/PadOffsetsPicker/StagesSelector.d.ts +18 -0
- package/components/PadOffsetsPicker/StagesSelector.d.ts.map +1 -0
- package/components/PadOffsetsPicker/index.d.ts +5 -0
- package/components/PadOffsetsPicker/index.d.ts.map +1 -0
- package/components/ParameterCharts/AddEditTrack.d.ts +38 -0
- package/components/ParameterCharts/AddEditTrack.d.ts.map +1 -0
- package/components/ParameterCharts/ChartsContext.d.ts +6 -0
- package/components/ParameterCharts/ChartsContext.d.ts.map +1 -0
- package/components/ParameterCharts/DataContext.d.ts +11 -0
- package/components/ParameterCharts/DataContext.d.ts.map +1 -0
- package/components/ParameterCharts/ParameterCharts.d.ts +52 -0
- package/components/ParameterCharts/ParameterCharts.d.ts.map +1 -0
- package/components/ParameterCharts/SettingsContext.d.ts +10 -0
- package/components/ParameterCharts/SettingsContext.d.ts.map +1 -0
- package/components/ParameterCharts/components/ChartContainer.d.ts +22 -0
- package/components/ParameterCharts/components/ChartContainer.d.ts.map +1 -0
- package/components/ParameterCharts/components/Charts/EmptyChart.d.ts +3 -0
- package/components/ParameterCharts/components/Charts/EmptyChart.d.ts.map +1 -0
- package/components/ParameterCharts/components/Charts/LineChart.d.ts +22 -0
- package/components/ParameterCharts/components/Charts/LineChart.d.ts.map +1 -0
- package/components/ParameterCharts/components/Charts/options.d.ts +76 -0
- package/components/ParameterCharts/components/Charts/options.d.ts.map +1 -0
- package/components/ParameterCharts/components/DataLoadingIndicator.d.ts +3 -0
- package/components/ParameterCharts/components/DataLoadingIndicator.d.ts.map +1 -0
- package/components/ParameterCharts/components/SingleChannelTrackSettings.d.ts +19 -0
- package/components/ParameterCharts/components/SingleChannelTrackSettings.d.ts.map +1 -0
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.d.ts +3 -0
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.d.ts.map +1 -0
- package/components/ParameterCharts/components/Tooltip/Tooltip.d.ts +14 -0
- package/components/ParameterCharts/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/components/ParameterCharts/components/TraceHeader.d.ts +50 -0
- package/components/ParameterCharts/components/TraceHeader.d.ts.map +1 -0
- package/components/ParameterCharts/components/TraceSelect.d.ts +22 -0
- package/components/ParameterCharts/components/TraceSelect.d.ts.map +1 -0
- package/components/ParameterCharts/components/TraceSettings.d.ts +26 -0
- package/components/ParameterCharts/components/TraceSettings.d.ts.map +1 -0
- package/components/ParameterCharts/components/Track.d.ts +17 -0
- package/components/ParameterCharts/components/Track.d.ts.map +1 -0
- package/components/ParameterCharts/components/TrackSettings.d.ts +13 -0
- package/components/ParameterCharts/components/TrackSettings.d.ts.map +1 -0
- package/components/ParameterCharts/constants.d.ts +14 -0
- package/components/ParameterCharts/constants.d.ts.map +1 -0
- package/components/ParameterCharts/index.d.ts +4 -0
- package/components/ParameterCharts/index.d.ts.map +1 -0
- package/components/ParameterCharts/utils/dataParser.d.ts +6 -0
- package/components/ParameterCharts/utils/dataParser.d.ts.map +1 -0
- package/components/PinnableFilters/PinnableFilters.d.ts +12 -0
- package/components/PinnableFilters/PinnableFilters.d.ts.map +1 -0
- package/components/PinnableFilters/components/FiltersToggler.d.ts +12 -0
- package/components/PinnableFilters/components/FiltersToggler.d.ts.map +1 -0
- package/components/PinnableFilters/components/FiltersToggler.js +1 -1
- package/components/PinnableFilters/components/PinAppSwitch.d.ts +12 -0
- package/components/PinnableFilters/components/PinAppSwitch.d.ts.map +1 -0
- package/components/PinnableFilters/constants.d.ts +4 -0
- package/components/PinnableFilters/constants.d.ts.map +1 -0
- package/components/PinnableFilters/effects/index.d.ts +4 -0
- package/components/PinnableFilters/effects/index.d.ts.map +1 -0
- package/components/PinnableFilters/index.d.ts +2 -0
- package/components/PinnableFilters/index.d.ts.map +1 -0
- package/components/PinnableFilters/utils.d.ts +4 -0
- package/components/PinnableFilters/utils.d.ts.map +1 -0
- package/components/Popover/Popover.d.ts +2 -0
- package/components/Popover/Popover.d.ts.map +1 -0
- package/components/Popover/Popover.js +1 -1
- package/components/Popover/index.d.ts +2 -0
- package/components/Popover/index.d.ts.map +1 -0
- package/components/Popper/Popper.d.ts +2 -0
- package/components/Popper/Popper.d.ts.map +1 -0
- package/components/Popper/Popper.js +1 -1
- package/components/Popper/index.d.ts +2 -0
- package/components/Popper/index.d.ts.map +1 -0
- package/components/PostInput/PostInput.d.ts +50 -0
- package/components/PostInput/PostInput.d.ts.map +1 -0
- package/components/PostInput/index.d.ts +2 -0
- package/components/PostInput/index.d.ts.map +1 -0
- package/components/PostPreviewDialog/index.d.ts +30 -0
- package/components/PostPreviewDialog/index.d.ts.map +1 -0
- package/components/PriceInput/FormattedNumber.d.ts +16 -0
- package/components/PriceInput/FormattedNumber.d.ts.map +1 -0
- package/components/PriceInput/PriceInput.d.ts +13 -0
- package/components/PriceInput/PriceInput.d.ts.map +1 -0
- package/components/PriceInput/index.d.ts +2 -0
- package/components/PriceInput/index.d.ts.map +1 -0
- package/components/RangeSlider/RangeSlider.d.ts +36 -0
- package/components/RangeSlider/RangeSlider.d.ts.map +1 -0
- package/components/RangeSlider/RangeSlider.js +1 -1
- package/components/RangeSlider/constants.d.ts +14 -0
- package/components/RangeSlider/constants.d.ts.map +1 -0
- package/components/RangeSlider/index.d.ts +2 -0
- package/components/RangeSlider/index.d.ts.map +1 -0
- package/components/RangeSlider/inputs/FromInput.d.ts +3 -0
- package/components/RangeSlider/inputs/FromInput.d.ts.map +1 -0
- package/components/RangeSlider/inputs/ToInput.d.ts +3 -0
- package/components/RangeSlider/inputs/ToInput.d.ts.map +1 -0
- package/components/RangeSlider/strategies/horizontal.d.ts +37 -0
- package/components/RangeSlider/strategies/horizontal.d.ts.map +1 -0
- package/components/RangeSlider/strategies/vertical.d.ts +43 -0
- package/components/RangeSlider/strategies/vertical.d.ts.map +1 -0
- package/components/RangeSlider/utils.d.ts +12 -0
- package/components/RangeSlider/utils.d.ts.map +1 -0
- package/components/ResizableTable/ResizableTable.d.ts +12 -0
- package/components/ResizableTable/ResizableTable.d.ts.map +1 -0
- package/components/ResizableTable/ResizableTableCell.d.ts +11 -0
- package/components/ResizableTable/ResizableTableCell.d.ts.map +1 -0
- package/components/ResizableTable/ResizableTableHeaderCell.d.ts +19 -0
- package/components/ResizableTable/ResizableTableHeaderCell.d.ts.map +1 -0
- package/components/ResizableTable/index.d.ts +2 -0
- package/components/ResizableTable/index.d.ts.map +1 -0
- package/components/Search/Search.d.ts +71 -0
- package/components/Search/Search.d.ts.map +1 -0
- package/components/Search/__tests__/Search.test.d.ts +4 -0
- package/components/Search/__tests__/Search.test.d.ts.map +1 -0
- package/components/Search/components/Groups.d.ts +13 -0
- package/components/Search/components/Groups.d.ts.map +1 -0
- package/components/Search/components/InputAdornmentLeft.d.ts +6 -0
- package/components/Search/components/InputAdornmentLeft.d.ts.map +1 -0
- package/components/Search/components/Listbox.d.ts +3 -0
- package/components/Search/components/Listbox.d.ts.map +1 -0
- package/components/Search/components/Paper.d.ts +13 -0
- package/components/Search/components/Paper.d.ts.map +1 -0
- package/components/Search/components/RecentSearches.d.ts +10 -0
- package/components/Search/components/RecentSearches.d.ts.map +1 -0
- package/components/Search/components/index.d.ts +6 -0
- package/components/Search/components/index.d.ts.map +1 -0
- package/components/Search/index.d.ts +2 -0
- package/components/Search/index.d.ts.map +1 -0
- package/components/Search/styles.d.ts +3 -0
- package/components/Search/styles.d.ts.map +1 -0
- package/components/SearchInput/index.d.ts +17 -0
- package/components/SearchInput/index.d.ts.map +1 -0
- package/components/Select/index.d.ts +36 -0
- package/components/Select/index.d.ts.map +1 -0
- package/components/SettingEditors/ColorEditor/index.d.ts +56 -0
- package/components/SettingEditors/ColorEditor/index.d.ts.map +1 -0
- package/components/SettingEditors/DropdownEditor/index.d.ts +40 -0
- package/components/SettingEditors/DropdownEditor/index.d.ts.map +1 -0
- package/components/SettingEditors/RadioEditor/index.d.ts +25 -0
- package/components/SettingEditors/RadioEditor/index.d.ts.map +1 -0
- package/components/SettingEditors/index.d.ts +4 -0
- package/components/SettingEditors/index.d.ts.map +1 -0
- package/components/SlateFormattedText/Constants.d.ts +13 -0
- package/components/SlateFormattedText/Constants.d.ts.map +1 -0
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.d.ts +24 -0
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.d.ts.map +1 -0
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.d.ts +17 -0
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.d.ts.map +1 -0
- package/components/SlateFormattedText/Elements/index.d.ts +3 -0
- package/components/SlateFormattedText/Elements/index.d.ts.map +1 -0
- package/components/SlateFormattedText/RenderElements.d.ts +3 -0
- package/components/SlateFormattedText/RenderElements.d.ts.map +1 -0
- package/components/SlateFormattedText/SlateFormattedText.d.ts +31 -0
- package/components/SlateFormattedText/SlateFormattedText.d.ts.map +1 -0
- package/components/SlateFormattedText/index.d.ts +6 -0
- package/components/SlateFormattedText/index.d.ts.map +1 -0
- package/components/SlateFormattedText/utils.d.ts +43 -0
- package/components/SlateFormattedText/utils.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.d.ts +21 -0
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/index.d.ts +2 -0
- package/components/StageDesignVActual/ComparisonBar/index.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/utils.d.ts +5 -0
- package/components/StageDesignVActual/ComparisonBar/utils.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonHeader.d.ts +24 -0
- package/components/StageDesignVActual/ComparisonHeader.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonRow.d.ts +37 -0
- package/components/StageDesignVActual/ComparisonRow.d.ts.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.d.ts +31 -0
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.d.ts.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/index.d.ts +2 -0
- package/components/StageDesignVActual/ElementsComparison/index.d.ts.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/utils.d.ts +7 -0
- package/components/StageDesignVActual/ElementsComparison/utils.d.ts.map +1 -0
- package/components/StageDesignVActual/index.d.ts +6 -0
- package/components/StageDesignVActual/index.d.ts.map +1 -0
- package/components/Stepper/Step.d.ts +45 -0
- package/components/Stepper/Step.d.ts.map +1 -0
- package/components/Stepper/Stepper.d.ts +31 -0
- package/components/Stepper/Stepper.d.ts.map +1 -0
- package/components/Stepper/StepsWrapper.d.ts +17 -0
- package/components/Stepper/StepsWrapper.d.ts.map +1 -0
- package/components/Stepper/constants.d.ts +5 -0
- package/components/Stepper/constants.d.ts.map +1 -0
- package/components/Stepper/index.d.ts +5 -0
- package/components/Stepper/index.d.ts.map +1 -0
- package/components/StyledMenuItem/index.d.ts +3 -0
- package/components/StyledMenuItem/index.d.ts.map +1 -0
- package/components/SwitchControl/index.d.ts +4 -0
- package/components/SwitchControl/index.d.ts.map +1 -0
- package/components/Table/TableCell/TableCell.d.ts +2 -0
- package/components/Table/TableCell/TableCell.d.ts.map +1 -0
- package/components/Table/TableContainer/TableContainer.d.ts +2 -0
- package/components/Table/TableContainer/TableContainer.d.ts.map +1 -0
- package/components/Table/TableSortLabel/TableSortLabel.d.ts +3 -0
- package/components/Table/TableSortLabel/TableSortLabel.d.ts.map +1 -0
- package/components/Table/TableToolbar/TableToolbar.d.ts +25 -0
- package/components/Table/TableToolbar/TableToolbar.d.ts.map +1 -0
- package/components/Table/index.d.ts +5 -0
- package/components/Table/index.d.ts.map +1 -0
- package/components/Tabs/Tab.d.ts +17 -0
- package/components/Tabs/Tab.d.ts.map +1 -0
- package/components/Tabs/Tabs.d.ts +27 -0
- package/components/Tabs/Tabs.d.ts.map +1 -0
- package/components/Tabs/index.d.ts +3 -0
- package/components/Tabs/index.d.ts.map +1 -0
- package/components/Template/TemplatePopover/Styles.d.ts +2 -0
- package/components/Template/TemplatePopover/Styles.d.ts.map +1 -0
- package/components/Template/TemplatePopover/index.d.ts +72 -0
- package/components/Template/TemplatePopover/index.d.ts.map +1 -0
- package/components/Template/TemplateSharingDialog/ChipSelector.d.ts +32 -0
- package/components/Template/TemplateSharingDialog/ChipSelector.d.ts.map +1 -0
- package/components/Template/TemplateSharingDialog/UsersChipSelector.d.ts +21 -0
- package/components/Template/TemplateSharingDialog/UsersChipSelector.d.ts.map +1 -0
- package/components/Template/TemplateSharingDialog/index.d.ts +23 -0
- package/components/Template/TemplateSharingDialog/index.d.ts.map +1 -0
- package/components/TextField/effects/index.d.ts +17 -0
- package/components/TextField/effects/index.d.ts.map +1 -0
- package/components/TextField/index.d.ts +41 -0
- package/components/TextField/index.d.ts.map +1 -0
- package/components/TextLink/index.d.ts +40 -0
- package/components/TextLink/index.d.ts.map +1 -0
- package/components/TextLink/index.js +1 -1
- package/components/Tooltip/MuiTooltipDcWrapper.d.ts +35 -0
- package/components/Tooltip/MuiTooltipDcWrapper.d.ts.map +1 -0
- package/components/Tooltip/Tooltip.d.ts +2 -0
- package/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/components/Tooltip/index.d.ts +2 -0
- package/components/Tooltip/index.d.ts.map +1 -0
- package/components/TracesEditModal/TracesEditModal.d.ts +54 -0
- package/components/TracesEditModal/TracesEditModal.d.ts.map +1 -0
- package/components/TracesEditModal/TracesEditModalContainer.d.ts +21 -0
- package/components/TracesEditModal/TracesEditModalContainer.d.ts.map +1 -0
- package/components/TracesEditModal/index.d.ts +2 -0
- package/components/TracesEditModal/index.d.ts.map +1 -0
- package/components/TruncatedText/index.d.ts +12 -0
- package/components/TruncatedText/index.d.ts.map +1 -0
- package/components/Typography.d.ts +121 -0
- package/components/Typography.d.ts.map +1 -0
- package/components/UserCard/index.d.ts +17 -0
- package/components/UserCard/index.d.ts.map +1 -0
- package/components/UserCardPopover.d.ts +16 -0
- package/components/UserCardPopover.d.ts.map +1 -0
- package/components/UserMention/constants.d.ts +6 -0
- package/components/UserMention/constants.d.ts.map +1 -0
- package/components/UserMention/index.d.ts +3 -0
- package/components/UserMention/index.d.ts.map +1 -0
- package/components/UserMention/utils/index.d.ts +4 -0
- package/components/UserMention/utils/index.d.ts.map +1 -0
- package/components/VirtualizedTable/CustomizeColumnsDialog.d.ts +17 -0
- package/components/VirtualizedTable/CustomizeColumnsDialog.d.ts.map +1 -0
- package/components/VirtualizedTable/DraggableList.d.ts +15 -0
- package/components/VirtualizedTable/DraggableList.d.ts.map +1 -0
- package/components/VirtualizedTable/VirtualizedTable.d.ts +116 -0
- package/components/VirtualizedTable/VirtualizedTable.d.ts.map +1 -0
- package/components/VirtualizedTable/index.d.ts +62 -0
- package/components/VirtualizedTable/index.d.ts.map +1 -0
- package/components/WellSummary/ActivitySummaryChart.d.ts +23 -0
- package/components/WellSummary/ActivitySummaryChart.d.ts.map +1 -0
- package/components/WellSummary/FracWirelineTimeChart.d.ts +19 -0
- package/components/WellSummary/FracWirelineTimeChart.d.ts.map +1 -0
- package/components/WellSummary/WellSummaryItemLabel.d.ts +21 -0
- package/components/WellSummary/WellSummaryItemLabel.d.ts.map +1 -0
- package/components/WellSummary/WellSummaryItemTitle.d.ts +15 -0
- package/components/WellSummary/WellSummaryItemTitle.d.ts.map +1 -0
- package/components/WellSummary/WellSummaryItemValue.d.ts +18 -0
- package/components/WellSummary/WellSummaryItemValue.d.ts.map +1 -0
- package/components/WellSummary/effects/index.d.ts +2 -0
- package/components/WellSummary/effects/index.d.ts.map +1 -0
- package/components/WellSummary/effects/useWellSummaryData.d.ts +2 -0
- package/components/WellSummary/effects/useWellSummaryData.d.ts.map +1 -0
- package/components/WellSummary/index.d.ts +7 -0
- package/components/WellSummary/index.d.ts.map +1 -0
- package/components/WellSummary/utils.d.ts +3 -0
- package/components/WellSummary/utils.d.ts.map +1 -0
- package/components/index.d.ts +145 -0
- package/components/index.d.ts.map +1 -0
- package/config/highcharts/highcharts-contour.d.ts +7 -0
- package/config/highcharts/highcharts-contour.d.ts.map +1 -0
- package/config/highcharts/highcharts.d.ts +2 -0
- package/config/highcharts/highcharts.d.ts.map +1 -0
- package/config/highcharts/index.d.ts +2 -0
- package/config/highcharts/index.d.ts.map +1 -0
- package/config/index.d.ts +5 -0
- package/config/index.d.ts.map +1 -0
- package/config/initGlobalDependencies.d.ts +2 -0
- package/config/initGlobalDependencies.d.ts.map +1 -0
- package/config/mapbox/index.d.ts +2 -0
- package/config/mapbox/index.d.ts.map +1 -0
- package/config/theme/__tests__/index.test.d.ts +2 -0
- package/config/theme/__tests__/index.test.d.ts.map +1 -0
- package/config/theme/accordionOverrides.d.ts +110 -0
- package/config/theme/accordionOverrides.d.ts.map +1 -0
- package/config/theme/buttonOverrides.d.ts +97 -0
- package/config/theme/buttonOverrides.d.ts.map +1 -0
- package/config/theme/checkboxOverrides.d.ts +34 -0
- package/config/theme/checkboxOverrides.d.ts.map +1 -0
- package/config/theme/chipOverrides.d.ts +100 -0
- package/config/theme/chipOverrides.d.ts.map +1 -0
- package/config/theme/dateTimePickerThemeOverrides.d.ts +115 -0
- package/config/theme/dateTimePickerThemeOverrides.d.ts.map +1 -0
- package/config/theme/fabOverrides.d.ts +31 -0
- package/config/theme/fabOverrides.d.ts.map +1 -0
- package/config/theme/formControlLabelOverrides.d.ts +40 -0
- package/config/theme/formControlLabelOverrides.d.ts.map +1 -0
- package/config/theme/formGroupOverrides.d.ts +11 -0
- package/config/theme/formGroupOverrides.d.ts.map +1 -0
- package/config/theme/index.d.ts +3 -0
- package/config/theme/index.d.ts.map +1 -0
- package/config/theme/lightThemePalette.d.mts +97 -0
- package/config/theme/lightThemePalette.d.mts.map +1 -0
- package/config/theme/palette.d.mts +92 -0
- package/config/theme/palette.d.mts.map +1 -0
- package/config/theme/radioOverrides.d.ts +30 -0
- package/config/theme/radioOverrides.d.ts.map +1 -0
- package/config/theme/tableOverrides.d.ts +144 -0
- package/config/theme/tableOverrides.d.ts.map +1 -0
- package/config/theme/textFieldOverrides.d.ts +95 -0
- package/config/theme/textFieldOverrides.d.ts.map +1 -0
- package/config/theme/themeVariables.d.mts +95 -0
- package/config/theme/themeVariables.d.mts.map +1 -0
- package/config/theme/toggleButtonsGroupOverrides.d.ts +69 -0
- package/config/theme/toggleButtonsGroupOverrides.d.ts.map +1 -0
- package/config/theme/tooltipOverrides.d.ts +31 -0
- package/config/theme/tooltipOverrides.d.ts.map +1 -0
- package/constants/accuracy.d.ts +8 -0
- package/constants/accuracy.d.ts.map +1 -0
- package/constants/alerts.d.ts +98 -0
- package/constants/alerts.d.ts.map +1 -0
- package/constants/appPackages.d.ts +6 -0
- package/constants/appPackages.d.ts.map +1 -0
- package/constants/apps.d.ts +165 -0
- package/constants/apps.d.ts.map +1 -0
- package/constants/assetTypes.d.ts +48 -0
- package/constants/assetTypes.d.ts.map +1 -0
- package/constants/assets.d.ts +10 -0
- package/constants/assets.d.ts.map +1 -0
- package/constants/bha.d.ts +290 -0
- package/constants/bha.d.ts.map +1 -0
- package/constants/casing.d.ts +81 -0
- package/constants/casing.d.ts.map +1 -0
- package/constants/completion.d.ts +145 -0
- package/constants/completion.d.ts.map +1 -0
- package/constants/dashboards.d.ts +36 -0
- package/constants/dashboards.d.ts.map +1 -0
- package/constants/dateTimeFormat.d.ts +3 -0
- package/constants/dateTimeFormat.d.ts.map +1 -0
- package/constants/devcenter.d.ts +2 -0
- package/constants/devcenter.d.ts.map +1 -0
- package/constants/drillstring.d.ts +111 -0
- package/constants/drillstring.d.ts.map +1 -0
- package/constants/featureFlags.d.ts +2 -0
- package/constants/featureFlags.d.ts.map +1 -0
- package/constants/feed.d.ts +54 -0
- package/constants/feed.d.ts.map +1 -0
- package/constants/feed.js +1 -1
- package/constants/goals.d.ts +35 -0
- package/constants/goals.d.ts.map +1 -0
- package/constants/incidents.d.ts +4 -0
- package/constants/incidents.d.ts.map +1 -0
- package/constants/index.d.ts +19 -0
- package/constants/index.d.ts.map +1 -0
- package/constants/login.d.ts +9 -0
- package/constants/login.d.ts.map +1 -0
- package/constants/main.d.ts +9 -0
- package/constants/main.d.ts.map +1 -0
- package/constants/mixpanel.d.ts +32 -0
- package/constants/mixpanel.d.ts.map +1 -0
- package/constants/notificationToasts.d.ts +4 -0
- package/constants/notificationToasts.d.ts.map +1 -0
- package/constants/notifications.d.ts +48 -0
- package/constants/notifications.d.ts.map +1 -0
- package/constants/nptEvents.d.ts +51 -0
- package/constants/nptEvents.d.ts.map +1 -0
- package/constants/rigActivity.d.ts +39 -0
- package/constants/rigActivity.d.ts.map +1 -0
- package/constants/segment.d.ts +32 -0
- package/constants/segment.d.ts.map +1 -0
- package/constants/sizes.d.ts +7 -0
- package/constants/sizes.d.ts.map +1 -0
- package/constants/streamSourceType.d.ts +20 -0
- package/constants/streamSourceType.d.ts.map +1 -0
- package/constants/streams.d.ts +52 -0
- package/constants/streams.d.ts.map +1 -0
- package/constants/subscriptions.d.ts +20 -0
- package/constants/subscriptions.d.ts.map +1 -0
- package/constants/theme.d.ts +5 -0
- package/constants/theme.d.ts.map +1 -0
- package/constants/timezone.d.ts +2 -0
- package/constants/timezone.d.ts.map +1 -0
- package/constants/tooltips.d.ts +4 -0
- package/constants/tooltips.d.ts.map +1 -0
- package/constants/wellSummary.d.ts +601 -0
- package/constants/wellSummary.d.ts.map +1 -0
- package/effects/index.d.ts +8 -0
- package/effects/index.d.ts.map +1 -0
- package/effects/useDelayedDcFullscreenElemOpen.d.ts +6 -0
- package/effects/useDelayedDcFullscreenElemOpen.d.ts.map +1 -0
- package/effects/useDelayedDcFullscreenElemOpen.js +1 -1
- package/effects/useDevCenterApp.d.ts +12 -0
- package/effects/useDevCenterApp.d.ts.map +1 -0
- package/effects/useEscPress.d.ts +3 -0
- package/effects/useEscPress.d.ts.map +1 -0
- package/effects/useOutsideClick.d.ts +3 -0
- package/effects/useOutsideClick.d.ts.map +1 -0
- package/effects/useSharedDCStore.d.ts +2 -0
- package/effects/useSharedDCStore.d.ts.map +1 -0
- package/effects/useSignedURL.d.ts +3 -0
- package/effects/useSignedURL.d.ts.map +1 -0
- package/effects/useSubscriptions.d.ts +17 -0
- package/effects/useSubscriptions.d.ts.map +1 -0
- package/exampleApp/ChartActionsListExample.d.ts +3 -0
- package/exampleApp/ChartActionsListExample.d.ts.map +1 -0
- package/exampleApp/ExampleApp.d.ts +3 -0
- package/exampleApp/ExampleApp.d.ts.map +1 -0
- package/exampleApp/ParameterChartExample.d.ts +3 -0
- package/exampleApp/ParameterChartExample.d.ts.map +1 -0
- package/exampleApp/RangeSliderExample.d.ts +3 -0
- package/exampleApp/RangeSliderExample.d.ts.map +1 -0
- package/exampleApp/data/changeData.d.ts +2 -0
- package/exampleApp/data/changeData.d.ts.map +1 -0
- package/exampleApp/index.d.ts +2 -0
- package/exampleApp/index.d.ts.map +1 -0
- package/hocs/index.d.ts +3 -0
- package/hocs/index.d.ts.map +1 -0
- package/hocs/withMUIProvidersHOC.d.ts +6 -0
- package/hocs/withMUIProvidersHOC.d.ts.map +1 -0
- package/index.d.ts +11 -139
- package/index.d.ts.map +1 -0
- package/package.json +4 -2
- package/permissions/PermissionsContext.d.ts +4 -0
- package/permissions/PermissionsContext.d.ts.map +1 -0
- package/permissions/ProvidePermissions.d.ts +11 -0
- package/permissions/ProvidePermissions.d.ts.map +1 -0
- package/permissions/constants/abilities.d.ts +13 -0
- package/permissions/constants/abilities.d.ts.map +1 -0
- package/permissions/constants/appsPermissions.d.ts +7 -0
- package/permissions/constants/appsPermissions.d.ts.map +1 -0
- package/permissions/constants/index.d.ts +102 -0
- package/permissions/constants/index.d.ts.map +1 -0
- package/permissions/constants/index.js +1 -1
- package/permissions/constants/settingsApps.d.ts +35 -0
- package/permissions/constants/settingsApps.d.ts.map +1 -0
- package/permissions/index.d.ts +8 -0
- package/permissions/index.d.ts.map +1 -0
- package/permissions/usePermissions.d.ts +3 -0
- package/permissions/usePermissions.d.ts.map +1 -0
- package/permissions/useProvidePermissions.d.ts +6 -0
- package/permissions/useProvidePermissions.d.ts.map +1 -0
- package/permissions/utils.d.ts +11 -0
- package/permissions/utils.d.ts.map +1 -0
- package/permissions/withPermissionsHOC.d.ts +2 -0
- package/permissions/withPermissionsHOC.d.ts.map +1 -0
- package/styles/counter/index.d.ts +2 -0
- package/styles/counter/index.d.ts.map +1 -0
- package/styles/globalStyles.d.ts +2 -0
- package/styles/globalStyles.d.ts.map +1 -0
- package/styles/index.d.ts +3 -0
- package/styles/index.d.ts.map +1 -0
- package/styles/typography/index.d.ts +3 -0
- package/styles/typography/index.d.ts.map +1 -0
- package/utils/DrillstringUtils.d.ts +15 -0
- package/utils/DrillstringUtils.d.ts.map +1 -0
- package/utils/FluidCheckUtils.d.ts +15 -0
- package/utils/FluidCheckUtils.d.ts.map +1 -0
- package/utils/HeatmapUtils.d.ts +1 -0
- package/utils/HeatmapUtils.d.ts.map +1 -0
- package/utils/StageDesignVActualUtils.d.ts +16 -0
- package/utils/StageDesignVActualUtils.d.ts.map +1 -0
- package/utils/__tests__/accuracy.test.d.ts +2 -0
- package/utils/__tests__/accuracy.test.d.ts.map +1 -0
- package/utils/__tests__/alerts.test.d.ts +2 -0
- package/utils/__tests__/alerts.test.d.ts.map +1 -0
- package/utils/__tests__/chartSeries.test.d.ts +2 -0
- package/utils/__tests__/chartSeries.test.d.ts.map +1 -0
- package/utils/__tests__/components.test.d.ts +2 -0
- package/utils/__tests__/components.test.d.ts.map +1 -0
- package/utils/__tests__/convert.test.d.ts +2 -0
- package/utils/__tests__/convert.test.d.ts.map +1 -0
- package/utils/__tests__/convertKeys.test.d.ts +2 -0
- package/utils/__tests__/convertKeys.test.d.ts.map +1 -0
- package/utils/__tests__/fixtures/convert.fixture.d.ts +71 -0
- package/utils/__tests__/fixtures/convert.fixture.d.ts.map +1 -0
- package/utils/__tests__/goals.test.d.ts +2 -0
- package/utils/__tests__/goals.test.d.ts.map +1 -0
- package/utils/__tests__/mapbox.test.d.ts +2 -0
- package/utils/__tests__/mapbox.test.d.ts.map +1 -0
- package/utils/accuracy.d.ts +4 -0
- package/utils/accuracy.d.ts.map +1 -0
- package/utils/alerts.d.ts +2 -0
- package/utils/alerts.d.ts.map +1 -0
- package/utils/apps.d.ts +9 -0
- package/utils/apps.d.ts.map +1 -0
- package/utils/audio.d.ts +2 -0
- package/utils/audio.d.ts.map +1 -0
- package/utils/bha.d.ts +10 -0
- package/utils/bha.d.ts.map +1 -0
- package/utils/casing/conversion.d.ts +3 -0
- package/utils/casing/conversion.d.ts.map +1 -0
- package/utils/casing/index.d.ts +3 -0
- package/utils/casing/index.d.ts.map +1 -0
- package/utils/casing/validation.d.ts +42 -0
- package/utils/casing/validation.d.ts.map +1 -0
- package/utils/chartSeries.d.ts +2 -0
- package/utils/chartSeries.d.ts.map +1 -0
- package/utils/completion.d.ts +6 -0
- package/utils/completion.d.ts.map +1 -0
- package/utils/components.d.ts +4 -0
- package/utils/components.d.ts.map +1 -0
- package/utils/constants/units.d.ts +120 -0
- package/utils/constants/units.d.ts.map +1 -0
- package/utils/convert.d.ts +29 -0
- package/utils/convert.d.ts.map +1 -0
- package/utils/convertKeys.d.ts +4 -0
- package/utils/convertKeys.d.ts.map +1 -0
- package/utils/csvExport.d.ts +11 -0
- package/utils/csvExport.d.ts.map +1 -0
- package/utils/dashboardReports.d.ts +33 -0
- package/utils/dashboardReports.d.ts.map +1 -0
- package/utils/devcenter.d.ts +18 -0
- package/utils/devcenter.d.ts.map +1 -0
- package/utils/drillstring/conversion.d.ts +50 -0
- package/utils/drillstring/conversion.d.ts.map +1 -0
- package/utils/drillstring/index.d.ts +4 -0
- package/utils/drillstring/index.d.ts.map +1 -0
- package/utils/drillstring/schematic.d.ts +2 -0
- package/utils/drillstring/schematic.d.ts.map +1 -0
- package/utils/drillstring/validation.d.ts +290 -0
- package/utils/drillstring/validation.d.ts.map +1 -0
- package/utils/env.d.ts +2 -0
- package/utils/env.d.ts.map +1 -0
- package/utils/feed.d.ts +4 -0
- package/utils/feed.d.ts.map +1 -0
- package/utils/fileExtension.d.ts +5 -0
- package/utils/fileExtension.d.ts.map +1 -0
- package/utils/formatting.d.ts +3 -0
- package/utils/formatting.d.ts.map +1 -0
- package/utils/ga.d.ts +2 -0
- package/utils/ga.d.ts.map +1 -0
- package/utils/goals.d.ts +4 -0
- package/utils/goals.d.ts.map +1 -0
- package/utils/index.d.ts +81 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/jsonaDataFormatter.d.ts +3 -0
- package/utils/jsonaDataFormatter.d.ts.map +1 -0
- package/utils/lasParser.d.ts +11 -0
- package/utils/lasParser.d.ts.map +1 -0
- package/utils/loadable.d.ts +1 -0
- package/utils/loadable.d.ts.map +1 -0
- package/utils/localStorage.d.ts +3 -0
- package/utils/localStorage.d.ts.map +1 -0
- package/utils/main.d.ts +228 -0
- package/utils/main.d.ts.map +1 -0
- package/utils/mapUnits.d.ts +12 -0
- package/utils/mapUnits.d.ts.map +1 -0
- package/utils/mapbox.d.ts +7 -0
- package/utils/mapbox.d.ts.map +1 -0
- package/utils/metrics/index.d.ts +5 -0
- package/utils/metrics/index.d.ts.map +1 -0
- package/utils/metrics/metricsConfig.d.ts +565 -0
- package/utils/metrics/metricsConfig.d.ts.map +1 -0
- package/utils/metrics/utils.d.ts +13 -0
- package/utils/metrics/utils.d.ts.map +1 -0
- package/utils/mobileDetect.d.ts +6 -0
- package/utils/mobileDetect.d.ts.map +1 -0
- package/utils/nativeMessages.d.ts +15 -0
- package/utils/nativeMessages.d.ts.map +1 -0
- package/utils/notificationToasts.d.ts +8 -0
- package/utils/notificationToasts.d.ts.map +1 -0
- package/utils/notifications.d.ts +4 -0
- package/utils/notifications.d.ts.map +1 -0
- package/utils/permissions.d.ts +2 -0
- package/utils/permissions.d.ts.map +1 -0
- package/utils/recaptcha.d.ts +3 -0
- package/utils/recaptcha.d.ts.map +1 -0
- package/utils/reports.d.ts +2 -0
- package/utils/reports.d.ts.map +1 -0
- package/utils/rollbar.d.ts +2 -0
- package/utils/rollbar.d.ts.map +1 -0
- package/utils/sharedDCStore.d.ts +12 -0
- package/utils/sharedDCStore.d.ts.map +1 -0
- package/utils/sqlParser.d.ts +1 -0
- package/utils/sqlParser.d.ts.map +1 -0
- package/utils/themeVariables.d.ts +2 -0
- package/utils/themeVariables.d.ts.map +1 -0
- package/utils/time.d.ts +5 -0
- package/utils/time.d.ts.map +1 -0
- package/utils/torqueAndHookloadUtils.d.ts +5 -0
- package/utils/torqueAndHookloadUtils.d.ts.map +1 -0
- package/utils/withPageLogger.d.ts +1 -0
- package/utils/withPageLogger.d.ts.map +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{memo as e}from"react";import{isEmpty as t}from"lodash";import o from"prop-types";import{Grid as r}from"@material-ui/core";import{isMobileDetected as i}from"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/defineProperty";import"../../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as n,jsx as s}from"react/jsx-runtime";import"../../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../../../../../constants/segment.js";import"../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../../Modal/CorvaModal.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@babel/runtime/helpers/slicedToArray";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../DevCenter/AppHeader/AppHeader.js";import"../../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"classnames";import"../../../../Icons/AnnotationIcon.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../Annotations/AnnotationsContext.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"../../../../../clients/jsonApi/index.js";import"../../../../../clients/subscriptions.js";import"../../../../../constants/goals.js";import"../../../../../constants/alerts.js";import"../../../../../constants/apps.js";import{COMPONENT_MATERIALS as p}from"../../../../../constants/drillstring.js";import"../../../../../constants/completion.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import"../../../../../utils/index.js";import"../../../../HelpCenter/HelpCenterIcon.js";import"../../../../DevCenter/AppContext.js";import"../../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router";import"../../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../../DevCenter/SideBar/SideBar.js";import"../../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../Typography.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../CopyToClipboard/CopyToClipboard.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../Chart/components/ChartButton.js";import"../../../../Chart/components/ChartButtons.js";import"../../../../Chart/components/ChartWrapper.js";import"../../../../Chart/components/buttons/DragToZoomButton.js";import"../../../../Chart/components/buttons/ZoomInButton.js";import"../../../../Chart/components/buttons/ZoomOutButton.js";import"../../../../Chart/components/buttons/PanButton.js";import"../../../../Chart/components/buttons/ResetZoomButton.js";import"../../../../Chart/components/buttons/HideAxesButton.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../TruncatedText/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../AdvancedSlider/AdvancedSlider.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../Button/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../IconButton/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../BHASchematic.js";import"../../../BHATable/index.js";import m from"../../../BHAComponentIcon.js";import"../../../BHAComponentDetail/index.js";import"../../../BHATileIcon.js";import"../../../BHATile/BHATile.js";import"../../../BHAList/BHAList.js";import"../../BHAComponentsTable.js";import"../../../../Casing/CasingTable/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTileIcon.js";import"../../../../Casing/CasingTableV2/CasingTableV2.js";import"../../../../Casing/CasingTile/CasingTile.js";import"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellButton/OffsetWellButton.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../OffsetWellChips/Chip.js";import"../../../../OffsetWellChips/ChipsContainer.js";import"../../../../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../../ConfirmationDialog.js";import"../../../../TextLink/index.js";import"../../../../Avatar/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../MenuItem/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../Table/TableContainer/TableContainer.js";import"../../../../Table/TableCell/TableCell.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../FilesLoader/Icons/FileIcon.js";import"../../../../SearchInput/index.js";import"../../../../FeedItem/FeedItem.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../PostInput/PostInput.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../Autocomplete/Autocomplete.js";import"../../../../DocumentViewer/DocumentViewer.js";import"../../../../ColorPickerPalette/ColorPickerPalette.js";import"../../../../Search/Search.js";import"../../../../Search/components/Listbox.js";import"../../../../Search/components/Paper.js";import"../../../../Search/components/RecentSearches.js";import"../../../../Search/components/InputAdornmentLeft.js";import"../../../../Search/components/Groups.js";import{useStyles as a}from"../sharedStyles.js";import{CancelButton as l}from"../shared/CancelButton.js";import"../shared/ExpandCollapseButton.js";import"../shared/FormatedNumber.js";import{InputText as d}from"../shared/InputText.js";import"../shared/MoreButton.js";import{SaveButton as c}from"../shared/SaveButton.js";import{SelectField as j}from"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as C}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import u from"./Measurement.js";import{CONTAINER_XS as A}from"../constants.js";function h(e){var o=e.component,h=e.error,b=e.onChange,v=e.onCancel,D=e.onSave,g=e.columns,S=a({isMobile:i}),f=i?A/2:A/g,P=function(e){return h&&h[e]};return n(r,{container:!0,spacing:0,className:S.editorContainer,children:[!i&&s(r,{item:!0,className:S.editorComponentSize,children:s(m,{component:o})}),s(r,{item:!0,className:S.eidtorContentContainer,children:n(r,{container:!0,spacing:2,children:[s(C,{component:o,getError:P,onChange:b}),s(d,{type:"name",label:"Name",value:o.name,error:P("name"),xs:f,onChangeField:b}),s(d,{type:"weight",label:"T.Weight",unit:"mass",value:o.weight,error:P("weight"),disabled:!0,xs:f,onChangeField:b}),s(d,{type:"connection_type",label:"Connection Type",value:o.connection_type,error:P("connection_type"),xs:f,onChangeField:b}),s(j,{type:"material",options:p,label:"Component",value:o.material,error:P("material"),xs:f,onChangeField:b}),s(u,{isEditing:!0,data:o.lwd_measurements,errors:P("lwd_measurements"),onChange:function(e){b("lwd_measurements",e)}})]})}),!i&&n(r,{item:!0,className:S.eidtorActionGroup,children:[s(l,{handleCancel:v}),s(c,{handleSave:D,disabled:!t(h)})]})]})}h.propTypes={component:o.shape({name:o.string,weight:o.number,connection_type:o.string,material:o.string,lwd_measurements:o.arrayOf(o.shape({}))}).isRequired,error:o.shape({}),onChange:o.func.isRequired,onCancel:o.func.isRequired,onSave:o.func.isRequired,columns:o.number.isRequired},h.defaultProps={error:null};var b=e(h);export{b as default};
|
|
1
|
+
import{memo as e}from"react";import{isEmpty as t}from"lodash";import o from"prop-types";import{Grid as r}from"@material-ui/core";import{isMobileDetected as i}from"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/defineProperty";import"../../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as n,jsx as s}from"react/jsx-runtime";import"../../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../../Modal/CorvaModal.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@babel/runtime/helpers/slicedToArray";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../DevCenter/AppHeader/AppHeader.js";import"../../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"../../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.js";import"../../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../../DevCenter/SideBar/SideBar.js";import"../../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../DevCenter/AppContext.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../../../../Typography.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../Annotations/AnnotationsContext.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../CopyToClipboard/CopyToClipboard.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../Chart/components/ChartButton.js";import"../../../../Chart/components/ChartButtons.js";import"../../../../Chart/components/ChartWrapper.js";import"../../../../Chart/components/buttons/DragToZoomButton.js";import"../../../../Chart/components/buttons/ZoomInButton.js";import"../../../../Chart/components/buttons/ZoomOutButton.js";import"../../../../Chart/components/buttons/PanButton.js";import"../../../../Chart/components/buttons/ResetZoomButton.js";import"../../../../Chart/components/buttons/HideAxesButton.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../TruncatedText/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../AdvancedSlider/AdvancedSlider.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../Button/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../IconButton/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../BHASchematic.js";import"../../../BHATable/index.js";import p from"../../../BHAComponentIcon.js";import"../../../BHAComponentDetail/index.js";import"../../../BHATileIcon.js";import"../../../BHATile/BHATile.js";import"../../../BHAList/BHAList.js";import"../../BHAComponentsTable.js";import"../../../../Casing/CasingTable/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTileIcon.js";import"../../../../Casing/CasingTableV2/CasingTableV2.js";import"../../../../Casing/CasingTile/CasingTile.js";import"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../../../../clients/jsonApi/index.js";import"../../../../../constants/goals.js";import"../../../../../constants/segment.js";import"../../../../../constants/alerts.js";import"../../../../../constants/apps.js";import{COMPONENT_MATERIALS as m}from"../../../../../constants/drillstring.js";import"../../../../../constants/completion.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellButton/OffsetWellButton.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../OffsetWellChips/Chip.js";import"../../../../OffsetWellChips/ChipsContainer.js";import"../../../../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../../ConfirmationDialog.js";import"../../../../TextLink/index.js";import"../../../../Avatar/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../MenuItem/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../Table/TableContainer/TableContainer.js";import"../../../../Table/TableCell/TableCell.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../FilesLoader/Icons/FileIcon.js";import"../../../../SearchInput/index.js";import"../../../../FeedItem/FeedItem.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../PostInput/PostInput.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../HelpCenter/HelpCenterIcon.js";import"../../../../Autocomplete/Autocomplete.js";import"../../../../DocumentViewer/DocumentViewer.js";import"../../../../ColorPickerPalette/ColorPickerPalette.js";import"../../../../Search/Search.js";import"../../../../Search/components/Listbox.js";import"../../../../Search/components/Paper.js";import"../../../../Search/components/RecentSearches.js";import"../../../../Search/components/InputAdornmentLeft.js";import"../../../../Search/components/Groups.js";import{useStyles as a}from"../sharedStyles.js";import{CancelButton as l}from"../shared/CancelButton.js";import"../shared/ExpandCollapseButton.js";import"../shared/FormatedNumber.js";import{InputText as d}from"../shared/InputText.js";import"../shared/MoreButton.js";import{SaveButton as j}from"../shared/SaveButton.js";import{SelectField as c}from"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as C}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import u from"./Measurement.js";import{CONTAINER_XS as A}from"../constants.js";function h(e){var o=e.component,h=e.error,b=e.onChange,v=e.onCancel,D=e.onSave,g=e.columns,f=a({isMobile:i}),S=i?A/2:A/g,P=function(e){return h&&h[e]};return n(r,{container:!0,spacing:0,className:f.editorContainer,children:[!i&&s(r,{item:!0,className:f.editorComponentSize,children:s(p,{component:o})}),s(r,{item:!0,className:f.eidtorContentContainer,children:n(r,{container:!0,spacing:2,children:[s(C,{component:o,getError:P,onChange:b}),s(d,{type:"name",label:"Name",value:o.name,error:P("name"),xs:S,onChangeField:b}),s(d,{type:"weight",label:"T.Weight",unit:"mass",value:o.weight,error:P("weight"),disabled:!0,xs:S,onChangeField:b}),s(d,{type:"connection_type",label:"Connection Type",value:o.connection_type,error:P("connection_type"),xs:S,onChangeField:b}),s(c,{type:"material",options:m,label:"Component",value:o.material,error:P("material"),xs:S,onChangeField:b}),s(u,{isEditing:!0,data:o.lwd_measurements,errors:P("lwd_measurements"),onChange:function(e){b("lwd_measurements",e)}})]})}),!i&&n(r,{item:!0,className:f.eidtorActionGroup,children:[s(l,{handleCancel:v}),s(j,{handleSave:D,disabled:!t(h)})]})]})}h.propTypes={component:o.shape({name:o.string,weight:o.number,connection_type:o.string,material:o.string,lwd_measurements:o.arrayOf(o.shape({}))}).isRequired,error:o.shape({}),onChange:o.func.isRequired,onCancel:o.func.isRequired,onSave:o.func.isRequired,columns:o.number.isRequired},h.defaultProps={error:null};var b=e(h);export{b as default};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Measurement>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Measurement({ data, errors, isEditing, onChange }: {
|
|
4
|
+
data: any;
|
|
5
|
+
errors: any;
|
|
6
|
+
isEditing: any;
|
|
7
|
+
onChange: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace Measurement {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
const isEditing: PropTypes.Validator<boolean>;
|
|
12
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
13
|
+
type: PropTypes.Requireable<string>;
|
|
14
|
+
name: PropTypes.Requireable<string>;
|
|
15
|
+
distance: PropTypes.Requireable<number>;
|
|
16
|
+
}>[]>;
|
|
17
|
+
const errors: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
+
type: PropTypes.Requireable<string>;
|
|
19
|
+
name: PropTypes.Requireable<string>;
|
|
20
|
+
distance: PropTypes.Requireable<string>;
|
|
21
|
+
}>[]>;
|
|
22
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
23
|
+
}
|
|
24
|
+
namespace defaultProps {
|
|
25
|
+
const data_1: any[];
|
|
26
|
+
export { data_1 as data };
|
|
27
|
+
const errors_1: any[];
|
|
28
|
+
export { errors_1 as errors };
|
|
29
|
+
const onChange_1: any;
|
|
30
|
+
export { onChange_1 as onChange };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
import PropTypes from "prop-types";
|
|
34
|
+
//# sourceMappingURL=Measurement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Measurement.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js"],"names":[],"mappings":";;AAaA;;;;;gBAqHC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Lwd/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Mwd>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Mwd({ component, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
columns: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace Mwd {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
|
+
family: PropTypes.Requireable<string>;
|
|
11
|
+
outer_diameter: PropTypes.Requireable<number>;
|
|
12
|
+
inner_diameter: PropTypes.Requireable<number>;
|
|
13
|
+
linear_weight: PropTypes.Requireable<number>;
|
|
14
|
+
length: PropTypes.Requireable<number>;
|
|
15
|
+
name: PropTypes.Requireable<string>;
|
|
16
|
+
weight: PropTypes.Requireable<number>;
|
|
17
|
+
connection_type: PropTypes.Requireable<string>;
|
|
18
|
+
material: PropTypes.Requireable<string>;
|
|
19
|
+
pressure_loss: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
20
|
+
}>>>;
|
|
21
|
+
const columns: PropTypes.Validator<number>;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
import PropTypes from "prop-types";
|
|
25
|
+
//# sourceMappingURL=Browser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js"],"names":[],"mappings":";;AAWA;;;gBA2BC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Mwd>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Mwd({ component, error, onChange, onCancel, onSave, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
error: any;
|
|
6
|
+
onChange: any;
|
|
7
|
+
onCancel: any;
|
|
8
|
+
onSave: any;
|
|
9
|
+
columns: any;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
declare namespace Mwd {
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
14
|
+
name: PropTypes.Requireable<string>;
|
|
15
|
+
weight: PropTypes.Requireable<number>;
|
|
16
|
+
connection_type: PropTypes.Requireable<string>;
|
|
17
|
+
material: PropTypes.Requireable<string>;
|
|
18
|
+
pressure_loss: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
19
|
+
}>>>;
|
|
20
|
+
const error: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
21
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
22
|
+
const onCancel: PropTypes.Validator<(...args: any[]) => any>;
|
|
23
|
+
const onSave: PropTypes.Validator<(...args: any[]) => any>;
|
|
24
|
+
const columns: PropTypes.Validator<number>;
|
|
25
|
+
}
|
|
26
|
+
namespace defaultProps {
|
|
27
|
+
const error_1: any;
|
|
28
|
+
export { error_1 as error };
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
import PropTypes from "prop-types";
|
|
32
|
+
//# sourceMappingURL=Editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js"],"names":[],"mappings":";;AAaA;;;;;;;gBAyEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{memo as e}from"react";import{isEmpty as t}from"lodash";import o from"prop-types";import{Grid as r}from"@material-ui/core";import{isMobileDetected as i}from"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/defineProperty";import"../../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as n,jsx as s}from"react/jsx-runtime";import"../../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../../../../../constants/segment.js";import"../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../../Modal/CorvaModal.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@babel/runtime/helpers/slicedToArray";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../DevCenter/AppHeader/AppHeader.js";import"../../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"classnames";import"../../../../Icons/AnnotationIcon.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../Annotations/AnnotationsContext.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"../../../../../clients/jsonApi/index.js";import"../../../../../clients/subscriptions.js";import"../../../../../constants/goals.js";import"../../../../../constants/alerts.js";import"../../../../../constants/apps.js";import{COMPONENT_MATERIALS as p}from"../../../../../constants/drillstring.js";import"../../../../../constants/completion.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import"../../../../../utils/index.js";import"../../../../HelpCenter/HelpCenterIcon.js";import"../../../../DevCenter/AppContext.js";import"../../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router";import"../../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../../DevCenter/SideBar/SideBar.js";import"../../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../Typography.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../CopyToClipboard/CopyToClipboard.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../Chart/components/ChartButton.js";import"../../../../Chart/components/ChartButtons.js";import"../../../../Chart/components/ChartWrapper.js";import"../../../../Chart/components/buttons/DragToZoomButton.js";import"../../../../Chart/components/buttons/ZoomInButton.js";import"../../../../Chart/components/buttons/ZoomOutButton.js";import"../../../../Chart/components/buttons/PanButton.js";import"../../../../Chart/components/buttons/ResetZoomButton.js";import"../../../../Chart/components/buttons/HideAxesButton.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../TruncatedText/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../AdvancedSlider/AdvancedSlider.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../Button/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../IconButton/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../BHASchematic.js";import"../../../BHATable/index.js";import m from"../../../BHAComponentIcon.js";import"../../../BHAComponentDetail/index.js";import"../../../BHATileIcon.js";import"../../../BHATile/BHATile.js";import"../../../BHAList/BHAList.js";import"../../BHAComponentsTable.js";import"../../../../Casing/CasingTable/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTileIcon.js";import"../../../../Casing/CasingTableV2/CasingTableV2.js";import"../../../../Casing/CasingTile/CasingTile.js";import"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellButton/OffsetWellButton.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../OffsetWellChips/Chip.js";import"../../../../OffsetWellChips/ChipsContainer.js";import"../../../../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../../ConfirmationDialog.js";import"../../../../TextLink/index.js";import"../../../../Avatar/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../MenuItem/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../Table/TableContainer/TableContainer.js";import"../../../../Table/TableCell/TableCell.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../FilesLoader/Icons/FileIcon.js";import"../../../../SearchInput/index.js";import"../../../../FeedItem/FeedItem.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../PostInput/PostInput.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../Autocomplete/Autocomplete.js";import"../../../../DocumentViewer/DocumentViewer.js";import"../../../../ColorPickerPalette/ColorPickerPalette.js";import"../../../../Search/Search.js";import"../../../../Search/components/Listbox.js";import"../../../../Search/components/Paper.js";import"../../../../Search/components/RecentSearches.js";import"../../../../Search/components/InputAdornmentLeft.js";import"../../../../Search/components/Groups.js";import{useStyles as a}from"../sharedStyles.js";import{CancelButton as l}from"../shared/CancelButton.js";import"../shared/ExpandCollapseButton.js";import"../shared/FormatedNumber.js";import{InputText as d}from"../shared/InputText.js";import"../shared/MoreButton.js";import{SaveButton as c}from"../shared/SaveButton.js";import{SelectField as j}from"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as C}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import u from"../PressureLoss/index.js";import{CONTAINER_XS as A}from"../constants.js";function h(e){var o=e.component,h=e.error,b=e.onChange,v=e.onCancel,D=e.onSave,g=e.columns,S=a({isMobile:i}),f=i?A/2:A/g,P=function(e){return h&&h[e]};return n(r,{container:!0,spacing:0,className:S.editorContainer,children:[!i&&s(r,{item:!0,className:S.editorComponentSize,children:s(m,{component:o})}),s(r,{item:!0,className:S.eidtorContentContainer,children:n(r,{container:!0,spacing:2,children:[s(C,{component:o,getError:P,onChange:b}),s(d,{type:"name",label:"Name",value:o.name,error:P("name"),xs:f,onChangeField:b}),s(d,{type:"weight",label:"T.Weight",unit:"mass",value:o.weight,error:P("weight"),disabled:!0,xs:f,onChangeField:b}),s(d,{type:"connection_type",label:"Connection Type",value:o.connection_type,error:P("connection_type"),xs:f,onChangeField:b}),s(j,{type:"material",options:p,label:"Material",value:o.material,error:P("material"),xs:f,onChangeField:b}),s(u,{isEditing:!0,data:o.pressure_loss,errors:P("pressure_loss"),onChange:function(e){b("pressure_loss",e)}})]})}),!i&&n(r,{item:!0,className:S.eidtorActionGroup,children:[s(l,{handleCancel:v}),s(c,{handleSave:D,disabled:!t(h)})]})]})}h.propTypes={component:o.shape({name:o.string,weight:o.number,connection_type:o.string,material:o.string,pressure_loss:o.arrayOf(o.shape({}))}).isRequired,error:o.shape({}),onChange:o.func.isRequired,onCancel:o.func.isRequired,onSave:o.func.isRequired,columns:o.number.isRequired},h.defaultProps={error:null};var b=e(h);export{b as default};
|
|
1
|
+
import{memo as e}from"react";import{isEmpty as t}from"lodash";import r from"prop-types";import{Grid as o}from"@material-ui/core";import{isMobileDetected as i}from"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/defineProperty";import"../../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as n,jsx as s}from"react/jsx-runtime";import"../../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../../Modal/CorvaModal.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@babel/runtime/helpers/slicedToArray";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../DevCenter/AppHeader/AppHeader.js";import"../../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"../../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.js";import"../../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../../DevCenter/SideBar/SideBar.js";import"../../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../DevCenter/AppContext.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../../../../Typography.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../Annotations/AnnotationsContext.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../CopyToClipboard/CopyToClipboard.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../Chart/components/ChartButton.js";import"../../../../Chart/components/ChartButtons.js";import"../../../../Chart/components/ChartWrapper.js";import"../../../../Chart/components/buttons/DragToZoomButton.js";import"../../../../Chart/components/buttons/ZoomInButton.js";import"../../../../Chart/components/buttons/ZoomOutButton.js";import"../../../../Chart/components/buttons/PanButton.js";import"../../../../Chart/components/buttons/ResetZoomButton.js";import"../../../../Chart/components/buttons/HideAxesButton.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../TruncatedText/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../AdvancedSlider/AdvancedSlider.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../Button/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../IconButton/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../BHASchematic.js";import"../../../BHATable/index.js";import p from"../../../BHAComponentIcon.js";import"../../../BHAComponentDetail/index.js";import"../../../BHATileIcon.js";import"../../../BHATile/BHATile.js";import"../../../BHAList/BHAList.js";import"../../BHAComponentsTable.js";import"../../../../Casing/CasingTable/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTileIcon.js";import"../../../../Casing/CasingTableV2/CasingTableV2.js";import"../../../../Casing/CasingTile/CasingTile.js";import"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../../../../clients/jsonApi/index.js";import"../../../../../constants/goals.js";import"../../../../../constants/segment.js";import"../../../../../constants/alerts.js";import"../../../../../constants/apps.js";import{COMPONENT_MATERIALS as m}from"../../../../../constants/drillstring.js";import"../../../../../constants/completion.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellButton/OffsetWellButton.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../OffsetWellChips/Chip.js";import"../../../../OffsetWellChips/ChipsContainer.js";import"../../../../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../../ConfirmationDialog.js";import"../../../../TextLink/index.js";import"../../../../Avatar/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../MenuItem/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../Table/TableContainer/TableContainer.js";import"../../../../Table/TableCell/TableCell.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../FilesLoader/Icons/FileIcon.js";import"../../../../SearchInput/index.js";import"../../../../FeedItem/FeedItem.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../PostInput/PostInput.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../HelpCenter/HelpCenterIcon.js";import"../../../../Autocomplete/Autocomplete.js";import"../../../../DocumentViewer/DocumentViewer.js";import"../../../../ColorPickerPalette/ColorPickerPalette.js";import"../../../../Search/Search.js";import"../../../../Search/components/Listbox.js";import"../../../../Search/components/Paper.js";import"../../../../Search/components/RecentSearches.js";import"../../../../Search/components/InputAdornmentLeft.js";import"../../../../Search/components/Groups.js";import{useStyles as a}from"../sharedStyles.js";import{CancelButton as l}from"../shared/CancelButton.js";import"../shared/ExpandCollapseButton.js";import"../shared/FormatedNumber.js";import{InputText as d}from"../shared/InputText.js";import"../shared/MoreButton.js";import{SaveButton as j}from"../shared/SaveButton.js";import{SelectField as c}from"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as C}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import u from"../PressureLoss/index.js";import{CONTAINER_XS as A}from"../constants.js";function h(e){var r=e.component,h=e.error,b=e.onChange,v=e.onCancel,D=e.onSave,g=e.columns,f=a({isMobile:i}),S=i?A/2:A/g,P=function(e){return h&&h[e]};return n(o,{container:!0,spacing:0,className:f.editorContainer,children:[!i&&s(o,{item:!0,className:f.editorComponentSize,children:s(p,{component:r})}),s(o,{item:!0,className:f.eidtorContentContainer,children:n(o,{container:!0,spacing:2,children:[s(C,{component:r,getError:P,onChange:b}),s(d,{type:"name",label:"Name",value:r.name,error:P("name"),xs:S,onChangeField:b}),s(d,{type:"weight",label:"T.Weight",unit:"mass",value:r.weight,error:P("weight"),disabled:!0,xs:S,onChangeField:b}),s(d,{type:"connection_type",label:"Connection Type",value:r.connection_type,error:P("connection_type"),xs:S,onChangeField:b}),s(c,{type:"material",options:m,label:"Material",value:r.material,error:P("material"),xs:S,onChangeField:b}),s(u,{isEditing:!0,data:r.pressure_loss,errors:P("pressure_loss"),onChange:function(e){b("pressure_loss",e)}})]})}),!i&&n(o,{item:!0,className:f.eidtorActionGroup,children:[s(l,{handleCancel:v}),s(j,{handleSave:D,disabled:!t(h)})]})]})}h.propTypes={component:r.shape({name:r.string,weight:r.number,connection_type:r.string,material:r.string,pressure_loss:r.arrayOf(r.shape({}))}).isRequired,error:r.shape({}),onChange:r.func.isRequired,onCancel:r.func.isRequired,onSave:r.func.isRequired,columns:r.number.isRequired},h.defaultProps={error:null};var b=e(h);export{b as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Mwd/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof NozzleSize>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function NozzleSize({ data, errors, isEditing, onChange }: {
|
|
4
|
+
data: any;
|
|
5
|
+
errors: any;
|
|
6
|
+
isEditing: any;
|
|
7
|
+
onChange: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace NozzleSize {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
const isEditing: PropTypes.Validator<boolean>;
|
|
12
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
13
|
+
count: PropTypes.Requireable<number>;
|
|
14
|
+
size: PropTypes.Requireable<number>;
|
|
15
|
+
}>[]>;
|
|
16
|
+
const errors: PropTypes.Requireable<PropTypes.InferProps<{
|
|
17
|
+
count: PropTypes.Requireable<string>;
|
|
18
|
+
size: PropTypes.Requireable<string>;
|
|
19
|
+
}>[]>;
|
|
20
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
|
+
}
|
|
22
|
+
namespace defaultProps {
|
|
23
|
+
const data_1: any[];
|
|
24
|
+
export { data_1 as data };
|
|
25
|
+
const errors_1: any[];
|
|
26
|
+
export { errors_1 as errors };
|
|
27
|
+
const onChange_1: any;
|
|
28
|
+
export { onChange_1 as onChange };
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
import PropTypes from "prop-types";
|
|
32
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js"],"names":[],"mappings":";;AAYA;;;;;gBA6GC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Pdm>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Pdm({ component, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
columns: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace Pdm {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
|
+
family: PropTypes.Requireable<string>;
|
|
11
|
+
outer_diameter: PropTypes.Requireable<number>;
|
|
12
|
+
inner_diameter: PropTypes.Requireable<number>;
|
|
13
|
+
linear_weight: PropTypes.Requireable<number>;
|
|
14
|
+
length: PropTypes.Requireable<number>;
|
|
15
|
+
name: PropTypes.Requireable<string>;
|
|
16
|
+
weight: PropTypes.Requireable<number>;
|
|
17
|
+
off_bottom_pressure_loss: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
18
|
+
rpg: PropTypes.Requireable<number>;
|
|
19
|
+
stages: PropTypes.Requireable<number>;
|
|
20
|
+
number_rotor_lobes: PropTypes.Requireable<number>;
|
|
21
|
+
number_stator_lobes: PropTypes.Requireable<number>;
|
|
22
|
+
bend_range: PropTypes.Requireable<number>;
|
|
23
|
+
max_weight_on_bit: PropTypes.Requireable<number>;
|
|
24
|
+
model: PropTypes.Requireable<string>;
|
|
25
|
+
bit_to_bend: PropTypes.Requireable<number>;
|
|
26
|
+
min_standard_flowrate: PropTypes.Requireable<number>;
|
|
27
|
+
max_standard_flowrate: PropTypes.Requireable<number>;
|
|
28
|
+
max_operating_differential_pressure: PropTypes.Requireable<number>;
|
|
29
|
+
torque_at_max_operating_differential_pressure: PropTypes.Requireable<number>;
|
|
30
|
+
flow_loss_percentage: PropTypes.Requireable<number>;
|
|
31
|
+
make: PropTypes.Requireable<string>;
|
|
32
|
+
}>>>;
|
|
33
|
+
const columns: PropTypes.Validator<number>;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
import PropTypes from "prop-types";
|
|
37
|
+
//# sourceMappingURL=Browser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js"],"names":[],"mappings":";;AAWA;;;gBAmFC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Pdm>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Pdm({ component, error, onChange, onCancel, onSave, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
error: any;
|
|
6
|
+
onChange: any;
|
|
7
|
+
onCancel: any;
|
|
8
|
+
onSave: any;
|
|
9
|
+
columns: any;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
declare namespace Pdm {
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
14
|
+
name: PropTypes.Requireable<string>;
|
|
15
|
+
weight: PropTypes.Requireable<number>;
|
|
16
|
+
off_bottom_pressure_loss: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
17
|
+
rpg: PropTypes.Requireable<number>;
|
|
18
|
+
stages: PropTypes.Requireable<number>;
|
|
19
|
+
number_rotor_lobes: PropTypes.Requireable<number>;
|
|
20
|
+
number_stator_lobes: PropTypes.Requireable<number>;
|
|
21
|
+
bend_range: PropTypes.Requireable<number>;
|
|
22
|
+
max_weight_on_bit: PropTypes.Requireable<number>;
|
|
23
|
+
model: PropTypes.Requireable<string>;
|
|
24
|
+
bit_to_bend: PropTypes.Requireable<number>;
|
|
25
|
+
min_standard_flowrate: PropTypes.Requireable<number>;
|
|
26
|
+
max_standard_flowrate: PropTypes.Requireable<number>;
|
|
27
|
+
max_operating_differential_pressure: PropTypes.Requireable<number>;
|
|
28
|
+
torque_at_max_operating_differential_pressure: PropTypes.Requireable<number>;
|
|
29
|
+
flow_loss_percentage: PropTypes.Requireable<number>;
|
|
30
|
+
}>>>;
|
|
31
|
+
const error: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
32
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
33
|
+
const onCancel: PropTypes.Validator<(...args: any[]) => any>;
|
|
34
|
+
const onSave: PropTypes.Validator<(...args: any[]) => any>;
|
|
35
|
+
const columns: PropTypes.Validator<number>;
|
|
36
|
+
}
|
|
37
|
+
namespace defaultProps {
|
|
38
|
+
const error_1: any;
|
|
39
|
+
export { error_1 as error };
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
import PropTypes from "prop-types";
|
|
43
|
+
//# sourceMappingURL=Editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js"],"names":[],"mappings":";;AAYA;;;;;;;gBA4KC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{memo as e}from"react";import{isEmpty as t}from"lodash";import r from"prop-types";import{Grid as o}from"@material-ui/core";import{isMobileDetected as i}from"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/defineProperty";import"../../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as n,jsx as s}from"react/jsx-runtime";import"../../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../../../../../constants/segment.js";import"../../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../../Modal/CorvaModal.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@babel/runtime/helpers/slicedToArray";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../DevCenter/AppHeader/AppHeader.js";import"../../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"classnames";import"../../../../Icons/AnnotationIcon.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../Annotations/AnnotationsContext.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"../../../../../clients/jsonApi/index.js";import"../../../../../clients/subscriptions.js";import"../../../../../constants/goals.js";import"../../../../../constants/alerts.js";import"../../../../../constants/apps.js";import"../../../../../constants/drillstring.js";import"../../../../../constants/completion.js";import"../../../../../constants/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import"../../../../../utils/index.js";import"../../../../HelpCenter/HelpCenterIcon.js";import"../../../../DevCenter/AppContext.js";import"../../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router";import"../../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../../DevCenter/SideBar/SideBar.js";import"../../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../Typography.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../CopyToClipboard/CopyToClipboard.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../Chart/components/ChartButton.js";import"../../../../Chart/components/ChartButtons.js";import"../../../../Chart/components/ChartWrapper.js";import"../../../../Chart/components/buttons/DragToZoomButton.js";import"../../../../Chart/components/buttons/ZoomInButton.js";import"../../../../Chart/components/buttons/ZoomOutButton.js";import"../../../../Chart/components/buttons/PanButton.js";import"../../../../Chart/components/buttons/ResetZoomButton.js";import"../../../../Chart/components/buttons/HideAxesButton.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../TruncatedText/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../AdvancedSlider/AdvancedSlider.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../Button/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../IconButton/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../BHASchematic.js";import"../../../BHATable/index.js";import a from"../../../BHAComponentIcon.js";import"../../../BHAComponentDetail/index.js";import"../../../BHATileIcon.js";import"../../../BHATile/BHATile.js";import"../../../BHAList/BHAList.js";import"../../BHAComponentsTable.js";import"../../../../Casing/CasingTable/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTileIcon.js";import"../../../../Casing/CasingTableV2/CasingTableV2.js";import"../../../../Casing/CasingTile/CasingTile.js";import"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellButton/OffsetWellButton.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../OffsetWellChips/Chip.js";import"../../../../OffsetWellChips/ChipsContainer.js";import"../../../../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../../ConfirmationDialog.js";import"../../../../TextLink/index.js";import"../../../../Avatar/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../MenuItem/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../Table/TableContainer/TableContainer.js";import"../../../../Table/TableCell/TableCell.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../FilesLoader/Icons/FileIcon.js";import"../../../../SearchInput/index.js";import"../../../../FeedItem/FeedItem.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../PostInput/PostInput.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../Autocomplete/Autocomplete.js";import"../../../../DocumentViewer/DocumentViewer.js";import"../../../../ColorPickerPalette/ColorPickerPalette.js";import"../../../../Search/Search.js";import"../../../../Search/components/Listbox.js";import"../../../../Search/components/Paper.js";import"../../../../Search/components/RecentSearches.js";import"../../../../Search/components/InputAdornmentLeft.js";import"../../../../Search/components/Groups.js";import{useStyles as p}from"../sharedStyles.js";import{CancelButton as m}from"../shared/CancelButton.js";import"../shared/ExpandCollapseButton.js";import"../shared/FormatedNumber.js";import{InputText as l}from"../shared/InputText.js";import"../shared/MoreButton.js";import{SaveButton as d}from"../shared/SaveButton.js";import"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as u}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import c from"../PressureLoss/index.js";import{CONTAINER_XS as j}from"../constants.js";function C(e){var r=e.component,C=e.error,b=e.onChange,g=e.onCancel,f=e.onSave,h=e.columns,_=p({isMobile:i}),A=i?j/2:j/h,x=function(e){return C&&C[e]};return n(o,{container:!0,spacing:0,className:_.editorContainer,children:[!i&&s(o,{item:!0,className:_.editorComponentSize,children:s(a,{component:r})}),s(o,{item:!0,className:_.eidtorContentContainer,children:n(o,{container:!0,spacing:2,children:[s(u,{component:r,getError:x,onChange:b}),s(l,{type:"name",label:"Name",value:r.name,error:x("name"),xs:A,onChangeField:b}),s(l,{type:"weight",label:"T.Weight",unit:"mass",value:r.weight,error:x("weight"),disabled:!0,xs:A,onChangeField:b}),s(l,{type:"rpg",label:"Revolution Per Gallon",unit:"revolutionPerVolume",value:r.rpg,error:x("rpg"),xs:A,onChangeField:b}),s(l,{type:"stages",label:"# of stages",value:r.stages,error:x("stages"),xs:A,onChangeField:b}),s(l,{type:"number_rotor_lobes",label:"`# of rotor lobes",value:r.number_rotor_lobes,error:x("number_rotor_lobes"),xs:A,onChangeField:b}),s(l,{type:"number_stator_lobes",label:"# of stator lobes",value:r.number_stator_lobes,error:x("number_stator_lobes"),xs:A,onChangeField:b}),s(l,{type:"bend_range",label:"Bend Range",value:r.bend_range,error:x("bend_range"),xs:A,onChangeField:b}),s(l,{type:"max_weight_on_bit",label:"Max WOB",unit:"force",value:r.max_weight_on_bit,error:x("max_weight_on_bit"),xs:A,onChangeField:b}),s(l,{type:"model",label:"Model",value:r.model,error:x("model"),xs:A,onChangeField:b}),s(l,{type:"bit_to_bend",label:"Bit to Bend",unit:"length",value:r.bit_to_bend,error:x("bit_to_bend"),xs:A,onChangeField:b}),s(o,{item:!0,xs:j,children:s("span",{className:_.additionalTitle,children:"Standard Flow Range"})}),s(l,{type:"min_standard_flowrate",label:"Min",unit:"volumeFlowRate",value:r.min_standard_flowrate,error:x("min_standard_flowrate"),xs:A,onChangeField:b}),s(l,{type:"max_standard_flowrate",label:"Max",unit:"volumeFlowRate",value:r.max_standard_flowrate,error:x("max_standard_flowrate"),xs:A,onChangeField:b}),s(l,{type:"max_operating_differential_pressure",label:"Max Operating Diff Pressure",unit:"pressure",value:r.max_operating_differential_pressure,error:x("max_operating_differential_pressure"),xs:A,onChangeField:b}),s(l,{type:"torque_at_max_operating_differential_pressure",label:"Torque at Max Operating Diff Pressure",unit:"torque",value:r.torque_at_max_operating_differential_pressure,error:x("torque_at_max_operating_differential_pressure"),xs:A,onChangeField:b}),s(l,{type:"flow_loss_percentage",label:"'% Leakage Flow Loss",value:r.flow_loss_percentage,error:x("flow_loss_percentage"),xs:A,onChangeField:b}),s(c,{isEditing:!0,title:"Off Bottom Pressure Loss",data:r.off_bottom_pressure_loss,errors:x("off_bottom_pressure_loss"),onChange:function(e){b("off_bottom_pressure_loss",e)}})]})}),!i&&n(o,{item:!0,className:_.eidtorActionGroup,children:[s(m,{handleCancel:g}),s(d,{handleSave:f,disabled:!t(C)})]})]})}C.propTypes={component:r.shape({name:r.string,weight:r.number,off_bottom_pressure_loss:r.arrayOf(r.shape({})),rpg:r.number,stages:r.number,number_rotor_lobes:r.number,number_stator_lobes:r.number,bend_range:r.number,max_weight_on_bit:r.number,model:r.string,bit_to_bend:r.number,min_standard_flowrate:r.number,max_standard_flowrate:r.number,max_operating_differential_pressure:r.number,torque_at_max_operating_differential_pressure:r.number,flow_loss_percentage:r.number}).isRequired,error:r.shape({}),onChange:r.func.isRequired,onCancel:r.func.isRequired,onSave:r.func.isRequired,columns:r.number.isRequired},C.defaultProps={error:null};var b=e(C);export{b as default};
|
|
1
|
+
import{memo as e}from"react";import{isEmpty as t}from"lodash";import r from"prop-types";import{Grid as o}from"@material-ui/core";import{isMobileDetected as i}from"../../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/defineProperty";import"../../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as n,jsx as s}from"react/jsx-runtime";import"../../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../../Modal/CorvaModal.js";import"@babel/runtime/helpers/objectWithoutProperties";import"@babel/runtime/helpers/slicedToArray";import"../../../../IconMenu/index.js";import"../../../../StyledMenuItem/index.js";import"../../../../DevCenter/AppHeader/AppHeader.js";import"../../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"../../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.js";import"../../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../../DevCenter/SideBar/SideBar.js";import"../../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"react-router";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../../DevCenter/AppContext.js";import"../../../../AssetEditor/index.js";import"../../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../../LoadingIndicator/LoadingIndicator.js";import"../../../../Typography.js";import"../../../../CollapsableSidebar.js";import"../../../../DateTimePicker/index.js";import"../../../../DatePicker/index.js";import"../../../../ErrorBoundary/ErrorBoundary.js";import"../../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../../Annotations/components/AnnotationsList/index.js";import"../../../../Annotations/components/LastAnnotation/index.js";import"../../../../Annotations/AnnotationsContext.js";import"../../../../SlateFormattedText/SlateFormattedText.js";import"../../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../../ParameterCharts/ParameterCharts.js";import"../../../../ParameterCharts/AddEditTrack.js";import"../../../../ChartActionsList/ChartActionsList.js";import"../../../../CopyToClipboard/CopyToClipboard.js";import"../../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../../AssetEditor/SingleAssetEditor.js";import"../../../../SettingEditors/ColorEditor/index.js";import"../../../../SettingEditors/DropdownEditor/index.js";import"../../../../SettingEditors/RadioEditor/index.js";import"../../../../SwitchControl/index.js";import"../../../../ColorPicker/ColorPicker.js";import"../../../../Chart/components/ChartButton.js";import"../../../../Chart/components/ChartButtons.js";import"../../../../Chart/components/ChartWrapper.js";import"../../../../Chart/components/buttons/DragToZoomButton.js";import"../../../../Chart/components/buttons/ZoomInButton.js";import"../../../../Chart/components/buttons/ZoomOutButton.js";import"../../../../Chart/components/buttons/PanButton.js";import"../../../../Chart/components/buttons/ResetZoomButton.js";import"../../../../Chart/components/buttons/HideAxesButton.js";import"../../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../../TruncatedText/index.js";import"../../../../RangeSlider/RangeSlider.js";import"../../../../AdvancedSlider/AdvancedSlider.js";import"../../../../Breadcrumbs/index.js";import"../../../../VirtualizedTable/index.js";import"../../../../EmptyView/EmptyView.js";import"../../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../../Button/index.js";import"../../../../ContextMenuItem/index.js";import"../../../../FolderMenuItem/index.js";import"../../../../EditableItem/EditableItem/index.js";import"../../../../EditableItem/EditableItemWithBadge/index.js";import"../../../../Checkbox/index.js";import"../../../../FolderMenuItemWithLinks/index.js";import"../../../../IconButton/index.js";import"../../../../TextField/index.js";import"../../../../Chip/index.js";import"../../../../Counter/index.js";import"../../../../AnchorsList/AnchorsList.js";import"../../../../Select/index.js";import"../../../../CustomSelect/index.js";import"../../../../Tabs/Tabs.js";import"../../../../Tabs/Tab.js";import"../../../../ResizableTable/ResizableTable.js";import"../../../BHASchematic.js";import"../../../BHATable/index.js";import a from"../../../BHAComponentIcon.js";import"../../../BHAComponentDetail/index.js";import"../../../BHATileIcon.js";import"../../../BHATile/BHATile.js";import"../../../BHAList/BHAList.js";import"../../BHAComponentsTable.js";import"../../../../Casing/CasingTable/index.js";import"../../../../Casing/CasingComponentIcon.js";import"../../../../Casing/CasingTileIcon.js";import"../../../../Casing/CasingTableV2/CasingTableV2.js";import"../../../../Casing/CasingTile/CasingTile.js";import"../../../../DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../../WellSummary/WellSummaryItemLabel.js";import"../../../../WellSummary/WellSummaryItemTitle.js";import"../../../../WellSummary/WellSummaryItemValue.js";import"../../../../WellSummary/ActivitySummaryChart.js";import"../../../../WellSummary/FracWirelineTimeChart.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"../../../../../clients/jsonApi/index.js";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/notifications.js";import"../../../../../constants/feed.js";import"../../../../../constants/bha.js";import"../../../../BICOffsetPickerDialog/index.js";import"../../../../OffsetWellButton/OffsetWellButton.js";import"../../../../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../../../../OffsetWellPickerV3/index.js";import"../../../../OffsetWellChips/Chip.js";import"../../../../OffsetWellChips/ChipsContainer.js";import"../../../../OffsetWellPickerV4/OffsetWellPickerV4.js";import"../../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../../ConfirmationDialog.js";import"../../../../TextLink/index.js";import"../../../../Avatar/index.js";import"../../../../Template/TemplatePopover/index.js";import"../../../../MenuItem/index.js";import"../../../../PadModeSelect/PadModeSelect.js";import"../../../../PinnableFilters/PinnableFilters.js";import"../../../../HeaderLayout/HeaderLayout.js";import"../../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../../PadOffsetsPicker/StagesSelector.js";import"../../../../Table/TableToolbar/TableToolbar.js";import"../../../../Table/TableContainer/TableContainer.js";import"../../../../Table/TableCell/TableCell.js";import"../../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../../PriceInput/PriceInput.js";import"../../../../LabelsCounter/LabelsCounter.js";import"../../../../Stepper/Step.js";import"../../../../Stepper/StepsWrapper.js";import"../../../../Stepper/Stepper.js";import"../../../../Comment/CommentIcon/index.js";import"../../../../FilesLoader/FilesLoader.js";import"../../../../FilesLoader/Icons/FileIcon.js";import"../../../../SearchInput/index.js";import"../../../../FeedItem/FeedItem.js";import"../../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../../PostInput/PostInput.js";import"../../../../KeyboardDateTimePicker.js";import"../../../../AddComment/Popover.js";import"../../../../AddComment/Popup.js";import"../../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../../StageDesignVActual/ComparisonHeader.js";import"../../../../StageDesignVActual/ComparisonRow.js";import"../../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../../EmbeddedApp/EmbeddedApp.js";import"../../../../HelpCenter/HelpCenterIcon.js";import"../../../../Autocomplete/Autocomplete.js";import"../../../../DocumentViewer/DocumentViewer.js";import"../../../../ColorPickerPalette/ColorPickerPalette.js";import"../../../../Search/Search.js";import"../../../../Search/components/Listbox.js";import"../../../../Search/components/Paper.js";import"../../../../Search/components/RecentSearches.js";import"../../../../Search/components/InputAdornmentLeft.js";import"../../../../Search/components/Groups.js";import{useStyles as p}from"../sharedStyles.js";import{CancelButton as m}from"../shared/CancelButton.js";import"../shared/ExpandCollapseButton.js";import"../shared/FormatedNumber.js";import{InputText as l}from"../shared/InputText.js";import"../shared/MoreButton.js";import{SaveButton as d}from"../shared/SaveButton.js";import"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as u}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import j from"../PressureLoss/index.js";import{CONTAINER_XS as c}from"../constants.js";function C(e){var r=e.component,C=e.error,b=e.onChange,g=e.onCancel,f=e.onSave,_=e.columns,h=p({isMobile:i}),x=i?c/2:c/_,A=function(e){return C&&C[e]};return n(o,{container:!0,spacing:0,className:h.editorContainer,children:[!i&&s(o,{item:!0,className:h.editorComponentSize,children:s(a,{component:r})}),s(o,{item:!0,className:h.eidtorContentContainer,children:n(o,{container:!0,spacing:2,children:[s(u,{component:r,getError:A,onChange:b}),s(l,{type:"name",label:"Name",value:r.name,error:A("name"),xs:x,onChangeField:b}),s(l,{type:"weight",label:"T.Weight",unit:"mass",value:r.weight,error:A("weight"),disabled:!0,xs:x,onChangeField:b}),s(l,{type:"rpg",label:"Revolution Per Gallon",unit:"revolutionPerVolume",value:r.rpg,error:A("rpg"),xs:x,onChangeField:b}),s(l,{type:"stages",label:"# of stages",value:r.stages,error:A("stages"),xs:x,onChangeField:b}),s(l,{type:"number_rotor_lobes",label:"`# of rotor lobes",value:r.number_rotor_lobes,error:A("number_rotor_lobes"),xs:x,onChangeField:b}),s(l,{type:"number_stator_lobes",label:"# of stator lobes",value:r.number_stator_lobes,error:A("number_stator_lobes"),xs:x,onChangeField:b}),s(l,{type:"bend_range",label:"Bend Range",value:r.bend_range,error:A("bend_range"),xs:x,onChangeField:b}),s(l,{type:"max_weight_on_bit",label:"Max WOB",unit:"force",value:r.max_weight_on_bit,error:A("max_weight_on_bit"),xs:x,onChangeField:b}),s(l,{type:"model",label:"Model",value:r.model,error:A("model"),xs:x,onChangeField:b}),s(l,{type:"bit_to_bend",label:"Bit to Bend",unit:"length",value:r.bit_to_bend,error:A("bit_to_bend"),xs:x,onChangeField:b}),s(o,{item:!0,xs:c,children:s("span",{className:h.additionalTitle,children:"Standard Flow Range"})}),s(l,{type:"min_standard_flowrate",label:"Min",unit:"volumeFlowRate",value:r.min_standard_flowrate,error:A("min_standard_flowrate"),xs:x,onChangeField:b}),s(l,{type:"max_standard_flowrate",label:"Max",unit:"volumeFlowRate",value:r.max_standard_flowrate,error:A("max_standard_flowrate"),xs:x,onChangeField:b}),s(l,{type:"max_operating_differential_pressure",label:"Max Operating Diff Pressure",unit:"pressure",value:r.max_operating_differential_pressure,error:A("max_operating_differential_pressure"),xs:x,onChangeField:b}),s(l,{type:"torque_at_max_operating_differential_pressure",label:"Torque at Max Operating Diff Pressure",unit:"torque",value:r.torque_at_max_operating_differential_pressure,error:A("torque_at_max_operating_differential_pressure"),xs:x,onChangeField:b}),s(l,{type:"flow_loss_percentage",label:"'% Leakage Flow Loss",value:r.flow_loss_percentage,error:A("flow_loss_percentage"),xs:x,onChangeField:b}),s(j,{isEditing:!0,title:"Off Bottom Pressure Loss",data:r.off_bottom_pressure_loss,errors:A("off_bottom_pressure_loss"),onChange:function(e){b("off_bottom_pressure_loss",e)}})]})}),!i&&n(o,{item:!0,className:h.eidtorActionGroup,children:[s(m,{handleCancel:g}),s(d,{handleSave:f,disabled:!t(C)})]})]})}C.propTypes={component:r.shape({name:r.string,weight:r.number,off_bottom_pressure_loss:r.arrayOf(r.shape({})),rpg:r.number,stages:r.number,number_rotor_lobes:r.number,number_stator_lobes:r.number,bend_range:r.number,max_weight_on_bit:r.number,model:r.string,bit_to_bend:r.number,min_standard_flowrate:r.number,max_standard_flowrate:r.number,max_operating_differential_pressure:r.number,torque_at_max_operating_differential_pressure:r.number,flow_loss_percentage:r.number}).isRequired,error:r.shape({}),onChange:r.func.isRequired,onCancel:r.func.isRequired,onSave:r.func.isRequired,columns:r.number.isRequired},C.defaultProps={error:null};var b=e(C);export{b as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Pdm/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof PressureLoss>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function PressureLoss({ data, title, errors, isEditing, onChange }: {
|
|
4
|
+
data: any;
|
|
5
|
+
title: any;
|
|
6
|
+
errors: any;
|
|
7
|
+
isEditing: any;
|
|
8
|
+
onChange: any;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
declare namespace PressureLoss {
|
|
11
|
+
namespace propTypes {
|
|
12
|
+
const isEditing: PropTypes.Validator<boolean>;
|
|
13
|
+
const title: PropTypes.Requireable<string>;
|
|
14
|
+
const data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
|
+
flow_rate: PropTypes.Requireable<number>;
|
|
16
|
+
pressure_loss: PropTypes.Requireable<number>;
|
|
17
|
+
}>[]>;
|
|
18
|
+
const errors: PropTypes.Requireable<PropTypes.InferProps<{
|
|
19
|
+
flow_rate: PropTypes.Requireable<string>;
|
|
20
|
+
pressure_loss: PropTypes.Requireable<string>;
|
|
21
|
+
}>[]>;
|
|
22
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
23
|
+
}
|
|
24
|
+
namespace defaultProps {
|
|
25
|
+
const title_1: string;
|
|
26
|
+
export { title_1 as title };
|
|
27
|
+
const data_1: any[];
|
|
28
|
+
export { data_1 as data };
|
|
29
|
+
const errors_1: any[];
|
|
30
|
+
export { errors_1 as errors };
|
|
31
|
+
const onChange_1: any;
|
|
32
|
+
export { onChange_1 as onChange };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
import PropTypes from "prop-types";
|
|
36
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js"],"names":[],"mappings":";;AAWA;;;;;;gBA2GC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Rss>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Rss({ component, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
columns: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace Rss {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
|
+
family: PropTypes.Requireable<string>;
|
|
11
|
+
outer_diameter: PropTypes.Requireable<number>;
|
|
12
|
+
inner_diameter: PropTypes.Requireable<number>;
|
|
13
|
+
linear_weight: PropTypes.Requireable<number>;
|
|
14
|
+
length: PropTypes.Requireable<number>;
|
|
15
|
+
name: PropTypes.Requireable<string>;
|
|
16
|
+
weight: PropTypes.Requireable<number>;
|
|
17
|
+
connection_type: PropTypes.Requireable<string>;
|
|
18
|
+
material: PropTypes.Requireable<string>;
|
|
19
|
+
pressure_loss: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
20
|
+
flow_loss_percentage: PropTypes.Requireable<number>;
|
|
21
|
+
}>>>;
|
|
22
|
+
const columns: PropTypes.Validator<number>;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
import PropTypes from "prop-types";
|
|
26
|
+
//# sourceMappingURL=Browser.d.ts.map
|