@corva/ui 0.65.0-0 → 0.65.0-1-test
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.js +8 -1
- package/CLI/hocs/constants.js.map +1 -0
- package/CLI/hocs/utils.js +9 -1
- package/CLI/hocs/utils.js.map +1 -0
- package/clients/api/apiCore.js +474 -1
- package/clients/api/apiCore.js.map +1 -0
- package/clients/api/httpMessages.js +14 -1
- package/clients/api/httpMessages.js.map +1 -0
- package/clients/clientStorage/core.js +101 -1
- package/clients/clientStorage/core.js.map +1 -0
- package/clients/clientStorage/index.js +78 -1
- package/clients/clientStorage/index.js.map +1 -0
- package/clients/constants.js +9 -1
- package/clients/constants.js.map +1 -0
- package/clients/index.js +108 -1
- package/clients/index.js.map +1 -0
- package/clients/jsonApi/index.js +1506 -1
- package/clients/jsonApi/index.js.map +1 -0
- package/clients/jsonApi/postTaskAndWaitResult.js +103 -1
- package/clients/jsonApi/postTaskAndWaitResult.js.map +1 -0
- package/clients/subscriptions.js +124 -1
- package/clients/subscriptions.js.map +1 -0
- package/clients/utils.js +27 -1
- package/clients/utils.js.map +1 -0
- package/components/AddComment/Popover.js +394 -1
- package/components/AddComment/Popover.js.map +1 -0
- package/components/AddComment/Popup.js +102 -1
- package/components/AddComment/Popup.js.map +1 -0
- package/components/AddComment/components/Content.js +322 -1
- package/components/AddComment/components/Content.js.map +1 -0
- package/components/AdvancedSlider/AdvancedSlider.js +495 -1
- package/components/AdvancedSlider/AdvancedSlider.js.map +1 -0
- package/components/AdvancedSlider/Handle.js +182 -1
- package/components/AdvancedSlider/Handle.js.map +1 -0
- package/components/AnchorsList/AnchorsList.js +216 -1
- package/components/AnchorsList/AnchorsList.js.map +1 -0
- package/components/Annotations/AnnotationsContext.js +124 -1
- package/components/Annotations/AnnotationsContext.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +394 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +8 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +414 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +8 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +242 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +8 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +39 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +285 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +8 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/index.js +239 -1
- package/components/Annotations/components/AnnotationsList/index.js.map +1 -0
- package/components/Annotations/components/AnnotationsList/style.css.js +8 -1
- package/components/Annotations/components/AnnotationsList/style.css.js.map +1 -0
- package/components/Annotations/components/LastAnnotation/index.js +256 -1
- package/components/Annotations/components/LastAnnotation/index.js.map +1 -0
- package/components/Annotations/components/LastAnnotation/style.css.js +8 -1
- package/components/Annotations/components/LastAnnotation/style.css.js.map +1 -0
- package/components/Annotations/constants.js +34 -1
- package/components/Annotations/constants.js.map +1 -0
- package/components/AppIcon/AppIcon.js +60 -1
- package/components/AppIcon/AppIcon.js.map +1 -0
- package/components/AppIcon/assets/CompletionAppIcon.js +130 -1
- package/components/AppIcon/assets/CompletionAppIcon.js.map +1 -0
- package/components/AppIcon/assets/CompletionAppIconBe.js +124 -1
- package/components/AppIcon/assets/CompletionAppIconBe.js.map +1 -0
- package/components/AppIcon/assets/DrillingAppIcon.js +130 -1
- package/components/AppIcon/assets/DrillingAppIcon.js.map +1 -0
- package/components/AppIcon/assets/DrillingAppIconBe.js +124 -1
- package/components/AppIcon/assets/DrillingAppIconBe.js.map +1 -0
- package/components/AppIcon/assets/NoSegmentAppIcon.js +29 -1
- package/components/AppIcon/assets/NoSegmentAppIcon.js.map +1 -0
- package/components/AppIcon/utils.js +31 -1
- package/components/AppIcon/utils.js.map +1 -0
- package/components/AppVersionsSelect/AppVersionsSelect.js +240 -1
- package/components/AppVersionsSelect/AppVersionsSelect.js.map +1 -0
- package/components/AppVersionsSelect/effects/index.js +63 -1
- package/components/AppVersionsSelect/effects/index.js.map +1 -0
- package/components/AssetEditor/AssetEditorAutocomplete.js +332 -1
- package/components/AssetEditor/AssetEditorAutocomplete.js.map +1 -0
- package/components/AssetEditor/AssetEditors.css.js +8 -1
- package/components/AssetEditor/AssetEditors.css.js.map +1 -0
- package/components/AssetEditor/SingleAssetEditor.js +115 -1
- package/components/AssetEditor/SingleAssetEditor.js.map +1 -0
- package/components/AssetEditor/constants.js +7 -1
- package/components/AssetEditor/constants.js.map +1 -0
- package/components/AssetEditor/effects/index.js +223 -1
- package/components/AssetEditor/effects/index.js.map +1 -0
- package/components/AssetEditor/index.js +151 -1
- package/components/AssetEditor/index.js.map +1 -0
- package/components/AssetEditorV2/components/MultipleAssetsToggle.js +62 -1
- package/components/AssetEditorV2/components/MultipleAssetsToggle.js.map +1 -0
- package/components/AssetEditorV2/components/PrimaryAssetSelect.js +185 -1
- package/components/AssetEditorV2/components/PrimaryAssetSelect.js.map +1 -0
- package/components/AssetEditorV2/components/SecondaryAssetSelect.d.ts.map +1 -1
- package/components/AssetEditorV2/components/SecondaryAssetSelect.js +195 -1
- package/components/AssetEditorV2/components/SecondaryAssetSelect.js.map +1 -0
- package/components/AssetEditorV2/components/SelectItem.js +115 -1
- package/components/AssetEditorV2/components/SelectItem.js.map +1 -0
- package/components/AssetEditorV2/constants.js +6 -1
- package/components/AssetEditorV2/constants.js.map +1 -0
- package/components/AssetEditorV2/effects/index.d.ts +1 -2
- package/components/AssetEditorV2/effects/index.d.ts.map +1 -1
- package/components/AssetEditorV2/effects/index.js +208 -1
- package/components/AssetEditorV2/effects/index.js.map +1 -0
- package/components/AssetEditorV2/index.d.ts +1 -6
- package/components/AssetEditorV2/index.d.ts.map +1 -1
- package/components/AssetEditorV2/index.js +289 -1
- package/components/AssetEditorV2/index.js.map +1 -0
- package/components/AssetEditorV2/utils/index.d.ts.map +1 -1
- package/components/AssetEditorV2/utils/index.js +64 -1
- package/components/AssetEditorV2/utils/index.js.map +1 -0
- package/components/AssetNameLabel/AssetNameLabel.d.ts.map +1 -1
- package/components/AssetNameLabel/AssetNameLabel.js +97 -1
- package/components/AssetNameLabel/AssetNameLabel.js.map +1 -0
- package/components/AssetNameLabel/AssetNameLabel.styles.css.js +8 -1
- package/components/AssetNameLabel/AssetNameLabel.styles.css.js.map +1 -0
- package/components/AssetNameLabel/AssetStatusBadge.js +34 -1
- package/components/AssetNameLabel/AssetStatusBadge.js.map +1 -0
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js +23 -1
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js.map +1 -0
- package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +8 -1
- package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js.map +1 -0
- package/components/Attachment/index.js +344 -1
- package/components/Attachment/index.js.map +1 -0
- package/components/Attachment/styles.css.js +8 -1
- package/components/Attachment/styles.css.js.map +1 -0
- package/components/Autocomplete/Autocomplete.js +165 -1
- package/components/Autocomplete/Autocomplete.js.map +1 -0
- package/components/Avatar/index.js +108 -1
- package/components/Avatar/index.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js +8 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/Map.js +204 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/index.css.js +8 -1
- package/components/BICOffsetPickerDialog/components/Map/index.css.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/index.js +41 -1
- package/components/BICOffsetPickerDialog/components/Map/index.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +97 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +167 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +57 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +212 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +45 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +76 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +307 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +48 -1
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +153 -1
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +99 -1
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/index.js +231 -1
- package/components/BICOffsetPickerDialog/components/WellSection/index.js.map +1 -0
- package/components/BICOffsetPickerDialog/constants.js +28 -1
- package/components/BICOffsetPickerDialog/constants.js.map +1 -0
- package/components/BICOffsetPickerDialog/effects/index.js +115 -1
- package/components/BICOffsetPickerDialog/effects/index.js.map +1 -0
- package/components/BICOffsetPickerDialog/index.js +713 -1
- package/components/BICOffsetPickerDialog/index.js.map +1 -0
- package/components/BICOffsetPickerDialog/utils/apiCalls.js +102 -1
- package/components/BICOffsetPickerDialog/utils/apiCalls.js.map +1 -0
- package/components/Breadcrumbs/index.js +51 -1
- package/components/Breadcrumbs/index.js.map +1 -0
- package/components/Button/index.js +71 -1
- package/components/Button/index.js.map +1 -0
- package/components/Casing/CasingComponentIcon.js +68 -1
- package/components/Casing/CasingComponentIcon.js.map +1 -0
- package/components/Casing/CasingTable/CasingComponent.js +94 -1
- package/components/Casing/CasingTable/CasingComponent.js.map +1 -0
- package/components/Casing/CasingTable/index.js +112 -1
- package/components/Casing/CasingTable/index.js.map +1 -0
- package/components/Casing/CasingTableV2/CasingTableV2.css.js +8 -1
- package/components/Casing/CasingTableV2/CasingTableV2.css.js.map +1 -0
- package/components/Casing/CasingTableV2/CasingTableV2.js +116 -1
- package/components/Casing/CasingTableV2/CasingTableV2.js.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +86 -1
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +406 -1
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js.map +1 -0
- package/components/Casing/CasingTableV2/components/Component.js +583 -1
- package/components/Casing/CasingTableV2/components/Component.js.map +1 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +115 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js.map +1 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +442 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js.map +1 -0
- package/components/Casing/CasingTableV2/components/EditComponentDialog.js +173 -1
- package/components/Casing/CasingTableV2/components/EditComponentDialog.js.map +1 -0
- package/components/Casing/CasingTableV2/components/Header.js +68 -1
- package/components/Casing/CasingTableV2/components/Header.js.map +1 -0
- package/components/Casing/CasingTableV2/components/SortableComponent.js +151 -1
- package/components/Casing/CasingTableV2/components/SortableComponent.js.map +1 -0
- package/components/Casing/CasingTableV2/components/SortableComponents.js +61 -1
- package/components/Casing/CasingTableV2/components/SortableComponents.js.map +1 -0
- package/components/Casing/CasingTableV2/components/constants.js +29 -1
- package/components/Casing/CasingTableV2/components/constants.js.map +1 -0
- package/components/Casing/CasingTile/CasingTile.js +115 -1
- package/components/Casing/CasingTile/CasingTile.js.map +1 -0
- package/components/Casing/CasingTile/style.js +108 -1
- package/components/Casing/CasingTile/style.js.map +1 -0
- package/components/Casing/CasingTileIcon.js +73 -1
- package/components/Casing/CasingTileIcon.js.map +1 -0
- package/components/Chart/ChartWrapperContext.js +6 -1
- package/components/Chart/ChartWrapperContext.js.map +1 -0
- package/components/Chart/components/AxisDropdown.js +81 -1
- package/components/Chart/components/AxisDropdown.js.map +1 -0
- package/components/Chart/components/AxisOverlay.js +168 -1
- package/components/Chart/components/AxisOverlay.js.map +1 -0
- package/components/Chart/components/ChartButton.js +88 -1
- package/components/Chart/components/ChartButton.js.map +1 -0
- package/components/Chart/components/ChartButtons.js +41 -1
- package/components/Chart/components/ChartButtons.js.map +1 -0
- package/components/Chart/components/ChartSelect.js +94 -1
- package/components/Chart/components/ChartSelect.js.map +1 -0
- package/components/Chart/components/ChartWrapper.js +115 -1
- package/components/Chart/components/ChartWrapper.js.map +1 -0
- package/components/Chart/components/buttons/ChartTypeButton.js +100 -1
- package/components/Chart/components/buttons/ChartTypeButton.js.map +1 -0
- package/components/Chart/components/buttons/DragToZoomButton.js +41 -1
- package/components/Chart/components/buttons/DragToZoomButton.js.map +1 -0
- package/components/Chart/components/buttons/HideAxesButton.js +52 -1
- package/components/Chart/components/buttons/HideAxesButton.js.map +1 -0
- package/components/Chart/components/buttons/PanButton.js +43 -1
- package/components/Chart/components/buttons/PanButton.js.map +1 -0
- package/components/Chart/components/buttons/ResetZoomButton.js +43 -1
- package/components/Chart/components/buttons/ResetZoomButton.js.map +1 -0
- package/components/Chart/components/buttons/ZoomInButton.js +46 -1
- package/components/Chart/components/buttons/ZoomInButton.js.map +1 -0
- package/components/Chart/components/buttons/ZoomOutButton.js +46 -1
- package/components/Chart/components/buttons/ZoomOutButton.js.map +1 -0
- package/components/Chart/constants.js +13 -1
- package/components/Chart/constants.js.map +1 -0
- package/components/Chart/effects/useChartModifier.js +87 -1
- package/components/Chart/effects/useChartModifier.js.map +1 -0
- package/components/Chart/effects/useChartTypeSwitch.js +31 -1
- package/components/Chart/effects/useChartTypeSwitch.js.map +1 -0
- package/components/Chart/effects/useHideAxes.js +42 -1
- package/components/Chart/effects/useHideAxes.js.map +1 -0
- package/components/Chart/effects/useKeyboardControl.js +21 -1
- package/components/Chart/effects/useKeyboardControl.js.map +1 -0
- package/components/Chart/effects/useZoom.js +150 -1
- package/components/Chart/effects/useZoom.js.map +1 -0
- package/components/Chart/formations.js +77 -1
- package/components/Chart/formations.js.map +1 -0
- package/components/Chart/utils.js +54 -1
- package/components/Chart/utils.js.map +1 -0
- package/components/ChartActionsList/ChartActionsList.css.js +8 -1
- package/components/ChartActionsList/ChartActionsList.css.js.map +1 -0
- package/components/ChartActionsList/ChartActionsList.js +233 -1
- package/components/ChartActionsList/ChartActionsList.js.map +1 -0
- package/components/ChartActionsList/icons/GoLive.js +35 -1
- package/components/ChartActionsList/icons/GoLive.js.map +1 -0
- package/components/ChartActionsList/icons/LeftArrow.js +23 -1
- package/components/ChartActionsList/icons/LeftArrow.js.map +1 -0
- package/components/ChartActionsList/icons/RightArrow.js +23 -1
- package/components/ChartActionsList/icons/RightArrow.js.map +1 -0
- package/components/ChartActionsList/icons/TimeRange.js +21 -1
- package/components/ChartActionsList/icons/TimeRange.js.map +1 -0
- package/components/ChartActionsList/icons/ZoomIn.js +26 -1
- package/components/ChartActionsList/icons/ZoomIn.js.map +1 -0
- package/components/ChartActionsList/icons/ZoomOut.js +26 -1
- package/components/ChartActionsList/icons/ZoomOut.js.map +1 -0
- package/components/Checkbox/index.js +36 -1
- package/components/Checkbox/index.js.map +1 -0
- package/components/Chip/index.js +95 -1
- package/components/Chip/index.js.map +1 -0
- package/components/CollapsableSidebar.js +386 -1
- package/components/CollapsableSidebar.js.map +1 -0
- package/components/CollapsibleContent.js +94 -1
- package/components/CollapsibleContent.js.map +1 -0
- package/components/ColorPicker/ColorPicker.js +232 -1
- package/components/ColorPicker/ColorPicker.js.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +82 -1
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +8 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +47 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +14 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +185 -1
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js.map +1 -0
- package/components/ColorPickerPalette/ColorPickerPalette.js +100 -1
- package/components/ColorPickerPalette/ColorPickerPalette.js.map +1 -0
- package/components/Comment/CommentIcon/BadgeIcon.js +24 -1
- package/components/Comment/CommentIcon/BadgeIcon.js.map +1 -0
- package/components/Comment/CommentIcon/index.js +83 -1
- package/components/Comment/CommentIcon/index.js.map +1 -0
- package/components/Comment/index.js +429 -1
- package/components/Comment/index.js.map +1 -0
- package/components/Comment/styles.css.js +8 -1
- package/components/Comment/styles.css.js.map +1 -0
- package/components/CommentInput/index.js +586 -1
- package/components/CommentInput/index.js.map +1 -0
- package/components/CommentInput/styles.css.js +8 -1
- package/components/CommentInput/styles.css.js.map +1 -0
- package/components/CommentLoader.js +84 -1
- package/components/CommentLoader.js.map +1 -0
- package/components/CommentWrapper.js +71 -1
- package/components/CommentWrapper.js.map +1 -0
- package/components/CommentsInfo/index.js +147 -1
- package/components/CommentsInfo/index.js.map +1 -0
- package/components/CommentsInfo/styles.css.js +8 -1
- package/components/CommentsInfo/styles.css.js.map +1 -0
- package/components/ConfirmationDialog.js +136 -1
- package/components/ConfirmationDialog.js.map +1 -0
- package/components/ContextMenuItem/index.js +82 -1
- package/components/ContextMenuItem/index.js.map +1 -0
- package/components/CopyToClipboard/CopyToClipboard.js +88 -1
- package/components/CopyToClipboard/CopyToClipboard.js.map +1 -0
- package/components/Counter/index.js +146 -1
- package/components/Counter/index.js.map +1 -0
- package/components/CustomSelect/index.js +93 -1
- package/components/CustomSelect/index.js.map +1 -0
- package/components/DatePicker/index.js +70 -1
- package/components/DatePicker/index.js.map +1 -0
- package/components/DateTimePicker/index.js +72 -1
- package/components/DateTimePicker/index.js.map +1 -0
- package/components/DevCenter/AppContext.js +6 -1
- package/components/DevCenter/AppContext.js.map +1 -0
- package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +107 -1
- package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js.map +1 -0
- package/components/DevCenter/AppHeader/AppHeader.css.js +8 -1
- package/components/DevCenter/AppHeader/AppHeader.css.js.map +1 -0
- package/components/DevCenter/AppHeader/AppHeader.d.ts.map +1 -1
- package/components/DevCenter/AppHeader/AppHeader.js +282 -1
- package/components/DevCenter/AppHeader/AppHeader.js.map +1 -0
- package/components/DevCenter/AppHeader/AppHeaderStyles.js +63 -1
- package/components/DevCenter/AppHeader/AppHeaderStyles.js.map +1 -0
- package/components/DevCenter/AppHeader/PadIcon.js +51 -1
- package/components/DevCenter/AppHeader/PadIcon.js.map +1 -0
- package/components/DevCenter/AppHeader/PadMode.js +60 -1
- package/components/DevCenter/AppHeader/PadMode.js.map +1 -0
- package/components/DevCenter/AppHeader/VersionBadge.js +62 -1
- package/components/DevCenter/AppHeader/VersionBadge.js.map +1 -0
- package/components/DevCenter/AppHeader/utils.js +24 -1
- package/components/DevCenter/AppHeader/utils.js.map +1 -0
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +210 -1
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js.map +1 -0
- package/components/DevCenter/AppSideBar/AppSideBar.js +280 -1
- package/components/DevCenter/AppSideBar/AppSideBar.js.map +1 -0
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +29 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.js +10 -1
- package/components/DevCenter/AppsDataProvider/effects/constants.js.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +173 -1
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +128 -1
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/utils.js +446 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts +1 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts.map +1 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +508 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +21 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +14 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +292 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +43 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +444 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +310 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js +265 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js +85 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js +106 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +185 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +17 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +147 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +25 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +22 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +10 -1
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +384 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +35 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +8 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +31 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +61 -1
- package/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +44 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +19 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +49 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +51 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/utils.js +26 -1
- package/components/DevCenter/DevCenterAppContainer/utils.js.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +6 -1
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +8 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +58 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +9 -1
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +42 -1
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +307 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +410 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +8 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +353 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +4 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +21 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +21 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js.map +1 -0
- package/components/DevCenter/NavigationBar/NavigationBar.js +51 -1
- package/components/DevCenter/NavigationBar/NavigationBar.js.map +1 -0
- package/components/DevCenter/SideBar/SideBar.js +78 -1
- package/components/DevCenter/SideBar/SideBar.js.map +1 -0
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.js +53 -1
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.js.map +1 -0
- package/components/DocumentViewer/DocumentViewer.js +375 -1
- package/components/DocumentViewer/DocumentViewer.js.map +1 -0
- package/components/DocumentViewer/styles.js +57 -1
- package/components/DocumentViewer/styles.js.map +1 -0
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +67 -1
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js.map +1 -0
- package/components/Drillstring/BHAComponentDetail/constants.js +496 -1
- package/components/Drillstring/BHAComponentDetail/constants.js.map +1 -0
- package/components/Drillstring/BHAComponentDetail/index.js +223 -1
- package/components/Drillstring/BHAComponentDetail/index.js.map +1 -0
- package/components/Drillstring/BHAComponentIcon.js +79 -1
- package/components/Drillstring/BHAComponentIcon.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +124 -1
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +8 -1
- package/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +77 -1
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +370 -1
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +74 -1
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +399 -1
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.js +648 -1
- package/components/Drillstring/BHAComponentsTable/components/Component.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +91 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +386 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +115 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +443 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +213 -1
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Header.js +68 -1
- package/components/Drillstring/BHAComponentsTable/components/Header.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +78 -1
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +369 -1
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +78 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +370 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +157 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +77 -1
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +370 -1
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +140 -1
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +157 -1
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +472 -1
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +144 -1
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +83 -1
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +378 -1
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +158 -1
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +67 -1
- package/components/Drillstring/BHAComponentsTable/components/SortableComponents.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +96 -1
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +395 -1
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +72 -1
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +360 -1
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +260 -1
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +274 -1
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +134 -1
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +448 -1
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/constants.js +58 -1
- package/components/Drillstring/BHAComponentsTable/components/constants.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +26 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +334 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +33 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +31 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +80 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +28 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +33 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +86 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +89 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +60 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +193 -1
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +89 -1
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js.map +1 -0
- package/components/Drillstring/BHAList/BHAList.js +111 -1
- package/components/Drillstring/BHAList/BHAList.js.map +1 -0
- package/components/Drillstring/BHAList/styles.css.js +8 -1
- package/components/Drillstring/BHAList/styles.css.js.map +1 -0
- package/components/Drillstring/BHASchematic.js +170 -1
- package/components/Drillstring/BHASchematic.js.map +1 -0
- package/components/Drillstring/BHATable/BHAComponent.js +102 -1
- package/components/Drillstring/BHATable/BHAComponent.js.map +1 -0
- package/components/Drillstring/BHATable/index.js +116 -1
- package/components/Drillstring/BHATable/index.js.map +1 -0
- package/components/Drillstring/BHATile/BHATile.js +113 -1
- package/components/Drillstring/BHATile/BHATile.js.map +1 -0
- package/components/Drillstring/BHATile/styles.css.js +8 -1
- package/components/Drillstring/BHATile/styles.css.js.map +1 -0
- package/components/Drillstring/BHATileIcon.js +61 -1
- package/components/Drillstring/BHATileIcon.js.map +1 -0
- package/components/Drillstring/BhaIndicator/BhaIndicator.js +69 -1
- package/components/Drillstring/BhaIndicator/BhaIndicator.js.map +1 -0
- package/components/Drillstring/BhaIndicator/styles.css.js +8 -1
- package/components/Drillstring/BhaIndicator/styles.css.js.map +1 -0
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js +87 -1
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js.map +1 -0
- package/components/Drillstring/DrillstringDetail/styles.css.js +8 -1
- package/components/Drillstring/DrillstringDetail/styles.css.js.map +1 -0
- package/components/EditableItem/EditableItem/index.js +252 -1
- package/components/EditableItem/EditableItem/index.js.map +1 -0
- package/components/EditableItem/EditableItemWithBadge/index.js +47 -1
- package/components/EditableItem/EditableItemWithBadge/index.js.map +1 -0
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js +74 -1
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js.map +1 -0
- package/components/EmbeddedApp/EmbeddedApp.js +201 -1
- package/components/EmbeddedApp/EmbeddedApp.js.map +1 -0
- package/components/EmbeddedApp/components/AppInfo.js +95 -1
- package/components/EmbeddedApp/components/AppInfo.js.map +1 -0
- package/components/EmbeddedApp/styles.css.js +8 -1
- package/components/EmbeddedApp/styles.css.js.map +1 -0
- package/components/EmojiIconButton.js +106 -1
- package/components/EmojiIconButton.js.map +1 -0
- package/components/EmptyState/EmptyState.js +71 -1
- package/components/EmptyState/EmptyState.js.map +1 -0
- package/components/EmptyState/constants.js +41 -1
- package/components/EmptyState/constants.js.map +1 -0
- package/components/EmptyState/images/index.js +15 -1
- package/components/EmptyState/images/index.js.map +1 -0
- package/components/EmptyState/styles.js +62 -1
- package/components/EmptyState/styles.js.map +1 -0
- package/components/EmptyState/utils.js +10 -1
- package/components/EmptyState/utils.js.map +1 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +201 -1
- package/components/EmptyView/EmptyAppView/EmptyAppView.js.map +1 -0
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts.map +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +31 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js.map +1 -0
- package/components/EmptyView/EmptyView.js +121 -1
- package/components/EmptyView/EmptyView.js.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +8 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +32 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js.map +1 -0
- package/components/ErrorBoundary/ErrorBoundary.js +77 -1
- package/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
- package/components/FailedFileUploading.js +43 -1
- package/components/FailedFileUploading.js.map +1 -0
- package/components/FeedItem/FeedItem.css.js +8 -1
- package/components/FeedItem/FeedItem.css.js.map +1 -0
- package/components/FeedItem/FeedItem.js +327 -1
- package/components/FeedItem/FeedItem.js.map +1 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +97 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js.map +1 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +99 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js.map +1 -0
- package/components/FeedItem/components/Actions.js +97 -1
- package/components/FeedItem/components/Actions.js.map +1 -0
- package/components/FeedItem/components/AvatarIcon.js +59 -1
- package/components/FeedItem/components/AvatarIcon.js.map +1 -0
- package/components/FeedItem/components/Content.js +184 -1
- package/components/FeedItem/components/Content.js.map +1 -0
- package/components/FeedItem/components/CreatedAt.js +28 -1
- package/components/FeedItem/components/CreatedAt.js.map +1 -0
- package/components/FeedItem/components/FeedComments.js +181 -1
- package/components/FeedItem/components/FeedComments.js.map +1 -0
- package/components/FeedItem/components/Icon.js +92 -1
- package/components/FeedItem/components/Icon.js.map +1 -0
- package/components/FeedItem/components/LessonsLearnedLeafIcon.js +37 -1
- package/components/FeedItem/components/LessonsLearnedLeafIcon.js.map +1 -0
- package/components/FeedItem/components/Reactions.js +109 -1
- package/components/FeedItem/components/Reactions.js.map +1 -0
- package/components/FeedItem/components/RigAndWell.js +75 -1
- package/components/FeedItem/components/RigAndWell.js.map +1 -0
- package/components/FeedItem/components/TypeAndAssetTitle.js +42 -1
- package/components/FeedItem/components/TypeAndAssetTitle.js.map +1 -0
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +224 -1
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js.map +1 -0
- package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +216 -1
- package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js.map +1 -0
- package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +231 -1
- package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js.map +1 -0
- package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +203 -1
- package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js.map +1 -0
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +196 -1
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js.map +1 -0
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js +75 -1
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +25 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +169 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +8 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +124 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +37 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +72 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +105 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +43 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +8 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +80 -1
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +41 -1
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +142 -1
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +27 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +27 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +81 -1
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +41 -1
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +25 -1
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +80 -1
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +27 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +27 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +93 -1
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +143 -1
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +115 -1
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +110 -1
- package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +28 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +28 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +28 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +149 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js.map +1 -0
- package/components/FeedItem/feedItemTypes/NptFeedItem.js +146 -1
- package/components/FeedItem/feedItemTypes/NptFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +77 -1
- package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +73 -1
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/PostFeedItem.js +57 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +87 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +18 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +53 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +56 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +83 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +31 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +95 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +44 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +79 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +168 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +55 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +118 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js.map +1 -0
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +92 -1
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +70 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +37 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +28 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +142 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +8 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js.map +1 -0
- package/components/FilePreview/index.js +80 -1
- package/components/FilePreview/index.js.map +1 -0
- package/components/FilePreview/styles.css.js +8 -1
- package/components/FilePreview/styles.css.js.map +1 -0
- package/components/FileTypeIcon.js +63 -1
- package/components/FileTypeIcon.js.map +1 -0
- package/components/FileUploadIconButton.js +249 -1
- package/components/FileUploadIconButton.js.map +1 -0
- package/components/FilesLoader/FilesLoader.js +305 -1
- package/components/FilesLoader/FilesLoader.js.map +1 -0
- package/components/FilesLoader/Icons/CSVFileIcon.js +27 -1
- package/components/FilesLoader/Icons/CSVFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/DocFileIcon.js +21 -1
- package/components/FilesLoader/Icons/DocFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/EDMFileIcon.js +39 -1
- package/components/FilesLoader/Icons/EDMFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/ExelFileIcon.js +21 -1
- package/components/FilesLoader/Icons/ExelFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/FileIcon.js +35 -1
- package/components/FilesLoader/Icons/FileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/IconRefresh.js +17 -1
- package/components/FilesLoader/Icons/IconRefresh.js.map +1 -0
- package/components/FilesLoader/Icons/IconSuccess.js +23 -1
- package/components/FilesLoader/Icons/IconSuccess.js.map +1 -0
- package/components/FilesLoader/Icons/IconWarning.js +24 -1
- package/components/FilesLoader/Icons/IconWarning.js.map +1 -0
- package/components/FilesLoader/Icons/ImageFileIcon.js +30 -1
- package/components/FilesLoader/Icons/ImageFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/PdfFileIcon.js +21 -1
- package/components/FilesLoader/Icons/PdfFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/UnknownFileIcon.js +18 -1
- package/components/FilesLoader/Icons/UnknownFileIcon.js.map +1 -0
- package/components/FilesLoader/Icons/UploadIcon.js +19 -1
- package/components/FilesLoader/Icons/UploadIcon.js.map +1 -0
- package/components/FilesLoader/useStyles.js +140 -1
- package/components/FilesLoader/useStyles.js.map +1 -0
- package/components/FolderMenuItem/components/ClosedFolderIcon.js +16 -1
- package/components/FolderMenuItem/components/ClosedFolderIcon.js.map +1 -0
- package/components/FolderMenuItem/components/FolderIcon.js +48 -1
- package/components/FolderMenuItem/components/FolderIcon.js.map +1 -0
- package/components/FolderMenuItem/components/OpenFolderIcon.js +16 -1
- package/components/FolderMenuItem/components/OpenFolderIcon.js.map +1 -0
- package/components/FolderMenuItem/index.js +162 -1
- package/components/FolderMenuItem/index.js.map +1 -0
- package/components/FolderMenuItemWithLinks/index.js +108 -1
- package/components/FolderMenuItemWithLinks/index.js.map +1 -0
- package/components/GoogleDocsViewer/index.js +155 -1
- package/components/GoogleDocsViewer/index.js.map +1 -0
- package/components/GoogleDocsViewer/styles.css.js +8 -1
- package/components/GoogleDocsViewer/styles.css.js.map +1 -0
- package/components/GradientManager/GradientList.js +143 -1
- package/components/GradientManager/GradientList.js.map +1 -0
- package/components/GradientManager/GradientManager.js +281 -1
- package/components/GradientManager/GradientManager.js.map +1 -0
- package/components/GradientManager/GradientManager.styles.js +16 -1
- package/components/GradientManager/GradientManager.styles.js.map +1 -0
- package/components/GradientManager/GradientPreview/GradientPreview.js +31 -1
- package/components/GradientManager/GradientPreview/GradientPreview.js.map +1 -0
- package/components/GradientManager/GradientSelect.js +135 -1
- package/components/GradientManager/GradientSelect.js.map +1 -0
- package/components/GradientManager/GradientSelect.styles.js +72 -1
- package/components/GradientManager/GradientSelect.styles.js.map +1 -0
- package/components/GradientManager/configuration/constants.js +113 -1
- package/components/GradientManager/configuration/constants.js.map +1 -0
- package/components/GradientPicker/GradientPicker.js +365 -1
- package/components/GradientPicker/GradientPicker.js.map +1 -0
- package/components/GradientPicker/GradientPicker.styles.js +105 -1
- package/components/GradientPicker/GradientPicker.styles.js.map +1 -0
- package/components/GradientPicker/GradientPicker.utils.d.ts.map +1 -1
- package/components/GradientPicker/GradientPicker.utils.js +55 -1
- package/components/GradientPicker/GradientPicker.utils.js.map +1 -0
- package/components/HeaderLayout/HeaderLayout.css.js +8 -1
- package/components/HeaderLayout/HeaderLayout.css.js.map +1 -0
- package/components/HeaderLayout/HeaderLayout.js +165 -1
- package/components/HeaderLayout/HeaderLayout.js.map +1 -0
- package/components/HeaderLayout/constants.js +6 -1
- package/components/HeaderLayout/constants.js.map +1 -0
- package/components/HeaderLayout/effects/index.js +110 -1
- package/components/HeaderLayout/effects/index.js.map +1 -0
- package/components/HeaderLayout/utils.js +49 -1
- package/components/HeaderLayout/utils.js.map +1 -0
- package/components/HelpCenter/HelpCenterIcon.js +32 -1
- package/components/HelpCenter/HelpCenterIcon.js.map +1 -0
- package/components/HelpCenter/index.js +2 -1
- package/components/HelpCenter/index.js.map +1 -0
- package/components/IconButton/index.d.ts +1 -1
- package/components/IconButton/index.d.ts.map +1 -1
- package/components/IconButton/index.js +175 -1
- package/components/IconButton/index.js.map +1 -0
- package/components/IconMenu/index.js +183 -1
- package/components/IconMenu/index.js.map +1 -0
- package/components/Icons/AnnotationIcon.js +34 -1
- package/components/Icons/AnnotationIcon.js.map +1 -0
- package/components/Icons/AttachIcon.js +30 -1
- package/components/Icons/AttachIcon.js.map +1 -0
- package/components/Icons/DangerousIcon.js +18 -1
- package/components/Icons/DangerousIcon.js.map +1 -0
- package/components/Icons/EmojiIcon.js +32 -1
- package/components/Icons/EmojiIcon.js.map +1 -0
- package/components/Icons/RecommendationIcon.js +31 -1
- package/components/Icons/RecommendationIcon.js.map +1 -0
- package/components/Icons/SendIcon.js +29 -1
- package/components/Icons/SendIcon.js.map +1 -0
- package/components/ImageViewer/index.js +104 -1
- package/components/ImageViewer/index.js.map +1 -0
- package/components/ImageViewer/styles.css.js +8 -1
- package/components/ImageViewer/styles.css.js.map +1 -0
- package/components/InfiniteList/index.js +237 -1
- package/components/InfiniteList/index.js.map +1 -0
- package/components/InfiniteList/styles.css.js +8 -1
- package/components/InfiniteList/styles.css.js.map +1 -0
- package/components/KeyboardDateTimePicker.js +62 -1
- package/components/KeyboardDateTimePicker.js.map +1 -0
- package/components/LabelsCounter/LabelsCounter.js +57 -1
- package/components/LabelsCounter/LabelsCounter.js.map +1 -0
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js +34 -1
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js.map +1 -0
- package/components/LoadingIndicator/InlineLoadingIndicator.js +28 -1
- package/components/LoadingIndicator/InlineLoadingIndicator.js.map +1 -0
- package/components/LoadingIndicator/Loader.js +29 -1
- package/components/LoadingIndicator/Loader.js.map +1 -0
- package/components/LoadingIndicator/LoadingIndicator.css.js +8 -1
- package/components/LoadingIndicator/LoadingIndicator.css.js.map +1 -0
- package/components/LoadingIndicator/LoadingIndicator.js +29 -1
- package/components/LoadingIndicator/LoadingIndicator.js.map +1 -0
- package/components/LoadingIndicator/types.js +18 -1
- package/components/LoadingIndicator/types.js.map +1 -0
- package/components/MenuItem/index.js +65 -1
- package/components/MenuItem/index.js.map +1 -0
- package/components/MiddleTruncate/MiddleTruncate.js +49 -1
- package/components/MiddleTruncate/MiddleTruncate.js.map +1 -0
- package/components/MiddleTruncate/utils.js +15 -1
- package/components/MiddleTruncate/utils.js.map +1 -0
- package/components/Modal/CorvaModal.css.js +8 -1
- package/components/Modal/CorvaModal.css.js.map +1 -0
- package/components/Modal/CorvaModal.d.ts +1 -1
- package/components/Modal/CorvaModal.d.ts.map +1 -1
- package/components/Modal/CorvaModal.js +79 -1
- package/components/Modal/CorvaModal.js.map +1 -0
- package/components/Modal/DcCorvaModal.js +27 -1
- package/components/Modal/DcCorvaModal.js.map +1 -0
- package/components/Modal/Modal.js +27 -1
- package/components/Modal/Modal.js.map +1 -0
- package/components/Modal/types.d.ts +0 -1
- package/components/Modal/types.d.ts.map +1 -1
- package/components/Modal/types.js +8 -1
- package/components/Modal/types.js.map +1 -0
- package/components/Notifications/Notifications.js +35 -1
- package/components/Notifications/Notifications.js.map +1 -0
- package/components/Notifications/NotificationsContainer.js +80 -1
- package/components/Notifications/NotificationsContainer.js.map +1 -0
- package/components/Notifications/Toast.js +131 -1
- package/components/Notifications/Toast.js.map +1 -0
- package/components/Notifications/Toast.styles.js +155 -1
- package/components/Notifications/Toast.styles.js.map +1 -0
- package/components/OffsetWellButton/OffsetWellButton.js +157 -1
- package/components/OffsetWellButton/OffsetWellButton.js.map +1 -0
- package/components/OffsetWellChips/Chip.js +158 -1
- package/components/OffsetWellChips/Chip.js.map +1 -0
- package/components/OffsetWellChips/ChipsContainer.js +49 -1
- package/components/OffsetWellChips/ChipsContainer.js.map +1 -0
- package/components/OffsetWellChips/icons/SubjectIcon.js +43 -1
- package/components/OffsetWellChips/icons/SubjectIcon.js.map +1 -0
- package/components/OffsetWellMap/OffsetWellMap.js +401 -1
- package/components/OffsetWellMap/OffsetWellMap.js.map +1 -0
- package/components/OffsetWellMap/OffsetWellMap.module.css.js +8 -1
- package/components/OffsetWellMap/OffsetWellMap.module.css.js.map +1 -0
- package/components/OffsetWellMap/WellTooltip.js +62 -1
- package/components/OffsetWellMap/WellTooltip.js.map +1 -0
- package/components/OffsetWellMap/WellTooltip.module.css.js +8 -1
- package/components/OffsetWellMap/WellTooltip.module.css.js.map +1 -0
- package/components/OffsetWellMap/effects/usePreviousWells.js +12 -1
- package/components/OffsetWellMap/effects/usePreviousWells.js.map +1 -0
- package/components/OffsetWellMap/utils.js +30 -1
- package/components/OffsetWellMap/utils.js.map +1 -0
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +483 -1
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +58 -1
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +145 -1
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +287 -1
- package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +75 -1
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +297 -1
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +57 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +64 -1
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +26 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +305 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/index.d.ts +1 -5
- package/components/OffsetWellPickerV2/components/Filter/index.d.ts.map +1 -1
- package/components/OffsetWellPickerV2/components/Filter/index.js +163 -1
- package/components/OffsetWellPickerV2/components/Filter/index.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/Map.css.js +8 -1
- package/components/OffsetWellPickerV2/components/Map/Map.css.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/Map.js +263 -1
- package/components/OffsetWellPickerV2/components/Map/Map.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/index.css.js +8 -1
- package/components/OffsetWellPickerV2/components/Map/index.css.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/index.js +69 -1
- package/components/OffsetWellPickerV2/components/Map/index.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/popup.css.js +8 -1
- package/components/OffsetWellPickerV2/components/Map/popup.css.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js +82 -1
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +367 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +83 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +8 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +12 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/index.js +509 -1
- package/components/OffsetWellPickerV2/components/Table/index.js.map +1 -0
- package/components/OffsetWellPickerV2/constants.js +95 -1
- package/components/OffsetWellPickerV2/constants.js.map +1 -0
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +44 -1
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js.map +1 -0
- package/components/OffsetWellPickerV2/effects/index.d.ts +1 -1
- package/components/OffsetWellPickerV2/effects/index.d.ts.map +1 -1
- package/components/OffsetWellPickerV2/effects/index.js +347 -1
- package/components/OffsetWellPickerV2/effects/index.js.map +1 -0
- package/components/OffsetWellPickerV2/utils/apiCalls.js +236 -1
- package/components/OffsetWellPickerV2/utils/apiCalls.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +50 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +135 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +72 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +310 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +204 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +58 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +8 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +203 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +71 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +82 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +30 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +159 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +195 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +58 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +236 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +45 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +77 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +359 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +75 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +22 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +412 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +111 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +104 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +44 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +294 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +555 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +493 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +307 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js.map +1 -0
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +500 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +394 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.js.map +1 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +383 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js.map +1 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +182 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js.map +1 -0
- package/components/OffsetWellPickerV3/constants.js +48 -1
- package/components/OffsetWellPickerV3/constants.js.map +1 -0
- package/components/OffsetWellPickerV3/effects/index.js +145 -1
- package/components/OffsetWellPickerV3/effects/index.js.map +1 -0
- package/components/OffsetWellPickerV3/index.js +333 -1
- package/components/OffsetWellPickerV3/index.js.map +1 -0
- package/components/OffsetWellPickerV3/utils/apiCalls.js +487 -1
- package/components/OffsetWellPickerV3/utils/apiCalls.js.map +1 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1025 -1
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.js.map +1 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +8 -1
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +67 -1
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js.map +1 -0
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +29 -1
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js.map +1 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.js +438 -1
- package/components/OffsetWellPickerV4/components/Filter/Filter.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +125 -1
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +48 -1
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +80 -1
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +49 -1
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/WellSection.js +33 -1
- package/components/OffsetWellPickerV4/components/Filter/WellSection.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/WellsMap.js +49 -1
- package/components/OffsetWellPickerV4/components/Map/WellsMap.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +91 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +258 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +59 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +282 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +25 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +139 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +401 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +578 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +250 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +335 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +60 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +54 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +313 -1
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js.map +1 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +8 -1
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js.map +1 -0
- package/components/OffsetWellPickerV4/constants.js +162 -1
- package/components/OffsetWellPickerV4/constants.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useAdvancedWells.js +204 -1
- package/components/OffsetWellPickerV4/effects/useAdvancedWells.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useAssetsData.js +97 -1
- package/components/OffsetWellPickerV4/effects/useAssetsData.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useBicWells.js +163 -1
- package/components/OffsetWellPickerV4/effects/useBicWells.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +74 -1
- package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFetchWells.js +54 -1
- package/components/OffsetWellPickerV4/effects/useFetchWells.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFilterOptions.js +33 -1
- package/components/OffsetWellPickerV4/effects/useFilterOptions.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFilteredWells.js +63 -1
- package/components/OffsetWellPickerV4/effects/useFilteredWells.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useSortedWells.js +78 -1
- package/components/OffsetWellPickerV4/effects/useSortedWells.js.map +1 -0
- package/components/OffsetWellPickerV4/effects/useTableColumns.js +38 -1
- package/components/OffsetWellPickerV4/effects/useTableColumns.js.map +1 -0
- package/components/OffsetWellPickerV4/utils/apiCalls.js +421 -1
- package/components/OffsetWellPickerV4/utils/apiCalls.js.map +1 -0
- package/components/OffsetWellPickerV4/utils/index.js +157 -1
- package/components/OffsetWellPickerV4/utils/index.js.map +1 -0
- package/components/OffsetWellPickerV4/utils/timePeriod.js +31 -1
- package/components/OffsetWellPickerV4/utils/timePeriod.js.map +1 -0
- package/components/OffsetWellPickerV4/utils/unitSystem.js +10 -1
- package/components/OffsetWellPickerV4/utils/unitSystem.js.map +1 -0
- package/components/PadModeSelect/PadModeSelect.d.ts.map +1 -1
- package/components/PadModeSelect/PadModeSelect.js +170 -1
- package/components/PadModeSelect/PadModeSelect.js.map +1 -0
- package/components/PadModeSelect/WellStreamActivityStatus.d.ts.map +1 -1
- package/components/PadModeSelect/WellStreamActivityStatus.js +57 -1
- package/components/PadModeSelect/WellStreamActivityStatus.js.map +1 -0
- package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.d.ts +1 -2
- package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.d.ts.map +1 -1
- package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +124 -1
- package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js.map +1 -0
- package/components/PadModeSelect/effects/useWellStreamsData.d.ts.map +1 -1
- package/components/PadModeSelect/effects/useWellStreamsData.js +45 -1
- package/components/PadModeSelect/effects/useWellStreamsData.js.map +1 -0
- package/components/PadModeSelect/types.js +16 -1
- package/components/PadModeSelect/types.js.map +1 -0
- package/components/PadModeSelect/utils/initialDataFetcher.js +50 -1
- package/components/PadModeSelect/utils/initialDataFetcher.js.map +1 -0
- package/components/PadModeSelect/utils/time.js +6 -1
- package/components/PadModeSelect/utils/time.js.map +1 -0
- package/components/PadOffsetsPicker/OffsetAssetChip.js +58 -1
- package/components/PadOffsetsPicker/OffsetAssetChip.js.map +1 -0
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +24 -1
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js.map +1 -0
- package/components/PadOffsetsPicker/PadOffsetsPicker.js +397 -1
- package/components/PadOffsetsPicker/PadOffsetsPicker.js.map +1 -0
- package/components/PadOffsetsPicker/StagesSelector.js +578 -1
- package/components/PadOffsetsPicker/StagesSelector.js.map +1 -0
- package/components/PadOffsetsPicker/index.js +5 -1
- package/components/PadOffsetsPicker/index.js.map +1 -0
- package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +416 -1
- package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js.map +1 -0
- package/components/PadOffsetsPickerV2/useDialogState.js +173 -1
- package/components/PadOffsetsPickerV2/useDialogState.js.map +1 -0
- package/components/ParameterCharts/AddEditTrack.css.js +5 -1
- package/components/ParameterCharts/AddEditTrack.css.js.map +1 -0
- package/components/ParameterCharts/AddEditTrack.js +144 -1
- package/components/ParameterCharts/AddEditTrack.js.map +1 -0
- package/components/ParameterCharts/ChartsContext.js +9 -1
- package/components/ParameterCharts/ChartsContext.js.map +1 -0
- package/components/ParameterCharts/DataContext.js +14 -1
- package/components/ParameterCharts/DataContext.js.map +1 -0
- package/components/ParameterCharts/ParameterCharts.css.js +8 -1
- package/components/ParameterCharts/ParameterCharts.css.js.map +1 -0
- package/components/ParameterCharts/ParameterCharts.js +140 -1
- package/components/ParameterCharts/ParameterCharts.js.map +1 -0
- package/components/ParameterCharts/SettingsContext.js +13 -1
- package/components/ParameterCharts/SettingsContext.js.map +1 -0
- package/components/ParameterCharts/components/ChartContainer.css.js +8 -1
- package/components/ParameterCharts/components/ChartContainer.css.js.map +1 -0
- package/components/ParameterCharts/components/ChartContainer.js +43 -1
- package/components/ParameterCharts/components/ChartContainer.js.map +1 -0
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js +8 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js.map +1 -0
- package/components/ParameterCharts/components/Charts/EmptyChart.js +20 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.js.map +1 -0
- package/components/ParameterCharts/components/Charts/LineChart.css.js +8 -1
- package/components/ParameterCharts/components/Charts/LineChart.css.js.map +1 -0
- package/components/ParameterCharts/components/Charts/LineChart.js +101 -1
- package/components/ParameterCharts/components/Charts/LineChart.js.map +1 -0
- package/components/ParameterCharts/components/Charts/options.js +81 -1
- package/components/ParameterCharts/components/Charts/options.js.map +1 -0
- package/components/ParameterCharts/components/DataLoadingIndicator.js +16 -1
- package/components/ParameterCharts/components/DataLoadingIndicator.js.map +1 -0
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js +41 -1
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js.map +1 -0
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +8 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js.map +1 -0
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +91 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js.map +1 -0
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +8 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js.map +1 -0
- package/components/ParameterCharts/components/Tooltip/Tooltip.js +86 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.js.map +1 -0
- package/components/ParameterCharts/components/TraceHeader.css.js +8 -1
- package/components/ParameterCharts/components/TraceHeader.css.js.map +1 -0
- package/components/ParameterCharts/components/TraceHeader.js +245 -1
- package/components/ParameterCharts/components/TraceHeader.js.map +1 -0
- package/components/ParameterCharts/components/TraceSelect.js +59 -1
- package/components/ParameterCharts/components/TraceSelect.js.map +1 -0
- package/components/ParameterCharts/components/TraceSettings.css.js +8 -1
- package/components/ParameterCharts/components/TraceSettings.css.js.map +1 -0
- package/components/ParameterCharts/components/TraceSettings.js +207 -1
- package/components/ParameterCharts/components/TraceSettings.js.map +1 -0
- package/components/ParameterCharts/components/Track.css.js +8 -1
- package/components/ParameterCharts/components/Track.css.js.map +1 -0
- package/components/ParameterCharts/components/Track.js +128 -1
- package/components/ParameterCharts/components/Track.js.map +1 -0
- package/components/ParameterCharts/components/TrackSettings.css.js +8 -1
- package/components/ParameterCharts/components/TrackSettings.css.js.map +1 -0
- package/components/ParameterCharts/components/TrackSettings.js +234 -1
- package/components/ParameterCharts/components/TrackSettings.js.map +1 -0
- package/components/ParameterCharts/constants.js +16 -1
- package/components/ParameterCharts/constants.js.map +1 -0
- package/components/ParameterCharts/utils/dataParser.js +39 -1
- package/components/ParameterCharts/utils/dataParser.js.map +1 -0
- package/components/PinnableFilters/PinnableFilters.css.js +8 -1
- package/components/PinnableFilters/PinnableFilters.css.js.map +1 -0
- package/components/PinnableFilters/PinnableFilters.js +232 -1
- package/components/PinnableFilters/PinnableFilters.js.map +1 -0
- package/components/PinnableFilters/components/FiltersToggler.js +37 -1
- package/components/PinnableFilters/components/FiltersToggler.js.map +1 -0
- package/components/PinnableFilters/components/PinAppSwitch.js +68 -1
- package/components/PinnableFilters/components/PinAppSwitch.js.map +1 -0
- package/components/PinnableFilters/constants.js +6 -1
- package/components/PinnableFilters/constants.js.map +1 -0
- package/components/PinnableFilters/effects/index.js +163 -1
- package/components/PinnableFilters/effects/index.js.map +1 -0
- package/components/PinnableFilters/utils.js +19 -1
- package/components/PinnableFilters/utils.js.map +1 -0
- package/components/Popover/Popover.js +48 -1
- package/components/Popover/Popover.js.map +1 -0
- package/components/Popper/Popper.js +44 -1
- package/components/Popper/Popper.js.map +1 -0
- package/components/PostInput/PostInput.css.js +8 -1
- package/components/PostInput/PostInput.css.js.map +1 -0
- package/components/PostInput/PostInput.js +148 -1
- package/components/PostInput/PostInput.js.map +1 -0
- package/components/PostPreviewDialog/index.js +337 -1
- package/components/PostPreviewDialog/index.js.map +1 -0
- package/components/PostPreviewDialog/styles.css.js +8 -1
- package/components/PostPreviewDialog/styles.css.js.map +1 -0
- package/components/PriceInput/FormattedNumber.js +42 -1
- package/components/PriceInput/FormattedNumber.js.map +1 -0
- package/components/PriceInput/PriceInput.js +24 -1
- package/components/PriceInput/PriceInput.js.map +1 -0
- package/components/RangeSlider/Input.css.js +8 -1
- package/components/RangeSlider/Input.css.js.map +1 -0
- package/components/RangeSlider/RangeSlider.css.js +8 -1
- package/components/RangeSlider/RangeSlider.css.js.map +1 -0
- package/components/RangeSlider/RangeSlider.js +336 -1
- package/components/RangeSlider/RangeSlider.js.map +1 -0
- package/components/RangeSlider/constants.js +16 -1
- package/components/RangeSlider/constants.js.map +1 -0
- package/components/RangeSlider/inputs/FromInput.js +42 -1
- package/components/RangeSlider/inputs/FromInput.js.map +1 -0
- package/components/RangeSlider/inputs/ToInput.js +45 -1
- package/components/RangeSlider/inputs/ToInput.js.map +1 -0
- package/components/RangeSlider/strategies/horizontal.js +48 -1
- package/components/RangeSlider/strategies/horizontal.js.map +1 -0
- package/components/RangeSlider/strategies/vertical.js +56 -1
- package/components/RangeSlider/strategies/vertical.js.map +1 -0
- package/components/RangeSlider/utils.js +45 -1
- package/components/RangeSlider/utils.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeSidebar.js +97 -1
- package/components/RealTimeValuesSidebar/RealTimeSidebar.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +6 -1
- package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +64 -1
- package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +76 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +134 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +329 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js.map +1 -0
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +65 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js.map +1 -0
- package/components/RealTimeValuesSidebar/SidebarFooter.js +100 -1
- package/components/RealTimeValuesSidebar/SidebarFooter.js.map +1 -0
- package/components/RealTimeValuesSidebar/SidebarTitle.js +72 -1
- package/components/RealTimeValuesSidebar/SidebarTitle.js.map +1 -0
- package/components/RealTimeValuesSidebar/enums.js +8 -1
- package/components/RealTimeValuesSidebar/enums.js.map +1 -0
- package/components/ResizableTable/ResizableTable.js +90 -1
- package/components/ResizableTable/ResizableTable.js.map +1 -0
- package/components/ResizableTable/ResizableTableCell.js +22 -1
- package/components/ResizableTable/ResizableTableCell.js.map +1 -0
- package/components/ResizableTable/ResizableTableHeaderCell.js +125 -1
- package/components/ResizableTable/ResizableTableHeaderCell.js.map +1 -0
- package/components/Search/Search.js +421 -1
- package/components/Search/Search.js.map +1 -0
- package/components/Search/components/Groups.js +58 -1
- package/components/Search/components/Groups.js.map +1 -0
- package/components/Search/components/InputAdornmentLeft.js +28 -1
- package/components/Search/components/InputAdornmentLeft.js.map +1 -0
- package/components/Search/components/Listbox.js +73 -1
- package/components/Search/components/Listbox.js.map +1 -0
- package/components/Search/components/Paper.js +51 -1
- package/components/Search/components/Paper.js.map +1 -0
- package/components/Search/components/RecentSearches.js +97 -1
- package/components/Search/components/RecentSearches.js.map +1 -0
- package/components/Search/context/index.js +13 -1
- package/components/Search/context/index.js.map +1 -0
- package/components/Search/styles.js +139 -1
- package/components/Search/styles.js.map +1 -0
- package/components/Search/utils/truncate.js +10 -1
- package/components/Search/utils/truncate.js.map +1 -0
- package/components/SearchInput/index.js +90 -1
- package/components/SearchInput/index.js.map +1 -0
- package/components/Select/SelectFilterBy.js +69 -1
- package/components/Select/SelectFilterBy.js.map +1 -0
- package/components/Select/index.js +216 -1
- package/components/Select/index.js.map +1 -0
- package/components/SettingEditors/ColorEditor/index.js +103 -1
- package/components/SettingEditors/ColorEditor/index.js.map +1 -0
- package/components/SettingEditors/ColorEditor/style.css.js +8 -1
- package/components/SettingEditors/ColorEditor/style.css.js.map +1 -0
- package/components/SettingEditors/DropdownEditor/index.js +108 -1
- package/components/SettingEditors/DropdownEditor/index.js.map +1 -0
- package/components/SettingEditors/RadioEditor/index.js +52 -1
- package/components/SettingEditors/RadioEditor/index.js.map +1 -0
- package/components/SlateFormattedText/Constants.js +11 -1
- package/components/SlateFormattedText/Constants.js.map +1 -0
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +8 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js.map +1 -0
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +129 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js.map +1 -0
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +45 -1
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js.map +1 -0
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js +8 -1
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js.map +1 -0
- package/components/SlateFormattedText/RenderElements.js +216 -1
- package/components/SlateFormattedText/RenderElements.js.map +1 -0
- package/components/SlateFormattedText/SlateFormattedText.js +113 -1
- package/components/SlateFormattedText/SlateFormattedText.js.map +1 -0
- package/components/SlateFormattedText/style.css.js +8 -1
- package/components/SlateFormattedText/style.css.js.map +1 -0
- package/components/SlateFormattedText/utils.js +91 -1
- package/components/SlateFormattedText/utils.js.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +89 -1
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/utils.js +21 -1
- package/components/StageDesignVActual/ComparisonBar/utils.js.map +1 -0
- package/components/StageDesignVActual/ComparisonHeader.js +72 -1
- package/components/StageDesignVActual/ComparisonHeader.js.map +1 -0
- package/components/StageDesignVActual/ComparisonRow.js +107 -1
- package/components/StageDesignVActual/ComparisonRow.js.map +1 -0
- package/components/StageDesignVActual/ComparisonTable.css.js +8 -1
- package/components/StageDesignVActual/ComparisonTable.css.js.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +63 -1
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/utils.js +65 -1
- package/components/StageDesignVActual/ElementsComparison/utils.js.map +1 -0
- package/components/StatusBadge/api.d.ts +0 -1
- package/components/StatusBadge/api.d.ts.map +1 -1
- package/components/StatusBadge/api.js +222 -1
- package/components/StatusBadge/api.js.map +1 -0
- package/components/StatusBadge/components/DQAccordionDetailsContent.js +78 -1
- package/components/StatusBadge/components/DQAccordionDetailsContent.js.map +1 -0
- package/components/StatusBadge/components/DQAlertTooltip.js +45 -1
- package/components/StatusBadge/components/DQAlertTooltip.js.map +1 -0
- package/components/StatusBadge/components/DQAlertsTooltip.js +242 -1
- package/components/StatusBadge/components/DQAlertsTooltip.js.map +1 -0
- package/components/StatusBadge/components/DQStatusIcon.js +37 -1
- package/components/StatusBadge/components/DQStatusIcon.js.map +1 -0
- package/components/StatusBadge/components/DQUnvalidatedContent.js +90 -1
- package/components/StatusBadge/components/DQUnvalidatedContent.js.map +1 -0
- package/components/StatusBadge/components/ReportIssueModal.d.ts +2 -1
- package/components/StatusBadge/components/ReportIssueModal.d.ts.map +1 -1
- package/components/StatusBadge/components/ReportIssueModal.js +126 -1
- package/components/StatusBadge/components/ReportIssueModal.js.map +1 -0
- package/components/StatusBadge/constants.d.ts.map +1 -1
- package/components/StatusBadge/constants.js +125 -1
- package/components/StatusBadge/constants.js.map +1 -0
- package/components/StatusBadge/index.d.ts +4 -6
- package/components/StatusBadge/index.d.ts.map +1 -1
- package/components/StatusBadge/index.js +237 -1
- package/components/StatusBadge/index.js.map +1 -0
- package/components/StatusBadge/styles.js +150 -1
- package/components/StatusBadge/styles.js.map +1 -0
- package/components/StatusBadge/utils.d.ts +1 -1
- package/components/StatusBadge/utils.d.ts.map +1 -1
- package/components/StatusBadge/utils.js +150 -1
- package/components/StatusBadge/utils.js.map +1 -0
- package/components/Stepper/Step.css.js +8 -1
- package/components/Stepper/Step.css.js.map +1 -0
- package/components/Stepper/Step.js +65 -1
- package/components/Stepper/Step.js.map +1 -0
- package/components/Stepper/Stepper.js +38 -1
- package/components/Stepper/Stepper.js.map +1 -0
- package/components/Stepper/StepsWrapper.css.js +8 -1
- package/components/Stepper/StepsWrapper.css.js.map +1 -0
- package/components/Stepper/StepsWrapper.js +24 -1
- package/components/Stepper/StepsWrapper.js.map +1 -0
- package/components/Stepper/constants.js +7 -1
- package/components/Stepper/constants.js.map +1 -0
- package/components/StyledMenuItem/index.js +21 -1
- package/components/StyledMenuItem/index.js.map +1 -0
- package/components/SwitchControl/index.d.ts +16 -2
- package/components/SwitchControl/index.d.ts.map +1 -1
- package/components/SwitchControl/index.js +162 -1
- package/components/SwitchControl/index.js.map +1 -0
- package/components/SwitchControl/style.css.js +8 -1
- package/components/SwitchControl/style.css.js.map +1 -0
- package/components/SwitchControl/types.d.ts +2 -2
- package/components/SwitchControl/types.d.ts.map +1 -1
- package/components/Table/TableCell/TableCell.js +116 -1
- package/components/Table/TableCell/TableCell.js.map +1 -0
- package/components/Table/TableContainer/TableContainer.js +120 -1
- package/components/Table/TableContainer/TableContainer.js.map +1 -0
- package/components/Table/TableSortLabel/TableSortLabel.js +16 -1
- package/components/Table/TableSortLabel/TableSortLabel.js.map +1 -0
- package/components/Table/TableToolbar/TableToolbar.js +63 -1
- package/components/Table/TableToolbar/TableToolbar.js.map +1 -0
- package/components/Tabs/Tab.js +37 -1
- package/components/Tabs/Tab.js.map +1 -0
- package/components/Tabs/Tabs.js +154 -1
- package/components/Tabs/Tabs.js.map +1 -0
- package/components/Template/TemplatePopover/Styles.js +160 -1
- package/components/Template/TemplatePopover/Styles.js.map +1 -0
- package/components/Template/TemplatePopover/index.js +418 -1
- package/components/Template/TemplatePopover/index.js.map +1 -0
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js +5 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js.map +1 -0
- package/components/Template/TemplateSharingDialog/ChipSelector.js +278 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.js.map +1 -0
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js +60 -1
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js.map +1 -0
- package/components/Template/TemplateSharingDialog/index.js +158 -1
- package/components/Template/TemplateSharingDialog/index.js.map +1 -0
- package/components/TextField/effects/index.js +56 -1
- package/components/TextField/effects/index.js.map +1 -0
- package/components/TextField/index.js +138 -1
- package/components/TextField/index.js.map +1 -0
- package/components/TextLink/index.js +389 -1
- package/components/TextLink/index.js.map +1 -0
- package/components/Toaster/ToastContainer.js +38 -1
- package/components/Toaster/ToastContainer.js.map +1 -0
- package/components/Toaster/Toaster.js +69 -1
- package/components/Toaster/Toaster.js.map +1 -0
- package/components/Tooltip/MuiTooltipDcWrapper.js +115 -1
- package/components/Tooltip/MuiTooltipDcWrapper.js.map +1 -0
- package/components/Tooltip/ScrollableTooltip.js +102 -1
- package/components/Tooltip/ScrollableTooltip.js.map +1 -0
- package/components/Tooltip/Tooltip.js +24 -1
- package/components/Tooltip/Tooltip.js.map +1 -0
- package/components/TracesEditModal/TracesEditModal.css.js +8 -1
- package/components/TracesEditModal/TracesEditModal.css.js.map +1 -0
- package/components/TracesEditModal/TracesEditModal.js +142 -1
- package/components/TracesEditModal/TracesEditModal.js.map +1 -0
- package/components/TracesEditModal/TracesEditModalContainer.js +148 -1
- package/components/TracesEditModal/TracesEditModalContainer.js.map +1 -0
- package/components/TruncatedText/index.js +75 -1
- package/components/TruncatedText/index.js.map +1 -0
- package/components/Typography.js +41 -1
- package/components/Typography.js.map +1 -0
- package/components/UserCard/index.js +176 -1
- package/components/UserCard/index.js.map +1 -0
- package/components/UserCard/style.css.js +8 -1
- package/components/UserCard/style.css.js.map +1 -0
- package/components/UserCardPopover.js +76 -1
- package/components/UserCardPopover.js.map +1 -0
- package/components/UserMention/constants.js +8 -1
- package/components/UserMention/constants.js.map +1 -0
- package/components/UserMention/index.js +230 -1
- package/components/UserMention/index.js.map +1 -0
- package/components/UserMention/style.css.js +8 -1
- package/components/UserMention/style.css.js.map +1 -0
- package/components/UserMention/utils/index.js +129 -1
- package/components/UserMention/utils/index.js.map +1 -0
- package/components/VirtualizedTable/CustomizeColumnsDialog.js +79 -1
- package/components/VirtualizedTable/CustomizeColumnsDialog.js.map +1 -0
- package/components/VirtualizedTable/DraggableList.js +97 -1
- package/components/VirtualizedTable/DraggableList.js.map +1 -0
- package/components/VirtualizedTable/VirtualizedTable.js +314 -1
- package/components/VirtualizedTable/VirtualizedTable.js.map +1 -0
- package/components/VirtualizedTable/index.js +158 -1
- package/components/VirtualizedTable/index.js.map +1 -0
- package/components/WellSummary/ActivitySummaryChart.js +282 -1
- package/components/WellSummary/ActivitySummaryChart.js.map +1 -0
- package/components/WellSummary/FracWirelineTimeChart.js +254 -1
- package/components/WellSummary/FracWirelineTimeChart.js.map +1 -0
- package/components/WellSummary/WellSummaryItemLabel.js +74 -1
- package/components/WellSummary/WellSummaryItemLabel.js.map +1 -0
- package/components/WellSummary/WellSummaryItemTitle.js +53 -1
- package/components/WellSummary/WellSummaryItemTitle.js.map +1 -0
- package/components/WellSummary/WellSummaryItemValue.js +480 -1
- package/components/WellSummary/WellSummaryItemValue.js.map +1 -0
- package/components/WellSummary/effects/useWellSummaryData.js +431 -1
- package/components/WellSummary/effects/useWellSummaryData.js.map +1 -0
- package/components/WellSummary/index.js +7 -1
- package/components/WellSummary/index.js.map +1 -0
- package/components/WellSummary/utils.js +53 -1
- package/components/WellSummary/utils.js.map +1 -0
- package/components/index.js +187 -1
- package/components/index.js.map +1 -0
- package/components/shared/useThrottledCallback.js +72 -1
- package/components/shared/useThrottledCallback.js.map +1 -0
- package/config/extendNative.js +16 -1
- package/config/extendNative.js.map +1 -0
- package/config/highcharts/highcharts-contour.js +792 -1
- package/config/highcharts/highcharts-contour.js.map +1 -0
- package/config/highcharts/highcharts.js +50 -1
- package/config/highcharts/highcharts.js.map +1 -0
- package/config/index.js +5 -1
- package/config/index.js.map +1 -0
- package/config/initGlobalDependencies.js +7 -1
- package/config/initGlobalDependencies.js.map +1 -0
- package/config/mapbox/index.js +8 -1
- package/config/mapbox/index.js.map +1 -0
- package/config/theme/accordionOverrides.js +114 -1
- package/config/theme/accordionOverrides.js.map +1 -0
- package/config/theme/buttonOverrides.js +100 -1
- package/config/theme/buttonOverrides.js.map +1 -0
- package/config/theme/checkboxOverrides.js +40 -1
- package/config/theme/checkboxOverrides.js.map +1 -0
- package/config/theme/chipOverrides.js +105 -1
- package/config/theme/chipOverrides.js.map +1 -0
- package/config/theme/dateTimePickerThemeOverrides.js +121 -1
- package/config/theme/dateTimePickerThemeOverrides.js.map +1 -0
- package/config/theme/fabOverrides.js +35 -1
- package/config/theme/fabOverrides.js.map +1 -0
- package/config/theme/formControlLabelOverrides.js +41 -1
- package/config/theme/formControlLabelOverrides.js.map +1 -0
- package/config/theme/formGroupOverrides.js +12 -1
- package/config/theme/formGroupOverrides.js.map +1 -0
- package/config/theme/index.js +160 -1
- package/config/theme/index.js.map +1 -0
- package/config/theme/lightThemePalette.mjs.js +28 -1
- package/config/theme/lightThemePalette.mjs.js.map +1 -0
- package/config/theme/palette.mjs.js +79 -1
- package/config/theme/palette.mjs.js.map +1 -0
- package/config/theme/radioOverrides.js +35 -1
- package/config/theme/radioOverrides.js.map +1 -0
- package/config/theme/tableOverrides.js +141 -1
- package/config/theme/tableOverrides.js.map +1 -0
- package/config/theme/textFieldOverrides.js +100 -1
- package/config/theme/textFieldOverrides.js.map +1 -0
- package/config/theme/themeVariables.mjs.js +31 -1
- package/config/theme/themeVariables.mjs.js.map +1 -0
- package/config/theme/toggleButtonsGroupOverrides.js +72 -1
- package/config/theme/toggleButtonsGroupOverrides.js.map +1 -0
- package/config/theme/tooltipOverrides.js +32 -1
- package/config/theme/tooltipOverrides.js.map +1 -0
- package/constants/accuracy.js +10 -1
- package/constants/accuracy.js.map +1 -0
- package/constants/alerts.js +303 -1
- package/constants/alerts.js.map +1 -0
- package/constants/appPackages.js +8 -1
- package/constants/appPackages.js.map +1 -0
- package/constants/apps.js +273 -1
- package/constants/apps.js.map +1 -0
- package/constants/assetTypes.js +35 -1
- package/constants/assetTypes.js.map +1 -0
- package/constants/bha.js +290 -1
- package/constants/bha.js.map +1 -0
- package/constants/casing.js +687 -1
- package/constants/casing.js.map +1 -0
- package/constants/completion.js +514 -1
- package/constants/completion.js.map +1 -0
- package/constants/componentsSettings.js +8 -1
- package/constants/componentsSettings.js.map +1 -0
- package/constants/corvaCompanyId.js +6 -1
- package/constants/corvaCompanyId.js.map +1 -0
- package/constants/dateTimeFormat.js +5 -1
- package/constants/dateTimeFormat.js.map +1 -0
- package/constants/devcenter.js +4 -1
- package/constants/devcenter.js.map +1 -0
- package/constants/drillstring.js +13062 -1
- package/constants/drillstring.js.map +1 -0
- package/constants/feed.js +234 -1
- package/constants/feed.js.map +1 -0
- package/constants/goals.js +80 -1
- package/constants/goals.js.map +1 -0
- package/constants/index.js +31 -1
- package/constants/index.js.map +1 -0
- package/constants/localStorageKeys.js +5 -1
- package/constants/localStorageKeys.js.map +1 -0
- package/constants/notifications.js +89 -1
- package/constants/notifications.js.map +1 -0
- package/constants/rigActivity.js +43 -1
- package/constants/rigActivity.js.map +1 -0
- package/constants/segment.d.ts +0 -21
- package/constants/segment.d.ts.map +1 -1
- package/constants/segment.js +49 -1
- package/constants/segment.js.map +1 -0
- package/constants/sizes.js +9 -1
- package/constants/sizes.js.map +1 -0
- package/constants/subscriptions.js +13 -1
- package/constants/subscriptions.js.map +1 -0
- package/constants/theme.js +7 -1
- package/constants/theme.js.map +1 -0
- package/constants/wellSummary.js +587 -1
- package/constants/wellSummary.js.map +1 -0
- package/effects/index.js +9 -1
- package/effects/index.js.map +1 -0
- package/effects/useDelayedDcFullscreenElemOpen.js +66 -1
- package/effects/useDelayedDcFullscreenElemOpen.js.map +1 -0
- package/effects/useDevCenterApp.js +70 -1
- package/effects/useDevCenterApp.js.map +1 -0
- package/effects/useEscPress.js +18 -1
- package/effects/useEscPress.js.map +1 -0
- package/effects/useMatchAppContainerSize.js +53 -1
- package/effects/useMatchAppContainerSize.js.map +1 -0
- package/effects/useOutsideClick.js +21 -1
- package/effects/useOutsideClick.js.map +1 -0
- package/effects/useResizeObserver.js +18 -1
- package/effects/useResizeObserver.js.map +1 -0
- package/effects/useSharedDCStore.js +22 -1
- package/effects/useSharedDCStore.js.map +1 -0
- package/effects/useSignedURL.js +21 -1
- package/effects/useSignedURL.js.map +1 -0
- package/effects/useSubscriptions.js +284 -1
- package/effects/useSubscriptions.js.map +1 -0
- package/effects/useWellnessAlerts.d.ts +1 -1
- package/effects/useWellnessAlerts.d.ts.map +1 -1
- package/effects/useWellnessAlerts.js +225 -1
- package/effects/useWellnessAlerts.js.map +1 -0
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js +9 -1
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js.map +1 -0
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js +9 -1
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js.map +1 -0
- package/ext-esm/@material-ui/icons/esm/Map.js +9 -1
- package/ext-esm/@material-ui/icons/esm/Map.js.map +1 -0
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +9 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js.map +1 -0
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +9 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js.map +1 -0
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +21 -1
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js.map +1 -0
- package/ext-esm/style-inject/dist/style-inject.es.js +29 -1
- package/ext-esm/style-inject/dist/style-inject.es.js.map +1 -0
- package/hocs/index.js +2 -1
- package/hocs/index.js.map +1 -0
- package/hocs/withMUIProvidersHOC.js +31 -1
- package/hocs/withMUIProvidersHOC.js.map +1 -0
- package/index.js +21 -1
- package/index.js.map +1 -0
- package/package.json +1 -1
- package/permissions/PermissionsContext.js +9 -1
- package/permissions/PermissionsContext.js.map +1 -0
- package/permissions/ProvidePermissions.js +18 -1
- package/permissions/ProvidePermissions.js.map +1 -0
- package/permissions/constants/abilities.js +16 -1
- package/permissions/constants/abilities.js.map +1 -0
- package/permissions/constants/appsPermissions.js +21 -1
- package/permissions/constants/appsPermissions.js.map +1 -0
- package/permissions/constants/index.js +331 -1
- package/permissions/constants/index.js.map +1 -0
- package/permissions/constants/settingsApps.js +136 -1
- package/permissions/constants/settingsApps.js.map +1 -0
- package/permissions/index.js +9 -1
- package/permissions/index.js.map +1 -0
- package/permissions/usePermissions.js +34 -1
- package/permissions/usePermissions.js.map +1 -0
- package/permissions/useProvidePermissions.js +110 -1
- package/permissions/useProvidePermissions.js.map +1 -0
- package/permissions/utils.js +25 -1
- package/permissions/utils.js.map +1 -0
- package/permissions/withPermissionsHOC.js +34 -1
- package/permissions/withPermissionsHOC.js.map +1 -0
- package/styles/counter/counter.module.scss.js +8 -1
- package/styles/counter/counter.module.scss.js.map +1 -0
- package/styles/counter/index.js +3 -1
- package/styles/counter/index.js.map +1 -0
- package/styles/customScrollbars.global.css.js +9 -1
- package/styles/customScrollbars.global.css.js.map +1 -0
- package/styles/emojiMart.global.css.js +5 -1
- package/styles/emojiMart.global.css.js.map +1 -0
- package/styles/generatedThemesVariables.global.css.js +5 -1
- package/styles/generatedThemesVariables.global.css.js.map +1 -0
- package/styles/globalStyles.js +13 -1
- package/styles/globalStyles.js.map +1 -0
- package/styles/index.global.css.js +5 -1
- package/styles/index.global.css.js.map +1 -0
- package/styles/index.js +3 -1
- package/styles/index.js.map +1 -0
- package/styles/lightbox.global.css.js +5 -1
- package/styles/lightbox.global.css.js.map +1 -0
- package/styles/mapbox.global.css.js +5 -1
- package/styles/mapbox.global.css.js.map +1 -0
- package/styles/reactVirtualized.global.css.js +5 -1
- package/styles/reactVirtualized.global.css.js.map +1 -0
- package/styles/typography/colors.module.scss.js +8 -1
- package/styles/typography/colors.module.scss.js.map +1 -0
- package/styles/typography/index.js +12 -1
- package/styles/typography/index.js.map +1 -0
- package/styles/typography/typography.module.scss.js +8 -1
- package/styles/typography/typography.module.scss.js.map +1 -0
- package/utils/DrillstringUtils.js +767 -1
- package/utils/DrillstringUtils.js.map +1 -0
- package/utils/FluidCheckUtils.js +169 -1
- package/utils/FluidCheckUtils.js.map +1 -0
- package/utils/StageDesignVActualUtils.js +85 -1
- package/utils/StageDesignVActualUtils.js.map +1 -0
- package/utils/accuracy.js +42 -1
- package/utils/accuracy.js.map +1 -0
- package/utils/alerts.js +27 -1
- package/utils/alerts.js.map +1 -0
- package/utils/apps.js +17 -1
- package/utils/apps.js.map +1 -0
- package/utils/audio.js +10 -1
- package/utils/audio.js.map +1 -0
- package/utils/bha.d.ts.map +1 -1
- package/utils/bha.js +309 -1
- package/utils/bha.js.map +1 -0
- package/utils/casing/conversion.js +34 -1
- package/utils/casing/conversion.js.map +1 -0
- package/utils/casing/index.js +5 -1
- package/utils/casing/index.js.map +1 -0
- package/utils/casing/validation.js +246 -1
- package/utils/casing/validation.js.map +1 -0
- package/utils/chartSeries.js +52 -1
- package/utils/chartSeries.js.map +1 -0
- package/utils/completion.js +64 -1
- package/utils/completion.js.map +1 -0
- package/utils/components.js +29 -1
- package/utils/components.js.map +1 -0
- package/utils/constants/units.js +340 -1
- package/utils/constants/units.js.map +1 -0
- package/utils/convert.js +278 -1
- package/utils/convert.js.map +1 -0
- package/utils/convertKeys.js +23 -1
- package/utils/convertKeys.js.map +1 -0
- package/utils/csvExport.js +218 -1
- package/utils/csvExport.js.map +1 -0
- package/utils/dashboardReports.js +184 -1
- package/utils/dashboardReports.js.map +1 -0
- package/utils/delay.js +16 -1
- package/utils/delay.js.map +1 -0
- package/utils/devcenter.js +63 -1
- package/utils/devcenter.js.map +1 -0
- package/utils/devcenterToasts.js +22 -1
- package/utils/devcenterToasts.js.map +1 -0
- package/utils/drillstring/conversion.js +293 -1
- package/utils/drillstring/conversion.js.map +1 -0
- package/utils/drillstring/index.js +9 -1
- package/utils/drillstring/index.js.map +1 -0
- package/utils/drillstring/schematic.js +25 -1
- package/utils/drillstring/schematic.js.map +1 -0
- package/utils/drillstring/validation.js +857 -1
- package/utils/drillstring/validation.js.map +1 -0
- package/utils/env.js +6 -1
- package/utils/env.js.map +1 -0
- package/utils/feed.js +84 -1
- package/utils/feed.js.map +1 -0
- package/utils/fileExtension.js +20 -1
- package/utils/fileExtension.js.map +1 -0
- package/utils/formatting.js +21 -1
- package/utils/formatting.js.map +1 -0
- package/utils/ga.js +6 -1
- package/utils/ga.js.map +1 -0
- package/utils/goals.js +23 -1
- package/utils/goals.js.map +1 -0
- package/utils/index.js +123 -1
- package/utils/index.js.map +1 -0
- package/utils/jsonaDataFormatter.js +10 -1
- package/utils/jsonaDataFormatter.js.map +1 -0
- package/utils/lasParser.js +121 -1
- package/utils/lasParser.js.map +1 -0
- package/utils/localStorage.js +14 -1
- package/utils/localStorage.js.map +1 -0
- package/utils/main.js +353 -1
- package/utils/main.js.map +1 -0
- package/utils/mapUnits.js +23 -1
- package/utils/mapUnits.js.map +1 -0
- package/utils/mapbox.js +123 -1
- package/utils/mapbox.js.map +1 -0
- package/utils/metrics/index.js +17 -1
- package/utils/metrics/index.js.map +1 -0
- package/utils/metrics/metricsConfig.js +366 -1
- package/utils/metrics/metricsConfig.js.map +1 -0
- package/utils/metrics/utils.js +75 -1
- package/utils/metrics/utils.js.map +1 -0
- package/utils/mobileDetect.js +15 -1
- package/utils/mobileDetect.js.map +1 -0
- package/utils/nativeMessages.js +59 -1
- package/utils/nativeMessages.js.map +1 -0
- package/utils/notificationToasts.js +28 -1
- package/utils/notificationToasts.js.map +1 -0
- package/utils/notifications.js +26 -1
- package/utils/notifications.js.map +1 -0
- package/utils/permissions.js +27 -1
- package/utils/permissions.js.map +1 -0
- package/utils/reports.js +10 -1
- package/utils/reports.js.map +1 -0
- package/utils/resolveWellHubSlug.js +69 -1
- package/utils/resolveWellHubSlug.js.map +1 -0
- package/utils/sharedDCStore.js +56 -1
- package/utils/sharedDCStore.js.map +1 -0
- package/utils/themeVariables.js +9 -1
- package/utils/themeVariables.js.map +1 -0
- package/utils/time.js +92 -1
- package/utils/time.js.map +1 -0
- package/utils/torqueAndHookloadUtils.js +20 -1
- package/utils/torqueAndHookloadUtils.js.map +1 -0
- package/cjs-bundle/CLI/hocs/constants.js +0 -1
- package/cjs-bundle/CLI/hocs/utils.js +0 -1
- package/cjs-bundle/clients/api/apiCore.js +0 -1
- package/cjs-bundle/clients/api/httpMessages.js +0 -1
- package/cjs-bundle/clients/clientStorage/core.js +0 -1
- package/cjs-bundle/clients/clientStorage/index.js +0 -1
- package/cjs-bundle/clients/constants.js +0 -1
- package/cjs-bundle/clients/index.js +0 -1
- package/cjs-bundle/clients/jsonApi/index.js +0 -1
- package/cjs-bundle/clients/jsonApi/postTaskAndWaitResult.js +0 -1
- package/cjs-bundle/clients/subscriptions.js +0 -1
- package/cjs-bundle/clients/utils.js +0 -1
- package/cjs-bundle/components/AddComment/Popover.js +0 -1
- package/cjs-bundle/components/AddComment/Popup.js +0 -1
- package/cjs-bundle/components/AddComment/components/Content.js +0 -1
- package/cjs-bundle/components/AdvancedSlider/AdvancedSlider.js +0 -1
- package/cjs-bundle/components/AdvancedSlider/Handle.js +0 -1
- package/cjs-bundle/components/AnchorsList/AnchorsList.js +0 -1
- package/cjs-bundle/components/Annotations/AnnotationsContext.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/index.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/index.js +0 -1
- package/cjs-bundle/components/Annotations/components/AnnotationsList/style.css.js +0 -1
- package/cjs-bundle/components/Annotations/components/LastAnnotation/index.js +0 -1
- package/cjs-bundle/components/Annotations/components/LastAnnotation/style.css.js +0 -1
- package/cjs-bundle/components/Annotations/constants.js +0 -1
- package/cjs-bundle/components/AppIcon/AppIcon.js +0 -1
- package/cjs-bundle/components/AppIcon/assets/CompletionAppIcon.js +0 -1
- package/cjs-bundle/components/AppIcon/assets/CompletionAppIconBe.js +0 -1
- package/cjs-bundle/components/AppIcon/assets/DrillingAppIcon.js +0 -1
- package/cjs-bundle/components/AppIcon/assets/DrillingAppIconBe.js +0 -1
- package/cjs-bundle/components/AppIcon/assets/NoSegmentAppIcon.js +0 -1
- package/cjs-bundle/components/AppIcon/utils.js +0 -1
- package/cjs-bundle/components/AppVersionsSelect/AppVersionsSelect.js +0 -1
- package/cjs-bundle/components/AppVersionsSelect/effects/index.js +0 -1
- package/cjs-bundle/components/AssetEditor/AssetEditorAutocomplete.js +0 -1
- package/cjs-bundle/components/AssetEditor/AssetEditors.css.js +0 -1
- package/cjs-bundle/components/AssetEditor/SingleAssetEditor.js +0 -1
- package/cjs-bundle/components/AssetEditor/constants.js +0 -1
- package/cjs-bundle/components/AssetEditor/effects/index.js +0 -1
- package/cjs-bundle/components/AssetEditor/index.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/components/MultipleAssetsToggle.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/components/PrimaryAssetSelect.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/components/SecondaryAssetSelect.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/components/SelectItem.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/constants.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/effects/index.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/index.js +0 -1
- package/cjs-bundle/components/AssetEditorV2/utils/index.js +0 -1
- package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.js +0 -1
- package/cjs-bundle/components/AssetNameLabel/AssetNameLabel.styles.css.js +0 -1
- package/cjs-bundle/components/AssetNameLabel/AssetStatusBadge.js +0 -1
- package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLabel.js +0 -1
- package/cjs-bundle/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +0 -1
- package/cjs-bundle/components/Attachment/index.js +0 -1
- package/cjs-bundle/components/Attachment/styles.css.js +0 -1
- package/cjs-bundle/components/Autocomplete/Autocomplete.js +0 -1
- package/cjs-bundle/components/Avatar/index.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.css.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/Map.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.css.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/Map/index.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/components/WellSection/index.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/constants.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/effects/index.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/index.js +0 -1
- package/cjs-bundle/components/BICOffsetPickerDialog/utils/apiCalls.js +0 -1
- package/cjs-bundle/components/Breadcrumbs/index.js +0 -1
- package/cjs-bundle/components/Button/index.js +0 -1
- package/cjs-bundle/components/Casing/CasingComponentIcon.js +0 -1
- package/cjs-bundle/components/Casing/CasingTable/CasingComponent.js +0 -1
- package/cjs-bundle/components/Casing/CasingTable/index.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.css.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/CasingTableV2.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/Component.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/EditComponentDialog.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/Header.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponent.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/SortableComponents.js +0 -1
- package/cjs-bundle/components/Casing/CasingTableV2/components/constants.js +0 -1
- package/cjs-bundle/components/Casing/CasingTile/CasingTile.js +0 -1
- package/cjs-bundle/components/Casing/CasingTile/style.js +0 -1
- package/cjs-bundle/components/Casing/CasingTileIcon.js +0 -1
- package/cjs-bundle/components/Chart/ChartWrapperContext.js +0 -1
- package/cjs-bundle/components/Chart/components/AxisDropdown.js +0 -1
- package/cjs-bundle/components/Chart/components/AxisOverlay.js +0 -1
- package/cjs-bundle/components/Chart/components/ChartButton.js +0 -1
- package/cjs-bundle/components/Chart/components/ChartButtons.js +0 -1
- package/cjs-bundle/components/Chart/components/ChartSelect.js +0 -1
- package/cjs-bundle/components/Chart/components/ChartWrapper.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/ChartTypeButton.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/DragToZoomButton.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/HideAxesButton.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/PanButton.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/ResetZoomButton.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/ZoomInButton.js +0 -1
- package/cjs-bundle/components/Chart/components/buttons/ZoomOutButton.js +0 -1
- package/cjs-bundle/components/Chart/constants.js +0 -1
- package/cjs-bundle/components/Chart/effects/useChartModifier.js +0 -1
- package/cjs-bundle/components/Chart/effects/useChartTypeSwitch.js +0 -1
- package/cjs-bundle/components/Chart/effects/useHideAxes.js +0 -1
- package/cjs-bundle/components/Chart/effects/useKeyboardControl.js +0 -1
- package/cjs-bundle/components/Chart/effects/useZoom.js +0 -1
- package/cjs-bundle/components/Chart/formations.js +0 -1
- package/cjs-bundle/components/Chart/utils.js +0 -1
- package/cjs-bundle/components/ChartActionsList/ChartActionsList.css.js +0 -1
- package/cjs-bundle/components/ChartActionsList/ChartActionsList.js +0 -1
- package/cjs-bundle/components/ChartActionsList/icons/GoLive.js +0 -1
- package/cjs-bundle/components/ChartActionsList/icons/LeftArrow.js +0 -1
- package/cjs-bundle/components/ChartActionsList/icons/RightArrow.js +0 -1
- package/cjs-bundle/components/ChartActionsList/icons/TimeRange.js +0 -1
- package/cjs-bundle/components/ChartActionsList/icons/ZoomIn.js +0 -1
- package/cjs-bundle/components/ChartActionsList/icons/ZoomOut.js +0 -1
- package/cjs-bundle/components/Checkbox/index.js +0 -1
- package/cjs-bundle/components/Chip/index.js +0 -1
- package/cjs-bundle/components/CollapsableSidebar.js +0 -1
- package/cjs-bundle/components/CollapsibleContent.js +0 -1
- package/cjs-bundle/components/ColorPicker/ColorPicker.js +0 -1
- package/cjs-bundle/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +0 -1
- package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +0 -1
- package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +0 -1
- package/cjs-bundle/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +0 -1
- package/cjs-bundle/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +0 -1
- package/cjs-bundle/components/ColorPickerPalette/ColorPickerPalette.js +0 -1
- package/cjs-bundle/components/Comment/CommentIcon/BadgeIcon.js +0 -1
- package/cjs-bundle/components/Comment/CommentIcon/index.js +0 -1
- package/cjs-bundle/components/Comment/index.js +0 -1
- package/cjs-bundle/components/Comment/styles.css.js +0 -1
- package/cjs-bundle/components/CommentInput/index.js +0 -1
- package/cjs-bundle/components/CommentInput/styles.css.js +0 -1
- package/cjs-bundle/components/CommentLoader.js +0 -1
- package/cjs-bundle/components/CommentWrapper.js +0 -1
- package/cjs-bundle/components/CommentsInfo/index.js +0 -1
- package/cjs-bundle/components/CommentsInfo/styles.css.js +0 -1
- package/cjs-bundle/components/ConfirmationDialog.js +0 -1
- package/cjs-bundle/components/ContextMenuItem/index.js +0 -1
- package/cjs-bundle/components/CopyToClipboard/CopyToClipboard.js +0 -1
- package/cjs-bundle/components/Counter/index.js +0 -1
- package/cjs-bundle/components/CustomSelect/index.js +0 -1
- package/cjs-bundle/components/DatePicker/index.js +0 -1
- package/cjs-bundle/components/DateTimePicker/index.js +0 -1
- package/cjs-bundle/components/DevCenter/AppContext.js +0 -1
- package/cjs-bundle/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.css.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/AppHeader.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/AppHeaderStyles.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/PadIcon.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/PadMode.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/VersionBadge.js +0 -1
- package/cjs-bundle/components/DevCenter/AppHeader/utils.js +0 -1
- package/cjs-bundle/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +0 -1
- package/cjs-bundle/components/DevCenter/AppSideBar/AppSideBar.js +0 -1
- package/cjs-bundle/components/DevCenter/AppsDataProvider/AppsDataProvider.js +0 -1
- package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/constants.js +0 -1
- package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +0 -1
- package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/useAppsData.js +0 -1
- package/cjs-bundle/components/DevCenter/AppsDataProvider/effects/utils.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/AppSettingsDialog.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/RemoveAppButton.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialogV2/styles.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/components/RollbarWrapper/RollbarWrapper.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterAppContainer/utils.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +0 -1
- package/cjs-bundle/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +0 -1
- package/cjs-bundle/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +0 -1
- package/cjs-bundle/components/DevCenter/NavigationBar/NavigationBar.js +0 -1
- package/cjs-bundle/components/DevCenter/SideBar/SideBar.js +0 -1
- package/cjs-bundle/components/DisabledSettingsMessage/DisabledSettingsMessage.js +0 -1
- package/cjs-bundle/components/DocumentViewer/DocumentViewer.js +0 -1
- package/cjs-bundle/components/DocumentViewer/styles.js +0 -1
- package/cjs-bundle/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentDetail/constants.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentDetail/index.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentIcon.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/BhaComponentsTable.css.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Component.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Header.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/SortableComponents.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/constants.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAList/BHAList.js +0 -1
- package/cjs-bundle/components/Drillstring/BHAList/styles.css.js +0 -1
- package/cjs-bundle/components/Drillstring/BHASchematic.js +0 -1
- package/cjs-bundle/components/Drillstring/BHATable/BHAComponent.js +0 -1
- package/cjs-bundle/components/Drillstring/BHATable/index.js +0 -1
- package/cjs-bundle/components/Drillstring/BHATile/BHATile.js +0 -1
- package/cjs-bundle/components/Drillstring/BHATile/styles.css.js +0 -1
- package/cjs-bundle/components/Drillstring/BHATileIcon.js +0 -1
- package/cjs-bundle/components/Drillstring/BhaIndicator/BhaIndicator.js +0 -1
- package/cjs-bundle/components/Drillstring/BhaIndicator/styles.css.js +0 -1
- package/cjs-bundle/components/Drillstring/DrillstringDetail/DrillstringDetail.js +0 -1
- package/cjs-bundle/components/Drillstring/DrillstringDetail/styles.css.js +0 -1
- package/cjs-bundle/components/EditableItem/EditableItem/index.js +0 -1
- package/cjs-bundle/components/EditableItem/EditableItemWithBadge/index.js +0 -1
- package/cjs-bundle/components/EmbeddedApp/DevCenterEmbeddedApp.js +0 -1
- package/cjs-bundle/components/EmbeddedApp/EmbeddedApp.js +0 -1
- package/cjs-bundle/components/EmbeddedApp/components/AppInfo.js +0 -1
- package/cjs-bundle/components/EmbeddedApp/styles.css.js +0 -1
- package/cjs-bundle/components/EmojiIconButton.js +0 -1
- package/cjs-bundle/components/EmptyState/EmptyState.js +0 -1
- package/cjs-bundle/components/EmptyState/constants.js +0 -1
- package/cjs-bundle/components/EmptyState/images/index.js +0 -1
- package/cjs-bundle/components/EmptyState/styles.js +0 -1
- package/cjs-bundle/components/EmptyState/utils.js +0 -1
- package/cjs-bundle/components/EmptyView/EmptyAppView/EmptyAppView.js +0 -1
- package/cjs-bundle/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +0 -1
- package/cjs-bundle/components/EmptyView/EmptyView.js +0 -1
- package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +0 -1
- package/cjs-bundle/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +0 -1
- package/cjs-bundle/components/ErrorBoundary/ErrorBoundary.js +0 -1
- package/cjs-bundle/components/FailedFileUploading.js +0 -1
- package/cjs-bundle/components/FeedItem/FeedItem.css.js +0 -1
- package/cjs-bundle/components/FeedItem/FeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +0 -1
- package/cjs-bundle/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +0 -1
- package/cjs-bundle/components/FeedItem/components/Actions.js +0 -1
- package/cjs-bundle/components/FeedItem/components/AvatarIcon.js +0 -1
- package/cjs-bundle/components/FeedItem/components/Content.js +0 -1
- package/cjs-bundle/components/FeedItem/components/CreatedAt.js +0 -1
- package/cjs-bundle/components/FeedItem/components/FeedComments.js +0 -1
- package/cjs-bundle/components/FeedItem/components/Icon.js +0 -1
- package/cjs-bundle/components/FeedItem/components/LessonsLearnedLeafIcon.js +0 -1
- package/cjs-bundle/components/FeedItem/components/Reactions.js +0 -1
- package/cjs-bundle/components/FeedItem/components/RigAndWell.js +0 -1
- package/cjs-bundle/components/FeedItem/components/TypeAndAssetTitle.js +0 -1
- package/cjs-bundle/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +0 -1
- package/cjs-bundle/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +0 -1
- package/cjs-bundle/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +0 -1
- package/cjs-bundle/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +0 -1
- package/cjs-bundle/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/AlertFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DocumentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/NptFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/PostFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +0 -1
- package/cjs-bundle/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +0 -1
- package/cjs-bundle/components/FilePreview/index.js +0 -1
- package/cjs-bundle/components/FilePreview/styles.css.js +0 -1
- package/cjs-bundle/components/FileTypeIcon.js +0 -1
- package/cjs-bundle/components/FileUploadIconButton.js +0 -1
- package/cjs-bundle/components/FilesLoader/FilesLoader.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/CSVFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/DocFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/EDMFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/ExelFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/FileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/IconRefresh.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/IconSuccess.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/IconWarning.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/ImageFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/PdfFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/UnknownFileIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/Icons/UploadIcon.js +0 -1
- package/cjs-bundle/components/FilesLoader/useStyles.js +0 -1
- package/cjs-bundle/components/FolderMenuItem/components/ClosedFolderIcon.js +0 -1
- package/cjs-bundle/components/FolderMenuItem/components/FolderIcon.js +0 -1
- package/cjs-bundle/components/FolderMenuItem/components/OpenFolderIcon.js +0 -1
- package/cjs-bundle/components/FolderMenuItem/index.js +0 -1
- package/cjs-bundle/components/FolderMenuItemWithLinks/index.js +0 -1
- package/cjs-bundle/components/GoogleDocsViewer/index.js +0 -1
- package/cjs-bundle/components/GoogleDocsViewer/styles.css.js +0 -1
- package/cjs-bundle/components/GradientManager/GradientList.js +0 -1
- package/cjs-bundle/components/GradientManager/GradientManager.js +0 -1
- package/cjs-bundle/components/GradientManager/GradientManager.styles.js +0 -1
- package/cjs-bundle/components/GradientManager/GradientPreview/GradientPreview.js +0 -1
- package/cjs-bundle/components/GradientManager/GradientSelect.js +0 -1
- package/cjs-bundle/components/GradientManager/GradientSelect.styles.js +0 -1
- package/cjs-bundle/components/GradientManager/configuration/constants.js +0 -1
- package/cjs-bundle/components/GradientPicker/GradientPicker.js +0 -1
- package/cjs-bundle/components/GradientPicker/GradientPicker.styles.js +0 -1
- package/cjs-bundle/components/GradientPicker/GradientPicker.utils.js +0 -1
- package/cjs-bundle/components/HeaderLayout/HeaderLayout.css.js +0 -1
- package/cjs-bundle/components/HeaderLayout/HeaderLayout.js +0 -1
- package/cjs-bundle/components/HeaderLayout/constants.js +0 -1
- package/cjs-bundle/components/HeaderLayout/effects/index.js +0 -1
- package/cjs-bundle/components/HeaderLayout/utils.js +0 -1
- package/cjs-bundle/components/HelpCenter/HelpCenterIcon.js +0 -1
- package/cjs-bundle/components/HelpCenter/index.js +0 -1
- package/cjs-bundle/components/IconButton/index.js +0 -1
- package/cjs-bundle/components/IconMenu/index.js +0 -1
- package/cjs-bundle/components/Icons/AnnotationIcon.js +0 -1
- package/cjs-bundle/components/Icons/AttachIcon.js +0 -1
- package/cjs-bundle/components/Icons/DangerousIcon.js +0 -1
- package/cjs-bundle/components/Icons/EmojiIcon.js +0 -1
- package/cjs-bundle/components/Icons/RecommendationIcon.js +0 -1
- package/cjs-bundle/components/Icons/SendIcon.js +0 -1
- package/cjs-bundle/components/ImageViewer/index.js +0 -1
- package/cjs-bundle/components/ImageViewer/styles.css.js +0 -1
- package/cjs-bundle/components/InfiniteList/index.js +0 -1
- package/cjs-bundle/components/InfiniteList/styles.css.js +0 -1
- package/cjs-bundle/components/KeyboardDateTimePicker.js +0 -1
- package/cjs-bundle/components/LabelsCounter/LabelsCounter.js +0 -1
- package/cjs-bundle/components/LoadingIndicator/FullScreenLoadingIndicator.js +0 -1
- package/cjs-bundle/components/LoadingIndicator/InlineLoadingIndicator.js +0 -1
- package/cjs-bundle/components/LoadingIndicator/Loader.js +0 -1
- package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.css.js +0 -1
- package/cjs-bundle/components/LoadingIndicator/LoadingIndicator.js +0 -1
- package/cjs-bundle/components/LoadingIndicator/types.js +0 -1
- package/cjs-bundle/components/MenuItem/index.js +0 -1
- package/cjs-bundle/components/MiddleTruncate/MiddleTruncate.js +0 -1
- package/cjs-bundle/components/MiddleTruncate/utils.js +0 -1
- package/cjs-bundle/components/Modal/CorvaModal.css.js +0 -1
- package/cjs-bundle/components/Modal/CorvaModal.js +0 -1
- package/cjs-bundle/components/Modal/DcCorvaModal.js +0 -1
- package/cjs-bundle/components/Modal/Modal.js +0 -1
- package/cjs-bundle/components/Modal/types.js +0 -1
- package/cjs-bundle/components/Notifications/Notifications.js +0 -1
- package/cjs-bundle/components/Notifications/NotificationsContainer.js +0 -1
- package/cjs-bundle/components/Notifications/Toast.js +0 -1
- package/cjs-bundle/components/Notifications/Toast.styles.js +0 -1
- package/cjs-bundle/components/OffsetWellButton/OffsetWellButton.js +0 -1
- package/cjs-bundle/components/OffsetWellChips/Chip.js +0 -1
- package/cjs-bundle/components/OffsetWellChips/ChipsContainer.js +0 -1
- package/cjs-bundle/components/OffsetWellChips/icons/SubjectIcon.js +0 -1
- package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.js +0 -1
- package/cjs-bundle/components/OffsetWellMap/OffsetWellMap.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellMap/WellTooltip.js +0 -1
- package/cjs-bundle/components/OffsetWellMap/WellTooltip.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellMap/effects/usePreviousWells.js +0 -1
- package/cjs-bundle/components/OffsetWellMap/utils.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Filter/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Map/Map.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Map/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popup.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Map/popupGenerator.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/components/Table/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/constants.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/effects/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV2/utils/apiCalls.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/TabSelection/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/WellHubView/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/constants.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/effects/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV3/utils/apiCalls.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Filter/WellSection.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/constants.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useAdvancedWells.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useAssetsData.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useBicWells.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useCompanyMetricKey.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useFetchWells.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilterOptions.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useFilteredWells.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useSortedWells.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/effects/useTableColumns.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/utils/apiCalls.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/utils/index.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/utils/timePeriod.js +0 -1
- package/cjs-bundle/components/OffsetWellPickerV4/utils/unitSystem.js +0 -1
- package/cjs-bundle/components/PadModeSelect/PadModeSelect.js +0 -1
- package/cjs-bundle/components/PadModeSelect/WellStreamActivityStatus.js +0 -1
- package/cjs-bundle/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +0 -1
- package/cjs-bundle/components/PadModeSelect/effects/useWellStreamsData.js +0 -1
- package/cjs-bundle/components/PadModeSelect/types.js +0 -1
- package/cjs-bundle/components/PadModeSelect/utils/initialDataFetcher.js +0 -1
- package/cjs-bundle/components/PadModeSelect/utils/time.js +0 -1
- package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetChip.js +0 -1
- package/cjs-bundle/components/PadOffsetsPicker/OffsetAssetsListExpander.js +0 -1
- package/cjs-bundle/components/PadOffsetsPicker/PadOffsetsPicker.js +0 -1
- package/cjs-bundle/components/PadOffsetsPicker/StagesSelector.js +0 -1
- package/cjs-bundle/components/PadOffsetsPicker/index.js +0 -1
- package/cjs-bundle/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +0 -1
- package/cjs-bundle/components/PadOffsetsPickerV2/useDialogState.js +0 -1
- package/cjs-bundle/components/ParameterCharts/AddEditTrack.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/AddEditTrack.js +0 -1
- package/cjs-bundle/components/ParameterCharts/ChartsContext.js +0 -1
- package/cjs-bundle/components/ParameterCharts/DataContext.js +0 -1
- package/cjs-bundle/components/ParameterCharts/ParameterCharts.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/ParameterCharts.js +0 -1
- package/cjs-bundle/components/ParameterCharts/SettingsContext.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/ChartContainer.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/ChartContainer.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Charts/EmptyChart.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Charts/LineChart.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Charts/options.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/DataLoadingIndicator.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/SingleChannelTrackSettings.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Tooltip/CursorPositioner.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Tooltip/Tooltip.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TraceHeader.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TraceHeader.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TraceSelect.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TraceSettings.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TraceSettings.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Track.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/Track.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TrackSettings.css.js +0 -1
- package/cjs-bundle/components/ParameterCharts/components/TrackSettings.js +0 -1
- package/cjs-bundle/components/ParameterCharts/constants.js +0 -1
- package/cjs-bundle/components/ParameterCharts/utils/dataParser.js +0 -1
- package/cjs-bundle/components/PinnableFilters/PinnableFilters.css.js +0 -1
- package/cjs-bundle/components/PinnableFilters/PinnableFilters.js +0 -1
- package/cjs-bundle/components/PinnableFilters/components/FiltersToggler.js +0 -1
- package/cjs-bundle/components/PinnableFilters/components/PinAppSwitch.js +0 -1
- package/cjs-bundle/components/PinnableFilters/constants.js +0 -1
- package/cjs-bundle/components/PinnableFilters/effects/index.js +0 -1
- package/cjs-bundle/components/PinnableFilters/utils.js +0 -1
- package/cjs-bundle/components/Popover/Popover.js +0 -1
- package/cjs-bundle/components/Popper/Popper.js +0 -1
- package/cjs-bundle/components/PostInput/PostInput.css.js +0 -1
- package/cjs-bundle/components/PostInput/PostInput.js +0 -1
- package/cjs-bundle/components/PostPreviewDialog/index.js +0 -1
- package/cjs-bundle/components/PostPreviewDialog/styles.css.js +0 -1
- package/cjs-bundle/components/PriceInput/FormattedNumber.js +0 -1
- package/cjs-bundle/components/PriceInput/PriceInput.js +0 -1
- package/cjs-bundle/components/RangeSlider/Input.css.js +0 -1
- package/cjs-bundle/components/RangeSlider/RangeSlider.css.js +0 -1
- package/cjs-bundle/components/RangeSlider/RangeSlider.js +0 -1
- package/cjs-bundle/components/RangeSlider/constants.js +0 -1
- package/cjs-bundle/components/RangeSlider/inputs/FromInput.js +0 -1
- package/cjs-bundle/components/RangeSlider/inputs/ToInput.js +0 -1
- package/cjs-bundle/components/RangeSlider/strategies/horizontal.js +0 -1
- package/cjs-bundle/components/RangeSlider/strategies/vertical.js +0 -1
- package/cjs-bundle/components/RangeSlider/utils.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebar.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBox.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/SidebarFooter.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/SidebarTitle.js +0 -1
- package/cjs-bundle/components/RealTimeValuesSidebar/enums.js +0 -1
- package/cjs-bundle/components/ResizableTable/ResizableTable.js +0 -1
- package/cjs-bundle/components/ResizableTable/ResizableTableCell.js +0 -1
- package/cjs-bundle/components/ResizableTable/ResizableTableHeaderCell.js +0 -1
- package/cjs-bundle/components/Search/Search.js +0 -1
- package/cjs-bundle/components/Search/components/Groups.js +0 -1
- package/cjs-bundle/components/Search/components/InputAdornmentLeft.js +0 -1
- package/cjs-bundle/components/Search/components/Listbox.js +0 -1
- package/cjs-bundle/components/Search/components/Paper.js +0 -1
- package/cjs-bundle/components/Search/components/RecentSearches.js +0 -1
- package/cjs-bundle/components/Search/context/index.js +0 -1
- package/cjs-bundle/components/Search/styles.js +0 -1
- package/cjs-bundle/components/Search/utils/truncate.js +0 -1
- package/cjs-bundle/components/SearchInput/index.js +0 -1
- package/cjs-bundle/components/Select/SelectFilterBy.js +0 -1
- package/cjs-bundle/components/Select/index.js +0 -1
- package/cjs-bundle/components/SettingEditors/ColorEditor/index.js +0 -1
- package/cjs-bundle/components/SettingEditors/ColorEditor/style.css.js +0 -1
- package/cjs-bundle/components/SettingEditors/DropdownEditor/index.js +0 -1
- package/cjs-bundle/components/SettingEditors/RadioEditor/index.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/Constants.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/Elements/VideoElement/style.css.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/RenderElements.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/SlateFormattedText.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/style.css.js +0 -1
- package/cjs-bundle/components/SlateFormattedText/utils.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ComparisonBar/utils.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ComparisonHeader.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ComparisonRow.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ComparisonTable.css.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +0 -1
- package/cjs-bundle/components/StageDesignVActual/ElementsComparison/utils.js +0 -1
- package/cjs-bundle/components/StatusBadge/api.js +0 -1
- package/cjs-bundle/components/StatusBadge/components/DQAccordionDetailsContent.js +0 -1
- package/cjs-bundle/components/StatusBadge/components/DQAlertTooltip.js +0 -1
- package/cjs-bundle/components/StatusBadge/components/DQAlertsTooltip.js +0 -1
- package/cjs-bundle/components/StatusBadge/components/DQStatusIcon.js +0 -1
- package/cjs-bundle/components/StatusBadge/components/DQUnvalidatedContent.js +0 -1
- package/cjs-bundle/components/StatusBadge/components/ReportIssueModal.js +0 -1
- package/cjs-bundle/components/StatusBadge/constants.js +0 -1
- package/cjs-bundle/components/StatusBadge/index.js +0 -1
- package/cjs-bundle/components/StatusBadge/styles.js +0 -1
- package/cjs-bundle/components/StatusBadge/utils.js +0 -1
- package/cjs-bundle/components/Stepper/Step.css.js +0 -1
- package/cjs-bundle/components/Stepper/Step.js +0 -1
- package/cjs-bundle/components/Stepper/Stepper.js +0 -1
- package/cjs-bundle/components/Stepper/StepsWrapper.css.js +0 -1
- package/cjs-bundle/components/Stepper/StepsWrapper.js +0 -1
- package/cjs-bundle/components/Stepper/constants.js +0 -1
- package/cjs-bundle/components/StyledMenuItem/index.js +0 -1
- package/cjs-bundle/components/SwitchControl/index.js +0 -1
- package/cjs-bundle/components/SwitchControl/style.css.js +0 -1
- package/cjs-bundle/components/Table/TableCell/TableCell.js +0 -1
- package/cjs-bundle/components/Table/TableContainer/TableContainer.js +0 -1
- package/cjs-bundle/components/Table/TableSortLabel/TableSortLabel.js +0 -1
- package/cjs-bundle/components/Table/TableToolbar/TableToolbar.js +0 -1
- package/cjs-bundle/components/Tabs/Tab.js +0 -1
- package/cjs-bundle/components/Tabs/Tabs.js +0 -1
- package/cjs-bundle/components/Template/TemplatePopover/Styles.js +0 -1
- package/cjs-bundle/components/Template/TemplatePopover/index.js +0 -1
- package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.css.js +0 -1
- package/cjs-bundle/components/Template/TemplateSharingDialog/ChipSelector.js +0 -1
- package/cjs-bundle/components/Template/TemplateSharingDialog/UsersChipSelector.js +0 -1
- package/cjs-bundle/components/Template/TemplateSharingDialog/index.js +0 -1
- package/cjs-bundle/components/TextField/effects/index.js +0 -1
- package/cjs-bundle/components/TextField/index.js +0 -1
- package/cjs-bundle/components/TextLink/index.js +0 -1
- package/cjs-bundle/components/Toaster/ToastContainer.js +0 -1
- package/cjs-bundle/components/Toaster/Toaster.js +0 -1
- package/cjs-bundle/components/Tooltip/MuiTooltipDcWrapper.js +0 -1
- package/cjs-bundle/components/Tooltip/ScrollableTooltip.js +0 -1
- package/cjs-bundle/components/Tooltip/Tooltip.js +0 -1
- package/cjs-bundle/components/TracesEditModal/TracesEditModal.css.js +0 -1
- package/cjs-bundle/components/TracesEditModal/TracesEditModal.js +0 -1
- package/cjs-bundle/components/TracesEditModal/TracesEditModalContainer.js +0 -1
- package/cjs-bundle/components/TruncatedText/index.js +0 -1
- package/cjs-bundle/components/Typography.js +0 -1
- package/cjs-bundle/components/UserCard/index.js +0 -1
- package/cjs-bundle/components/UserCard/style.css.js +0 -1
- package/cjs-bundle/components/UserCardPopover.js +0 -1
- package/cjs-bundle/components/UserMention/constants.js +0 -1
- package/cjs-bundle/components/UserMention/index.js +0 -1
- package/cjs-bundle/components/UserMention/style.css.js +0 -1
- package/cjs-bundle/components/UserMention/utils/index.js +0 -1
- package/cjs-bundle/components/VirtualizedTable/CustomizeColumnsDialog.js +0 -1
- package/cjs-bundle/components/VirtualizedTable/DraggableList.js +0 -1
- package/cjs-bundle/components/VirtualizedTable/VirtualizedTable.js +0 -1
- package/cjs-bundle/components/VirtualizedTable/index.js +0 -1
- package/cjs-bundle/components/WellSummary/ActivitySummaryChart.js +0 -1
- package/cjs-bundle/components/WellSummary/FracWirelineTimeChart.js +0 -1
- package/cjs-bundle/components/WellSummary/WellSummaryItemLabel.js +0 -1
- package/cjs-bundle/components/WellSummary/WellSummaryItemTitle.js +0 -1
- package/cjs-bundle/components/WellSummary/WellSummaryItemValue.js +0 -1
- package/cjs-bundle/components/WellSummary/effects/useWellSummaryData.js +0 -1
- package/cjs-bundle/components/WellSummary/index.js +0 -1
- package/cjs-bundle/components/WellSummary/utils.js +0 -1
- package/cjs-bundle/components/index.js +0 -1
- package/cjs-bundle/components/shared/useThrottledCallback.js +0 -1
- package/cjs-bundle/config/extendNative.js +0 -1
- package/cjs-bundle/config/highcharts/highcharts-contour.js +0 -1
- package/cjs-bundle/config/highcharts/highcharts.js +0 -1
- package/cjs-bundle/config/index.js +0 -1
- package/cjs-bundle/config/initGlobalDependencies.js +0 -1
- package/cjs-bundle/config/mapbox/index.js +0 -1
- package/cjs-bundle/config/theme/accordionOverrides.js +0 -1
- package/cjs-bundle/config/theme/buttonOverrides.js +0 -1
- package/cjs-bundle/config/theme/checkboxOverrides.js +0 -1
- package/cjs-bundle/config/theme/chipOverrides.js +0 -1
- package/cjs-bundle/config/theme/dateTimePickerThemeOverrides.js +0 -1
- package/cjs-bundle/config/theme/fabOverrides.js +0 -1
- package/cjs-bundle/config/theme/formControlLabelOverrides.js +0 -1
- package/cjs-bundle/config/theme/formGroupOverrides.js +0 -1
- package/cjs-bundle/config/theme/index.js +0 -1
- package/cjs-bundle/config/theme/lightThemePalette.mjs.js +0 -1
- package/cjs-bundle/config/theme/palette.mjs.js +0 -1
- package/cjs-bundle/config/theme/radioOverrides.js +0 -1
- package/cjs-bundle/config/theme/tableOverrides.js +0 -1
- package/cjs-bundle/config/theme/textFieldOverrides.js +0 -1
- package/cjs-bundle/config/theme/themeVariables.mjs.js +0 -1
- package/cjs-bundle/config/theme/toggleButtonsGroupOverrides.js +0 -1
- package/cjs-bundle/config/theme/tooltipOverrides.js +0 -1
- package/cjs-bundle/constants/accuracy.js +0 -1
- package/cjs-bundle/constants/alerts.js +0 -1
- package/cjs-bundle/constants/appPackages.js +0 -1
- package/cjs-bundle/constants/apps.js +0 -1
- package/cjs-bundle/constants/assetTypes.js +0 -1
- package/cjs-bundle/constants/bha.js +0 -1
- package/cjs-bundle/constants/casing.js +0 -1
- package/cjs-bundle/constants/completion.js +0 -1
- package/cjs-bundle/constants/componentsSettings.js +0 -1
- package/cjs-bundle/constants/corvaCompanyId.js +0 -1
- package/cjs-bundle/constants/dateTimeFormat.js +0 -1
- package/cjs-bundle/constants/devcenter.js +0 -1
- package/cjs-bundle/constants/drillstring.js +0 -1
- package/cjs-bundle/constants/feed.js +0 -1
- package/cjs-bundle/constants/goals.js +0 -1
- package/cjs-bundle/constants/index.js +0 -1
- package/cjs-bundle/constants/localStorageKeys.js +0 -1
- package/cjs-bundle/constants/notifications.js +0 -1
- package/cjs-bundle/constants/rigActivity.js +0 -1
- package/cjs-bundle/constants/segment.js +0 -1
- package/cjs-bundle/constants/sizes.js +0 -1
- package/cjs-bundle/constants/subscriptions.js +0 -1
- package/cjs-bundle/constants/theme.js +0 -1
- package/cjs-bundle/constants/wellSummary.js +0 -1
- package/cjs-bundle/effects/index.js +0 -1
- package/cjs-bundle/effects/useDelayedDcFullscreenElemOpen.js +0 -1
- package/cjs-bundle/effects/useDevCenterApp.js +0 -1
- package/cjs-bundle/effects/useEscPress.js +0 -1
- package/cjs-bundle/effects/useMatchAppContainerSize.js +0 -1
- package/cjs-bundle/effects/useOutsideClick.js +0 -1
- package/cjs-bundle/effects/useResizeObserver.js +0 -1
- package/cjs-bundle/effects/useSharedDCStore.js +0 -1
- package/cjs-bundle/effects/useSignedURL.js +0 -1
- package/cjs-bundle/effects/useSubscriptions.js +0 -1
- package/cjs-bundle/effects/useWellnessAlerts.js +0 -1
- package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandLess.js +0 -1
- package/cjs-bundle/ext-esm/@material-ui/icons/esm/ExpandMore.js +0 -1
- package/cjs-bundle/ext-esm/@material-ui/icons/esm/Map.js +0 -1
- package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldLess.js +0 -1
- package/cjs-bundle/ext-esm/@material-ui/icons/esm/UnfoldMore.js +0 -1
- package/cjs-bundle/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +0 -1
- package/cjs-bundle/ext-esm/style-inject/dist/style-inject.es.js +0 -1
- package/cjs-bundle/ext-esm/tslib/tslib.es6.js +0 -1
- package/cjs-bundle/hocs/index.js +0 -1
- package/cjs-bundle/hocs/withMUIProvidersHOC.js +0 -1
- package/cjs-bundle/index.js +0 -1
- package/cjs-bundle/permissions/PermissionsContext.js +0 -1
- package/cjs-bundle/permissions/ProvidePermissions.js +0 -1
- package/cjs-bundle/permissions/constants/abilities.js +0 -1
- package/cjs-bundle/permissions/constants/appsPermissions.js +0 -1
- package/cjs-bundle/permissions/constants/index.js +0 -1
- package/cjs-bundle/permissions/constants/settingsApps.js +0 -1
- package/cjs-bundle/permissions/index.js +0 -1
- package/cjs-bundle/permissions/usePermissions.js +0 -1
- package/cjs-bundle/permissions/useProvidePermissions.js +0 -1
- package/cjs-bundle/permissions/utils.js +0 -1
- package/cjs-bundle/permissions/withPermissionsHOC.js +0 -1
- package/cjs-bundle/styles/counter/counter.module.scss.js +0 -1
- package/cjs-bundle/styles/counter/index.js +0 -1
- package/cjs-bundle/styles/customScrollbars.global.css.js +0 -1
- package/cjs-bundle/styles/emojiMart.global.css.js +0 -1
- package/cjs-bundle/styles/generatedThemesVariables.global.css.js +0 -1
- package/cjs-bundle/styles/globalStyles.js +0 -1
- package/cjs-bundle/styles/index.global.css.js +0 -1
- package/cjs-bundle/styles/index.js +0 -1
- package/cjs-bundle/styles/lightbox.global.css.js +0 -1
- package/cjs-bundle/styles/mapbox.global.css.js +0 -1
- package/cjs-bundle/styles/reactVirtualized.global.css.js +0 -1
- package/cjs-bundle/styles/typography/colors.module.scss.js +0 -1
- package/cjs-bundle/styles/typography/index.js +0 -1
- package/cjs-bundle/styles/typography/typography.module.scss.js +0 -1
- package/cjs-bundle/utils/DrillstringUtils.js +0 -1
- package/cjs-bundle/utils/FluidCheckUtils.js +0 -1
- package/cjs-bundle/utils/StageDesignVActualUtils.js +0 -1
- package/cjs-bundle/utils/accuracy.js +0 -1
- package/cjs-bundle/utils/alerts.js +0 -1
- package/cjs-bundle/utils/apps.js +0 -1
- package/cjs-bundle/utils/audio.js +0 -1
- package/cjs-bundle/utils/bha.js +0 -1
- package/cjs-bundle/utils/casing/conversion.js +0 -1
- package/cjs-bundle/utils/casing/index.js +0 -1
- package/cjs-bundle/utils/casing/validation.js +0 -1
- package/cjs-bundle/utils/chartSeries.js +0 -1
- package/cjs-bundle/utils/completion.js +0 -1
- package/cjs-bundle/utils/components.js +0 -1
- package/cjs-bundle/utils/constants/units.js +0 -1
- package/cjs-bundle/utils/convert.js +0 -1
- package/cjs-bundle/utils/convertKeys.js +0 -1
- package/cjs-bundle/utils/csvExport.js +0 -1
- package/cjs-bundle/utils/dashboardReports.js +0 -1
- package/cjs-bundle/utils/delay.js +0 -1
- package/cjs-bundle/utils/devcenter.js +0 -1
- package/cjs-bundle/utils/devcenterToasts.js +0 -1
- package/cjs-bundle/utils/drillstring/conversion.js +0 -1
- package/cjs-bundle/utils/drillstring/index.js +0 -1
- package/cjs-bundle/utils/drillstring/schematic.js +0 -1
- package/cjs-bundle/utils/drillstring/validation.js +0 -1
- package/cjs-bundle/utils/env.js +0 -1
- package/cjs-bundle/utils/feed.js +0 -1
- package/cjs-bundle/utils/fileExtension.js +0 -1
- package/cjs-bundle/utils/formatting.js +0 -1
- package/cjs-bundle/utils/ga.js +0 -1
- package/cjs-bundle/utils/goals.js +0 -1
- package/cjs-bundle/utils/index.js +0 -1
- package/cjs-bundle/utils/jsonaDataFormatter.js +0 -1
- package/cjs-bundle/utils/lasParser.js +0 -1
- package/cjs-bundle/utils/localStorage.js +0 -1
- package/cjs-bundle/utils/main.js +0 -1
- package/cjs-bundle/utils/mapUnits.js +0 -1
- package/cjs-bundle/utils/mapbox.js +0 -1
- package/cjs-bundle/utils/metrics/index.js +0 -1
- package/cjs-bundle/utils/metrics/metricsConfig.js +0 -1
- package/cjs-bundle/utils/metrics/utils.js +0 -1
- package/cjs-bundle/utils/mobileDetect.js +0 -1
- package/cjs-bundle/utils/nativeMessages.js +0 -1
- package/cjs-bundle/utils/notificationToasts.js +0 -1
- package/cjs-bundle/utils/notifications.js +0 -1
- package/cjs-bundle/utils/permissions.js +0 -1
- package/cjs-bundle/utils/reports.js +0 -1
- package/cjs-bundle/utils/resolveWellHubSlug.js +0 -1
- package/cjs-bundle/utils/sharedDCStore.js +0 -1
- package/cjs-bundle/utils/themeVariables.js +0 -1
- package/cjs-bundle/utils/time.js +0 -1
- package/cjs-bundle/utils/torqueAndHookloadUtils.js +0 -1
- package/components/Formula/CloseSuggestion.d.ts +0 -4
- package/components/Formula/CloseSuggestion.d.ts.map +0 -1
- package/components/Formula/Formula.d.ts +0 -25
- package/components/Formula/Formula.d.ts.map +0 -1
- package/components/Formula/FormulaTextEditor.d.ts +0 -12
- package/components/Formula/FormulaTextEditor.d.ts.map +0 -1
- package/components/Formula/RootXIcon.d.ts +0 -15
- package/components/Formula/RootXIcon.d.ts.map +0 -1
- package/components/Formula/SuggestionsMenu.d.ts +0 -7
- package/components/Formula/SuggestionsMenu.d.ts.map +0 -1
- package/components/Formula/__tests__/Formula.test.d.ts +0 -2
- package/components/Formula/__tests__/Formula.test.d.ts.map +0 -1
- package/components/Formula/__tests__/utils.test.d.ts +0 -2
- package/components/Formula/__tests__/utils.test.d.ts.map +0 -1
- package/components/Formula/index.d.ts +0 -2
- package/components/Formula/index.d.ts.map +0 -1
- package/components/Formula/useFormulaFunction.d.ts +0 -5
- package/components/Formula/useFormulaFunction.d.ts.map +0 -1
- package/components/Formula/useFormulaStyles.d.ts +0 -2
- package/components/Formula/useFormulaStyles.d.ts.map +0 -1
- package/components/Formula/utils.d.ts +0 -11
- package/components/Formula/utils.d.ts.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.d.ts +0 -16
- package/components/OffsetWellPickerV2/components/Filter/NonEngineeredWellsSwitch.d.ts.map +0 -1
|
@@ -1 +1,125 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import WarningIcon from '@material-ui/icons/Warning';
|
|
3
|
+
import DoneIcon from '@material-ui/icons/Done';
|
|
4
|
+
import ErrorIcon from '@material-ui/icons/Error';
|
|
5
|
+
import CheckCircleIcon from '@material-ui/icons/CheckCircle';
|
|
6
|
+
import { DangerousIcon } from '../Icons/DangerousIcon.js';
|
|
7
|
+
|
|
8
|
+
var _BADGE_ICONS;
|
|
9
|
+
var MAX_MOBILE_WIDTH = 959;
|
|
10
|
+
var ALERT_STATUSES = {
|
|
11
|
+
FLAGGED: 'flagged',
|
|
12
|
+
EXPIRED: 'expired',
|
|
13
|
+
RESOLVED: 'resolved',
|
|
14
|
+
OPEN: 'open',
|
|
15
|
+
INVESTIGATION: 'investigation',
|
|
16
|
+
ON_HOLD: 'on hold'
|
|
17
|
+
};
|
|
18
|
+
var ALERT_ICONS = {
|
|
19
|
+
Missing: DangerousIcon,
|
|
20
|
+
Issue: ErrorIcon,
|
|
21
|
+
Resolved: CheckCircleIcon
|
|
22
|
+
};
|
|
23
|
+
var ALERT_STATES = {
|
|
24
|
+
missing: 'Missing',
|
|
25
|
+
issue: 'Issue'
|
|
26
|
+
};
|
|
27
|
+
var BADGE_ICON_STATUSES = {
|
|
28
|
+
success: 'success',
|
|
29
|
+
warning: 'warning',
|
|
30
|
+
issue: 'issue',
|
|
31
|
+
error: 'error'
|
|
32
|
+
};
|
|
33
|
+
var BADGE_ICONS = (_BADGE_ICONS = {}, _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.success, DoneIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.warning, WarningIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.issue, ErrorIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.error, DangerousIcon), _BADGE_ICONS);
|
|
34
|
+
var WARNING = 'Recommendations may be incorrect based on data quality errors';
|
|
35
|
+
var METADATA = {
|
|
36
|
+
recordProvider: 'corva',
|
|
37
|
+
recordCollections: {
|
|
38
|
+
wellnessAlerts: 'wellness_alerts',
|
|
39
|
+
wcuRuleMapping: 'wcu_rule_mapping',
|
|
40
|
+
wellnessRuleSettings: 'wellness_rule_settings',
|
|
41
|
+
wcuRulesCheckTime: 'wcu-rule-check-time'
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
var DATA_QUALITY_CHECK_PASSED = 'Data quality check passed';
|
|
45
|
+
var DIRECTIONAL_DIVERGENCE_APP_ID_QA = 188;
|
|
46
|
+
var TVS_VS_MD_APP_ID_QA = 190;
|
|
47
|
+
var RIG_OPERATIONS_APP_ID_QA = 216;
|
|
48
|
+
var ASSET_STATUS_APP_ID_QA = 237;
|
|
49
|
+
var NPT_EVENTS_APP_ID_QA = 348;
|
|
50
|
+
var STAGE_DESIGN_V_ACTUAL_APP_ID_QA = 358;
|
|
51
|
+
var PRESSURE_RATE_COMPARISON_APP_ID_QA = 359;
|
|
52
|
+
var WELL_COMPARISON_APP_ID_QA = 360;
|
|
53
|
+
var ACTIVITY_DETECTION_APP_ID_QA = 361;
|
|
54
|
+
var TIME_ANALYSIS_APP_ID_QA = 370;
|
|
55
|
+
var TRIPPING_SPEEDS_APP_ID_QA = 375;
|
|
56
|
+
var WIRELINE_TRACES_APP_ID_QA = 382;
|
|
57
|
+
var SWAP_OVER_TIMES_APP_ID_QA = 389;
|
|
58
|
+
var FLUSH_APP_ID_QA = 391;
|
|
59
|
+
var DRILLOUT_PARAMETER_SHEET_APP_ID_QA = 392;
|
|
60
|
+
var PAD_METRICS_APP_ID_QA = 397;
|
|
61
|
+
var KPI_VISUALIZER_APP_ID_QA = 406;
|
|
62
|
+
var DRILLOUT_TRACES_APP_ID_QA = 418;
|
|
63
|
+
|
|
64
|
+
// Drilling Prod Apps:
|
|
65
|
+
var DRILLING_ASSET_STATUS_APP_ID_PROD = 84;
|
|
66
|
+
var DRILLING_RIG_OPERATIONS_APP_ID_PROD = 32;
|
|
67
|
+
var DRILLING_KPI_VISUALIZER_APP_ID_PROD = 196;
|
|
68
|
+
var DRILLING_ROP_HEATMAP_APP_ID_PROD = 34;
|
|
69
|
+
var DRILLING_LEADERBOARD_APP_ID_PROD = 224;
|
|
70
|
+
var DRILLING_TRIPPING_SPEEDS_APP_ID_PROD = 139;
|
|
71
|
+
var DRILLING_TRACES_APP_ID_PROD = 80;
|
|
72
|
+
var DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD = 104;
|
|
73
|
+
var DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD = 24;
|
|
74
|
+
var DRILLING_BHA_OPTIMIZATION_APP_ID_PROD = 131;
|
|
75
|
+
var DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD = 40;
|
|
76
|
+
var DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD = 63;
|
|
77
|
+
var DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD = 124;
|
|
78
|
+
var DRILLING_SURGE_AND_SWAB_APP_ID_PROD = 121;
|
|
79
|
+
var DRILLING_BUCKLING_LOAD_APP_ID_PROD = 24;
|
|
80
|
+
var DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD = 63;
|
|
81
|
+
|
|
82
|
+
// Drilling QA Apps:
|
|
83
|
+
var DRILLING_ASSET_STATUS_APP_ID_QA = 237;
|
|
84
|
+
var DRILLING_RIG_OPERATIONS_APP_ID_QA = 216;
|
|
85
|
+
var DRILLING_KPI_VISUALIZER_APP_ID_QA = 406;
|
|
86
|
+
var DRILLING_ROP_HEATMAP_APP_ID_QA = 182;
|
|
87
|
+
var DRILLING_LEADERBOARD_APP_ID_QA = 437;
|
|
88
|
+
var DRILLING_TRIPPING_SPEEDS_APP_ID_QA = 375;
|
|
89
|
+
var DRILLING_TRACES_APP_ID_QA = 238;
|
|
90
|
+
var DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA = 310;
|
|
91
|
+
var DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA = 175;
|
|
92
|
+
var DRILLING_BHA_OPTIMIZATION_APP_ID_QA = 34599;
|
|
93
|
+
var DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA = 188;
|
|
94
|
+
var DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA = 207;
|
|
95
|
+
var DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA = 329;
|
|
96
|
+
var DRILLING_SURGE_AND_SWAB_APP_ID_QA = 328;
|
|
97
|
+
var DRILLING_BUCKLING_LOAD_APP_ID_QA = 175;
|
|
98
|
+
var DRILLING_CIRCULATING_PRESSURE_APP_ID_QA = 207;
|
|
99
|
+
var ENABLING_ON_QA_APP_IDS_LIST = [DIRECTIONAL_DIVERGENCE_APP_ID_QA, TVS_VS_MD_APP_ID_QA, RIG_OPERATIONS_APP_ID_QA, ASSET_STATUS_APP_ID_QA, NPT_EVENTS_APP_ID_QA, STAGE_DESIGN_V_ACTUAL_APP_ID_QA, PRESSURE_RATE_COMPARISON_APP_ID_QA, WELL_COMPARISON_APP_ID_QA, ACTIVITY_DETECTION_APP_ID_QA, TIME_ANALYSIS_APP_ID_QA, TRIPPING_SPEEDS_APP_ID_QA, WIRELINE_TRACES_APP_ID_QA, SWAP_OVER_TIMES_APP_ID_QA, FLUSH_APP_ID_QA, DRILLOUT_PARAMETER_SHEET_APP_ID_QA, PAD_METRICS_APP_ID_QA, KPI_VISUALIZER_APP_ID_QA, DRILLOUT_TRACES_APP_ID_QA,
|
|
100
|
+
// Drilling Apps:
|
|
101
|
+
DRILLING_ASSET_STATUS_APP_ID_QA, DRILLING_RIG_OPERATIONS_APP_ID_QA, DRILLING_KPI_VISUALIZER_APP_ID_QA, DRILLING_ROP_HEATMAP_APP_ID_QA, DRILLING_LEADERBOARD_APP_ID_QA, DRILLING_TRIPPING_SPEEDS_APP_ID_QA, DRILLING_TRACES_APP_ID_QA, DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA, DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA, DRILLING_BHA_OPTIMIZATION_APP_ID_QA, DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA, DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA, DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA, DRILLING_SURGE_AND_SWAB_APP_ID_QA, DRILLING_BUCKLING_LOAD_APP_ID_QA, DRILLING_CIRCULATING_PRESSURE_APP_ID_QA];
|
|
102
|
+
var DIRECTIONAL_DIVERGENCE_APP_ID_PROD = 40;
|
|
103
|
+
var TVS_VS_MD_APP_ID_PROD = 156;
|
|
104
|
+
var RIG_OPERATIONS_APP_ID_PROD = 32;
|
|
105
|
+
var ASSET_STATUS_APP_ID_PROD = 84;
|
|
106
|
+
var NPT_EVENTS_APP_ID_PROD = 137;
|
|
107
|
+
var STAGE_DESIGN_V_ACTUAL_APP_ID_PROD = 157;
|
|
108
|
+
var PRESSURE_RATE_COMPARISON_APP_ID_PROD = 158;
|
|
109
|
+
var WELL_COMPARISON_APP_ID_PROD = 160;
|
|
110
|
+
var ACTIVITY_DETECTION_APP_ID_PROD = 159;
|
|
111
|
+
var TIME_ANALYSIS_APP_ID_PROD = 164;
|
|
112
|
+
var TRIPPING_SPEEDS_APP_ID_PROD = 139;
|
|
113
|
+
var WIRELINE_TRACES_APP_ID_PROD = 168;
|
|
114
|
+
var SWAP_OVER_TIMES_APP_ID_PROD = 178;
|
|
115
|
+
var FLUSH_APP_ID_PROD = 181;
|
|
116
|
+
var DRILLOUT_PARAMETER_SHEET_APP_ID_PROD = 183;
|
|
117
|
+
var PAD_METRICS_APP_ID_PROD = 187;
|
|
118
|
+
var KPI_VISUALIZER_APP_ID_PROD = 196;
|
|
119
|
+
var DRILLOUT_TRACES_APP_ID_PROD = 208;
|
|
120
|
+
var ENABLING_ON_PROD_APP_IDS_LIST = [DIRECTIONAL_DIVERGENCE_APP_ID_PROD, TVS_VS_MD_APP_ID_PROD, RIG_OPERATIONS_APP_ID_PROD, ASSET_STATUS_APP_ID_PROD, NPT_EVENTS_APP_ID_PROD, STAGE_DESIGN_V_ACTUAL_APP_ID_PROD, PRESSURE_RATE_COMPARISON_APP_ID_PROD, WELL_COMPARISON_APP_ID_PROD, ACTIVITY_DETECTION_APP_ID_PROD, TIME_ANALYSIS_APP_ID_PROD, TRIPPING_SPEEDS_APP_ID_PROD, WIRELINE_TRACES_APP_ID_PROD, SWAP_OVER_TIMES_APP_ID_PROD, FLUSH_APP_ID_PROD, DRILLOUT_PARAMETER_SHEET_APP_ID_PROD, PAD_METRICS_APP_ID_PROD, KPI_VISUALIZER_APP_ID_PROD, DRILLOUT_TRACES_APP_ID_PROD,
|
|
121
|
+
// Drilling Apps:
|
|
122
|
+
DRILLING_ASSET_STATUS_APP_ID_PROD, DRILLING_RIG_OPERATIONS_APP_ID_PROD, DRILLING_KPI_VISUALIZER_APP_ID_PROD, DRILLING_ROP_HEATMAP_APP_ID_PROD, DRILLING_LEADERBOARD_APP_ID_PROD, DRILLING_TRIPPING_SPEEDS_APP_ID_PROD, DRILLING_TRACES_APP_ID_PROD, DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD, DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD, DRILLING_BHA_OPTIMIZATION_APP_ID_PROD, DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD, DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD, DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD, DRILLING_SURGE_AND_SWAB_APP_ID_PROD, DRILLING_BUCKLING_LOAD_APP_ID_PROD, DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD];
|
|
123
|
+
|
|
124
|
+
export { ALERT_ICONS, ALERT_STATES, ALERT_STATUSES, BADGE_ICONS, BADGE_ICON_STATUSES, DATA_QUALITY_CHECK_PASSED, ENABLING_ON_PROD_APP_IDS_LIST, ENABLING_ON_QA_APP_IDS_LIST, MAX_MOBILE_WIDTH, METADATA, WARNING };
|
|
125
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../src/components/StatusBadge/constants.ts"],"sourcesContent":["import WarningIcon from '@material-ui/icons/Warning';\nimport DoneIcon from '@material-ui/icons/Done';\nimport ErrorIcon from '@material-ui/icons/Error';\nimport CheckCircleIcon from '@material-ui/icons/CheckCircle';\nimport { DangerousIcon } from '~/components/Icons/DangerousIcon';\n\nexport const MAX_MOBILE_WIDTH = 959;\n\nexport type BadgeIconStatus = 'warning' | 'issue' | 'error' | 'success';\n\nexport const ALERT_STATUSES = {\n FLAGGED: 'flagged',\n EXPIRED: 'expired',\n RESOLVED: 'resolved',\n OPEN: 'open',\n INVESTIGATION: 'investigation',\n ON_HOLD: 'on hold',\n};\n\nexport const ALERT_ICONS = {\n Missing: DangerousIcon,\n Issue: ErrorIcon,\n Resolved: CheckCircleIcon,\n};\n\ntype Issue = 'Issue';\ntype Missing = 'Missing';\n\nexport type AlertState = Issue | Missing;\n\nexport const ALERT_STATES: { issue: Issue; missing: Missing } = {\n missing: 'Missing',\n issue: 'Issue',\n};\n\nexport type Alert = {\n id: string;\n assetId: number;\n deductsFromScore?: number;\n name: string;\n category: string;\n state: AlertState;\n status: string;\n isThrottled: boolean;\n message: string;\n note: string;\n statusUpdatedAt: number;\n lastCheckedAt: number;\n emptyMessage?: string;\n};\n\nexport type AssetItem = {\n name: string;\n id: number;\n issuesNum: number;\n missingNum: number;\n isResolved?: boolean;\n linkToDQPage: string;\n alert: Alert;\n};\n\nexport type AssetData = Record<string, AssetItem[]>;\n\ntype BadgeIconStatuses = {\n success: 'success';\n warning: 'warning';\n issue: 'issue';\n error: 'error';\n};\n\nexport const BADGE_ICON_STATUSES: BadgeIconStatuses = {\n success: 'success',\n warning: 'warning',\n issue: 'issue',\n error: 'error',\n};\n\nexport const BADGE_ICONS = {\n [BADGE_ICON_STATUSES.success]: DoneIcon,\n [BADGE_ICON_STATUSES.warning]: WarningIcon,\n [BADGE_ICON_STATUSES.issue]: ErrorIcon,\n [BADGE_ICON_STATUSES.error]: DangerousIcon,\n};\n\nexport const WARNING = 'Recommendations may be incorrect based on data quality errors';\n\nexport const METADATA = {\n recordProvider: 'corva',\n recordCollections: {\n wellnessAlerts: 'wellness_alerts',\n wcuRuleMapping: 'wcu_rule_mapping',\n wellnessRuleSettings: 'wellness_rule_settings',\n wcuRulesCheckTime: 'wcu-rule-check-time',\n },\n};\n\nexport const DATA_QUALITY_CHECK_PASSED = 'Data quality check passed';\n\nconst DIRECTIONAL_DIVERGENCE_APP_ID_QA = 188;\nconst TVS_VS_MD_APP_ID_QA = 190;\nconst RIG_OPERATIONS_APP_ID_QA = 216;\nconst ASSET_STATUS_APP_ID_QA = 237;\nconst NPT_EVENTS_APP_ID_QA = 348;\nconst STAGE_DESIGN_V_ACTUAL_APP_ID_QA = 358;\nconst PRESSURE_RATE_COMPARISON_APP_ID_QA = 359;\nconst WELL_COMPARISON_APP_ID_QA = 360;\nconst ACTIVITY_DETECTION_APP_ID_QA = 361;\nconst TIME_ANALYSIS_APP_ID_QA = 370;\nconst TRIPPING_SPEEDS_APP_ID_QA = 375;\nconst WIRELINE_TRACES_APP_ID_QA = 382;\nconst SWAP_OVER_TIMES_APP_ID_QA = 389;\nconst FLUSH_APP_ID_QA = 391;\nconst DRILLOUT_PARAMETER_SHEET_APP_ID_QA = 392;\nconst PAD_METRICS_APP_ID_QA = 397;\nconst KPI_VISUALIZER_APP_ID_QA = 406;\nconst DRILLOUT_TRACES_APP_ID_QA = 418;\n\n// Drilling Prod Apps:\nconst DRILLING_ASSET_STATUS_APP_ID_PROD = 84;\nconst DRILLING_RIG_OPERATIONS_APP_ID_PROD = 32;\nconst DRILLING_KPI_VISUALIZER_APP_ID_PROD = 196;\nconst DRILLING_ROP_HEATMAP_APP_ID_PROD = 34;\nconst DRILLING_LEADERBOARD_APP_ID_PROD = 224;\nconst DRILLING_TRIPPING_SPEEDS_APP_ID_PROD = 139;\nconst DRILLING_TRACES_APP_ID_PROD = 80;\nconst DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD = 104;\nconst DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD = 24;\nconst DRILLING_BHA_OPTIMIZATION_APP_ID_PROD = 131;\nconst DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD = 40;\nconst DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD = 63;\nconst DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD = 124;\nconst DRILLING_SURGE_AND_SWAB_APP_ID_PROD = 121;\nconst DRILLING_BUCKLING_LOAD_APP_ID_PROD = 24;\nconst DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD = 63;\n\n// Drilling QA Apps:\nconst DRILLING_ASSET_STATUS_APP_ID_QA = 237;\nconst DRILLING_RIG_OPERATIONS_APP_ID_QA = 216;\nconst DRILLING_KPI_VISUALIZER_APP_ID_QA = 406;\nconst DRILLING_ROP_HEATMAP_APP_ID_QA = 182;\nconst DRILLING_LEADERBOARD_APP_ID_QA = 437;\nconst DRILLING_TRIPPING_SPEEDS_APP_ID_QA = 375;\nconst DRILLING_TRACES_APP_ID_QA = 238;\nconst DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA = 310;\nconst DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA = 175;\nconst DRILLING_BHA_OPTIMIZATION_APP_ID_QA = 34599;\nconst DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA = 188;\nconst DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA = 207;\nconst DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA = 329;\nconst DRILLING_SURGE_AND_SWAB_APP_ID_QA = 328;\nconst DRILLING_BUCKLING_LOAD_APP_ID_QA = 175;\nconst DRILLING_CIRCULATING_PRESSURE_APP_ID_QA = 207;\n\nexport const ENABLING_ON_QA_APP_IDS_LIST = [\n DIRECTIONAL_DIVERGENCE_APP_ID_QA,\n TVS_VS_MD_APP_ID_QA,\n RIG_OPERATIONS_APP_ID_QA,\n ASSET_STATUS_APP_ID_QA,\n NPT_EVENTS_APP_ID_QA,\n STAGE_DESIGN_V_ACTUAL_APP_ID_QA,\n PRESSURE_RATE_COMPARISON_APP_ID_QA,\n WELL_COMPARISON_APP_ID_QA,\n ACTIVITY_DETECTION_APP_ID_QA,\n TIME_ANALYSIS_APP_ID_QA,\n TRIPPING_SPEEDS_APP_ID_QA,\n WIRELINE_TRACES_APP_ID_QA,\n SWAP_OVER_TIMES_APP_ID_QA,\n FLUSH_APP_ID_QA,\n DRILLOUT_PARAMETER_SHEET_APP_ID_QA,\n PAD_METRICS_APP_ID_QA,\n KPI_VISUALIZER_APP_ID_QA,\n DRILLOUT_TRACES_APP_ID_QA,\n\n // Drilling Apps:\n DRILLING_ASSET_STATUS_APP_ID_QA,\n DRILLING_RIG_OPERATIONS_APP_ID_QA,\n DRILLING_KPI_VISUALIZER_APP_ID_QA,\n DRILLING_ROP_HEATMAP_APP_ID_QA,\n DRILLING_LEADERBOARD_APP_ID_QA,\n DRILLING_TRIPPING_SPEEDS_APP_ID_QA,\n DRILLING_TRACES_APP_ID_QA,\n DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA,\n DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA,\n DRILLING_BHA_OPTIMIZATION_APP_ID_QA,\n DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA,\n DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA,\n DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA,\n DRILLING_SURGE_AND_SWAB_APP_ID_QA,\n DRILLING_BUCKLING_LOAD_APP_ID_QA,\n DRILLING_CIRCULATING_PRESSURE_APP_ID_QA,\n];\n\nconst DIRECTIONAL_DIVERGENCE_APP_ID_PROD = 40;\nconst TVS_VS_MD_APP_ID_PROD = 156;\nconst RIG_OPERATIONS_APP_ID_PROD = 32;\nconst ASSET_STATUS_APP_ID_PROD = 84;\nconst NPT_EVENTS_APP_ID_PROD = 137;\nconst STAGE_DESIGN_V_ACTUAL_APP_ID_PROD = 157;\nconst PRESSURE_RATE_COMPARISON_APP_ID_PROD = 158;\nconst WELL_COMPARISON_APP_ID_PROD = 160;\nconst ACTIVITY_DETECTION_APP_ID_PROD = 159;\nconst TIME_ANALYSIS_APP_ID_PROD = 164;\nconst TRIPPING_SPEEDS_APP_ID_PROD = 139;\nconst WIRELINE_TRACES_APP_ID_PROD = 168;\nconst SWAP_OVER_TIMES_APP_ID_PROD = 178;\nconst FLUSH_APP_ID_PROD = 181;\nconst DRILLOUT_PARAMETER_SHEET_APP_ID_PROD = 183;\nconst PAD_METRICS_APP_ID_PROD = 187;\nconst KPI_VISUALIZER_APP_ID_PROD = 196;\nconst DRILLOUT_TRACES_APP_ID_PROD = 208;\n\nexport const ENABLING_ON_PROD_APP_IDS_LIST = [\n DIRECTIONAL_DIVERGENCE_APP_ID_PROD,\n TVS_VS_MD_APP_ID_PROD,\n RIG_OPERATIONS_APP_ID_PROD,\n ASSET_STATUS_APP_ID_PROD,\n NPT_EVENTS_APP_ID_PROD,\n STAGE_DESIGN_V_ACTUAL_APP_ID_PROD,\n PRESSURE_RATE_COMPARISON_APP_ID_PROD,\n WELL_COMPARISON_APP_ID_PROD,\n ACTIVITY_DETECTION_APP_ID_PROD,\n TIME_ANALYSIS_APP_ID_PROD,\n TRIPPING_SPEEDS_APP_ID_PROD,\n WIRELINE_TRACES_APP_ID_PROD,\n SWAP_OVER_TIMES_APP_ID_PROD,\n FLUSH_APP_ID_PROD,\n DRILLOUT_PARAMETER_SHEET_APP_ID_PROD,\n PAD_METRICS_APP_ID_PROD,\n KPI_VISUALIZER_APP_ID_PROD,\n DRILLOUT_TRACES_APP_ID_PROD,\n\n // Drilling Apps:\n DRILLING_ASSET_STATUS_APP_ID_PROD,\n DRILLING_RIG_OPERATIONS_APP_ID_PROD,\n DRILLING_KPI_VISUALIZER_APP_ID_PROD,\n DRILLING_ROP_HEATMAP_APP_ID_PROD,\n DRILLING_LEADERBOARD_APP_ID_PROD,\n DRILLING_TRIPPING_SPEEDS_APP_ID_PROD,\n DRILLING_TRACES_APP_ID_PROD,\n DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD,\n DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD,\n DRILLING_BHA_OPTIMIZATION_APP_ID_PROD,\n DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD,\n DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD,\n DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD,\n DRILLING_SURGE_AND_SWAB_APP_ID_PROD,\n DRILLING_BUCKLING_LOAD_APP_ID_PROD,\n DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD,\n];\n"],"names":["MAX_MOBILE_WIDTH","ALERT_STATUSES","FLAGGED","EXPIRED","RESOLVED","OPEN","INVESTIGATION","ON_HOLD","ALERT_ICONS","Missing","DangerousIcon","Issue","ErrorIcon","Resolved","CheckCircleIcon","ALERT_STATES","missing","issue","BADGE_ICON_STATUSES","success","warning","error","BADGE_ICONS","DoneIcon","WarningIcon","WARNING","METADATA","recordProvider","recordCollections","wellnessAlerts","wcuRuleMapping","wellnessRuleSettings","wcuRulesCheckTime","DATA_QUALITY_CHECK_PASSED","DIRECTIONAL_DIVERGENCE_APP_ID_QA","TVS_VS_MD_APP_ID_QA","RIG_OPERATIONS_APP_ID_QA","ASSET_STATUS_APP_ID_QA","NPT_EVENTS_APP_ID_QA","STAGE_DESIGN_V_ACTUAL_APP_ID_QA","PRESSURE_RATE_COMPARISON_APP_ID_QA","WELL_COMPARISON_APP_ID_QA","ACTIVITY_DETECTION_APP_ID_QA","TIME_ANALYSIS_APP_ID_QA","TRIPPING_SPEEDS_APP_ID_QA","WIRELINE_TRACES_APP_ID_QA","SWAP_OVER_TIMES_APP_ID_QA","FLUSH_APP_ID_QA","DRILLOUT_PARAMETER_SHEET_APP_ID_QA","PAD_METRICS_APP_ID_QA","KPI_VISUALIZER_APP_ID_QA","DRILLOUT_TRACES_APP_ID_QA","DRILLING_ASSET_STATUS_APP_ID_PROD","DRILLING_RIG_OPERATIONS_APP_ID_PROD","DRILLING_KPI_VISUALIZER_APP_ID_PROD","DRILLING_ROP_HEATMAP_APP_ID_PROD","DRILLING_LEADERBOARD_APP_ID_PROD","DRILLING_TRIPPING_SPEEDS_APP_ID_PROD","DRILLING_TRACES_APP_ID_PROD","DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD","DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD","DRILLING_BHA_OPTIMIZATION_APP_ID_PROD","DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD","DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD","DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD","DRILLING_SURGE_AND_SWAB_APP_ID_PROD","DRILLING_BUCKLING_LOAD_APP_ID_PROD","DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD","DRILLING_ASSET_STATUS_APP_ID_QA","DRILLING_RIG_OPERATIONS_APP_ID_QA","DRILLING_KPI_VISUALIZER_APP_ID_QA","DRILLING_ROP_HEATMAP_APP_ID_QA","DRILLING_LEADERBOARD_APP_ID_QA","DRILLING_TRIPPING_SPEEDS_APP_ID_QA","DRILLING_TRACES_APP_ID_QA","DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA","DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA","DRILLING_BHA_OPTIMIZATION_APP_ID_QA","DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA","DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA","DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA","DRILLING_SURGE_AND_SWAB_APP_ID_QA","DRILLING_BUCKLING_LOAD_APP_ID_QA","DRILLING_CIRCULATING_PRESSURE_APP_ID_QA","ENABLING_ON_QA_APP_IDS_LIST","DIRECTIONAL_DIVERGENCE_APP_ID_PROD","TVS_VS_MD_APP_ID_PROD","RIG_OPERATIONS_APP_ID_PROD","ASSET_STATUS_APP_ID_PROD","NPT_EVENTS_APP_ID_PROD","STAGE_DESIGN_V_ACTUAL_APP_ID_PROD","PRESSURE_RATE_COMPARISON_APP_ID_PROD","WELL_COMPARISON_APP_ID_PROD","ACTIVITY_DETECTION_APP_ID_PROD","TIME_ANALYSIS_APP_ID_PROD","TRIPPING_SPEEDS_APP_ID_PROD","WIRELINE_TRACES_APP_ID_PROD","SWAP_OVER_TIMES_APP_ID_PROD","FLUSH_APP_ID_PROD","DRILLOUT_PARAMETER_SHEET_APP_ID_PROD","PAD_METRICS_APP_ID_PROD","KPI_VISUALIZER_APP_ID_PROD","DRILLOUT_TRACES_APP_ID_PROD","ENABLING_ON_PROD_APP_IDS_LIST"],"mappings":"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"}
|
|
@@ -5,14 +5,12 @@ declare type StatusBadgeProps = {
|
|
|
5
5
|
appWidth: number;
|
|
6
6
|
className?: string;
|
|
7
7
|
DQIssueTooltipMaxHeight?: number;
|
|
8
|
-
iconType?: 'error' | 'success' | 'issue'
|
|
9
|
-
lastTimestamp
|
|
10
|
-
onReportErrorClick
|
|
8
|
+
iconType?: 'error' | 'success' | 'issue';
|
|
9
|
+
lastTimestamp: number;
|
|
10
|
+
onReportErrorClick: (description: string, assetId: number) => void;
|
|
11
11
|
warningData?: Record<string, any>;
|
|
12
12
|
hasSubscriptionsData?: boolean;
|
|
13
|
-
currentUser: Record<string, any>;
|
|
14
|
-
segment: 'drilling' | 'completion';
|
|
15
13
|
};
|
|
16
|
-
export declare const StatusBadge: ({ assetsData, appWidth, DQIssueTooltipMaxHeight, iconType, className, lastTimestamp, onReportErrorClick
|
|
14
|
+
export declare const StatusBadge: ({ assetsData, appWidth, DQIssueTooltipMaxHeight, iconType, className, lastTimestamp, onReportErrorClick, warningData, hasSubscriptionsData, }: StatusBadgeProps) => JSX.Element;
|
|
17
15
|
export {};
|
|
18
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBadge/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAkD,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/StatusBadge/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAkD,SAAS,EAAE,MAAM,aAAa,CAAC;AAmFxF,aAAK,gBAAgB,GAAG;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IACzC,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACnE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,WAAW,kJAUrB,gBAAgB,KAAG,WA4HrB,CAAC"}
|
|
@@ -1 +1,237 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
2
|
+
import { useState, useRef, useEffect } from 'react';
|
|
3
|
+
import moment from 'moment';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
import { makeStyles, Typography } from '@material-ui/core';
|
|
6
|
+
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
7
|
+
import '../Tooltip/ScrollableTooltip.js';
|
|
8
|
+
import { WARNING, BADGE_ICON_STATUSES, MAX_MOBILE_WIDTH } from './constants.js';
|
|
9
|
+
import { DQStatusIcon } from './components/DQStatusIcon.js';
|
|
10
|
+
import { DQUnvalidatedContent } from './components/DQUnvalidatedContent.js';
|
|
11
|
+
import { ReportIssueModal } from './components/ReportIssueModal.js';
|
|
12
|
+
import { postReportError } from './api.js';
|
|
13
|
+
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
14
|
+
|
|
15
|
+
var PAGE_NAME = 'Status_badge';
|
|
16
|
+
var DEFAULT_TOOLTIP_MAX_HEIGHT = window.innerHeight - 212;
|
|
17
|
+
var useStyles = makeStyles(function (theme) {
|
|
18
|
+
return {
|
|
19
|
+
statusBadgeWrapper: {
|
|
20
|
+
backgroundColor: theme.palette.background.b4,
|
|
21
|
+
display: 'flex',
|
|
22
|
+
height: 30
|
|
23
|
+
},
|
|
24
|
+
statusBadgeContent: {
|
|
25
|
+
display: 'flex',
|
|
26
|
+
padding: function padding(_ref) {
|
|
27
|
+
var isSuccessTypeIcon = _ref.isSuccessTypeIcon,
|
|
28
|
+
isErrorTypeIcon = _ref.isErrorTypeIcon,
|
|
29
|
+
isIssueTypeIcon = _ref.isIssueTypeIcon;
|
|
30
|
+
return "12px 0 2px ".concat(isSuccessTypeIcon || isErrorTypeIcon || isIssueTypeIcon ? 6 : 2, "px");
|
|
31
|
+
},
|
|
32
|
+
whiteSpace: 'nowrap',
|
|
33
|
+
width: 'calc(100% - 140px)'
|
|
34
|
+
},
|
|
35
|
+
text: {
|
|
36
|
+
fontSize: '10px',
|
|
37
|
+
lineHeight: '12px',
|
|
38
|
+
alignSelf: 'center'
|
|
39
|
+
},
|
|
40
|
+
timestamp: {
|
|
41
|
+
color: theme.palette.primary.text6,
|
|
42
|
+
marginLeft: function marginLeft(_ref2) {
|
|
43
|
+
var isIconExist = _ref2.isIconExist;
|
|
44
|
+
return isIconExist && 4;
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
warningMessage: {
|
|
48
|
+
color: theme.palette.primary.text1,
|
|
49
|
+
marginLeft: 4,
|
|
50
|
+
textOverflow: 'ellipsis',
|
|
51
|
+
overflow: 'hidden',
|
|
52
|
+
fontSize: '12px'
|
|
53
|
+
},
|
|
54
|
+
badgeIconWarning: {
|
|
55
|
+
marginLeft: 8
|
|
56
|
+
},
|
|
57
|
+
popper: {
|
|
58
|
+
zIndex: function zIndex(_ref3) {
|
|
59
|
+
var maximized = _ref3.maximized;
|
|
60
|
+
return maximized ? 500 : 1;
|
|
61
|
+
},
|
|
62
|
+
'& .MuiTooltip-tooltip': {
|
|
63
|
+
position: 'absolute',
|
|
64
|
+
bottom: 0,
|
|
65
|
+
width: 'max-content',
|
|
66
|
+
transformOrigin: 'center top',
|
|
67
|
+
maxWidth: 'none',
|
|
68
|
+
padding: 4,
|
|
69
|
+
fontSize: 12,
|
|
70
|
+
boxShadow: '0px 0px 4px 2px rgb(0 0 0 / 12%)',
|
|
71
|
+
fontWeight: 400,
|
|
72
|
+
lineHeight: '16px',
|
|
73
|
+
letterSpacing: '0.4px',
|
|
74
|
+
backgroundColor: theme.palette.background.b9
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
DQIconWrapper: {
|
|
78
|
+
display: 'flex',
|
|
79
|
+
alignItems: 'center',
|
|
80
|
+
alignSelf: 'center',
|
|
81
|
+
justifyContent: 'center',
|
|
82
|
+
height: 24,
|
|
83
|
+
width: 24,
|
|
84
|
+
minWidth: 24,
|
|
85
|
+
borderRadius: 12,
|
|
86
|
+
'&:hover': {
|
|
87
|
+
backgroundColor: function backgroundColor(_ref4) {
|
|
88
|
+
var isErrorTypeIcon = _ref4.isErrorTypeIcon,
|
|
89
|
+
isSuccessTypeIcon = _ref4.isSuccessTypeIcon,
|
|
90
|
+
isIssueTypeIcon = _ref4.isIssueTypeIcon;
|
|
91
|
+
if (isErrorTypeIcon) return 'rgba(244, 67, 54, 0.1)';
|
|
92
|
+
if (isSuccessTypeIcon) return 'rgba(117, 219, 41, 0.2)';
|
|
93
|
+
if (isIssueTypeIcon) return 'rgba(255, 193, 7, 0.16)';
|
|
94
|
+
return 'transparent';
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
});
|
|
100
|
+
var StatusBadge = function StatusBadge(_ref5) {
|
|
101
|
+
var _ref5$assetsData = _ref5.assetsData,
|
|
102
|
+
assetsData = _ref5$assetsData === void 0 ? {} : _ref5$assetsData,
|
|
103
|
+
appWidth = _ref5.appWidth,
|
|
104
|
+
_ref5$DQIssueTooltipM = _ref5.DQIssueTooltipMaxHeight,
|
|
105
|
+
DQIssueTooltipMaxHeight = _ref5$DQIssueTooltipM === void 0 ? DEFAULT_TOOLTIP_MAX_HEIGHT : _ref5$DQIssueTooltipM,
|
|
106
|
+
iconType = _ref5.iconType,
|
|
107
|
+
className = _ref5.className,
|
|
108
|
+
lastTimestamp = _ref5.lastTimestamp,
|
|
109
|
+
customOnReportErrorClick = _ref5.onReportErrorClick,
|
|
110
|
+
warningData = _ref5.warningData,
|
|
111
|
+
hasSubscriptionsData = _ref5.hasSubscriptionsData,
|
|
112
|
+
currentUser = _ref5.currentUser,
|
|
113
|
+
segment = _ref5.segment,
|
|
114
|
+
maximized = _ref5.maximized;
|
|
115
|
+
var _useState = useState(false),
|
|
116
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
117
|
+
isOpen = _useState2[0],
|
|
118
|
+
setIsOpen = _useState2[1];
|
|
119
|
+
var _useState3 = useState(false),
|
|
120
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
121
|
+
isTooltipOpen = _useState4[0],
|
|
122
|
+
setIsTooltipOpen = _useState4[1];
|
|
123
|
+
var tooltipRef = useRef(null);
|
|
124
|
+
var warningMessage = warningData === null || warningData === void 0 ? void 0 : warningData.message;
|
|
125
|
+
var isErrorTypeIcon = iconType === BADGE_ICON_STATUSES.error;
|
|
126
|
+
var isSuccessTypeIcon = iconType === BADGE_ICON_STATUSES.success;
|
|
127
|
+
var isIssueTypeIcon = iconType === BADGE_ICON_STATUSES.issue;
|
|
128
|
+
var isMobile = appWidth < MAX_MOBILE_WIDTH;
|
|
129
|
+
var classes = useStyles({
|
|
130
|
+
isIconExist: !!iconType,
|
|
131
|
+
isSuccessTypeIcon: isSuccessTypeIcon,
|
|
132
|
+
isErrorTypeIcon: isErrorTypeIcon,
|
|
133
|
+
isIssueTypeIcon: isIssueTypeIcon,
|
|
134
|
+
maximized: maximized
|
|
135
|
+
});
|
|
136
|
+
var leaveTimeoutRef = useRef(null);
|
|
137
|
+
var handleClick = function handleClick(event) {
|
|
138
|
+
if (tooltipRef.current && !tooltipRef.current.contains(event.target)) setIsTooltipOpen(false);
|
|
139
|
+
};
|
|
140
|
+
useEffect(function () {
|
|
141
|
+
document.addEventListener('click', handleClick);
|
|
142
|
+
return function () {
|
|
143
|
+
document.removeEventListener('click', handleClick);
|
|
144
|
+
clearTimeout(leaveTimeoutRef.current);
|
|
145
|
+
};
|
|
146
|
+
}, []);
|
|
147
|
+
var handleMouseEnter = function handleMouseEnter() {
|
|
148
|
+
clearTimeout(leaveTimeoutRef.current);
|
|
149
|
+
setIsTooltipOpen(true);
|
|
150
|
+
};
|
|
151
|
+
var handleMouseLeave = function handleMouseLeave(_) {
|
|
152
|
+
var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 700;
|
|
153
|
+
leaveTimeoutRef.current = setTimeout(function () {
|
|
154
|
+
return setIsTooltipOpen(false);
|
|
155
|
+
}, delay);
|
|
156
|
+
};
|
|
157
|
+
var onReportErrorClick = function onReportErrorClick(description, selectedAssetId) {
|
|
158
|
+
postReportError(selectedAssetId, description, currentUser, segment);
|
|
159
|
+
};
|
|
160
|
+
useEffect(function () {
|
|
161
|
+
if (!hasSubscriptionsData) return;
|
|
162
|
+
handleMouseEnter();
|
|
163
|
+
handleMouseLeave(null, 10000);
|
|
164
|
+
}, [JSON.stringify(assetsData)]);
|
|
165
|
+
return /*#__PURE__*/jsxs("div", {
|
|
166
|
+
"data-testid": PAGE_NAME,
|
|
167
|
+
className: classNames(classes.statusBadgeWrapper, "c-status-badge--".concat(iconType), className),
|
|
168
|
+
children: [/*#__PURE__*/jsxs("div", {
|
|
169
|
+
className: classes.statusBadgeContent,
|
|
170
|
+
ref: tooltipRef,
|
|
171
|
+
children: [iconType && /*#__PURE__*/jsx(Tooltip, {
|
|
172
|
+
isFullScreen: false,
|
|
173
|
+
disableHoverListener: true,
|
|
174
|
+
open: isTooltipOpen,
|
|
175
|
+
onMouseEnter: handleMouseEnter,
|
|
176
|
+
onMouseLeave: handleMouseLeave,
|
|
177
|
+
PopperProps: {
|
|
178
|
+
className: classes.popper
|
|
179
|
+
},
|
|
180
|
+
placement: "top-start",
|
|
181
|
+
title: /*#__PURE__*/jsx(DQUnvalidatedContent, {
|
|
182
|
+
tooltipRef: tooltipRef,
|
|
183
|
+
onMouseEnter: handleMouseEnter,
|
|
184
|
+
onMouseLeave: handleMouseLeave,
|
|
185
|
+
assetsData: assetsData,
|
|
186
|
+
maxHeight: DQIssueTooltipMaxHeight,
|
|
187
|
+
onClick: function onClick() {
|
|
188
|
+
return setIsOpen(true);
|
|
189
|
+
}
|
|
190
|
+
}),
|
|
191
|
+
children: /*#__PURE__*/jsx("div", {
|
|
192
|
+
className: classes.DQIconWrapper,
|
|
193
|
+
"data-testid": "".concat(PAGE_NAME, "__DQ_icon_").concat(iconType),
|
|
194
|
+
children: /*#__PURE__*/jsx(DQStatusIcon, {
|
|
195
|
+
color: iconType,
|
|
196
|
+
iconType: iconType
|
|
197
|
+
})
|
|
198
|
+
})
|
|
199
|
+
}), lastTimestamp && /*#__PURE__*/jsxs(Typography, {
|
|
200
|
+
className: classNames(classes.text, classes.timestamp),
|
|
201
|
+
variant: "body1",
|
|
202
|
+
children: ["Last Update: ", moment.unix(lastTimestamp).format('M/D/YYYY h:mm a')]
|
|
203
|
+
}), warningData && /*#__PURE__*/jsxs(Fragment, {
|
|
204
|
+
children: [/*#__PURE__*/jsx(Tooltip, {
|
|
205
|
+
placement: "top",
|
|
206
|
+
title: warningMessage ? "".concat(WARNING, ". ").concat(warningMessage) : WARNING,
|
|
207
|
+
children: /*#__PURE__*/jsx("div", {
|
|
208
|
+
"data-testid": "".concat(PAGE_NAME, "__DQ_icon_warning"),
|
|
209
|
+
children: /*#__PURE__*/jsx(DQStatusIcon, {
|
|
210
|
+
className: classes.badgeIconWarning,
|
|
211
|
+
color: BADGE_ICON_STATUSES.warning,
|
|
212
|
+
iconType: BADGE_ICON_STATUSES.warning
|
|
213
|
+
})
|
|
214
|
+
})
|
|
215
|
+
}), !isMobile && /*#__PURE__*/jsx(Typography, {
|
|
216
|
+
className: classNames(classes.text, classes.warningMessage),
|
|
217
|
+
variant: "body1",
|
|
218
|
+
children: warningMessage ? "".concat(WARNING, ". ").concat(warningMessage) : WARNING
|
|
219
|
+
})]
|
|
220
|
+
})]
|
|
221
|
+
}), isOpen && /*#__PURE__*/jsx(ReportIssueModal, {
|
|
222
|
+
assets: Object.keys(assetsData).map(function (assetKey) {
|
|
223
|
+
return {
|
|
224
|
+
name: assetKey,
|
|
225
|
+
id: assetsData[assetKey][0].alert.assetId
|
|
226
|
+
};
|
|
227
|
+
}),
|
|
228
|
+
onSave: customOnReportErrorClick || onReportErrorClick,
|
|
229
|
+
onClose: function onClose() {
|
|
230
|
+
return setIsOpen(false);
|
|
231
|
+
}
|
|
232
|
+
})]
|
|
233
|
+
});
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
export { StatusBadge };
|
|
237
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/StatusBadge/index.tsx"],"sourcesContent":["import { useState, useEffect, useRef } from 'react';\nimport moment from 'moment';\nimport classNames from 'classnames';\nimport { makeStyles, Typography, Theme } from '@material-ui/core';\nimport Tooltip from '~/components/Tooltip';\n\nimport { BADGE_ICON_STATUSES, WARNING, MAX_MOBILE_WIDTH, AssetData } from './constants';\nimport { DQStatusIcon } from './components/DQStatusIcon';\nimport { DQUnvalidatedContent } from './components/DQUnvalidatedContent';\nimport { ReportIssueModal } from './components/ReportIssueModal';\nimport { postReportError } from './api';\n\nconst PAGE_NAME = 'Status_badge';\nconst DEFAULT_TOOLTIP_MAX_HEIGHT = window.innerHeight - 212;\n\ntype MakeStylesProps = {\n isIconExist: boolean;\n isSuccessTypeIcon: boolean;\n isErrorTypeIcon: boolean;\n isIssueTypeIcon: boolean;\n maximized: boolean;\n};\n\nconst useStyles = makeStyles<Theme, MakeStylesProps>(theme => ({\n statusBadgeWrapper: {\n backgroundColor: theme.palette.background.b4,\n display: 'flex',\n height: 30,\n },\n statusBadgeContent: {\n display: 'flex',\n padding: ({ isSuccessTypeIcon, isErrorTypeIcon, isIssueTypeIcon }) =>\n `12px 0 2px ${isSuccessTypeIcon || isErrorTypeIcon || isIssueTypeIcon ? 6 : 2}px`,\n whiteSpace: 'nowrap',\n width: 'calc(100% - 140px)',\n },\n text: {\n fontSize: '10px',\n lineHeight: '12px',\n alignSelf: 'center',\n },\n timestamp: {\n color: theme.palette.primary.text6,\n marginLeft: ({ isIconExist }) => isIconExist && 4,\n },\n warningMessage: {\n color: theme.palette.primary.text1,\n marginLeft: 4,\n textOverflow: 'ellipsis',\n overflow: 'hidden',\n fontSize: '12px',\n },\n badgeIconWarning: { marginLeft: 8 },\n popper: {\n zIndex: ({ maximized }) => (maximized ? 500 : 1),\n '& .MuiTooltip-tooltip': {\n position: 'absolute',\n bottom: 0,\n width: 'max-content',\n transformOrigin: 'center top',\n maxWidth: 'none',\n padding: 4,\n fontSize: 12,\n boxShadow: '0px 0px 4px 2px rgb(0 0 0 / 12%)',\n fontWeight: 400,\n lineHeight: '16px',\n letterSpacing: '0.4px',\n backgroundColor: theme.palette.background.b9,\n },\n },\n DQIconWrapper: {\n display: 'flex',\n alignItems: 'center',\n alignSelf: 'center',\n justifyContent: 'center',\n height: 24,\n width: 24,\n minWidth: 24,\n borderRadius: 12,\n '&:hover': {\n backgroundColor: ({ isErrorTypeIcon, isSuccessTypeIcon, isIssueTypeIcon }) => {\n if (isErrorTypeIcon) return 'rgba(244, 67, 54, 0.1)';\n if (isSuccessTypeIcon) return 'rgba(117, 219, 41, 0.2)';\n if (isIssueTypeIcon) return 'rgba(255, 193, 7, 0.16)';\n\n return 'transparent';\n },\n },\n },\n}));\n\ntype StatusBadgeProps = {\n assetsData?: AssetData;\n appWidth: number;\n className?: string;\n DQIssueTooltipMaxHeight?: number;\n iconType?: 'error' | 'success' | 'issue' | '';\n lastTimestamp?: number;\n onReportErrorClick?: (description: string, assetId: number) => void;\n warningData?: Record<string, any>;\n hasSubscriptionsData?: boolean;\n currentUser: Record<string, any>;\n segment: 'drilling' | 'completion';\n maximized?: boolean;\n};\n\nexport const StatusBadge = ({\n assetsData = {},\n appWidth,\n DQIssueTooltipMaxHeight = DEFAULT_TOOLTIP_MAX_HEIGHT,\n iconType,\n className,\n lastTimestamp,\n onReportErrorClick: customOnReportErrorClick,\n warningData,\n hasSubscriptionsData,\n currentUser,\n segment,\n maximized,\n}: StatusBadgeProps): JSX.Element => {\n const [isOpen, setIsOpen] = useState(false);\n const [isTooltipOpen, setIsTooltipOpen] = useState(false);\n const tooltipRef = useRef<HTMLDivElement>(null);\n const warningMessage = warningData?.message;\n const isErrorTypeIcon = iconType === BADGE_ICON_STATUSES.error;\n const isSuccessTypeIcon = iconType === BADGE_ICON_STATUSES.success;\n const isIssueTypeIcon = iconType === BADGE_ICON_STATUSES.issue;\n const isMobile = appWidth < MAX_MOBILE_WIDTH;\n const classes = useStyles({\n isIconExist: !!iconType,\n isSuccessTypeIcon,\n isErrorTypeIcon,\n isIssueTypeIcon,\n maximized,\n });\n const leaveTimeoutRef = useRef<ReturnType<typeof setTimeout> | null>(null);\n\n const handleClick = event => {\n if (tooltipRef.current && !tooltipRef.current.contains(event.target)) setIsTooltipOpen(false);\n };\n\n useEffect(() => {\n document.addEventListener('click', handleClick);\n return () => {\n document.removeEventListener('click', handleClick);\n clearTimeout(leaveTimeoutRef.current);\n };\n }, []);\n\n const handleMouseEnter = () => {\n clearTimeout(leaveTimeoutRef.current);\n setIsTooltipOpen(true);\n };\n\n const handleMouseLeave = (_, delay = 700) => {\n leaveTimeoutRef.current = setTimeout(() => setIsTooltipOpen(false), delay);\n };\n\n const onReportErrorClick = (description: string, selectedAssetId: number) => {\n postReportError(selectedAssetId, description, currentUser, segment);\n };\n\n useEffect(() => {\n if (!hasSubscriptionsData) return;\n\n handleMouseEnter();\n handleMouseLeave(null, 10000);\n }, [JSON.stringify(assetsData)]);\n\n return (\n <div\n data-testid={PAGE_NAME}\n className={classNames(classes.statusBadgeWrapper, `c-status-badge--${iconType}`, className)}\n >\n <div className={classes.statusBadgeContent} ref={tooltipRef}>\n {iconType && (\n <Tooltip\n isFullScreen={false}\n disableHoverListener\n open={isTooltipOpen}\n onMouseEnter={handleMouseEnter}\n onMouseLeave={handleMouseLeave}\n PopperProps={{ className: classes.popper }}\n placement=\"top-start\"\n title={\n <DQUnvalidatedContent\n tooltipRef={tooltipRef}\n onMouseEnter={handleMouseEnter}\n onMouseLeave={handleMouseLeave}\n assetsData={assetsData}\n maxHeight={DQIssueTooltipMaxHeight}\n onClick={() => setIsOpen(true)}\n />\n }\n >\n <div\n className={classes.DQIconWrapper}\n data-testid={`${PAGE_NAME}__DQ_icon_${iconType}`}\n >\n <DQStatusIcon color={iconType} iconType={iconType} />\n </div>\n </Tooltip>\n )}\n {lastTimestamp && (\n <Typography className={classNames(classes.text, classes.timestamp)} variant=\"body1\">\n Last Update: {moment.unix(lastTimestamp).format('M/D/YYYY h:mm a')}\n </Typography>\n )}\n {warningData && (\n <>\n <Tooltip\n placement=\"top\"\n title={warningMessage ? `${WARNING}. ${warningMessage}` : WARNING}\n >\n <div data-testid={`${PAGE_NAME}__DQ_icon_warning`}>\n <DQStatusIcon\n className={classes.badgeIconWarning}\n color={BADGE_ICON_STATUSES.warning}\n iconType={BADGE_ICON_STATUSES.warning}\n />\n </div>\n </Tooltip>\n {!isMobile && (\n <Typography\n className={classNames(classes.text, classes.warningMessage)}\n variant=\"body1\"\n >\n {warningMessage ? `${WARNING}. ${warningMessage}` : WARNING}\n </Typography>\n )}\n </>\n )}\n </div>\n {isOpen && (\n <ReportIssueModal\n assets={Object.keys(assetsData).map(assetKey => ({\n name: assetKey,\n id: assetsData[assetKey][0].alert.assetId,\n }))}\n onSave={customOnReportErrorClick || onReportErrorClick}\n onClose={() => setIsOpen(false)}\n />\n )}\n </div>\n );\n};\n"],"names":["PAGE_NAME","DEFAULT_TOOLTIP_MAX_HEIGHT","window","innerHeight","useStyles","makeStyles","theme","statusBadgeWrapper","backgroundColor","palette","background","b4","display","height","statusBadgeContent","padding","isSuccessTypeIcon","isErrorTypeIcon","isIssueTypeIcon","whiteSpace","width","text","fontSize","lineHeight","alignSelf","timestamp","color","primary","text6","marginLeft","isIconExist","warningMessage","text1","textOverflow","overflow","badgeIconWarning","popper","zIndex","maximized","position","bottom","transformOrigin","maxWidth","boxShadow","fontWeight","letterSpacing","b9","DQIconWrapper","alignItems","justifyContent","minWidth","borderRadius","StatusBadge","assetsData","appWidth","DQIssueTooltipMaxHeight","iconType","className","lastTimestamp","customOnReportErrorClick","onReportErrorClick","warningData","hasSubscriptionsData","currentUser","segment","useState","isOpen","setIsOpen","isTooltipOpen","setIsTooltipOpen","tooltipRef","useRef","message","BADGE_ICON_STATUSES","error","success","issue","isMobile","MAX_MOBILE_WIDTH","classes","leaveTimeoutRef","handleClick","event","current","contains","target","useEffect","document","addEventListener","removeEventListener","clearTimeout","handleMouseEnter","handleMouseLeave","_","delay","setTimeout","description","selectedAssetId","postReportError","JSON","stringify","_jsxs","classNames","_jsx","moment","unix","format","_Fragment","WARNING","warning","Object","keys","map","assetKey","name","id","alert","assetId"],"mappings":";;;;;;;;;;;;;;AAYA,IAAMA,SAAS,GAAG,cAAc,CAAA;AAChC,IAAMC,0BAA0B,GAAGC,MAAM,CAACC,WAAW,GAAG,GAAG,CAAA;AAU3D,IAAMC,SAAS,GAAGC,UAAU,CAAyB,UAAAC,KAAK,EAAA;EAAA,OAAK;AAC7DC,IAAAA,kBAAkB,EAAE;AAClBC,MAAAA,eAAe,EAAEF,KAAK,CAACG,OAAO,CAACC,UAAU,CAACC,EAAE;AAC5CC,MAAAA,OAAO,EAAE,MAAM;AACfC,MAAAA,MAAM,EAAE,EAAA;KACT;AACDC,IAAAA,kBAAkB,EAAE;AAClBF,MAAAA,OAAO,EAAE,MAAM;AACfG,MAAAA,OAAO,EAAE,SAAA,OAAA,CAAA,IAAA,EAAA;QAAA,IAAGC,iBAAiB,QAAjBA,iBAAiB;AAAEC,UAAAA,eAAe,QAAfA,eAAe;AAAEC,UAAAA,eAAe,QAAfA,eAAe,CAAA;QAAA,OAC/CF,aAAAA,CAAAA,MAAAA,CAAAA,iBAAiB,IAAIC,eAAe,IAAIC,eAAe,GAAG,CAAC,GAAG,CAAC,EAAA,IAAA,CAAA,CAAA;OAAI;AACnFC,MAAAA,UAAU,EAAE,QAAQ;AACpBC,MAAAA,KAAK,EAAE,oBAAA;KACR;AACDC,IAAAA,IAAI,EAAE;AACJC,MAAAA,QAAQ,EAAE,MAAM;AAChBC,MAAAA,UAAU,EAAE,MAAM;AAClBC,MAAAA,SAAS,EAAE,QAAA;KACZ;AACDC,IAAAA,SAAS,EAAE;AACTC,MAAAA,KAAK,EAAEpB,KAAK,CAACG,OAAO,CAACkB,OAAO,CAACC,KAAK;AAClCC,MAAAA,UAAU,EAAE,SAAA,UAAA,CAAA,KAAA,EAAA;QAAA,IAAGC,WAAW,SAAXA,WAAW,CAAA;QAAA,OAAOA,WAAW,IAAI,CAAC,CAAA;AAAA,OAAA;KAClD;AACDC,IAAAA,cAAc,EAAE;AACdL,MAAAA,KAAK,EAAEpB,KAAK,CAACG,OAAO,CAACkB,OAAO,CAACK,KAAK;AAClCH,MAAAA,UAAU,EAAE,CAAC;AACbI,MAAAA,YAAY,EAAE,UAAU;AACxBC,MAAAA,QAAQ,EAAE,QAAQ;AAClBZ,MAAAA,QAAQ,EAAE,MAAA;KACX;AACDa,IAAAA,gBAAgB,EAAE;AAAEN,MAAAA,UAAU,EAAE,CAAA;KAAG;AACnCO,IAAAA,MAAM,EAAE;AACNC,MAAAA,MAAM,EAAE,SAAA,MAAA,CAAA,KAAA,EAAA;QAAA,IAAGC,SAAS,SAATA,SAAS,CAAA;AAAA,QAAA,OAAQA,SAAS,GAAG,GAAG,GAAG,CAAC,CAAA;OAAC;AAChD,MAAA,uBAAuB,EAAE;AACvBC,QAAAA,QAAQ,EAAE,UAAU;AACpBC,QAAAA,MAAM,EAAE,CAAC;AACTpB,QAAAA,KAAK,EAAE,aAAa;AACpBqB,QAAAA,eAAe,EAAE,YAAY;AAC7BC,QAAAA,QAAQ,EAAE,MAAM;AAChB3B,QAAAA,OAAO,EAAE,CAAC;AACVO,QAAAA,QAAQ,EAAE,EAAE;AACZqB,QAAAA,SAAS,EAAE,kCAAkC;AAC7CC,QAAAA,UAAU,EAAE,GAAG;AACfrB,QAAAA,UAAU,EAAE,MAAM;AAClBsB,QAAAA,aAAa,EAAE,OAAO;AACtBrC,QAAAA,eAAe,EAAEF,KAAK,CAACG,OAAO,CAACC,UAAU,CAACoC,EAAAA;AAC5C,OAAA;KACD;AACDC,IAAAA,aAAa,EAAE;AACbnC,MAAAA,OAAO,EAAE,MAAM;AACfoC,MAAAA,UAAU,EAAE,QAAQ;AACpBxB,MAAAA,SAAS,EAAE,QAAQ;AACnByB,MAAAA,cAAc,EAAE,QAAQ;AACxBpC,MAAAA,MAAM,EAAE,EAAE;AACVO,MAAAA,KAAK,EAAE,EAAE;AACT8B,MAAAA,QAAQ,EAAE,EAAE;AACZC,MAAAA,YAAY,EAAE,EAAE;AAChB,MAAA,SAAS,EAAE;AACT3C,QAAAA,eAAe,EAAE,SAA6D,eAAA,CAAA,KAAA,EAAA;UAAA,IAA1DS,eAAe,SAAfA,eAAe;AAAED,YAAAA,iBAAiB,SAAjBA,iBAAiB;AAAEE,YAAAA,eAAe,SAAfA,eAAe,CAAA;UACrE,IAAID,eAAe,EAAE,OAAO,wBAAwB,CAAA;UACpD,IAAID,iBAAiB,EAAE,OAAO,yBAAyB,CAAA;UACvD,IAAIE,eAAe,EAAE,OAAO,yBAAyB,CAAA;AAErD,UAAA,OAAO,aAAa,CAAA;AACtB,SAAA;AACF,OAAA;AACF,KAAA;GACD,CAAA;AAAA,CAAC,CAAC,CAAA;AAiBUkC,IAAAA,WAAW,GAAG,SAAdA,WAAW,CAaa,KAAA,EAAA;AAAA,EAAA,IAAA,gBAAA,GAAA,KAAA,CAZnCC,UAAU;IAAVA,UAAU,GAAA,gBAAA,KAAA,KAAA,CAAA,GAAG,EAAE,GAAA,gBAAA;AACfC,IAAAA,QAAQ,SAARA,QAAQ;AAAA,IAAA,qBAAA,GAAA,KAAA,CACRC,uBAAuB;AAAvBA,IAAAA,uBAAuB,sCAAGtD,0BAA0B,GAAA,qBAAA;AACpDuD,IAAAA,QAAQ,SAARA,QAAQ;AACRC,IAAAA,SAAS,SAATA,SAAS;AACTC,IAAAA,aAAa,SAAbA,aAAa;AACOC,IAAAA,wBAAwB,SAA5CC,kBAAkB;AAClBC,IAAAA,WAAW,SAAXA,WAAW;AACXC,IAAAA,oBAAoB,SAApBA,oBAAoB;AACpBC,IAAAA,WAAW,SAAXA,WAAW;AACXC,IAAAA,OAAO,SAAPA,OAAO;AACP1B,IAAAA,SAAS,SAATA,SAAS,CAAA;EAET,IAA4B2B,SAAAA,GAAAA,QAAQ,CAAC,KAAK,CAAC;AAAA,IAAA,UAAA,GAAA,cAAA,CAAA,SAAA,EAAA,CAAA,CAAA;IAApCC,MAAM,GAAA,UAAA,CAAA,CAAA,CAAA;IAAEC,SAAS,GAAA,UAAA,CAAA,CAAA,CAAA,CAAA;EACxB,IAA0CF,UAAAA,GAAAA,QAAQ,CAAC,KAAK,CAAC;AAAA,IAAA,UAAA,GAAA,cAAA,CAAA,UAAA,EAAA,CAAA,CAAA;IAAlDG,aAAa,GAAA,UAAA,CAAA,CAAA,CAAA;IAAEC,gBAAgB,GAAA,UAAA,CAAA,CAAA,CAAA,CAAA;AACtC,EAAA,IAAMC,UAAU,GAAGC,MAAM,CAAiB,IAAI,CAAC,CAAA;EAC/C,IAAMxC,cAAc,GAAG8B,WAAW,KAAA,IAAA,IAAXA,WAAW,KAAXA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,WAAW,CAAEW,OAAO,CAAA;AAC3C,EAAA,IAAMvD,eAAe,GAAGuC,QAAQ,KAAKiB,mBAAmB,CAACC,KAAK,CAAA;AAC9D,EAAA,IAAM1D,iBAAiB,GAAGwC,QAAQ,KAAKiB,mBAAmB,CAACE,OAAO,CAAA;AAClE,EAAA,IAAMzD,eAAe,GAAGsC,QAAQ,KAAKiB,mBAAmB,CAACG,KAAK,CAAA;AAC9D,EAAA,IAAMC,QAAQ,GAAGvB,QAAQ,GAAGwB,gBAAgB,CAAA;EAC5C,IAAMC,OAAO,GAAG3E,SAAS,CAAC;IACxB0B,WAAW,EAAE,CAAC,CAAC0B,QAAQ;AACvBxC,IAAAA,iBAAiB,EAAjBA,iBAAiB;AACjBC,IAAAA,eAAe,EAAfA,eAAe;AACfC,IAAAA,eAAe,EAAfA,eAAe;AACfoB,IAAAA,SAAS,EAATA,SAAAA;AACF,GAAC,CAAC,CAAA;AACF,EAAA,IAAM0C,eAAe,GAAGT,MAAM,CAAuC,IAAI,CAAC,CAAA;AAE1E,EAAA,IAAMU,WAAW,GAAG,SAAdA,WAAW,CAAGC,KAAK,EAAI;AAC3B,IAAA,IAAIZ,UAAU,CAACa,OAAO,IAAI,CAACb,UAAU,CAACa,OAAO,CAACC,QAAQ,CAACF,KAAK,CAACG,MAAM,CAAC,EAAEhB,gBAAgB,CAAC,KAAK,CAAC,CAAA;GAC9F,CAAA;AAEDiB,EAAAA,SAAS,CAAC,YAAM;AACdC,IAAAA,QAAQ,CAACC,gBAAgB,CAAC,OAAO,EAAEP,WAAW,CAAC,CAAA;AAC/C,IAAA,OAAO,YAAM;AACXM,MAAAA,QAAQ,CAACE,mBAAmB,CAAC,OAAO,EAAER,WAAW,CAAC,CAAA;AAClDS,MAAAA,YAAY,CAACV,eAAe,CAACG,OAAO,CAAC,CAAA;KACtC,CAAA;GACF,EAAE,EAAE,CAAC,CAAA;AAEN,EAAA,IAAMQ,gBAAgB,GAAG,SAAnBA,gBAAgB,GAAS;AAC7BD,IAAAA,YAAY,CAACV,eAAe,CAACG,OAAO,CAAC,CAAA;IACrCd,gBAAgB,CAAC,IAAI,CAAC,CAAA;GACvB,CAAA;AAED,EAAA,IAAMuB,gBAAgB,GAAG,SAAnBA,gBAAgB,CAAIC,CAAC,EAAkB;IAAA,IAAhBC,KAAK,uEAAG,GAAG,CAAA;AACtCd,IAAAA,eAAe,CAACG,OAAO,GAAGY,UAAU,CAAC,YAAA;MAAA,OAAM1B,gBAAgB,CAAC,KAAK,CAAC,CAAA;AAAA,KAAA,EAAEyB,KAAK,CAAC,CAAA;GAC3E,CAAA;EAED,IAAMlC,kBAAkB,GAAG,SAArBA,kBAAkB,CAAIoC,WAAmB,EAAEC,eAAuB,EAAK;IAC3EC,eAAe,CAACD,eAAe,EAAED,WAAW,EAAEjC,WAAW,EAAEC,OAAO,CAAC,CAAA;GACpE,CAAA;AAEDsB,EAAAA,SAAS,CAAC,YAAM;IACd,IAAI,CAACxB,oBAAoB,EAAE,OAAA;AAE3B6B,IAAAA,gBAAgB,EAAE,CAAA;AAClBC,IAAAA,gBAAgB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAA;GAC9B,EAAE,CAACO,IAAI,CAACC,SAAS,CAAC/C,UAAU,CAAC,CAAC,CAAC,CAAA;EAEhC,oBACEgD,IAAA,CAAA,KAAA,EAAA;AACE,IAAA,aAAA,EAAarG,SAAU;IACvB,SAAS,EAAEsG,UAAU,CAACvB,OAAO,CAACxE,kBAAkB,EAAqBiD,kBAAAA,CAAAA,MAAAA,CAAAA,QAAQ,CAAIC,EAAAA,SAAS,CAAE;IAAA,QAE5F,EAAA,cAAA4C,IAAA,CAAA,KAAA,EAAA;MAAK,SAAS,EAAEtB,OAAO,CAACjE,kBAAmB;AAAC,MAAA,GAAG,EAAEwD,UAAW;MAAA,QACzDd,EAAAA,CAAAA,QAAQ,iBACP+C,GAAA,CAAC,OAAO,EAAA;AACN,QAAA,YAAY,EAAE,KAAM;QACpB,oBAAoB,EAAA,IAAA;AACpB,QAAA,IAAI,EAAEnC,aAAc;AACpB,QAAA,YAAY,EAAEuB,gBAAiB;AAC/B,QAAA,YAAY,EAAEC,gBAAiB;AAC/B,QAAA,WAAW,EAAE;UAAEnC,SAAS,EAAEsB,OAAO,CAAC3C,MAAAA;SAAS;AAC3C,QAAA,SAAS,EAAC,WAAW;QACrB,KAAK,eACHmE,IAAC,oBAAoB,EAAA;AACnB,UAAA,UAAU,EAAEjC,UAAW;AACvB,UAAA,YAAY,EAAEqB,gBAAiB;AAC/B,UAAA,YAAY,EAAEC,gBAAiB;AAC/B,UAAA,UAAU,EAAEvC,UAAW;AACvB,UAAA,SAAS,EAAEE,uBAAwB;AACnC,UAAA,OAAO,EAAE,SAAA,OAAA,GAAA;YAAA,OAAMY,SAAS,CAAC,IAAI,CAAC,CAAA;AAAA,WAAA;SAEjC,CAAA;QAAA,QAED,eAAAoC,GAAA,CAAA,KAAA,EAAA;UACE,SAAS,EAAExB,OAAO,CAAChC,aAAc;UACjC,aAAgB/C,EAAAA,EAAAA,CAAAA,MAAAA,CAAAA,SAAS,EAAawD,YAAAA,CAAAA,CAAAA,MAAAA,CAAAA,QAAQ,CAAG;AAAA,UAAA,QAAA,eAEjD+C,IAAC,YAAY,EAAA;AAAC,YAAA,KAAK,EAAE/C,QAAS;AAAC,YAAA,QAAQ,EAAEA,QAAAA;AAAS,WAAA,CAAA;AAAG,SAAA,CAAA;AACjD,OAAA,CAET,EACAE,aAAa,iBACZ2C,IAAA,CAAC,UAAU,EAAA;QAAC,SAAS,EAAEC,UAAU,CAACvB,OAAO,CAAC1D,IAAI,EAAE0D,OAAO,CAACtD,SAAS,CAAE;AAAC,QAAA,OAAO,EAAC,OAAO;QAAA,QACnE+E,EAAAA,CAAAA,eAAAA,EAAAA,MAAM,CAACC,IAAI,CAAC/C,aAAa,CAAC,CAACgD,MAAM,CAAC,iBAAiB,CAAC,CAAA;OAErE,CAAA,EACA7C,WAAW,iBACVwC,IAAA,CAAAM,QAAA,EAAA;AAAA,QAAA,QAAA,EAAA,cACEJ,IAAC,OAAO,EAAA;AACN,UAAA,SAAS,EAAC,KAAK;AACf,UAAA,KAAK,EAAExE,cAAc,GAAA,EAAA,CAAA,MAAA,CAAM6E,OAAO,EAAK7E,IAAAA,CAAAA,CAAAA,MAAAA,CAAAA,cAAc,IAAK6E,OAAQ;UAAA,QAElE,eAAAL,GAAA,CAAA,KAAA,EAAA;AAAK,YAAA,aAAA,EAAA,EAAA,CAAA,MAAA,CAAgBvG,SAAS,EAAoB,mBAAA,CAAA;AAAA,YAAA,QAAA,eAChDuG,IAAC,YAAY,EAAA;cACX,SAAS,EAAExB,OAAO,CAAC5C,gBAAiB;cACpC,KAAK,EAAEsC,mBAAmB,CAACoC,OAAQ;cACnC,QAAQ,EAAEpC,mBAAmB,CAACoC,OAAAA;AAAQ,aAAA,CAAA;AACtC,WAAA,CAAA;AACE,SAAA,CACE,EACT,CAAChC,QAAQ,iBACR0B,IAAC,UAAU,EAAA;UACT,SAAS,EAAED,UAAU,CAACvB,OAAO,CAAC1D,IAAI,EAAE0D,OAAO,CAAChD,cAAc,CAAE;AAC5D,UAAA,OAAO,EAAC,OAAO;AAAA,UAAA,QAAA,EAEdA,cAAc,GAAA,EAAA,CAAA,MAAA,CAAM6E,OAAO,EAAA,IAAA,CAAA,CAAA,MAAA,CAAK7E,cAAc,CAAK6E,GAAAA,OAAAA;SAEvD,CAAA,CAAA;OAEJ,CAAA,CAAA;AAAA,KAAA,CACG,EACL1C,MAAM,iBACLqC,GAAA,CAAC,gBAAgB,EAAA;MACf,MAAM,EAAEO,MAAM,CAACC,IAAI,CAAC1D,UAAU,CAAC,CAAC2D,GAAG,CAAC,UAAAC,QAAQ,EAAA;QAAA,OAAK;AAC/CC,UAAAA,IAAI,EAAED,QAAQ;UACdE,EAAE,EAAE9D,UAAU,CAAC4D,QAAQ,CAAC,CAAC,CAAC,CAAC,CAACG,KAAK,CAACC,OAAAA;SACnC,CAAA;AAAA,OAAC,CAAE;MACJ,MAAM,EAAE1D,wBAAwB,IAAIC,kBAAmB;AACvD,MAAA,OAAO,EAAE,SAAA,OAAA,GAAA;QAAA,OAAMO,SAAS,CAAC,KAAK,CAAC,CAAA;AAAA,OAAA;KAElC,CAAA,CAAA;GACG,CAAA,CAAA;AAEV;;;;"}
|
|
@@ -1 +1,150 @@
|
|
|
1
|
-
import{makeStyles
|
|
1
|
+
import { makeStyles } from '@material-ui/core';
|
|
2
|
+
|
|
3
|
+
var useDQUnvalidatedContentStyles = makeStyles(function (theme) {
|
|
4
|
+
return {
|
|
5
|
+
alertIcon: {
|
|
6
|
+
width: 16,
|
|
7
|
+
height: 16
|
|
8
|
+
},
|
|
9
|
+
assetWrapper: {
|
|
10
|
+
display: 'table-row'
|
|
11
|
+
},
|
|
12
|
+
assetTable: {
|
|
13
|
+
display: 'table',
|
|
14
|
+
color: theme.palette.primary.contrastText,
|
|
15
|
+
marginLeft: 8
|
|
16
|
+
},
|
|
17
|
+
assetCell: {
|
|
18
|
+
display: 'table-cell',
|
|
19
|
+
padding: '5px 0',
|
|
20
|
+
verticalAlign: 'middle',
|
|
21
|
+
width: 111
|
|
22
|
+
},
|
|
23
|
+
assetName: {
|
|
24
|
+
fontSize: '12px',
|
|
25
|
+
width: 89
|
|
26
|
+
},
|
|
27
|
+
container: {
|
|
28
|
+
padding: '12px 0 4px 12px'
|
|
29
|
+
},
|
|
30
|
+
headerText: {
|
|
31
|
+
lineHeight: '19px',
|
|
32
|
+
fontSize: '16px',
|
|
33
|
+
fontWeight: 500
|
|
34
|
+
},
|
|
35
|
+
subheaderText: {
|
|
36
|
+
lineHeight: '14px',
|
|
37
|
+
fontSize: '12px',
|
|
38
|
+
fontWeight: 400,
|
|
39
|
+
marginRight: 16,
|
|
40
|
+
color: theme.palette.primary.text7,
|
|
41
|
+
marginTop: 4
|
|
42
|
+
},
|
|
43
|
+
Issue: {
|
|
44
|
+
color: '#ffa500'
|
|
45
|
+
},
|
|
46
|
+
Missing: {
|
|
47
|
+
color: theme.palette.error.main
|
|
48
|
+
},
|
|
49
|
+
Resolved: {
|
|
50
|
+
color: theme.palette.success.bright
|
|
51
|
+
},
|
|
52
|
+
errorContainer: {
|
|
53
|
+
display: 'flex',
|
|
54
|
+
alignItems: 'center',
|
|
55
|
+
marginLeft: 8,
|
|
56
|
+
height: 22
|
|
57
|
+
},
|
|
58
|
+
missingContainer: {
|
|
59
|
+
marginLeft: 0
|
|
60
|
+
},
|
|
61
|
+
errorText: {
|
|
62
|
+
marginLeft: 4,
|
|
63
|
+
fontSize: '14px'
|
|
64
|
+
},
|
|
65
|
+
errorNum: {
|
|
66
|
+
fontSize: '16px',
|
|
67
|
+
marginLeft: 4
|
|
68
|
+
},
|
|
69
|
+
accordion: {
|
|
70
|
+
'&:not(:first-child)': {
|
|
71
|
+
marginTop: '16px !important'
|
|
72
|
+
},
|
|
73
|
+
marginTop: '8px !important',
|
|
74
|
+
color: theme.palette.primary.contrastText,
|
|
75
|
+
'& .MuiAccordionSummary-content': {
|
|
76
|
+
fontWeight: '400 !important'
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
accordionDetails: {
|
|
80
|
+
marginTop: 8
|
|
81
|
+
},
|
|
82
|
+
categoryName: {
|
|
83
|
+
marginTop: 4
|
|
84
|
+
},
|
|
85
|
+
accordionsWrapper: {
|
|
86
|
+
maxHeight: function maxHeight(_ref) {
|
|
87
|
+
var _maxHeight = _ref.maxHeight;
|
|
88
|
+
return _maxHeight;
|
|
89
|
+
},
|
|
90
|
+
overflowY: 'auto',
|
|
91
|
+
paddingRight: 16,
|
|
92
|
+
'&::before, &::after': {
|
|
93
|
+
content: '""',
|
|
94
|
+
width: '100%',
|
|
95
|
+
height: 16,
|
|
96
|
+
position: 'absolute',
|
|
97
|
+
zIndex: 1
|
|
98
|
+
},
|
|
99
|
+
'&::before': {
|
|
100
|
+
background: "linear-gradient(180deg, ".concat(theme.palette.background.b9, " 18.23%, rgba(59, 59, 59, 0) 100%)"),
|
|
101
|
+
opacity: 0.8,
|
|
102
|
+
top: 0
|
|
103
|
+
},
|
|
104
|
+
'&::after': {
|
|
105
|
+
background: "linear-gradient(0deg, ".concat(theme.palette.background.b9, " 18.23%, rgba(59, 59, 59, 0) 100%)"),
|
|
106
|
+
opacity: 0.8,
|
|
107
|
+
bottom: 0
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
relative: {
|
|
111
|
+
position: 'relative',
|
|
112
|
+
padding: '8px 0'
|
|
113
|
+
},
|
|
114
|
+
reportDQIssueButtonWrapper: {
|
|
115
|
+
display: 'flex',
|
|
116
|
+
justifyContent: 'end'
|
|
117
|
+
},
|
|
118
|
+
reportDQIssueButton: {
|
|
119
|
+
marginRight: 12,
|
|
120
|
+
marginBottom: 8
|
|
121
|
+
},
|
|
122
|
+
headerWrapper: {
|
|
123
|
+
display: 'flex',
|
|
124
|
+
alignItems: 'center'
|
|
125
|
+
},
|
|
126
|
+
linkIcon: {
|
|
127
|
+
width: 24,
|
|
128
|
+
height: 24,
|
|
129
|
+
color: theme.palette.primary.main
|
|
130
|
+
},
|
|
131
|
+
link: {
|
|
132
|
+
lineHeight: 0,
|
|
133
|
+
zIndex: 1,
|
|
134
|
+
position: 'relative',
|
|
135
|
+
display: 'flex',
|
|
136
|
+
alignItems: 'center',
|
|
137
|
+
justifyContent: 'center',
|
|
138
|
+
marginLeft: 8,
|
|
139
|
+
width: 36,
|
|
140
|
+
height: 36,
|
|
141
|
+
borderRadius: 18,
|
|
142
|
+
'&:hover': {
|
|
143
|
+
backgroundColor: theme.palette.background.b7
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
export { useDQUnvalidatedContentStyles };
|
|
150
|
+
//# sourceMappingURL=styles.js.map
|