@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
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Agitator>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Agitator({ component, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
columns: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace Agitator {
|
|
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/Agitator/Browser.js"],"names":[],"mappings":";;AAWA;;;gBA2BC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Agitator>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Agitator({ 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 Agitator {
|
|
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/Agitator/Editor.js"],"names":[],"mappings":";;AAaA;;;;;;;gBAwEC"}
|
|
@@ -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{CancelButton as a}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{SelectField as c}from"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as j}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import{useStyles as C}from"../sharedStyles.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=C({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(j,{component:o,getError:P,onChange:b}),s(l,{type:"name",label:"Name",value:o.name,error:P("name"),xs:f,onChangeField:b}),s(l,{type:"weight",label:"T.Weight",unit:"mass",value:o.weight,error:P("weight"),disabled:!0,xs:f,onChangeField:b}),s(l,{type:"connection_type",label:"Connection Type",value:o.connection_type,error:P("connection_type"),xs:f,onChangeField:b}),s(c,{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(a,{handleCancel:v}),s(d,{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{CancelButton as a}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{SelectField as j}from"../shared/SelectField.js";import"../shared/StaticField.js";import{SharedEditorElements as c}from"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import{useStyles as C}from"../sharedStyles.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=C({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(l,{type:"name",label:"Name",value:r.name,error:P("name"),xs:S,onChangeField:b}),s(l,{type:"weight",label:"T.Weight",unit:"mass",value:r.weight,error:P("weight"),disabled:!0,xs:S,onChangeField:b}),s(l,{type:"connection_type",label:"Connection Type",value:r.connection_type,error:P("connection_type"),xs:S,onChangeField:b}),s(j,{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(a,{handleCancel:v}),s(d,{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/Agitator/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Bit>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Bit({ component, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
columns: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace Bit {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
|
+
family: PropTypes.Requireable<string>;
|
|
11
|
+
bit_type: PropTypes.Requireable<string>;
|
|
12
|
+
size: PropTypes.Requireable<number>;
|
|
13
|
+
length: PropTypes.Requireable<number>;
|
|
14
|
+
name: PropTypes.Requireable<string>;
|
|
15
|
+
weight: PropTypes.Requireable<number>;
|
|
16
|
+
tfa: PropTypes.Requireable<number>;
|
|
17
|
+
nozzle_sizes: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
18
|
+
}>>>;
|
|
19
|
+
const columns: PropTypes.Validator<number>;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
23
|
+
//# sourceMappingURL=Browser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js"],"names":[],"mappings":";;AAWA;;;gBAsBC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Bit>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Bit({ 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 Bit {
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
14
|
+
family: PropTypes.Requireable<string>;
|
|
15
|
+
bit_type: PropTypes.Requireable<string>;
|
|
16
|
+
size: PropTypes.Requireable<number>;
|
|
17
|
+
length: PropTypes.Requireable<number>;
|
|
18
|
+
name: PropTypes.Requireable<string>;
|
|
19
|
+
weight: PropTypes.Requireable<number>;
|
|
20
|
+
tfa: PropTypes.Requireable<number>;
|
|
21
|
+
nozzle_sizes: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
22
|
+
}>>>;
|
|
23
|
+
const error: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
24
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
25
|
+
const onCancel: PropTypes.Validator<(...args: any[]) => any>;
|
|
26
|
+
const onSave: PropTypes.Validator<(...args: any[]) => any>;
|
|
27
|
+
const columns: PropTypes.Validator<number>;
|
|
28
|
+
}
|
|
29
|
+
namespace defaultProps {
|
|
30
|
+
const error_1: any;
|
|
31
|
+
export { error_1 as error };
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
import PropTypes from "prop-types";
|
|
35
|
+
//# sourceMappingURL=Editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js"],"names":[],"mappings":";;AAaA;;;;;;;gBAyGC"}
|
|
@@ -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_FAMILIES as p,BIT_TYPES as m}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 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{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"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import{useStyles as C}from"../sharedStyles.js";import u from"../NozzleSize/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,g=e.onSave,D=e.columns,f=C({isMobile:i}),S=i?A/2:A/D,x=i?A/2:A/6,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(a,{component:o})}),s(r,{item:!0,className:f.eidtorContentContainer,children:n(r,{container:!0,spacing:2,children:[s(c,{type:"family",options:p.drilling,label:"Component",value:o.family,error:P("family"),xs:x,onChangeField:b,className:f.editorHeaderCell}),s(d,{type:"name",label:"Name",value:o.name,error:P("name"),xs:x,onChangeField:b,className:f.editorHeaderCell}),s(c,{type:"bit_type",options:m,label:"Bit Type",value:o.bit_type,error:P("bit_type"),xs:x,onChangeField:b,className:f.editorHeaderCell}),s(d,{type:"size",label:"Bit Size",unit:"shortLength",value:o.size,error:P("size"),xs:x,onChangeField:b,className:f.editorHeaderCell}),s(d,{type:"length",label:"Length",unit:"length",value:o.length,error:P("length"),xs:x,onChangeField:b,className:f.editorHeaderCell}),s(d,{type:"weight",label:"T.Weight",unit:"mass",value:o.weight,error:P("weight"),disabled:!0,xs:S,onChangeField:b}),s(d,{type:"tfa",label:"TFA",value:o.tfa,error:P("tfa"),xs:S,onChangeField:b}),s(u,{isEditing:!0,data:o.nozzle_sizes,errors:P("nozzle_sizes"),onChange:function(e){b("nozzle_sizes",e)}})]})}),!i&&n(r,{item:!0,className:f.eidtorActionGroup,children:[s(l,{handleCancel:v}),s(j,{handleSave:g,disabled:!t(h)})]})]})}h.propTypes={component:o.shape({family:o.string,bit_type:o.string,size:o.number,length:o.number,name:o.string,weight:o.number,tfa:o.number,nozzle_sizes: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_FAMILIES as a,BIT_TYPES 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{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"../shared/SharedEditorElements.js";import"../shared/ConfirmationPopup.js";import{useStyles as C}from"../sharedStyles.js";import u from"../NozzleSize/index.js";import{CONTAINER_XS as h}from"../constants.js";function A(e){var r=e.component,A=e.error,b=e.onChange,g=e.onCancel,v=e.onSave,f=e.columns,D=C({isMobile:i}),S=i?h/2:h/f,x=i?h/2:h/6,P=function(e){return A&&A[e]};return n(o,{container:!0,spacing:0,className:D.editorContainer,children:[!i&&s(o,{item:!0,className:D.editorComponentSize,children:s(p,{component:r})}),s(o,{item:!0,className:D.eidtorContentContainer,children:n(o,{container:!0,spacing:2,children:[s(c,{type:"family",options:a.drilling,label:"Component",value:r.family,error:P("family"),xs:x,onChangeField:b,className:D.editorHeaderCell}),s(d,{type:"name",label:"Name",value:r.name,error:P("name"),xs:x,onChangeField:b,className:D.editorHeaderCell}),s(c,{type:"bit_type",options:m,label:"Bit Type",value:r.bit_type,error:P("bit_type"),xs:x,onChangeField:b,className:D.editorHeaderCell}),s(d,{type:"size",label:"Bit Size",unit:"shortLength",value:r.size,error:P("size"),xs:x,onChangeField:b,className:D.editorHeaderCell}),s(d,{type:"length",label:"Length",unit:"length",value:r.length,error:P("length"),xs:x,onChangeField:b,className:D.editorHeaderCell}),s(d,{type:"weight",label:"T.Weight",unit:"mass",value:r.weight,error:P("weight"),disabled:!0,xs:S,onChangeField:b}),s(d,{type:"tfa",label:"TFA",value:r.tfa,error:P("tfa"),xs:S,onChangeField:b}),s(u,{isEditing:!0,data:r.nozzle_sizes,errors:P("nozzle_sizes"),onChange:function(e){b("nozzle_sizes",e)}})]})}),!i&&n(o,{item:!0,className:D.eidtorActionGroup,children:[s(l,{handleCancel:g}),s(j,{handleSave:v,disabled:!t(A)})]})]})}A.propTypes={component:r.shape({family:r.string,bit_type:r.string,size:r.number,length:r.number,name:r.string,weight:r.number,tfa:r.number,nozzle_sizes:r.arrayOf(r.shape({}))}).isRequired,error:r.shape({}),onChange:r.func.isRequired,onCancel:r.func.isRequired,onSave:r.func.isRequired,columns:r.number.isRequired},A.defaultProps={error:null};var b=e(A);export{b as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/Bit/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof Component>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function Component({ isMobile, viewColumnsPerRow, editColumnsPerRow, component, validate, isDraft, onCancel, onDelete, onSave, onChangeEditing, onAutocompleteApplied, }: {
|
|
4
|
+
isMobile: any;
|
|
5
|
+
viewColumnsPerRow: any;
|
|
6
|
+
editColumnsPerRow: any;
|
|
7
|
+
component: any;
|
|
8
|
+
validate: any;
|
|
9
|
+
isDraft: any;
|
|
10
|
+
onCancel: any;
|
|
11
|
+
onDelete: any;
|
|
12
|
+
onSave: any;
|
|
13
|
+
onChangeEditing: any;
|
|
14
|
+
onAutocompleteApplied: any;
|
|
15
|
+
}): JSX.Element;
|
|
16
|
+
declare namespace Component {
|
|
17
|
+
namespace propTypes {
|
|
18
|
+
const isMobile: PropTypes.Validator<boolean>;
|
|
19
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
20
|
+
family: PropTypes.Requireable<string>;
|
|
21
|
+
size: PropTypes.Requireable<number>;
|
|
22
|
+
outer_diameter: PropTypes.Requireable<number>;
|
|
23
|
+
inner_diameter: PropTypes.Requireable<number>;
|
|
24
|
+
linear_weight: PropTypes.Requireable<number>;
|
|
25
|
+
length: PropTypes.Requireable<number>;
|
|
26
|
+
}>>>;
|
|
27
|
+
const isDraft: PropTypes.Requireable<boolean>;
|
|
28
|
+
const validate: PropTypes.Validator<(...args: any[]) => any>;
|
|
29
|
+
const onCancel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
30
|
+
const onDelete: PropTypes.Requireable<(...args: any[]) => any>;
|
|
31
|
+
const onSave: PropTypes.Validator<(...args: any[]) => any>;
|
|
32
|
+
const onChangeEditing: PropTypes.Requireable<(...args: any[]) => any>;
|
|
33
|
+
const viewColumnsPerRow: PropTypes.Validator<number>;
|
|
34
|
+
const editColumnsPerRow: PropTypes.Validator<number>;
|
|
35
|
+
const onAutocompleteApplied: PropTypes.Requireable<(...args: any[]) => any>;
|
|
36
|
+
}
|
|
37
|
+
namespace defaultProps {
|
|
38
|
+
const isDraft_1: boolean;
|
|
39
|
+
export { isDraft_1 as isDraft };
|
|
40
|
+
const onCancel_1: any;
|
|
41
|
+
export { onCancel_1 as onCancel };
|
|
42
|
+
const onDelete_1: any;
|
|
43
|
+
export { onDelete_1 as onDelete };
|
|
44
|
+
const onChangeEditing_1: any;
|
|
45
|
+
export { onChangeEditing_1 as onChangeEditing };
|
|
46
|
+
const onAutocompleteApplied_1: any;
|
|
47
|
+
export { onAutocompleteApplied_1 as onAutocompleteApplied };
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
import PropTypes from "prop-types";
|
|
51
|
+
//# sourceMappingURL=Component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../../../src/components/Drillstring/BHAComponentsTable/components/Component.js"],"names":[],"mappings":";;AAsCA;;;;;;;;;;;;gBAkVC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"@babel/runtime/helpers/objectWithoutProperties";import t from"@babel/runtime/helpers/defineProperty";import o from"@babel/runtime/helpers/slicedToArray";import{memo as r,useState as i,useEffect as n}from"react";import s from"classnames";import{omit as p,isEmpty as m,map as a}from"lodash";import l from"prop-types";import{Grid as d,Menu as c,MenuItem as u}from"@material-ui/core";import"../../../../utils/index.js";import{COMPONENT_FAMILIES as j}from"../../../../constants/drillstring.js";import"../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as C,jsx as f,Fragment as b}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"../../../IconMenu/index.js";import"../../../StyledMenuItem/index.js";import"../../../DevCenter/AppHeader/AppHeader.js";import"../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"../../../Icons/AnnotationIcon.js";import"../../../Annotations/components/AnnotationsList/index.js";import"../../../Annotations/components/LastAnnotation/index.js";import"../../../Annotations/AnnotationsContext.js";import"../../../../utils/mobileDetect.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/completion.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"../../../../constants/bha.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 v 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"./shared/CancelButton.js";import{ExpandCollapseButton as h}from"./shared/ExpandCollapseButton.js";import{FormatedNumber as g}from"./shared/FormatedNumber.js";import"./shared/InputText.js";import{MoreButton as A}from"./shared/MoreButton.js";import"./shared/SaveButton.js";import"./shared/SelectField.js";import{StaticField as D}from"./shared/StaticField.js";import"./shared/SharedEditorElements.js";import{ConfirmationPopup as S}from"./shared/ConfirmationPopup.js";import{useStyles as x}from"./sharedStyles.js";import{calculateComponent as P}from"./utils/calculation.js";import y from"./Agitator/Browser.js";import E from"./Agitator/Editor.js";import B from"./Bit/Browser.js";import T from"./Bit/Editor.js";import w from"./DrillCollar/Browser.js";import I from"./DrillCollar/Editor.js";import O from"./DrillPipe/Browser.js";import k from"./DrillPipe/Editor.js";import L from"./Jar/Browser.js";import M from"./Jar/Editor.js";import F from"./Lwd/Browser.js";import W from"./Lwd/Editor.js";import V from"./Mwd/Browser.js";import _ from"./Mwd/Editor.js";import R from"./Pdm/Browser.js";import N from"./Pdm/Editor.js";import H from"./Rss/Browser.js";import z from"./Rss/Editor.js";import q from"./Stabilizer/Browser.js";import U from"./Stabilizer/Editor.js";import Z from"./Sub/Browser.js";import Y from"./Sub/Editor.js";import G from"./Ur/Browser.js";import J from"./Ur/Editor.js";import K from"./EditComponentDialog.js";import{showErrorNotification as Q}from"../../../../utils/notificationToasts.js";var X=["is_editing"];function $(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,r)}return o}function ee(e){for(var o=1;o<arguments.length;o++){var r=null!=arguments[o]?arguments[o]:{};o%2?$(Object(r),!0).forEach((function(o){t(e,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function te(e){var t;return(null===(t=j.drilling.find((function(t){return t.type===e})))||void 0===t?void 0:t.name)||"—"}function oe(r){var l,j=r.isMobile,$=r.viewColumnsPerRow,oe=r.editColumnsPerRow,re=r.component,ie=r.validate,ne=r.isDraft,se=r.onCancel,pe=r.onDelete,me=r.onSave,ae=r.onChangeEditing,le=r.onAutocompleteApplied,de=i(null),ce=o(de,2),ue=ce[0],je=ce[1],Ce=i(!1),fe=o(Ce,2),be=fe[0],ve=fe[1],he=i(!1),ge=o(he,2),Ae=ge[0],De=ge[1],Se=i(re),xe=o(Se,2),Pe=xe[0],ye=xe[1],Ee=i(null),Be=o(Ee,2),Te=Be[0],we=Be[1],Ie=i(!1),Oe=o(Ie,2),ke=Oe[0],Le=Oe[1],Me=x({isMobile:j,isEditing:Pe.is_editing});n((function(){ae&&ae(Pe.is_editing)}),[Pe.is_editing]);var Fe=function(){we(null),ne?se():ye(re)},We=function(e,t){var o=P(Pe,e,t),r=ie(o,ne);ye(o),we(r?r.components[Pe.id]:null)},Ve=function(e){le&&le(!0),ye((function(t){return ee(ee({},t),e)}))},_e=function(){var e=ie(Pe,ne);if(e){we(e.components[Pe.id]);var t=ee(ee({},p(e,["general","components","specificErrors"])),e.general);t&&!m(t)&&a(t,(function(e){Q(e)}))}else we(null),ve(!0)},Re=function(){ve(!1),Le(!1),Pe.is_editing;var t=e(Pe,X);ye(t),me(p(t,["is_expanded"]),ne)},Ne=s(Me.cell,Me.ratioWidth,t({},Me.focusedFontsize,Pe.is_editing||Pe.is_expanded));if(Pe.is_editing&&!ke){var He=Pe.family,ze={component:Pe,isDraft:ne,error:Te,onChange:We,onUseSuggestion:Ve,onCancel:Fe,onSave:j?Re:_e,columns:oe};if(!j)return C("div",{className:Me.component,children:[("dp"===He||"hwdp"===He)&&f(k,ee({},ze)),"agitator"===He&&f(E,ee({},ze)),"bit"===He&&f(T,ee({},ze)),"dc"===He&&f(I,ee({},ze)),"jar"===He&&f(M,ee({},ze)),"lwd"===He&&f(W,ee({},ze)),"mwd"===He&&f(_,ee({},ze)),"pdm"===He&&f(N,ee({},ze)),"rss"===He&&f(z,ee({},ze)),"stabilizer"===He&&f(U,ee({},ze)),"sub"===He&&f(Y,ee({},ze)),"ur"===He&&f(J,ee({},ze)),be&&f(S,{title:"Save Changes?",text:"You will not be able to recover it.",okText:"Save",handleClose:function(){return ve(!1)},handleOk:Re})]});Le(!0)}return C("div",{className:s(Me.component,(l={},t(l,Me.componentMobile,j),t(l,Me.componentExpandedMobile,j&&Pe.is_expanded),t(l,Me.componentActive,Boolean(ue)),l)),children:[C("div",{className:s(Me.row,t({},Me.rowExpanded,j&&Pe.is_expanded)),children:[f("div",{className:s(Me.cell,t({},Me.componentMobileCell,j)),children:f(v,{component:Pe})}),f("div",{className:Ne,children:te(Pe.family)}),!j&&C(b,{children:[f("div",{className:Ne,children:f(g,{value:"bit"===Pe.family?Pe.size:Pe.outer_diameter})}),f("div",{className:Ne,children:f(g,{value:Pe.inner_diameter})}),f("div",{className:Ne,children:f(g,{value:Pe.linear_weight})}),f("div",{className:Ne,children:f(g,{value:Pe.length,format:"0.0"})})]}),C("div",{className:s(Me.cell,Me.actionCell),children:[f(h,{isExpanded:Pe.is_expanded,classes:Me,handleExpandCollapse:function(){ye((function(e){return e.is_expanded?ee(ee({},e),{},{is_expanded:!1}):ee(ee({},e),{},{is_expanded:!0})}))}}),f(A,{classes:Me,handleOpenActionMenu:function(e){je(e.currentTarget)}})]})]}),Pe.is_expanded&&C(b,{children:[j&&C(d,{container:!0,spacing:2,style:{padding:"8px 4px 16px"},children:[f(D,{label:"bit"===Pe.family?"Bit Size":"OD",unit:"shortLength",value:"bit"===Pe.family?Pe.size:Pe.outer_diameter}),"bit"!==Pe.family&&f(D,{label:"ID",unit:"shortLength",value:re.inner_diameter}),"bit"!==Pe.family&&f(D,{label:"Linear Weight",unit:"massPerLength",value:re.linear_weight,format:"0.0"}),f(D,{label:"Length",unit:"length",value:re.length,format:"0.0"})]}),("dp"===Pe.family||"hwdp"===Pe.family)&&f(O,{component:Pe,columns:$}),"agitator"===Pe.family&&f(y,{component:Pe,columns:$}),"bit"===Pe.family&&f(B,{component:Pe,columns:$}),"dc"===Pe.family&&f(w,{component:Pe,columns:$}),"jar"===Pe.family&&f(L,{component:Pe,columns:$}),"lwd"===Pe.family&&f(F,{component:Pe,columns:$}),"mwd"===Pe.family&&f(V,{component:Pe,columns:$}),"pdm"===Pe.family&&f(R,{component:Pe,columns:$}),"rss"===Pe.family&&f(H,{component:Pe,columns:$}),"stabilizer"===Pe.family&&f(q,{component:Pe,columns:$}),"sub"===Pe.family&&f(Z,{component:Pe,columns:$}),"ur"===Pe.family&&f(G,{component:Pe,columns:$})]}),C(c,{anchorEl:ue,keepMounted:!0,open:Boolean(ue),getContentAnchorEl:null,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:function(){je(null)},children:[f(u,{onClick:function(){je(null),ye((function(e){return ee(ee({},e),{},{is_editing:!0})}))},className:Me.menuItem,children:"Edit"}),"bit"!==Pe.family&&f(u,{onClick:function(){je(null),De(!0)},className:Me.menuItem,children:"Delete"})]}),Ae&&f(S,{title:"Delete Component?",text:"You will not be able to recover it.",okText:"Delete",handleClose:function(){return De(!1)},handleOk:function(){pe(re)}}),ke&&f(K,{component:Pe,isDraft:ne,error:Te,onChange:We,onUseSuggestion:Ve,onCancel:Fe,onSave:_e,onClose:function(){Fe(),Le(!1)}}),j&&be&&f(S,{title:"Save Changes?",text:"You will not be able to recover it.",okText:"Save",handleClose:function(){return ve(!1)},handleOk:Re})]})}oe.propTypes={isMobile:l.bool.isRequired,component:l.shape({family:l.string,size:l.number,outer_diameter:l.number,inner_diameter:l.number,linear_weight:l.number,length:l.number}).isRequired,isDraft:l.bool,validate:l.func.isRequired,onCancel:l.func,onDelete:l.func,onSave:l.func.isRequired,onChangeEditing:l.func,viewColumnsPerRow:l.number.isRequired,editColumnsPerRow:l.number.isRequired,onAutocompleteApplied:l.func},oe.defaultProps={isDraft:!1,onCancel:null,onDelete:null,onChangeEditing:void 0,onAutocompleteApplied:void 0};var re=r(oe);export{re as default};
|
|
1
|
+
import e from"@babel/runtime/helpers/objectWithoutProperties";import t from"@babel/runtime/helpers/defineProperty";import o from"@babel/runtime/helpers/slicedToArray";import{memo as r,useState as i,useEffect as n}from"react";import s from"classnames";import{omit as m,isEmpty as p,map as a}from"lodash";import l from"prop-types";import{Grid as d,Menu as c,MenuItem as u}from"@material-ui/core";import"../../../../utils/index.js";import{COMPONENT_FAMILIES as j}from"../../../../constants/drillstring.js";import"../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as C,jsx as f,Fragment as b}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"../../../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 h 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/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"./shared/CancelButton.js";import{ExpandCollapseButton as v}from"./shared/ExpandCollapseButton.js";import{FormatedNumber as g}from"./shared/FormatedNumber.js";import"./shared/InputText.js";import{MoreButton as A}from"./shared/MoreButton.js";import"./shared/SaveButton.js";import"./shared/SelectField.js";import{StaticField as D}from"./shared/StaticField.js";import"./shared/SharedEditorElements.js";import{ConfirmationPopup as S}from"./shared/ConfirmationPopup.js";import{useStyles as x}from"./sharedStyles.js";import{calculateComponent as P}from"./utils/calculation.js";import y from"./Agitator/Browser.js";import E from"./Agitator/Editor.js";import B from"./Bit/Browser.js";import T from"./Bit/Editor.js";import w from"./DrillCollar/Browser.js";import I from"./DrillCollar/Editor.js";import O from"./DrillPipe/Browser.js";import k from"./DrillPipe/Editor.js";import L from"./Jar/Browser.js";import F from"./Jar/Editor.js";import M from"./Lwd/Browser.js";import W from"./Lwd/Editor.js";import _ from"./Mwd/Browser.js";import V from"./Mwd/Editor.js";import R from"./Pdm/Browser.js";import N from"./Pdm/Editor.js";import H from"./Rss/Browser.js";import z from"./Rss/Editor.js";import q from"./Stabilizer/Browser.js";import U from"./Stabilizer/Editor.js";import Z from"./Sub/Browser.js";import Y from"./Sub/Editor.js";import G from"./Ur/Browser.js";import J from"./Ur/Editor.js";import K from"./EditComponentDialog.js";import{showErrorNotification as Q}from"../../../../utils/notificationToasts.js";var X=["is_editing"];function $(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,r)}return o}function ee(e){for(var o=1;o<arguments.length;o++){var r=null!=arguments[o]?arguments[o]:{};o%2?$(Object(r),!0).forEach((function(o){t(e,o,r[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function te(e){var t;return(null===(t=j.drilling.find((function(t){return t.type===e})))||void 0===t?void 0:t.name)||"—"}function oe(r){var l,j=r.isMobile,$=r.viewColumnsPerRow,oe=r.editColumnsPerRow,re=r.component,ie=r.validate,ne=r.isDraft,se=r.onCancel,me=r.onDelete,pe=r.onSave,ae=r.onChangeEditing,le=r.onAutocompleteApplied,de=i(null),ce=o(de,2),ue=ce[0],je=ce[1],Ce=i(!1),fe=o(Ce,2),be=fe[0],he=fe[1],ve=i(!1),ge=o(ve,2),Ae=ge[0],De=ge[1],Se=i(re),xe=o(Se,2),Pe=xe[0],ye=xe[1],Ee=i(null),Be=o(Ee,2),Te=Be[0],we=Be[1],Ie=i(!1),Oe=o(Ie,2),ke=Oe[0],Le=Oe[1],Fe=x({isMobile:j,isEditing:Pe.is_editing});n((function(){ae&&ae(Pe.is_editing)}),[Pe.is_editing]);var Me=function(){we(null),ne?se():ye(re)},We=function(e,t){var o=P(Pe,e,t),r=ie(o,ne);ye(o),we(r?r.components[Pe.id]:null)},_e=function(e){le&&le(!0),ye((function(t){return ee(ee({},t),e)}))},Ve=function(){var e=ie(Pe,ne);if(e){we(e.components[Pe.id]);var t=ee(ee({},m(e,["general","components","specificErrors"])),e.general);t&&!p(t)&&a(t,(function(e){Q(e)}))}else we(null),he(!0)},Re=function(){he(!1),Le(!1),Pe.is_editing;var t=e(Pe,X);ye(t),pe(m(t,["is_expanded"]),ne)},Ne=s(Fe.cell,Fe.ratioWidth,t({},Fe.focusedFontsize,Pe.is_editing||Pe.is_expanded));if(Pe.is_editing&&!ke){var He=Pe.family,ze={component:Pe,isDraft:ne,error:Te,onChange:We,onUseSuggestion:_e,onCancel:Me,onSave:j?Re:Ve,columns:oe};if(!j)return C("div",{className:Fe.component,children:[("dp"===He||"hwdp"===He)&&f(k,ee({},ze)),"agitator"===He&&f(E,ee({},ze)),"bit"===He&&f(T,ee({},ze)),"dc"===He&&f(I,ee({},ze)),"jar"===He&&f(F,ee({},ze)),"lwd"===He&&f(W,ee({},ze)),"mwd"===He&&f(V,ee({},ze)),"pdm"===He&&f(N,ee({},ze)),"rss"===He&&f(z,ee({},ze)),"stabilizer"===He&&f(U,ee({},ze)),"sub"===He&&f(Y,ee({},ze)),"ur"===He&&f(J,ee({},ze)),be&&f(S,{title:"Save Changes?",text:"You will not be able to recover it.",okText:"Save",handleClose:function(){return he(!1)},handleOk:Re})]});Le(!0)}return C("div",{className:s(Fe.component,(l={},t(l,Fe.componentMobile,j),t(l,Fe.componentExpandedMobile,j&&Pe.is_expanded),t(l,Fe.componentActive,Boolean(ue)),l)),children:[C("div",{className:s(Fe.row,t({},Fe.rowExpanded,j&&Pe.is_expanded)),children:[f("div",{className:s(Fe.cell,t({},Fe.componentMobileCell,j)),children:f(h,{component:Pe})}),f("div",{className:Ne,children:te(Pe.family)}),!j&&C(b,{children:[f("div",{className:Ne,children:f(g,{value:"bit"===Pe.family?Pe.size:Pe.outer_diameter})}),f("div",{className:Ne,children:f(g,{value:Pe.inner_diameter})}),f("div",{className:Ne,children:f(g,{value:Pe.linear_weight})}),f("div",{className:Ne,children:f(g,{value:Pe.length,format:"0.0"})})]}),C("div",{className:s(Fe.cell,Fe.actionCell),children:[f(v,{isExpanded:Pe.is_expanded,classes:Fe,handleExpandCollapse:function(){ye((function(e){return e.is_expanded?ee(ee({},e),{},{is_expanded:!1}):ee(ee({},e),{},{is_expanded:!0})}))}}),f(A,{classes:Fe,handleOpenActionMenu:function(e){je(e.currentTarget)}})]})]}),Pe.is_expanded&&C(b,{children:[j&&C(d,{container:!0,spacing:2,style:{padding:"8px 4px 16px"},children:[f(D,{label:"bit"===Pe.family?"Bit Size":"OD",unit:"shortLength",value:"bit"===Pe.family?Pe.size:Pe.outer_diameter}),"bit"!==Pe.family&&f(D,{label:"ID",unit:"shortLength",value:re.inner_diameter}),"bit"!==Pe.family&&f(D,{label:"Linear Weight",unit:"massPerLength",value:re.linear_weight,format:"0.0"}),f(D,{label:"Length",unit:"length",value:re.length,format:"0.0"})]}),("dp"===Pe.family||"hwdp"===Pe.family)&&f(O,{component:Pe,columns:$}),"agitator"===Pe.family&&f(y,{component:Pe,columns:$}),"bit"===Pe.family&&f(B,{component:Pe,columns:$}),"dc"===Pe.family&&f(w,{component:Pe,columns:$}),"jar"===Pe.family&&f(L,{component:Pe,columns:$}),"lwd"===Pe.family&&f(M,{component:Pe,columns:$}),"mwd"===Pe.family&&f(_,{component:Pe,columns:$}),"pdm"===Pe.family&&f(R,{component:Pe,columns:$}),"rss"===Pe.family&&f(H,{component:Pe,columns:$}),"stabilizer"===Pe.family&&f(q,{component:Pe,columns:$}),"sub"===Pe.family&&f(Z,{component:Pe,columns:$}),"ur"===Pe.family&&f(G,{component:Pe,columns:$})]}),C(c,{anchorEl:ue,keepMounted:!0,open:Boolean(ue),getContentAnchorEl:null,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:function(){je(null)},children:[f(u,{onClick:function(){je(null),ye((function(e){return ee(ee({},e),{},{is_editing:!0})}))},className:Fe.menuItem,children:"Edit"}),"bit"!==Pe.family&&f(u,{onClick:function(){je(null),De(!0)},className:Fe.menuItem,children:"Delete"})]}),Ae&&f(S,{title:"Delete Component?",text:"You will not be able to recover it.",okText:"Delete",handleClose:function(){return De(!1)},handleOk:function(){me(re)}}),ke&&f(K,{component:Pe,isDraft:ne,error:Te,onChange:We,onUseSuggestion:_e,onCancel:Me,onSave:Ve,onClose:function(){Me(),Le(!1)}}),j&&be&&f(S,{title:"Save Changes?",text:"You will not be able to recover it.",okText:"Save",handleClose:function(){return he(!1)},handleOk:Re})]})}oe.propTypes={isMobile:l.bool.isRequired,component:l.shape({family:l.string,size:l.number,outer_diameter:l.number,inner_diameter:l.number,linear_weight:l.number,length:l.number}).isRequired,isDraft:l.bool,validate:l.func.isRequired,onCancel:l.func,onDelete:l.func,onSave:l.func.isRequired,onChangeEditing:l.func,viewColumnsPerRow:l.number.isRequired,editColumnsPerRow:l.number.isRequired,onAutocompleteApplied:l.func},oe.defaultProps={isDraft:!1,onCancel:null,onDelete:null,onChangeEditing:void 0,onAutocompleteApplied:void 0};var re=r(oe);export{re as default};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof DrillCollar>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function DrillCollar({ component, columns }: {
|
|
4
|
+
component: any;
|
|
5
|
+
columns: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace DrillCollar {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
|
+
family: PropTypes.Requireable<string>;
|
|
11
|
+
sub_category: PropTypes.Requireable<string>;
|
|
12
|
+
outer_diameter: PropTypes.Requireable<number>;
|
|
13
|
+
inner_diameter: PropTypes.Requireable<number>;
|
|
14
|
+
linear_weight: PropTypes.Requireable<number>;
|
|
15
|
+
component_length: PropTypes.Requireable<number>;
|
|
16
|
+
length: PropTypes.Requireable<number>;
|
|
17
|
+
name: PropTypes.Requireable<string>;
|
|
18
|
+
number_of_joints: PropTypes.Requireable<number>;
|
|
19
|
+
weight: PropTypes.Requireable<number>;
|
|
20
|
+
connection_type: PropTypes.Requireable<string>;
|
|
21
|
+
material: PropTypes.Requireable<string>;
|
|
22
|
+
}>>>;
|
|
23
|
+
const columns: PropTypes.Validator<number>;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
import PropTypes from "prop-types";
|
|
27
|
+
//# sourceMappingURL=Browser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js"],"names":[],"mappings":";;AAUA;;;gBAkCC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("react").MemoExoticComponent<typeof DrillCollar>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare function DrillCollar({ 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 DrillCollar {
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
const component: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
14
|
+
sub_category: PropTypes.Requireable<string>;
|
|
15
|
+
component_length: PropTypes.Requireable<number>;
|
|
16
|
+
name: PropTypes.Requireable<string>;
|
|
17
|
+
number_of_joints: PropTypes.Requireable<number>;
|
|
18
|
+
weight: PropTypes.Requireable<number>;
|
|
19
|
+
connection_type: PropTypes.Requireable<string>;
|
|
20
|
+
material: PropTypes.Requireable<string>;
|
|
21
|
+
}>>>;
|
|
22
|
+
const error: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
23
|
+
const onChange: PropTypes.Validator<(...args: any[]) => any>;
|
|
24
|
+
const onCancel: PropTypes.Validator<(...args: any[]) => any>;
|
|
25
|
+
const onSave: PropTypes.Validator<(...args: any[]) => any>;
|
|
26
|
+
const columns: PropTypes.Validator<number>;
|
|
27
|
+
}
|
|
28
|
+
namespace defaultProps {
|
|
29
|
+
const error_1: any;
|
|
30
|
+
export { error_1 as error };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
import PropTypes from "prop-types";
|
|
34
|
+
//# sourceMappingURL=Editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js"],"names":[],"mappings":";;AAYA;;;;;;;gBAuFC"}
|