@corva/ui 0.48.0-1 → 0.48.0-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLI/hocs/constants.d.ts +3 -0
- package/CLI/hocs/constants.d.ts.map +1 -0
- package/CLI/hocs/utils.d.ts +5 -0
- package/CLI/hocs/utils.d.ts.map +1 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.d.ts.map +1 -0
- package/clients/api/apiCore.d.ts +38 -0
- package/clients/api/apiCore.d.ts.map +1 -0
- package/clients/api/httpMessages.d.ts +7 -0
- package/clients/api/httpMessages.d.ts.map +1 -0
- package/clients/clientStorage/core.d.ts +5 -0
- package/clients/clientStorage/core.d.ts.map +1 -0
- package/clients/clientStorage/index.d.ts +19 -0
- package/clients/clientStorage/index.d.ts.map +1 -0
- package/clients/clientStorage/index.js +1 -1
- package/clients/constants.d.ts +6 -0
- package/clients/constants.d.ts.map +1 -0
- package/clients/index.d.ts +29 -0
- package/clients/index.d.ts.map +1 -0
- package/clients/jsonApi/index.d.ts +108 -0
- package/clients/jsonApi/index.d.ts.map +1 -0
- package/clients/jsonApi/methods.d.ts +2 -0
- package/clients/jsonApi/methods.d.ts.map +1 -0
- package/clients/subscriptions.d.ts +9 -0
- package/clients/subscriptions.d.ts.map +1 -0
- package/clients/utils.d.ts +6 -0
- package/clients/utils.d.ts.map +1 -0
- package/components/AddComment/Popover.d.ts +38 -0
- package/components/AddComment/Popover.d.ts.map +1 -0
- package/components/AddComment/Popover.js +1 -1
- package/components/AddComment/Popup.d.ts +38 -0
- package/components/AddComment/Popup.d.ts.map +1 -0
- package/components/AddComment/components/Content.d.ts +37 -0
- package/components/AddComment/components/Content.d.ts.map +1 -0
- package/components/AddComment/components/Content.js +1 -1
- package/components/AddComment/index.d.ts +4 -0
- package/components/AddComment/index.d.ts.map +1 -0
- package/components/AdvancedSlider/AdvancedSlider.d.ts +3 -0
- package/components/AdvancedSlider/AdvancedSlider.d.ts.map +1 -0
- package/components/AdvancedSlider/Handle.d.ts +9 -0
- package/components/AdvancedSlider/Handle.d.ts.map +1 -0
- package/components/AdvancedSlider/index.d.ts +2 -0
- package/components/AdvancedSlider/index.d.ts.map +1 -0
- package/components/AnchorsList/AnchorsList.d.ts +19 -0
- package/components/AnchorsList/AnchorsList.d.ts.map +1 -0
- package/components/AnchorsList/index.d.ts +2 -0
- package/components/AnchorsList/index.d.ts.map +1 -0
- package/components/Annotations/AnnotationsContext.d.ts +11 -0
- package/components/Annotations/AnnotationsContext.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.d.ts +3 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.d.ts +3 -0
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.d.ts +21 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.d.ts +6 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.d.ts +36 -0
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.d.ts.map +1 -0
- package/components/Annotations/components/AnnotationsList/index.d.ts +29 -0
- package/components/Annotations/components/AnnotationsList/index.d.ts.map +1 -0
- package/components/Annotations/components/LastAnnotation/index.d.ts +3 -0
- package/components/Annotations/components/LastAnnotation/index.d.ts.map +1 -0
- package/components/Annotations/constants.d.ts +32 -0
- package/components/Annotations/constants.d.ts.map +1 -0
- package/components/Annotations/index.d.ts +7 -0
- package/components/Annotations/index.d.ts.map +1 -0
- package/components/AppVersionsSelect/AppVersionsSelect.d.ts +20 -0
- package/components/AppVersionsSelect/AppVersionsSelect.d.ts.map +1 -0
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
- package/components/AppVersionsSelect/effects/index.d.ts +7 -0
- package/components/AppVersionsSelect/effects/index.d.ts.map +1 -0
- package/components/AppVersionsSelect/index.d.ts +2 -0
- package/components/AppVersionsSelect/index.d.ts.map +1 -0
- package/components/AssetEditor/AssetEditorAutocomplete.d.ts +73 -0
- package/components/AssetEditor/AssetEditorAutocomplete.d.ts.map +1 -0
- package/components/AssetEditor/SingleAssetEditor.d.ts +31 -0
- package/components/AssetEditor/SingleAssetEditor.d.ts.map +1 -0
- package/components/AssetEditor/constants.d.ts +3 -0
- package/components/AssetEditor/constants.d.ts.map +1 -0
- package/components/AssetEditor/effects/index.d.ts +29 -0
- package/components/AssetEditor/effects/index.d.ts.map +1 -0
- package/components/AssetEditor/index.d.ts +33 -0
- package/components/AssetEditor/index.d.ts.map +1 -0
- package/components/AssetEditor/utils/index.d.ts +2 -0
- package/components/AssetEditor/utils/index.d.ts.map +1 -0
- package/components/AssetNameLabel/PrimaryAssetNameLabel.d.ts +3 -0
- package/components/AssetNameLabel/PrimaryAssetNameLabel.d.ts.map +1 -0
- package/components/AssetNameLabel/SecondaryAssetNameLabel.d.ts +3 -0
- package/components/AssetNameLabel/SecondaryAssetNameLabel.d.ts.map +1 -0
- package/components/AssetNameLabel/index.d.ts +3 -0
- package/components/AssetNameLabel/index.d.ts.map +1 -0
- package/components/Attachment/index.d.ts +18 -0
- package/components/Attachment/index.d.ts.map +1 -0
- package/components/Autocomplete/Autocomplete.d.ts +38 -0
- package/components/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/components/Autocomplete/index.d.ts +2 -0
- package/components/Autocomplete/index.d.ts.map +1 -0
- package/components/Avatar/index.d.ts +61 -0
- package/components/Avatar/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/Map.d.ts +39 -0
- package/components/BICOffsetPickerDialog/components/Map/Map.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/Map/index.d.ts +28 -0
- package/components/BICOffsetPickerDialog/components/Map/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.d.ts +14 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.d.ts +19 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.d.ts +11 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts +3 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.d.ts +87 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/index.d.ts +2 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.d.ts +2 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/index.d.ts +2 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.d.ts +3 -0
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.d.ts +29 -0
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.d.ts +31 -0
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.d.ts +21 -0
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/components/WellSection/index.d.ts +23 -0
- package/components/BICOffsetPickerDialog/components/WellSection/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/constants.d.ts +6 -0
- package/components/BICOffsetPickerDialog/constants.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/effects/index.d.ts +4 -0
- package/components/BICOffsetPickerDialog/effects/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/index.d.ts +40 -0
- package/components/BICOffsetPickerDialog/index.d.ts.map +1 -0
- package/components/BICOffsetPickerDialog/index.js +1 -1
- package/components/BICOffsetPickerDialog/utils/apiCalls.d.ts +3 -0
- package/components/BICOffsetPickerDialog/utils/apiCalls.d.ts.map +1 -0
- package/components/Breadcrumbs/index.d.ts +14 -0
- package/components/Breadcrumbs/index.d.ts.map +1 -0
- package/components/Breadcrumbs/index.js +1 -1
- package/{types/src/components → components}/Button/index.d.ts +18 -17
- package/components/Button/index.d.ts.map +1 -0
- package/components/Casing/CasingComponentIcon.d.ts +25 -0
- package/components/Casing/CasingComponentIcon.d.ts.map +1 -0
- package/components/Casing/CasingTable/CasingComponent.d.ts +12 -0
- package/components/Casing/CasingTable/CasingComponent.d.ts.map +1 -0
- package/components/Casing/CasingTable/index.d.ts +10 -0
- package/components/Casing/CasingTable/index.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/CasingTableV2.d.ts +41 -0
- package/components/Casing/CasingTableV2/CasingTableV2.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.d.ts +22 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.d.ts +37 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -1
- package/components/Casing/CasingTableV2/components/CasingJoints/index.d.ts +4 -0
- package/components/Casing/CasingTableV2/components/CasingJoints/index.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/Component.d.ts +45 -0
- package/components/Casing/CasingTableV2/components/Component.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/Component.js +1 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.d.ts +31 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.d.ts +41 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/index.d.ts +4 -0
- package/components/Casing/CasingTableV2/components/DrillPipe/index.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/EditComponentDialog.d.ts +28 -0
- package/components/Casing/CasingTableV2/components/EditComponentDialog.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/Header.d.ts +3 -0
- package/components/Casing/CasingTableV2/components/Header.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/SortableComponent.d.ts +3 -0
- package/components/Casing/CasingTableV2/components/SortableComponent.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/SortableComponents.d.ts +3 -0
- package/components/Casing/CasingTableV2/components/SortableComponents.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/components/constants.d.ts +13 -0
- package/components/Casing/CasingTableV2/components/constants.d.ts.map +1 -0
- package/components/Casing/CasingTableV2/index.d.ts +2 -0
- package/components/Casing/CasingTableV2/index.d.ts.map +1 -0
- package/components/Casing/CasingTile/CasingTile.d.ts +25 -0
- package/components/Casing/CasingTile/CasingTile.d.ts.map +1 -0
- package/components/Casing/CasingTile/index.d.ts +2 -0
- package/components/Casing/CasingTile/index.d.ts.map +1 -0
- package/components/Casing/CasingTile/style.d.ts +2 -0
- package/components/Casing/CasingTile/style.d.ts.map +1 -0
- package/components/Casing/CasingTileIcon.d.ts +15 -0
- package/components/Casing/CasingTileIcon.d.ts.map +1 -0
- package/components/Casing/index.d.ts +6 -0
- package/components/Casing/index.d.ts.map +1 -0
- package/components/Chart/ChartWrapperContext.d.ts +3 -0
- package/components/Chart/ChartWrapperContext.d.ts.map +1 -0
- package/components/Chart/components/ChartButton.d.ts +12 -0
- package/components/Chart/components/ChartButton.d.ts.map +1 -0
- package/components/Chart/components/ChartButtons.d.ts +7 -0
- package/components/Chart/components/ChartButtons.d.ts.map +1 -0
- package/components/Chart/components/ChartWrapper.d.ts +7 -0
- package/components/Chart/components/ChartWrapper.d.ts.map +1 -0
- package/components/Chart/components/buttons/DragToZoomButton.d.ts +13 -0
- package/components/Chart/components/buttons/DragToZoomButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/HideAxesButton.d.ts +7 -0
- package/components/Chart/components/buttons/HideAxesButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/PanButton.d.ts +13 -0
- package/components/Chart/components/buttons/PanButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/ResetZoomButton.d.ts +13 -0
- package/components/Chart/components/buttons/ResetZoomButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/ZoomInButton.d.ts +11 -0
- package/components/Chart/components/buttons/ZoomInButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/ZoomOutButton.d.ts +11 -0
- package/components/Chart/components/buttons/ZoomOutButton.d.ts.map +1 -0
- package/components/Chart/components/buttons/index.d.ts +7 -0
- package/components/Chart/components/buttons/index.d.ts.map +1 -0
- package/components/Chart/components/index.d.ts +5 -0
- package/components/Chart/components/index.d.ts.map +1 -0
- package/components/Chart/constants.d.ts +11 -0
- package/components/Chart/constants.d.ts.map +1 -0
- package/components/Chart/effects/index.d.ts +5 -0
- package/components/Chart/effects/index.d.ts.map +1 -0
- package/components/Chart/effects/useChartModifier.d.ts +8 -0
- package/components/Chart/effects/useChartModifier.d.ts.map +1 -0
- package/components/Chart/effects/useHideAxes.d.ts +8 -0
- package/components/Chart/effects/useHideAxes.d.ts.map +1 -0
- package/components/Chart/effects/useKeyboardControl.d.ts +5 -0
- package/components/Chart/effects/useKeyboardControl.d.ts.map +1 -0
- package/components/Chart/effects/useZoom.d.ts +15 -0
- package/components/Chart/effects/useZoom.d.ts.map +1 -0
- package/components/Chart/options.d.ts +103 -0
- package/components/Chart/options.d.ts.map +1 -0
- package/components/Chart/utils.d.ts +23 -0
- package/components/Chart/utils.d.ts.map +1 -0
- package/components/ChartActionsList/ChartActionsList.d.ts +18 -0
- package/components/ChartActionsList/ChartActionsList.d.ts.map +1 -0
- package/components/ChartActionsList/icons/GoLive.d.ts +11 -0
- package/components/ChartActionsList/icons/GoLive.d.ts.map +1 -0
- package/components/ChartActionsList/icons/LeftArrow.d.ts +11 -0
- package/components/ChartActionsList/icons/LeftArrow.d.ts.map +1 -0
- package/components/ChartActionsList/icons/RightArrow.d.ts +11 -0
- package/components/ChartActionsList/icons/RightArrow.d.ts.map +1 -0
- package/components/ChartActionsList/icons/TimeRange.d.ts +3 -0
- package/components/ChartActionsList/icons/TimeRange.d.ts.map +1 -0
- package/components/ChartActionsList/icons/ZoomIn.d.ts +11 -0
- package/components/ChartActionsList/icons/ZoomIn.d.ts.map +1 -0
- package/components/ChartActionsList/icons/ZoomOut.d.ts +11 -0
- package/components/ChartActionsList/icons/ZoomOut.d.ts.map +1 -0
- package/components/ChartActionsList/index.d.ts +2 -0
- package/components/ChartActionsList/index.d.ts.map +1 -0
- package/components/Checkbox/index.d.ts +13 -0
- package/components/Checkbox/index.d.ts.map +1 -0
- package/components/Chip/index.d.ts +14 -0
- package/components/Chip/index.d.ts.map +1 -0
- package/components/CollapsableSidebar.d.ts +41 -0
- package/components/CollapsableSidebar.d.ts.map +1 -0
- package/components/CollapsableSidebar.js +1 -1
- package/components/CollapsibleContent.d.ts +17 -0
- package/components/CollapsibleContent.d.ts.map +1 -0
- package/components/ColorPicker/ColorPicker.d.ts +45 -0
- package/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.d.ts +15 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/index.d.ts +2 -0
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/index.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.d.ts +3 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.d.ts +4 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/index.d.ts +2 -0
- package/components/ColorPicker/PaletteChromePicker/Palette/index.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts +3 -0
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.d.ts.map +1 -0
- package/components/ColorPicker/PaletteChromePicker/index.d.ts +2 -0
- package/components/ColorPicker/PaletteChromePicker/index.d.ts.map +1 -0
- package/components/ColorPicker/index.d.ts +2 -0
- package/components/ColorPicker/index.d.ts.map +1 -0
- package/components/ColorPickerPalette/ColorPickerPalette.d.ts +21 -0
- package/components/ColorPickerPalette/ColorPickerPalette.d.ts.map +1 -0
- package/components/ColorPickerPalette/index.d.ts +2 -0
- package/components/ColorPickerPalette/index.d.ts.map +1 -0
- package/components/Comment/CommentIcon/BadgeIcon.d.ts +4 -0
- package/components/Comment/CommentIcon/BadgeIcon.d.ts.map +1 -0
- package/components/Comment/CommentIcon/index.d.ts +23 -0
- package/components/Comment/CommentIcon/index.d.ts.map +1 -0
- package/components/Comment/index.d.ts +24 -0
- package/components/Comment/index.d.ts.map +1 -0
- package/components/CommentInput/index.d.ts +60 -0
- package/components/CommentInput/index.d.ts.map +1 -0
- package/components/CommentInput/index.js +1 -1
- package/components/CommentLoader.d.ts +11 -0
- package/components/CommentLoader.d.ts.map +1 -0
- package/components/CommentWrapper.d.ts +20 -0
- package/components/CommentWrapper.d.ts.map +1 -0
- package/components/CommentsInfo/index.d.ts +34 -0
- package/components/CommentsInfo/index.d.ts.map +1 -0
- package/components/ConfirmationDialog.d.ts +25 -0
- package/components/ConfirmationDialog.d.ts.map +1 -0
- package/components/ContextMenuItem/index.d.ts +21 -0
- package/components/ContextMenuItem/index.d.ts.map +1 -0
- package/components/CopyToClipboard/CopyToClipboard.d.ts +40 -0
- package/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -0
- package/components/CopyToClipboard/index.d.ts +2 -0
- package/components/CopyToClipboard/index.d.ts.map +1 -0
- package/components/Counter/index.d.ts +26 -0
- package/components/Counter/index.d.ts.map +1 -0
- package/components/CustomSelect/index.d.ts +23 -0
- package/components/CustomSelect/index.d.ts.map +1 -0
- package/components/DatePicker/index.d.ts +22 -0
- package/components/DatePicker/index.d.ts.map +1 -0
- package/components/DateTimePicker/index.d.ts +26 -0
- package/components/DateTimePicker/index.d.ts.map +1 -0
- package/components/DevCenter/AppContext.d.ts +3 -0
- package/components/DevCenter/AppContext.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/AppHeader.d.ts +101 -0
- package/components/DevCenter/AppHeader/AppHeader.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/AppHeaderStyles.d.ts +2 -0
- package/components/DevCenter/AppHeader/AppHeaderStyles.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/PadMode.d.ts +37 -0
- package/components/DevCenter/AppHeader/PadMode.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/VersionBadge.d.ts +15 -0
- package/components/DevCenter/AppHeader/VersionBadge.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/index.d.ts +2 -0
- package/components/DevCenter/AppHeader/index.d.ts.map +1 -0
- package/components/DevCenter/AppHeader/utils.d.ts +2 -0
- package/components/DevCenter/AppHeader/utils.d.ts.map +1 -0
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts +30 -0
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.d.ts.map +1 -0
- package/components/DevCenter/AppSettingsPopover/index.d.ts +2 -0
- package/components/DevCenter/AppSettingsPopover/index.d.ts.map +1 -0
- package/components/DevCenter/AppSideBar/AppSideBar.d.ts +68 -0
- package/components/DevCenter/AppSideBar/AppSideBar.d.ts.map +1 -0
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.d.ts +19 -0
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/getDeprecatedAssetIds.test.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/getDeprecatedAssetIds.test.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/assetDashboard/wellAssetDashboard/appWithDefaultSettings.d.ts +76 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/assetDashboard/wellAssetDashboard/appWithDefaultSettings.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithFracFleetId.d.ts +89 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithFracFleetId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithPadId.d.ts +89 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/completion/appWithPadId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithActiveWellId.d.ts +47 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithActiveWellId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithRigId.d.ts +53 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/generalDashboard/drilling/appWithRigId.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/index.d.ts +6 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/mocks/index.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/useAppsData.test.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/effects/__tests__/useAppsData.test.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.d.ts +8 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/constants.js +1 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.d.ts +11 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/index.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/effects/index.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.d.ts +6 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.d.ts +36 -0
- package/components/DevCenter/AppsDataProvider/effects/utils.d.ts.map +1 -0
- package/components/DevCenter/AppsDataProvider/index.d.ts +2 -0
- package/components/DevCenter/AppsDataProvider/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts +36 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.d.ts +25 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.d.ts +6 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts +43 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.d.ts +13 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts +15 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/index.d.ts +3 -0
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.d.ts +24 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.d.ts +11 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.d.ts +11 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.d.ts +3 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts +30 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts +11 -0
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/components/index.d.ts +10 -0
- package/components/DevCenter/DevCenterAppContainer/components/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/index.d.ts +5 -0
- package/components/DevCenter/DevCenterAppContainer/effects/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.d.ts +12 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.d.ts +6 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.d.ts +9 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.d.ts +8 -0
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/index.d.ts +2 -0
- package/components/DevCenter/DevCenterAppContainer/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterAppContainer/utils.d.ts +4 -0
- package/components/DevCenter/DevCenterAppContainer/utils.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.d.ts +2 -0
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.d.ts +21 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/index.d.ts +2 -0
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/index.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.d.ts +2 -0
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.d.ts +5 -0
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.d.ts.map +1 -0
- package/components/DevCenter/DevCenterRouterContext/index.d.ts +5 -0
- package/components/DevCenter/DevCenterRouterContext/index.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.d.ts +3 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts +27 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/index.d.ts +3 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/index.d.ts.map +1 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.d.ts +2 -0
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.d.ts.map +1 -0
- package/components/DevCenter/NavigationBar/NavigationBar.d.ts +17 -0
- package/components/DevCenter/NavigationBar/NavigationBar.d.ts.map +1 -0
- package/components/DevCenter/NavigationBar/index.d.ts +2 -0
- package/components/DevCenter/NavigationBar/index.d.ts.map +1 -0
- package/components/DevCenter/SideBar/SideBar.d.ts +39 -0
- package/components/DevCenter/SideBar/SideBar.d.ts.map +1 -0
- package/components/DevCenter/SideBar/index.d.ts +2 -0
- package/components/DevCenter/SideBar/index.d.ts.map +1 -0
- package/components/DevCenter/icons/CorvaLogoSmall.d.ts +23 -0
- package/components/DevCenter/icons/CorvaLogoSmall.d.ts.map +1 -0
- package/components/DevCenter/icons/DevCenterIcon.d.ts +23 -0
- package/components/DevCenter/icons/DevCenterIcon.d.ts.map +1 -0
- package/components/DevCenter/index.d.ts +10 -0
- package/components/DevCenter/index.d.ts.map +1 -0
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.d.ts +11 -0
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.d.ts.map +1 -0
- package/components/DisabledSettingsMessage/index.d.ts +2 -0
- package/components/DisabledSettingsMessage/index.d.ts.map +1 -0
- package/components/DocumentViewer/DocumentViewer.d.ts +30 -0
- package/components/DocumentViewer/DocumentViewer.d.ts.map +1 -0
- package/components/DocumentViewer/DocumentViewer.js +1 -1
- package/components/DocumentViewer/styles.d.ts +2 -0
- package/components/DocumentViewer/styles.d.ts.map +1 -0
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.d.ts +13 -0
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.d.ts.map +1 -0
- package/components/Drillstring/BHACasingEmptyView/index.d.ts +2 -0
- package/components/Drillstring/BHACasingEmptyView/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentDetail/constants.d.ts +184 -0
- package/components/Drillstring/BHAComponentDetail/constants.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentDetail/index.d.ts +16 -0
- package/components/Drillstring/BHAComponentDetail/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentIcon.d.ts +25 -0
- package/components/Drillstring/BHAComponentIcon.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.d.ts +45 -0
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.d.ts +25 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Agitator/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Agitator/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.d.ts +23 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.d.ts +35 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Bit/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Bit/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.d.ts +51 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Component.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.d.ts +27 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.d.ts +34 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.d.ts +31 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.d.ts +42 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.d.ts +28 -0
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Header.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/Header.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.d.ts +25 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Jar/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Jar/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.d.ts +26 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.d.ts +34 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Lwd/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.d.ts +25 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Mwd/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Mwd/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.d.ts +32 -0
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.d.ts +37 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.d.ts +43 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Pdm/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Pdm/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.d.ts +36 -0
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.d.ts +26 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.d.ts +33 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Rss/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Rss/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponents.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/SortableComponents.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.d.ts +28 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.d.ts +35 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.d.ts +24 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.d.ts +31 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Sub/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Sub/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.d.ts +20 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.d.ts +28 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/index.d.ts +3 -0
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.d.ts +33 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.d.ts +40 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/Ur/index.d.ts +4 -0
- package/components/Drillstring/BHAComponentsTable/components/Ur/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/constants.d.ts +22 -0
- package/components/Drillstring/BHAComponentsTable/components/constants.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.d.ts +10 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.d.ts +19 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.d.ts +18 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.d.ts +22 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.d.ts +36 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.d.ts +12 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.d.ts +16 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.d.ts +36 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.d.ts +26 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.d.ts +30 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/index.d.ts +12 -0
- package/components/Drillstring/BHAComponentsTable/components/shared/index.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.d.ts +2 -0
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.d.ts +2 -0
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.d.ts.map +1 -0
- package/components/Drillstring/BHAComponentsTable/index.d.ts +2 -0
- package/components/Drillstring/BHAComponentsTable/index.d.ts.map +1 -0
- package/components/Drillstring/BHAList/BHAList.d.ts +39 -0
- package/components/Drillstring/BHAList/BHAList.d.ts.map +1 -0
- package/components/Drillstring/BHAList/index.d.ts +2 -0
- package/components/Drillstring/BHAList/index.d.ts.map +1 -0
- package/components/Drillstring/BHASchematic.d.ts +21 -0
- package/components/Drillstring/BHASchematic.d.ts.map +1 -0
- package/components/Drillstring/BHATable/BHAComponent.d.ts +14 -0
- package/components/Drillstring/BHATable/BHAComponent.d.ts.map +1 -0
- package/components/Drillstring/BHATable/index.d.ts +14 -0
- package/components/Drillstring/BHATable/index.d.ts.map +1 -0
- package/components/Drillstring/BHATile/BHATile.d.ts +34 -0
- package/components/Drillstring/BHATile/BHATile.d.ts.map +1 -0
- package/components/Drillstring/BHATile/index.d.ts +2 -0
- package/components/Drillstring/BHATile/index.d.ts.map +1 -0
- package/components/Drillstring/BHATileIcon.d.ts +19 -0
- package/components/Drillstring/BHATileIcon.d.ts.map +1 -0
- package/components/Drillstring/BhaIndicator/BhaIndicator.d.ts +14 -0
- package/components/Drillstring/BhaIndicator/BhaIndicator.d.ts.map +1 -0
- package/components/Drillstring/BhaIndicator/index.d.ts +2 -0
- package/components/Drillstring/BhaIndicator/index.d.ts.map +1 -0
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.d.ts +16 -0
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.d.ts.map +1 -0
- package/components/Drillstring/DrillstringDetail/index.d.ts +2 -0
- package/components/Drillstring/DrillstringDetail/index.d.ts.map +1 -0
- package/components/Drillstring/index.d.ts +9 -0
- package/components/Drillstring/index.d.ts.map +1 -0
- package/components/EditableItem/EditableItem/index.d.ts +39 -0
- package/components/EditableItem/EditableItem/index.d.ts.map +1 -0
- package/components/EditableItem/EditableItemWithBadge/index.d.ts +14 -0
- package/components/EditableItem/EditableItemWithBadge/index.d.ts.map +1 -0
- package/components/EditableItem/index.d.ts +3 -0
- package/components/EditableItem/index.d.ts.map +1 -0
- package/components/EmbeddedApp/DevCenterEmbeddedApp.d.ts +32 -0
- package/components/EmbeddedApp/DevCenterEmbeddedApp.d.ts.map +1 -0
- package/components/EmbeddedApp/EmbeddedApp.d.ts +22 -0
- package/components/EmbeddedApp/EmbeddedApp.d.ts.map +1 -0
- package/components/EmbeddedApp/components/AppInfo.d.ts +19 -0
- package/components/EmbeddedApp/components/AppInfo.d.ts.map +1 -0
- package/components/EmbeddedApp/index.d.ts +4 -0
- package/components/EmbeddedApp/index.d.ts.map +1 -0
- package/components/EmojiIconButton.d.ts +28 -0
- package/components/EmojiIconButton.d.ts.map +1 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.d.ts +70 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.d.ts.map +1 -0
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts +11 -0
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.d.ts.map +1 -0
- package/components/EmptyView/EmptyAppView/index.d.ts +2 -0
- package/components/EmptyView/EmptyAppView/index.d.ts.map +1 -0
- package/components/EmptyView/EmptyView.d.ts +32 -0
- package/components/EmptyView/EmptyView.d.ts.map +1 -0
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/EmptyView/__tests__/EmptyView.test.d.ts +2 -0
- package/components/EmptyView/__tests__/EmptyView.test.d.ts.map +1 -0
- package/components/EmptyView/index.d.ts +2 -0
- package/components/EmptyView/index.d.ts.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.d.ts +19 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.d.ts.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/__tests__/DevCenterAppErrorView.snapshot.test.d.ts +2 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/__tests__/DevCenterAppErrorView.snapshot.test.d.ts.map +1 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/index.d.ts +2 -0
- package/components/ErrorBoundary/DevCenterAppErrorView/index.d.ts.map +1 -0
- package/components/ErrorBoundary/ErrorBoundary.d.ts +26 -0
- package/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts +2 -0
- package/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts.map +1 -0
- package/components/ErrorBoundary/index.d.ts +3 -0
- package/components/ErrorBoundary/index.d.ts.map +1 -0
- package/components/FailedFileUploading.d.ts +11 -0
- package/components/FailedFileUploading.d.ts.map +1 -0
- package/components/FeedItem/FeedItem.d.ts +38 -0
- package/components/FeedItem/FeedItem.d.ts.map +1 -0
- package/components/FeedItem/FeedItem.js +1 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.d.ts +29 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.d.ts.map +1 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.d.ts +25 -0
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.d.ts.map +1 -0
- package/components/FeedItem/FeedItemEditProvider/index.d.ts +2 -0
- package/components/FeedItem/FeedItemEditProvider/index.d.ts.map +1 -0
- package/components/FeedItem/components/Actions.d.ts +3 -0
- package/components/FeedItem/components/Actions.d.ts.map +1 -0
- package/components/FeedItem/components/AvatarIcon.d.ts +7 -0
- package/components/FeedItem/components/AvatarIcon.d.ts.map +1 -0
- package/components/FeedItem/components/Content.d.ts +9 -0
- package/components/FeedItem/components/Content.d.ts.map +1 -0
- package/components/FeedItem/components/CreatedAt.d.ts +5 -0
- package/components/FeedItem/components/CreatedAt.d.ts.map +1 -0
- package/components/FeedItem/components/FeedComments.d.ts +16 -0
- package/components/FeedItem/components/FeedComments.d.ts.map +1 -0
- package/components/FeedItem/components/FeedComments.js +1 -1
- package/components/FeedItem/components/Icon.d.ts +7 -0
- package/components/FeedItem/components/Icon.d.ts.map +1 -0
- package/components/FeedItem/components/Reactions.d.ts +11 -0
- package/components/FeedItem/components/Reactions.d.ts.map +1 -0
- package/components/FeedItem/components/RigAndWell.d.ts +5 -0
- package/components/FeedItem/components/RigAndWell.d.ts.map +1 -0
- package/components/FeedItem/components/TypeAndAssetTitle.d.ts +7 -0
- package/components/FeedItem/components/TypeAndAssetTitle.d.ts.map +1 -0
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.d.ts +21 -0
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.d.ts.map +1 -0
- package/components/FeedItem/editModals/DvdCommentEdit/index.d.ts +2 -0
- package/components/FeedItem/editModals/DvdCommentEdit/index.d.ts.map +1 -0
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.d.ts +19 -0
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.d.ts.map +1 -0
- package/components/FeedItem/editModals/PCCommentEdit/index.d.ts +2 -0
- package/components/FeedItem/editModals/PCCommentEdit/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/AlertFeedItem.d.ts +30 -0
- package/components/FeedItem/feedItemTypes/AlertFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts +34 -0
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts +31 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.d.ts +12 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.d.ts +18 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.d.ts +14 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/index.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.d.ts +29 -0
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.d.ts +33 -0
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.d.ts +35 -0
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.d.ts +24 -0
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.d.ts +20 -0
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.d.ts +29 -0
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.d.ts +27 -0
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.d.ts +19 -0
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.d.ts +44 -0
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.d.ts +45 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.d.ts +12 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/NptFeedItem.d.ts +44 -0
- package/components/FeedItem/feedItemTypes/NptFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.d.ts +17 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.d.ts +30 -0
- package/components/FeedItem/feedItemTypes/PostFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.d.ts +9 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.d.ts +12 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.d.ts +14 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.d.ts +14 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/index.d.ts +2 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.d.ts +6 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.d.ts +16 -0
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.d.ts +5 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.d.ts +23 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.d.ts +16 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.d.ts +23 -0
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.d.ts +28 -0
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.d.ts +18 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.d.ts +10 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.d.ts +30 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.d.ts.map +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.d.ts +58 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.d.ts.map +1 -0
- package/components/FeedItem/index.d.ts +2 -0
- package/components/FeedItem/index.d.ts.map +1 -0
- package/components/FilePreview/index.d.ts +16 -0
- package/components/FilePreview/index.d.ts.map +1 -0
- package/components/FileTypeIcon.d.ts +21 -0
- package/components/FileTypeIcon.d.ts.map +1 -0
- package/components/FileUploadIconButton.d.ts +66 -0
- package/components/FileUploadIconButton.d.ts.map +1 -0
- package/components/FilesLoader/FilesLoader.d.ts +61 -0
- package/components/FilesLoader/FilesLoader.d.ts.map +1 -0
- package/components/FilesLoader/FilesLoader.js +1 -1
- package/components/FilesLoader/Icons/CSVFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/CSVFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/DocFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/DocFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/EDMFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/EDMFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/ExelFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/ExelFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/FileIcon.d.ts +12 -0
- package/components/FilesLoader/Icons/FileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconCancel.d.ts +3 -0
- package/components/FilesLoader/Icons/IconCancel.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconRefresh.d.ts +3 -0
- package/components/FilesLoader/Icons/IconRefresh.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconSuccess.d.ts +6 -0
- package/components/FilesLoader/Icons/IconSuccess.d.ts.map +1 -0
- package/components/FilesLoader/Icons/IconWarning.d.ts +6 -0
- package/components/FilesLoader/Icons/IconWarning.d.ts.map +1 -0
- package/components/FilesLoader/Icons/ImageFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/ImageFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/PdfFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/PdfFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/UnknownFileIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/UnknownFileIcon.d.ts.map +1 -0
- package/components/FilesLoader/Icons/UploadIcon.d.ts +3 -0
- package/components/FilesLoader/Icons/UploadIcon.d.ts.map +1 -0
- package/components/FilesLoader/effects/useUploadingFile.d.ts +12 -0
- package/components/FilesLoader/effects/useUploadingFile.d.ts.map +1 -0
- package/components/FilesLoader/index.d.ts +3 -0
- package/components/FilesLoader/index.d.ts.map +1 -0
- package/components/FilesLoader/useStyles.d.ts +2 -0
- package/components/FilesLoader/useStyles.d.ts.map +1 -0
- package/components/FolderMenuItem/components/ClosedFolderIcon.d.ts +3 -0
- package/components/FolderMenuItem/components/ClosedFolderIcon.d.ts.map +1 -0
- package/components/FolderMenuItem/components/FolderIcon.d.ts +21 -0
- package/components/FolderMenuItem/components/FolderIcon.d.ts.map +1 -0
- package/components/FolderMenuItem/components/OpenFolderIcon.d.ts +3 -0
- package/components/FolderMenuItem/components/OpenFolderIcon.d.ts.map +1 -0
- package/components/FolderMenuItem/components/index.d.ts +4 -0
- package/components/FolderMenuItem/components/index.d.ts.map +1 -0
- package/components/FolderMenuItem/index.d.ts +33 -0
- package/components/FolderMenuItem/index.d.ts.map +1 -0
- package/components/FolderMenuItemWithLinks/index.d.ts +46 -0
- package/components/FolderMenuItemWithLinks/index.d.ts.map +1 -0
- package/components/GoogleDocsViewer/index.d.ts +40 -0
- package/components/GoogleDocsViewer/index.d.ts.map +1 -0
- package/components/HeaderLayout/HeaderLayout.d.ts +9 -0
- package/components/HeaderLayout/HeaderLayout.d.ts.map +1 -0
- package/components/HeaderLayout/constants.d.ts +4 -0
- package/components/HeaderLayout/constants.d.ts.map +1 -0
- package/components/HeaderLayout/effects/index.d.ts +3 -0
- package/components/HeaderLayout/effects/index.d.ts.map +1 -0
- package/components/HeaderLayout/index.d.ts +2 -0
- package/components/HeaderLayout/index.d.ts.map +1 -0
- package/components/HeaderLayout/utils.d.ts +10 -0
- package/components/HeaderLayout/utils.d.ts.map +1 -0
- package/components/HelpCenter/HelpCenterIcon.d.ts +5 -0
- package/components/HelpCenter/HelpCenterIcon.d.ts.map +1 -0
- package/components/HelpCenter/index.d.ts +2 -0
- package/components/HelpCenter/index.d.ts.map +1 -0
- package/components/IconButton/index.d.ts +27 -0
- package/components/IconButton/index.d.ts.map +1 -0
- package/components/IconMenu/__tests__/index.snapshot.test.d.ts +2 -0
- package/components/IconMenu/__tests__/index.snapshot.test.d.ts.map +1 -0
- package/components/IconMenu/index.d.ts +73 -0
- package/components/IconMenu/index.d.ts.map +1 -0
- package/components/Icons/AnnotationIcon.d.ts +17 -0
- package/components/Icons/AnnotationIcon.d.ts.map +1 -0
- package/components/Icons/AttachIcon.d.ts +19 -0
- package/components/Icons/AttachIcon.d.ts.map +1 -0
- package/components/Icons/EmojiIcon.d.ts +19 -0
- package/components/Icons/EmojiIcon.d.ts.map +1 -0
- package/components/Icons/RecommendationIcon.d.ts +19 -0
- package/components/Icons/RecommendationIcon.d.ts.map +1 -0
- package/components/Icons/SendIcon.d.ts +19 -0
- package/components/Icons/SendIcon.d.ts.map +1 -0
- package/components/ImageViewer/index.d.ts +20 -0
- package/components/ImageViewer/index.d.ts.map +1 -0
- package/components/ImageViewer/index.js +1 -1
- package/components/InfiniteList/index.d.ts +67 -0
- package/components/InfiniteList/index.d.ts.map +1 -0
- package/components/KeyboardDateTimePicker.d.ts +17 -0
- package/components/KeyboardDateTimePicker.d.ts.map +1 -0
- package/components/LabelsCounter/LabelsCounter.d.ts +17 -0
- package/components/LabelsCounter/LabelsCounter.d.ts.map +1 -0
- package/components/LabelsCounter/index.d.ts +2 -0
- package/components/LabelsCounter/index.d.ts.map +1 -0
- package/components/LoadingIndicator/FullScreenLoadingIndicator.d.ts +19 -0
- package/components/LoadingIndicator/FullScreenLoadingIndicator.d.ts.map +1 -0
- package/components/LoadingIndicator/InlineLoadingIndicator.d.ts +19 -0
- package/components/LoadingIndicator/InlineLoadingIndicator.d.ts.map +1 -0
- package/components/LoadingIndicator/Loader.d.ts +17 -0
- package/components/LoadingIndicator/Loader.d.ts.map +1 -0
- package/components/LoadingIndicator/LoadingIndicator.d.ts +28 -0
- package/components/LoadingIndicator/LoadingIndicator.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/FullScreenLoadingIndicator.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/FullScreenLoadingIndicator.test.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/InlineLoadingIndicator.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/InlineLoadingIndicator.test.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/Loader.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/Loader.test.d.ts.map +1 -0
- package/components/LoadingIndicator/__tests__/LoadingIndicator.test.d.ts +2 -0
- package/components/LoadingIndicator/__tests__/LoadingIndicator.test.d.ts.map +1 -0
- package/components/LoadingIndicator/index.d.ts +2 -0
- package/components/LoadingIndicator/index.d.ts.map +1 -0
- package/components/MenuItem/index.d.ts +20 -0
- package/components/MenuItem/index.d.ts.map +1 -0
- package/components/Modal/CorvaModal.d.ts +71 -0
- package/components/Modal/CorvaModal.d.ts.map +1 -0
- package/components/Modal/DcCorvaModal.d.ts +5 -0
- package/components/Modal/DcCorvaModal.d.ts.map +1 -0
- package/components/Modal/Modal.d.ts +2 -0
- package/components/Modal/Modal.d.ts.map +1 -0
- package/components/Modal/Modal.js +1 -1
- package/components/Modal/__tests__/index.snapshot.test.d.ts +2 -0
- package/components/Modal/__tests__/index.snapshot.test.d.ts.map +1 -0
- package/components/Modal/index.d.ts +2 -0
- package/components/Modal/index.d.ts.map +1 -0
- package/components/Notifications/Notifications.d.ts +23 -0
- package/components/Notifications/Notifications.d.ts.map +1 -0
- package/components/Notifications/NotificationsContainer.d.ts +3 -0
- package/components/Notifications/NotificationsContainer.d.ts.map +1 -0
- package/components/Notifications/components/Toast.d.ts +28 -0
- package/components/Notifications/components/Toast.d.ts.map +1 -0
- package/components/Notifications/components/styles.d.ts +2 -0
- package/components/Notifications/components/styles.d.ts.map +1 -0
- package/components/Notifications/index.d.ts +3 -0
- package/components/Notifications/index.d.ts.map +1 -0
- package/components/OffsetWellButton/OffsetWellButton.d.ts +32 -0
- package/components/OffsetWellButton/OffsetWellButton.d.ts.map +1 -0
- package/components/OffsetWellButton/OffsetWellButton.js +1 -1
- package/components/OffsetWellButton/index.d.ts +2 -0
- package/components/OffsetWellButton/index.d.ts.map +1 -0
- package/components/OffsetWellChips/Chip.d.ts +31 -0
- package/components/OffsetWellChips/Chip.d.ts.map +1 -0
- package/components/OffsetWellChips/ChipsContainer.d.ts +18 -0
- package/components/OffsetWellChips/ChipsContainer.d.ts.map +1 -0
- package/components/OffsetWellChips/components/OffsetWellTruncatedText.d.ts +29 -0
- package/components/OffsetWellChips/components/OffsetWellTruncatedText.d.ts.map +1 -0
- package/components/OffsetWellChips/icons/SubjectIcon.d.ts +3 -0
- package/components/OffsetWellChips/icons/SubjectIcon.d.ts.map +1 -0
- package/components/OffsetWellChips/index.d.ts +4 -0
- package/components/OffsetWellChips/index.d.ts.map +1 -0
- package/components/OffsetWellChips/utils.d.ts +8 -0
- package/components/OffsetWellChips/utils.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.d.ts +39 -0
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.d.ts +17 -0
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.d.ts +26 -0
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts +18 -0
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts +16 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.d.ts +23 -0
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.d.ts +20 -0
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.d.ts +13 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.d.ts +13 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/index.d.ts +50 -0
- package/components/OffsetWellPickerV2/components/Filter/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/Map.d.ts +43 -0
- package/components/OffsetWellPickerV2/components/Map/Map.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/index.d.ts +34 -0
- package/components/OffsetWellPickerV2/components/Map/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.d.ts +6 -0
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts +16 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts +18 -0
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.d.ts +3 -0
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/WellSearch.d.ts +13 -0
- package/components/OffsetWellPickerV2/components/Table/WellSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/components/Table/index.d.ts +5 -0
- package/components/OffsetWellPickerV2/components/Table/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/constants.d.ts +43 -0
- package/components/OffsetWellPickerV2/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.d.ts +2 -0
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/effects/index.d.ts +11 -0
- package/components/OffsetWellPickerV2/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/index.d.ts +2 -0
- package/components/OffsetWellPickerV2/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV2/utils/apiCalls.d.ts +5 -0
- package/components/OffsetWellPickerV2/utils/apiCalls.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.d.ts +11 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.d.ts +21 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.d.ts +17 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.d.ts +15 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.d.ts +41 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.d.ts +13 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.d.ts +43 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.d.ts +34 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.d.ts +6 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.d.ts +18 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AssetSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.d.ts +23 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.d.ts +11 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts +3 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.d.ts +87 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/index.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/index.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts +12 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts +14 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.d.ts +3 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.d.ts +4 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts +45 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.d.ts +2 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.d.ts +10 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.d.ts +52 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.d.ts +28 -0
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.d.ts +15 -0
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.d.ts +39 -0
- package/components/OffsetWellPickerV3/components/TabSelection/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.d.ts +20 -0
- package/components/OffsetWellPickerV3/components/WellHubView/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.d.ts +23 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.d.ts +20 -0
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/constants.d.ts +27 -0
- package/components/OffsetWellPickerV3/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/effects/index.d.ts +4 -0
- package/components/OffsetWellPickerV3/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/index.d.ts +42 -0
- package/components/OffsetWellPickerV3/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV3/utils/apiCalls.d.ts +7 -0
- package/components/OffsetWellPickerV3/utils/apiCalls.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.d.ts +59 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.d.ts +22 -0
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.js +1 -1
- package/components/OffsetWellPickerV4/components/AppHeader/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/AppHeader/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.d.ts +20 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.d.ts +28 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/Filter.js +1 -1
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.d.ts +26 -0
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.d.ts +20 -0
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.d.ts +19 -0
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.d.ts +26 -0
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/WellSection.d.ts +14 -0
- package/components/OffsetWellPickerV4/components/Filter/WellSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Filter/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Filter/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/MapView.d.ts +33 -0
- package/components/OffsetWellPickerV4/components/Map/MapView.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/WellTooltip.d.ts +9 -0
- package/components/OffsetWellPickerV4/components/Map/WellTooltip.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/WellsMap.d.ts +32 -0
- package/components/OffsetWellPickerV4/components/Map/WellsMap.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Map/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Map/utils.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Map/utils.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts +18 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.d.ts +25 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.d.ts +11 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.d.ts +19 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.d.ts +36 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.d.ts +18 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.d.ts +16 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.d.ts +63 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.js +1 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.d.ts +53 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.d.ts +48 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.d.ts +14 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.d.ts +11 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/index.d.ts +3 -0
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.d.ts +24 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.js +1 -1
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -1
- package/components/OffsetWellPickerV4/components/Toolbar/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/components/Toolbar/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/constants.d.ts +81 -0
- package/components/OffsetWellPickerV4/constants.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/index.d.ts +12 -0
- package/components/OffsetWellPickerV4/effects/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useAdvancedWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useAdvancedWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useAssetsData.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useAssetsData.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useBicWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useBicWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useCompanyMetricKey.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFetchWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useFetchWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFilterOptions.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useFilterOptions.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useFilteredWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useFilteredWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/usePreviousWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/usePreviousWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useRadiusWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useRadiusWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useSortedWells.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useSortedWells.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/effects/useTableColumns.d.ts +2 -0
- package/components/OffsetWellPickerV4/effects/useTableColumns.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/index.d.ts +2 -0
- package/components/OffsetWellPickerV4/index.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/utils/apiCalls.d.ts +8 -0
- package/components/OffsetWellPickerV4/utils/apiCalls.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/utils/timePeriod.d.ts +2 -0
- package/components/OffsetWellPickerV4/utils/timePeriod.d.ts.map +1 -0
- package/components/OffsetWellPickerV4/utils/unitSystem.d.ts +2 -0
- package/components/OffsetWellPickerV4/utils/unitSystem.d.ts.map +1 -0
- package/components/PadModeSelect/PadModeSelect.d.ts +21 -0
- package/components/PadModeSelect/PadModeSelect.d.ts.map +1 -0
- package/components/PadModeSelect/index.d.ts +2 -0
- package/components/PadModeSelect/index.d.ts.map +1 -0
- package/components/PadModeSelect/utils.d.ts +2 -0
- package/components/PadModeSelect/utils.d.ts.map +1 -0
- package/components/PadOffsetsPicker/OffsetAssetChip.d.ts +27 -0
- package/components/PadOffsetsPicker/OffsetAssetChip.d.ts.map +1 -0
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.d.ts +14 -0
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.d.ts.map +1 -0
- package/components/PadOffsetsPicker/PadOffsetsPicker.d.ts +17 -0
- package/components/PadOffsetsPicker/PadOffsetsPicker.d.ts.map +1 -0
- package/components/PadOffsetsPicker/StagesSelector.d.ts +18 -0
- package/components/PadOffsetsPicker/StagesSelector.d.ts.map +1 -0
- package/components/PadOffsetsPicker/index.d.ts +5 -0
- package/components/PadOffsetsPicker/index.d.ts.map +1 -0
- package/components/ParameterCharts/AddEditTrack.d.ts +38 -0
- package/components/ParameterCharts/AddEditTrack.d.ts.map +1 -0
- package/components/ParameterCharts/ChartsContext.d.ts +6 -0
- package/components/ParameterCharts/ChartsContext.d.ts.map +1 -0
- package/components/ParameterCharts/DataContext.d.ts +11 -0
- package/components/ParameterCharts/DataContext.d.ts.map +1 -0
- package/components/ParameterCharts/ParameterCharts.d.ts +52 -0
- package/components/ParameterCharts/ParameterCharts.d.ts.map +1 -0
- package/components/ParameterCharts/SettingsContext.d.ts +10 -0
- package/components/ParameterCharts/SettingsContext.d.ts.map +1 -0
- package/components/ParameterCharts/components/ChartContainer.d.ts +22 -0
- package/components/ParameterCharts/components/ChartContainer.d.ts.map +1 -0
- package/components/ParameterCharts/components/Charts/EmptyChart.d.ts +3 -0
- package/components/ParameterCharts/components/Charts/EmptyChart.d.ts.map +1 -0
- package/components/ParameterCharts/components/Charts/LineChart.d.ts +22 -0
- package/components/ParameterCharts/components/Charts/LineChart.d.ts.map +1 -0
- package/components/ParameterCharts/components/Charts/options.d.ts +76 -0
- package/components/ParameterCharts/components/Charts/options.d.ts.map +1 -0
- package/components/ParameterCharts/components/DataLoadingIndicator.d.ts +3 -0
- package/components/ParameterCharts/components/DataLoadingIndicator.d.ts.map +1 -0
- package/components/ParameterCharts/components/SingleChannelTrackSettings.d.ts +19 -0
- package/components/ParameterCharts/components/SingleChannelTrackSettings.d.ts.map +1 -0
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.d.ts +3 -0
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.d.ts.map +1 -0
- package/components/ParameterCharts/components/Tooltip/Tooltip.d.ts +14 -0
- package/components/ParameterCharts/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/components/ParameterCharts/components/TraceHeader.d.ts +50 -0
- package/components/ParameterCharts/components/TraceHeader.d.ts.map +1 -0
- package/components/ParameterCharts/components/TraceSelect.d.ts +22 -0
- package/components/ParameterCharts/components/TraceSelect.d.ts.map +1 -0
- package/components/ParameterCharts/components/TraceSettings.d.ts +26 -0
- package/components/ParameterCharts/components/TraceSettings.d.ts.map +1 -0
- package/components/ParameterCharts/components/Track.d.ts +17 -0
- package/components/ParameterCharts/components/Track.d.ts.map +1 -0
- package/components/ParameterCharts/components/TrackSettings.d.ts +13 -0
- package/components/ParameterCharts/components/TrackSettings.d.ts.map +1 -0
- package/components/ParameterCharts/constants.d.ts +14 -0
- package/components/ParameterCharts/constants.d.ts.map +1 -0
- package/components/ParameterCharts/index.d.ts +4 -0
- package/components/ParameterCharts/index.d.ts.map +1 -0
- package/components/ParameterCharts/utils/dataParser.d.ts +6 -0
- package/components/ParameterCharts/utils/dataParser.d.ts.map +1 -0
- package/components/PinnableFilters/PinnableFilters.d.ts +12 -0
- package/components/PinnableFilters/PinnableFilters.d.ts.map +1 -0
- package/components/PinnableFilters/components/FiltersToggler.d.ts +12 -0
- package/components/PinnableFilters/components/FiltersToggler.d.ts.map +1 -0
- package/components/PinnableFilters/components/FiltersToggler.js +1 -1
- package/components/PinnableFilters/components/PinAppSwitch.d.ts +12 -0
- package/components/PinnableFilters/components/PinAppSwitch.d.ts.map +1 -0
- package/components/PinnableFilters/constants.d.ts +4 -0
- package/components/PinnableFilters/constants.d.ts.map +1 -0
- package/components/PinnableFilters/effects/index.d.ts +4 -0
- package/components/PinnableFilters/effects/index.d.ts.map +1 -0
- package/components/PinnableFilters/index.d.ts +2 -0
- package/components/PinnableFilters/index.d.ts.map +1 -0
- package/components/PinnableFilters/utils.d.ts +4 -0
- package/components/PinnableFilters/utils.d.ts.map +1 -0
- package/components/Popover/Popover.d.ts +2 -0
- package/components/Popover/Popover.d.ts.map +1 -0
- package/components/Popover/Popover.js +1 -1
- package/components/Popover/index.d.ts +2 -0
- package/components/Popover/index.d.ts.map +1 -0
- package/components/Popper/Popper.d.ts +2 -0
- package/components/Popper/Popper.d.ts.map +1 -0
- package/components/Popper/Popper.js +1 -1
- package/components/Popper/index.d.ts +2 -0
- package/components/Popper/index.d.ts.map +1 -0
- package/components/PostInput/PostInput.d.ts +50 -0
- package/components/PostInput/PostInput.d.ts.map +1 -0
- package/components/PostInput/index.d.ts +2 -0
- package/components/PostInput/index.d.ts.map +1 -0
- package/components/PostPreviewDialog/index.d.ts +30 -0
- package/components/PostPreviewDialog/index.d.ts.map +1 -0
- package/components/PriceInput/FormattedNumber.d.ts +16 -0
- package/components/PriceInput/FormattedNumber.d.ts.map +1 -0
- package/components/PriceInput/PriceInput.d.ts +13 -0
- package/components/PriceInput/PriceInput.d.ts.map +1 -0
- package/components/PriceInput/index.d.ts +2 -0
- package/components/PriceInput/index.d.ts.map +1 -0
- package/components/RangeSlider/RangeSlider.d.ts +36 -0
- package/components/RangeSlider/RangeSlider.d.ts.map +1 -0
- package/components/RangeSlider/constants.d.ts +14 -0
- package/components/RangeSlider/constants.d.ts.map +1 -0
- package/components/RangeSlider/index.d.ts +2 -0
- package/components/RangeSlider/index.d.ts.map +1 -0
- package/components/RangeSlider/inputs/FromInput.d.ts +3 -0
- package/components/RangeSlider/inputs/FromInput.d.ts.map +1 -0
- package/components/RangeSlider/inputs/ToInput.d.ts +3 -0
- package/components/RangeSlider/inputs/ToInput.d.ts.map +1 -0
- package/components/RangeSlider/strategies/horizontal.d.ts +37 -0
- package/components/RangeSlider/strategies/horizontal.d.ts.map +1 -0
- package/components/RangeSlider/strategies/vertical.d.ts +43 -0
- package/components/RangeSlider/strategies/vertical.d.ts.map +1 -0
- package/components/RangeSlider/utils.d.ts +12 -0
- package/components/RangeSlider/utils.d.ts.map +1 -0
- package/components/ResizableTable/ResizableTable.d.ts +12 -0
- package/components/ResizableTable/ResizableTable.d.ts.map +1 -0
- package/components/ResizableTable/ResizableTableCell.d.ts +11 -0
- package/components/ResizableTable/ResizableTableCell.d.ts.map +1 -0
- package/components/ResizableTable/ResizableTableHeaderCell.d.ts +19 -0
- package/components/ResizableTable/ResizableTableHeaderCell.d.ts.map +1 -0
- package/components/ResizableTable/index.d.ts +2 -0
- package/components/ResizableTable/index.d.ts.map +1 -0
- package/components/Search/Search.d.ts +71 -0
- package/components/Search/Search.d.ts.map +1 -0
- package/components/Search/__tests__/Search.test.d.ts +4 -0
- package/components/Search/__tests__/Search.test.d.ts.map +1 -0
- package/components/Search/components/Groups.d.ts +13 -0
- package/components/Search/components/Groups.d.ts.map +1 -0
- package/components/Search/components/InputAdornmentLeft.d.ts +6 -0
- package/components/Search/components/InputAdornmentLeft.d.ts.map +1 -0
- package/components/Search/components/Listbox.d.ts +3 -0
- package/components/Search/components/Listbox.d.ts.map +1 -0
- package/components/Search/components/Paper.d.ts +13 -0
- package/components/Search/components/Paper.d.ts.map +1 -0
- package/components/Search/components/RecentSearches.d.ts +10 -0
- package/components/Search/components/RecentSearches.d.ts.map +1 -0
- package/components/Search/components/index.d.ts +6 -0
- package/components/Search/components/index.d.ts.map +1 -0
- package/components/Search/index.d.ts +2 -0
- package/components/Search/index.d.ts.map +1 -0
- package/components/Search/styles.d.ts +3 -0
- package/components/Search/styles.d.ts.map +1 -0
- package/components/SearchInput/index.d.ts +17 -0
- package/components/SearchInput/index.d.ts.map +1 -0
- package/components/Select/index.d.ts +36 -0
- package/components/Select/index.d.ts.map +1 -0
- package/components/SettingEditors/ColorEditor/index.d.ts +56 -0
- package/components/SettingEditors/ColorEditor/index.d.ts.map +1 -0
- package/components/SettingEditors/DropdownEditor/index.d.ts +40 -0
- package/components/SettingEditors/DropdownEditor/index.d.ts.map +1 -0
- package/components/SettingEditors/RadioEditor/index.d.ts +25 -0
- package/components/SettingEditors/RadioEditor/index.d.ts.map +1 -0
- package/components/SettingEditors/index.d.ts +4 -0
- package/components/SettingEditors/index.d.ts.map +1 -0
- package/components/SlateFormattedText/Constants.d.ts +13 -0
- package/components/SlateFormattedText/Constants.d.ts.map +1 -0
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.d.ts +24 -0
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.d.ts.map +1 -0
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.d.ts +17 -0
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.d.ts.map +1 -0
- package/components/SlateFormattedText/Elements/index.d.ts +3 -0
- package/components/SlateFormattedText/Elements/index.d.ts.map +1 -0
- package/components/SlateFormattedText/RenderElements.d.ts +3 -0
- package/components/SlateFormattedText/RenderElements.d.ts.map +1 -0
- package/components/SlateFormattedText/SlateFormattedText.d.ts +31 -0
- package/components/SlateFormattedText/SlateFormattedText.d.ts.map +1 -0
- package/components/SlateFormattedText/index.d.ts +6 -0
- package/components/SlateFormattedText/index.d.ts.map +1 -0
- package/components/SlateFormattedText/utils.d.ts +43 -0
- package/components/SlateFormattedText/utils.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.d.ts +21 -0
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/index.d.ts +2 -0
- package/components/StageDesignVActual/ComparisonBar/index.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonBar/utils.d.ts +5 -0
- package/components/StageDesignVActual/ComparisonBar/utils.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonHeader.d.ts +24 -0
- package/components/StageDesignVActual/ComparisonHeader.d.ts.map +1 -0
- package/components/StageDesignVActual/ComparisonRow.d.ts +37 -0
- package/components/StageDesignVActual/ComparisonRow.d.ts.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.d.ts +31 -0
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.d.ts.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/index.d.ts +2 -0
- package/components/StageDesignVActual/ElementsComparison/index.d.ts.map +1 -0
- package/components/StageDesignVActual/ElementsComparison/utils.d.ts +7 -0
- package/components/StageDesignVActual/ElementsComparison/utils.d.ts.map +1 -0
- package/components/StageDesignVActual/index.d.ts +6 -0
- package/components/StageDesignVActual/index.d.ts.map +1 -0
- package/components/Stepper/Step.d.ts +45 -0
- package/components/Stepper/Step.d.ts.map +1 -0
- package/components/Stepper/Stepper.d.ts +31 -0
- package/components/Stepper/Stepper.d.ts.map +1 -0
- package/components/Stepper/StepsWrapper.d.ts +17 -0
- package/components/Stepper/StepsWrapper.d.ts.map +1 -0
- package/components/Stepper/constants.d.ts +5 -0
- package/components/Stepper/constants.d.ts.map +1 -0
- package/components/Stepper/index.d.ts +5 -0
- package/components/Stepper/index.d.ts.map +1 -0
- package/components/StyledMenuItem/index.d.ts +3 -0
- package/components/StyledMenuItem/index.d.ts.map +1 -0
- package/components/SwitchControl/index.d.ts +4 -0
- package/components/SwitchControl/index.d.ts.map +1 -0
- package/components/Table/TableCell/TableCell.d.ts +2 -0
- package/components/Table/TableCell/TableCell.d.ts.map +1 -0
- package/components/Table/TableContainer/TableContainer.d.ts +2 -0
- package/components/Table/TableContainer/TableContainer.d.ts.map +1 -0
- package/components/Table/TableSortLabel/TableSortLabel.d.ts +3 -0
- package/components/Table/TableSortLabel/TableSortLabel.d.ts.map +1 -0
- package/components/Table/TableToolbar/TableToolbar.d.ts +25 -0
- package/components/Table/TableToolbar/TableToolbar.d.ts.map +1 -0
- package/components/Table/index.d.ts +5 -0
- package/components/Table/index.d.ts.map +1 -0
- package/components/Tabs/Tab.d.ts +17 -0
- package/components/Tabs/Tab.d.ts.map +1 -0
- package/components/Tabs/Tabs.d.ts +27 -0
- package/components/Tabs/Tabs.d.ts.map +1 -0
- package/components/Tabs/index.d.ts +3 -0
- package/components/Tabs/index.d.ts.map +1 -0
- package/components/Template/TemplatePopover/Styles.d.ts +2 -0
- package/components/Template/TemplatePopover/Styles.d.ts.map +1 -0
- package/components/Template/TemplatePopover/index.d.ts +72 -0
- package/components/Template/TemplatePopover/index.d.ts.map +1 -0
- package/components/Template/TemplateSharingDialog/ChipSelector.d.ts +32 -0
- package/components/Template/TemplateSharingDialog/ChipSelector.d.ts.map +1 -0
- package/components/Template/TemplateSharingDialog/UsersChipSelector.d.ts +21 -0
- package/components/Template/TemplateSharingDialog/UsersChipSelector.d.ts.map +1 -0
- package/components/Template/TemplateSharingDialog/index.d.ts +23 -0
- package/components/Template/TemplateSharingDialog/index.d.ts.map +1 -0
- package/components/TextField/effects/index.d.ts +17 -0
- package/components/TextField/effects/index.d.ts.map +1 -0
- package/components/TextField/index.d.ts +41 -0
- package/components/TextField/index.d.ts.map +1 -0
- package/components/TextLink/index.d.ts +40 -0
- package/components/TextLink/index.d.ts.map +1 -0
- package/components/TextLink/index.js +1 -1
- package/components/Tooltip/MuiTooltipDcWrapper.d.ts +35 -0
- package/components/Tooltip/MuiTooltipDcWrapper.d.ts.map +1 -0
- package/components/Tooltip/Tooltip.d.ts +2 -0
- package/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/components/Tooltip/index.d.ts +2 -0
- package/components/Tooltip/index.d.ts.map +1 -0
- package/components/TracesEditModal/TracesEditModal.d.ts +54 -0
- package/components/TracesEditModal/TracesEditModal.d.ts.map +1 -0
- package/components/TracesEditModal/TracesEditModalContainer.d.ts +21 -0
- package/components/TracesEditModal/TracesEditModalContainer.d.ts.map +1 -0
- package/components/TracesEditModal/index.d.ts +2 -0
- package/components/TracesEditModal/index.d.ts.map +1 -0
- package/components/TruncatedText/index.d.ts +12 -0
- package/components/TruncatedText/index.d.ts.map +1 -0
- package/components/Typography.d.ts +121 -0
- package/components/Typography.d.ts.map +1 -0
- package/components/UserCard/index.d.ts +17 -0
- package/components/UserCard/index.d.ts.map +1 -0
- package/components/UserCardPopover.d.ts +16 -0
- package/components/UserCardPopover.d.ts.map +1 -0
- package/components/UserMention/constants.d.ts +6 -0
- package/components/UserMention/constants.d.ts.map +1 -0
- package/components/UserMention/index.d.ts +3 -0
- package/components/UserMention/index.d.ts.map +1 -0
- package/components/UserMention/utils/index.d.ts +4 -0
- package/components/UserMention/utils/index.d.ts.map +1 -0
- package/components/VirtualizedTable/CustomizeColumnsDialog.d.ts +17 -0
- package/components/VirtualizedTable/CustomizeColumnsDialog.d.ts.map +1 -0
- package/components/VirtualizedTable/DraggableList.d.ts +15 -0
- package/components/VirtualizedTable/DraggableList.d.ts.map +1 -0
- package/components/VirtualizedTable/VirtualizedTable.d.ts +116 -0
- package/components/VirtualizedTable/VirtualizedTable.d.ts.map +1 -0
- package/components/VirtualizedTable/index.d.ts +62 -0
- package/components/VirtualizedTable/index.d.ts.map +1 -0
- package/components/WellSummary/ActivitySummaryChart.d.ts +23 -0
- package/components/WellSummary/ActivitySummaryChart.d.ts.map +1 -0
- package/components/WellSummary/FracWirelineTimeChart.d.ts +19 -0
- package/components/WellSummary/FracWirelineTimeChart.d.ts.map +1 -0
- package/components/WellSummary/WellSummaryItemLabel.d.ts +21 -0
- package/components/WellSummary/WellSummaryItemLabel.d.ts.map +1 -0
- package/components/WellSummary/WellSummaryItemTitle.d.ts +15 -0
- package/components/WellSummary/WellSummaryItemTitle.d.ts.map +1 -0
- package/components/WellSummary/WellSummaryItemValue.d.ts +18 -0
- package/components/WellSummary/WellSummaryItemValue.d.ts.map +1 -0
- package/components/WellSummary/effects/index.d.ts +2 -0
- package/components/WellSummary/effects/index.d.ts.map +1 -0
- package/components/WellSummary/effects/useWellSummaryData.d.ts +2 -0
- package/components/WellSummary/effects/useWellSummaryData.d.ts.map +1 -0
- package/components/WellSummary/index.d.ts +7 -0
- package/components/WellSummary/index.d.ts.map +1 -0
- package/components/WellSummary/utils.d.ts +3 -0
- package/components/WellSummary/utils.d.ts.map +1 -0
- package/components/index.d.ts +145 -0
- package/components/index.d.ts.map +1 -0
- package/config/highcharts/highcharts-contour.d.ts +7 -0
- package/config/highcharts/highcharts-contour.d.ts.map +1 -0
- package/config/highcharts/highcharts.d.ts +2 -0
- package/config/highcharts/highcharts.d.ts.map +1 -0
- package/config/highcharts/index.d.ts +2 -0
- package/config/highcharts/index.d.ts.map +1 -0
- package/config/index.d.ts +5 -0
- package/config/index.d.ts.map +1 -0
- package/config/initGlobalDependencies.d.ts +2 -0
- package/config/initGlobalDependencies.d.ts.map +1 -0
- package/config/mapbox/index.d.ts +2 -0
- package/config/mapbox/index.d.ts.map +1 -0
- package/config/theme/__tests__/index.test.d.ts +2 -0
- package/config/theme/__tests__/index.test.d.ts.map +1 -0
- package/config/theme/accordionOverrides.d.ts +110 -0
- package/config/theme/accordionOverrides.d.ts.map +1 -0
- package/config/theme/buttonOverrides.d.ts +97 -0
- package/config/theme/buttonOverrides.d.ts.map +1 -0
- package/config/theme/checkboxOverrides.d.ts +34 -0
- package/config/theme/checkboxOverrides.d.ts.map +1 -0
- package/config/theme/chipOverrides.d.ts +100 -0
- package/config/theme/chipOverrides.d.ts.map +1 -0
- package/config/theme/dateTimePickerThemeOverrides.d.ts +115 -0
- package/config/theme/dateTimePickerThemeOverrides.d.ts.map +1 -0
- package/config/theme/fabOverrides.d.ts +31 -0
- package/config/theme/fabOverrides.d.ts.map +1 -0
- package/config/theme/formControlLabelOverrides.d.ts +40 -0
- package/config/theme/formControlLabelOverrides.d.ts.map +1 -0
- package/config/theme/formGroupOverrides.d.ts +11 -0
- package/config/theme/formGroupOverrides.d.ts.map +1 -0
- package/config/theme/index.d.ts +3 -0
- package/config/theme/index.d.ts.map +1 -0
- package/config/theme/lightThemePalette.d.mts +97 -0
- package/config/theme/lightThemePalette.d.mts.map +1 -0
- package/config/theme/palette.d.mts +92 -0
- package/config/theme/palette.d.mts.map +1 -0
- package/config/theme/radioOverrides.d.ts +30 -0
- package/config/theme/radioOverrides.d.ts.map +1 -0
- package/config/theme/tableOverrides.d.ts +144 -0
- package/config/theme/tableOverrides.d.ts.map +1 -0
- package/config/theme/textFieldOverrides.d.ts +95 -0
- package/config/theme/textFieldOverrides.d.ts.map +1 -0
- package/config/theme/themeVariables.d.mts +95 -0
- package/config/theme/themeVariables.d.mts.map +1 -0
- package/config/theme/toggleButtonsGroupOverrides.d.ts +69 -0
- package/config/theme/toggleButtonsGroupOverrides.d.ts.map +1 -0
- package/config/theme/tooltipOverrides.d.ts +31 -0
- package/config/theme/tooltipOverrides.d.ts.map +1 -0
- package/constants/accuracy.d.ts +8 -0
- package/constants/accuracy.d.ts.map +1 -0
- package/constants/alerts.d.ts +98 -0
- package/constants/alerts.d.ts.map +1 -0
- package/constants/appPackages.d.ts +6 -0
- package/constants/appPackages.d.ts.map +1 -0
- package/constants/apps.d.ts +165 -0
- package/constants/apps.d.ts.map +1 -0
- package/constants/assetTypes.d.ts +48 -0
- package/constants/assetTypes.d.ts.map +1 -0
- package/constants/assets.d.ts +10 -0
- package/constants/assets.d.ts.map +1 -0
- package/constants/bha.d.ts +290 -0
- package/constants/bha.d.ts.map +1 -0
- package/constants/casing.d.ts +81 -0
- package/constants/casing.d.ts.map +1 -0
- package/constants/completion.d.ts +145 -0
- package/constants/completion.d.ts.map +1 -0
- package/constants/dashboards.d.ts +36 -0
- package/constants/dashboards.d.ts.map +1 -0
- package/constants/dateTimeFormat.d.ts +3 -0
- package/constants/dateTimeFormat.d.ts.map +1 -0
- package/constants/devcenter.d.ts +2 -0
- package/constants/devcenter.d.ts.map +1 -0
- package/constants/drillstring.d.ts +111 -0
- package/constants/drillstring.d.ts.map +1 -0
- package/constants/featureFlags.d.ts +2 -0
- package/constants/featureFlags.d.ts.map +1 -0
- package/constants/feed.d.ts +54 -0
- package/constants/feed.d.ts.map +1 -0
- package/constants/feed.js +1 -1
- package/constants/goals.d.ts +35 -0
- package/constants/goals.d.ts.map +1 -0
- package/constants/incidents.d.ts +4 -0
- package/constants/incidents.d.ts.map +1 -0
- package/constants/index.d.ts +19 -0
- package/constants/index.d.ts.map +1 -0
- package/constants/login.d.ts +9 -0
- package/constants/login.d.ts.map +1 -0
- package/constants/main.d.ts +9 -0
- package/constants/main.d.ts.map +1 -0
- package/constants/mixpanel.d.ts +32 -0
- package/constants/mixpanel.d.ts.map +1 -0
- package/constants/notificationToasts.d.ts +4 -0
- package/constants/notificationToasts.d.ts.map +1 -0
- package/constants/notifications.d.ts +48 -0
- package/constants/notifications.d.ts.map +1 -0
- package/constants/nptEvents.d.ts +51 -0
- package/constants/nptEvents.d.ts.map +1 -0
- package/constants/rigActivity.d.ts +39 -0
- package/constants/rigActivity.d.ts.map +1 -0
- package/constants/segment.d.ts +32 -0
- package/constants/segment.d.ts.map +1 -0
- package/constants/sizes.d.ts +7 -0
- package/constants/sizes.d.ts.map +1 -0
- package/constants/streamSourceType.d.ts +20 -0
- package/constants/streamSourceType.d.ts.map +1 -0
- package/constants/streams.d.ts +52 -0
- package/constants/streams.d.ts.map +1 -0
- package/constants/subscriptions.d.ts +20 -0
- package/constants/subscriptions.d.ts.map +1 -0
- package/constants/theme.d.ts +5 -0
- package/constants/theme.d.ts.map +1 -0
- package/constants/timezone.d.ts +2 -0
- package/constants/timezone.d.ts.map +1 -0
- package/constants/tooltips.d.ts +4 -0
- package/constants/tooltips.d.ts.map +1 -0
- package/constants/wellSummary.d.ts +601 -0
- package/constants/wellSummary.d.ts.map +1 -0
- package/effects/index.d.ts +8 -0
- package/effects/index.d.ts.map +1 -0
- package/effects/useDelayedDcFullscreenElemOpen.d.ts +6 -0
- package/effects/useDelayedDcFullscreenElemOpen.d.ts.map +1 -0
- package/effects/useDelayedDcFullscreenElemOpen.js +1 -1
- package/effects/useDevCenterApp.d.ts +12 -0
- package/effects/useDevCenterApp.d.ts.map +1 -0
- package/effects/useEscPress.d.ts +3 -0
- package/effects/useEscPress.d.ts.map +1 -0
- package/effects/useOutsideClick.d.ts +3 -0
- package/effects/useOutsideClick.d.ts.map +1 -0
- package/effects/useSharedDCStore.d.ts +2 -0
- package/effects/useSharedDCStore.d.ts.map +1 -0
- package/effects/useSignedURL.d.ts +3 -0
- package/effects/useSignedURL.d.ts.map +1 -0
- package/effects/useSubscriptions.d.ts +17 -0
- package/effects/useSubscriptions.d.ts.map +1 -0
- package/exampleApp/ChartActionsListExample.d.ts +3 -0
- package/exampleApp/ChartActionsListExample.d.ts.map +1 -0
- package/exampleApp/ExampleApp.d.ts +3 -0
- package/exampleApp/ExampleApp.d.ts.map +1 -0
- package/exampleApp/ParameterChartExample.d.ts +3 -0
- package/exampleApp/ParameterChartExample.d.ts.map +1 -0
- package/exampleApp/RangeSliderExample.d.ts +3 -0
- package/exampleApp/RangeSliderExample.d.ts.map +1 -0
- package/exampleApp/data/changeData.d.ts +2 -0
- package/exampleApp/data/changeData.d.ts.map +1 -0
- package/exampleApp/index.d.ts +2 -0
- package/exampleApp/index.d.ts.map +1 -0
- package/hocs/index.d.ts +3 -0
- package/hocs/index.d.ts.map +1 -0
- package/hocs/withMUIProvidersHOC.d.ts +6 -0
- package/hocs/withMUIProvidersHOC.d.ts.map +1 -0
- package/index.d.ts +11 -139
- package/index.d.ts.map +1 -0
- package/package.json +4 -2
- package/permissions/PermissionsContext.d.ts +4 -0
- package/permissions/PermissionsContext.d.ts.map +1 -0
- package/permissions/ProvidePermissions.d.ts +11 -0
- package/permissions/ProvidePermissions.d.ts.map +1 -0
- package/permissions/constants/abilities.d.ts +13 -0
- package/permissions/constants/abilities.d.ts.map +1 -0
- package/permissions/constants/appsPermissions.d.ts +7 -0
- package/permissions/constants/appsPermissions.d.ts.map +1 -0
- package/permissions/constants/index.d.ts +102 -0
- package/permissions/constants/index.d.ts.map +1 -0
- package/permissions/constants/index.js +1 -1
- package/permissions/constants/settingsApps.d.ts +35 -0
- package/permissions/constants/settingsApps.d.ts.map +1 -0
- package/permissions/index.d.ts +8 -0
- package/permissions/index.d.ts.map +1 -0
- package/permissions/usePermissions.d.ts +3 -0
- package/permissions/usePermissions.d.ts.map +1 -0
- package/permissions/useProvidePermissions.d.ts +6 -0
- package/permissions/useProvidePermissions.d.ts.map +1 -0
- package/permissions/utils.d.ts +11 -0
- package/permissions/utils.d.ts.map +1 -0
- package/permissions/withPermissionsHOC.d.ts +2 -0
- package/permissions/withPermissionsHOC.d.ts.map +1 -0
- package/styles/counter/index.d.ts +2 -0
- package/styles/counter/index.d.ts.map +1 -0
- package/styles/globalStyles.d.ts +2 -0
- package/styles/globalStyles.d.ts.map +1 -0
- package/styles/index.d.ts +3 -0
- package/styles/index.d.ts.map +1 -0
- package/styles/typography/index.d.ts +3 -0
- package/styles/typography/index.d.ts.map +1 -0
- package/utils/DrillstringUtils.d.ts +15 -0
- package/utils/DrillstringUtils.d.ts.map +1 -0
- package/utils/FluidCheckUtils.d.ts +15 -0
- package/utils/FluidCheckUtils.d.ts.map +1 -0
- package/utils/HeatmapUtils.d.ts +1 -0
- package/utils/HeatmapUtils.d.ts.map +1 -0
- package/utils/StageDesignVActualUtils.d.ts +16 -0
- package/utils/StageDesignVActualUtils.d.ts.map +1 -0
- package/utils/__tests__/accuracy.test.d.ts +2 -0
- package/utils/__tests__/accuracy.test.d.ts.map +1 -0
- package/utils/__tests__/alerts.test.d.ts +2 -0
- package/utils/__tests__/alerts.test.d.ts.map +1 -0
- package/utils/__tests__/chartSeries.test.d.ts +2 -0
- package/utils/__tests__/chartSeries.test.d.ts.map +1 -0
- package/utils/__tests__/components.test.d.ts +2 -0
- package/utils/__tests__/components.test.d.ts.map +1 -0
- package/utils/__tests__/convert.test.d.ts +2 -0
- package/utils/__tests__/convert.test.d.ts.map +1 -0
- package/utils/__tests__/convertKeys.test.d.ts +2 -0
- package/utils/__tests__/convertKeys.test.d.ts.map +1 -0
- package/utils/__tests__/fixtures/convert.fixture.d.ts +71 -0
- package/utils/__tests__/fixtures/convert.fixture.d.ts.map +1 -0
- package/utils/__tests__/goals.test.d.ts +2 -0
- package/utils/__tests__/goals.test.d.ts.map +1 -0
- package/utils/__tests__/mapbox.test.d.ts +2 -0
- package/utils/__tests__/mapbox.test.d.ts.map +1 -0
- package/utils/accuracy.d.ts +4 -0
- package/utils/accuracy.d.ts.map +1 -0
- package/utils/alerts.d.ts +2 -0
- package/utils/alerts.d.ts.map +1 -0
- package/utils/apps.d.ts +9 -0
- package/utils/apps.d.ts.map +1 -0
- package/utils/audio.d.ts +2 -0
- package/utils/audio.d.ts.map +1 -0
- package/utils/bha.d.ts +10 -0
- package/utils/bha.d.ts.map +1 -0
- package/utils/casing/conversion.d.ts +3 -0
- package/utils/casing/conversion.d.ts.map +1 -0
- package/utils/casing/index.d.ts +3 -0
- package/utils/casing/index.d.ts.map +1 -0
- package/utils/casing/validation.d.ts +42 -0
- package/utils/casing/validation.d.ts.map +1 -0
- package/utils/chartSeries.d.ts +2 -0
- package/utils/chartSeries.d.ts.map +1 -0
- package/utils/completion.d.ts +6 -0
- package/utils/completion.d.ts.map +1 -0
- package/utils/components.d.ts +4 -0
- package/utils/components.d.ts.map +1 -0
- package/utils/constants/units.d.ts +120 -0
- package/utils/constants/units.d.ts.map +1 -0
- package/utils/convert.d.ts +29 -0
- package/utils/convert.d.ts.map +1 -0
- package/utils/convertKeys.d.ts +4 -0
- package/utils/convertKeys.d.ts.map +1 -0
- package/utils/csvExport.d.ts +11 -0
- package/utils/csvExport.d.ts.map +1 -0
- package/utils/dashboardReports.d.ts +33 -0
- package/utils/dashboardReports.d.ts.map +1 -0
- package/utils/devcenter.d.ts +18 -0
- package/utils/devcenter.d.ts.map +1 -0
- package/utils/drillstring/conversion.d.ts +50 -0
- package/utils/drillstring/conversion.d.ts.map +1 -0
- package/utils/drillstring/index.d.ts +4 -0
- package/utils/drillstring/index.d.ts.map +1 -0
- package/utils/drillstring/schematic.d.ts +2 -0
- package/utils/drillstring/schematic.d.ts.map +1 -0
- package/utils/drillstring/validation.d.ts +290 -0
- package/utils/drillstring/validation.d.ts.map +1 -0
- package/utils/env.d.ts +2 -0
- package/utils/env.d.ts.map +1 -0
- package/utils/feed.d.ts +4 -0
- package/utils/feed.d.ts.map +1 -0
- package/utils/fileExtension.d.ts +5 -0
- package/utils/fileExtension.d.ts.map +1 -0
- package/utils/formatting.d.ts +3 -0
- package/utils/formatting.d.ts.map +1 -0
- package/utils/ga.d.ts +2 -0
- package/utils/ga.d.ts.map +1 -0
- package/utils/goals.d.ts +4 -0
- package/utils/goals.d.ts.map +1 -0
- package/utils/index.d.ts +81 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/jsonaDataFormatter.d.ts +3 -0
- package/utils/jsonaDataFormatter.d.ts.map +1 -0
- package/utils/lasParser.d.ts +11 -0
- package/utils/lasParser.d.ts.map +1 -0
- package/utils/loadable.d.ts +1 -0
- package/utils/loadable.d.ts.map +1 -0
- package/utils/localStorage.d.ts +3 -0
- package/utils/localStorage.d.ts.map +1 -0
- package/utils/main.d.ts +228 -0
- package/utils/main.d.ts.map +1 -0
- package/utils/mapUnits.d.ts +12 -0
- package/utils/mapUnits.d.ts.map +1 -0
- package/utils/mapbox.d.ts +7 -0
- package/utils/mapbox.d.ts.map +1 -0
- package/utils/metrics/index.d.ts +5 -0
- package/utils/metrics/index.d.ts.map +1 -0
- package/utils/metrics/metricsConfig.d.ts +565 -0
- package/utils/metrics/metricsConfig.d.ts.map +1 -0
- package/utils/metrics/utils.d.ts +13 -0
- package/utils/metrics/utils.d.ts.map +1 -0
- package/utils/mobileDetect.d.ts +6 -0
- package/utils/mobileDetect.d.ts.map +1 -0
- package/utils/nativeMessages.d.ts +15 -0
- package/utils/nativeMessages.d.ts.map +1 -0
- package/utils/notificationToasts.d.ts +8 -0
- package/utils/notificationToasts.d.ts.map +1 -0
- package/utils/notifications.d.ts +4 -0
- package/utils/notifications.d.ts.map +1 -0
- package/utils/permissions.d.ts +2 -0
- package/utils/permissions.d.ts.map +1 -0
- package/utils/recaptcha.d.ts +3 -0
- package/utils/recaptcha.d.ts.map +1 -0
- package/utils/reports.d.ts +2 -0
- package/utils/reports.d.ts.map +1 -0
- package/utils/rollbar.d.ts +2 -0
- package/utils/rollbar.d.ts.map +1 -0
- package/utils/sharedDCStore.d.ts +12 -0
- package/utils/sharedDCStore.d.ts.map +1 -0
- package/utils/sqlParser.d.ts +1 -0
- package/utils/sqlParser.d.ts.map +1 -0
- package/utils/themeVariables.d.ts +2 -0
- package/utils/themeVariables.d.ts.map +1 -0
- package/utils/time.d.ts +5 -0
- package/utils/time.d.ts.map +1 -0
- package/utils/torqueAndHookloadUtils.d.ts +5 -0
- package/utils/torqueAndHookloadUtils.d.ts.map +1 -0
- package/utils/withPageLogger.d.ts +1 -0
- package/utils/withPageLogger.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ColorPicker/PaletteChromePicker/Palette/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaletteChromePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js"],"names":[],"mappings":";AA4GA,iHAqDE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ColorPicker/PaletteChromePicker/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<{
|
|
2
|
+
color: any;
|
|
3
|
+
onChange: any;
|
|
4
|
+
anchorEl: any;
|
|
5
|
+
handleClose: any;
|
|
6
|
+
converter: any;
|
|
7
|
+
popoverAnchorOrigin: any;
|
|
8
|
+
popoverTransformOrigin: any;
|
|
9
|
+
pickerComponent: any;
|
|
10
|
+
classes: any;
|
|
11
|
+
enableTransparencyPalette: any;
|
|
12
|
+
}, "classes" | "color" | "onChange" | "handleClose"> & {
|
|
13
|
+
anchorEl?: any;
|
|
14
|
+
enableTransparencyPalette?: any;
|
|
15
|
+
converter?: any;
|
|
16
|
+
popoverAnchorOrigin?: any;
|
|
17
|
+
popoverTransformOrigin?: any;
|
|
18
|
+
pickerComponent?: any;
|
|
19
|
+
} & {}, "color" | "onChange" | "anchorEl" | "handleClose" | "enableTransparencyPalette" | "converter" | "popoverAnchorOrigin" | "popoverTransformOrigin" | "pickerComponent"> & import("@material-ui/core").StyledComponentProps<"root" | "popper" | "rightLabel" | "topLabel">>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=ColorPickerPalette.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPickerPalette.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPickerPalette/ColorPickerPalette.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPickerPalette/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/Comment/CommentIcon/BadgeIcon.js"],"names":[],"mappings":";;AAEA,0CAcC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default CommentIcon;
|
|
2
|
+
declare function CommentIcon({ displayName, imgSrc, size }: {
|
|
3
|
+
displayName: any;
|
|
4
|
+
imgSrc: any;
|
|
5
|
+
size: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace CommentIcon {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const displayName: PropTypes.Requireable<string>;
|
|
10
|
+
const imgSrc: PropTypes.Requireable<string>;
|
|
11
|
+
const size: PropTypes.Requireable<number>;
|
|
12
|
+
}
|
|
13
|
+
namespace defaultProps {
|
|
14
|
+
const displayName_1: boolean;
|
|
15
|
+
export { displayName_1 as displayName };
|
|
16
|
+
const imgSrc_1: any;
|
|
17
|
+
export { imgSrc_1 as imgSrc };
|
|
18
|
+
const size_1: number;
|
|
19
|
+
export { size_1 as size };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Comment/CommentIcon/index.js"],"names":[],"mappings":";AAiCA;;;;gBAYC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
|
|
2
|
+
comment: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
3
|
+
showOnMount: PropTypes.Requireable<boolean>;
|
|
4
|
+
spaceAround: PropTypes.Requireable<boolean>;
|
|
5
|
+
handleShowOnMount: PropTypes.Requireable<(...args: any[]) => any>;
|
|
6
|
+
handleEdit: PropTypes.Requireable<(...args: any[]) => any>;
|
|
7
|
+
handleDeleteCallback: PropTypes.Validator<(...args: any[]) => any>;
|
|
8
|
+
patchCommentCallback: PropTypes.Validator<(...args: any[]) => any>;
|
|
9
|
+
companyId: PropTypes.Requireable<number>;
|
|
10
|
+
currentUser: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
11
|
+
classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
12
|
+
isNative: PropTypes.Requireable<boolean>;
|
|
13
|
+
}>, "classes" | "comment" | "handleDeleteCallback" | "patchCommentCallback"> & {
|
|
14
|
+
companyId?: number;
|
|
15
|
+
currentUser?: PropTypes.InferProps<PropTypes.ValidationMap<any>>;
|
|
16
|
+
isNative?: boolean;
|
|
17
|
+
handleEdit?: (...args: any[]) => any;
|
|
18
|
+
showOnMount?: boolean;
|
|
19
|
+
spaceAround?: boolean;
|
|
20
|
+
handleShowOnMount?: (...args: any[]) => any;
|
|
21
|
+
} & {}, "companyId" | "currentUser" | "isNative" | "comment" | "handleDeleteCallback" | "patchCommentCallback" | "handleEdit" | "showOnMount" | "spaceAround" | "handleShowOnMount"> & import("@material-ui/core/styles").StyledComponentProps<"iconButtonRoot" | "commentWrapper" | "timeRoot" | "textRoot" | "userName">>;
|
|
22
|
+
export default _default;
|
|
23
|
+
import PropTypes from "prop-types";
|
|
24
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Comment/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
|
|
2
|
+
inputRef: PropTypes.Requireable<PropTypes.InferProps<{
|
|
3
|
+
current: PropTypes.Requireable<PropTypes.InferProps<{
|
|
4
|
+
focus: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
5
|
+
}>>;
|
|
6
|
+
}>>;
|
|
7
|
+
editFeedItemId: PropTypes.Requireable<number>;
|
|
8
|
+
editCommentId: PropTypes.Requireable<number>;
|
|
9
|
+
editComment: PropTypes.Requireable<string>;
|
|
10
|
+
editAttachment: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
|
+
url: PropTypes.Requireable<string>;
|
|
12
|
+
size: PropTypes.Requireable<number>;
|
|
13
|
+
file_name: PropTypes.Requireable<string>;
|
|
14
|
+
}>>;
|
|
15
|
+
spaceAround: PropTypes.Requireable<boolean>;
|
|
16
|
+
postComment: PropTypes.Validator<(...args: any[]) => any>;
|
|
17
|
+
postCommentCallback: PropTypes.Requireable<(...args: any[]) => any>;
|
|
18
|
+
patchCommentCallback: PropTypes.Requireable<(...args: any[]) => any>;
|
|
19
|
+
exitEditMode: PropTypes.Requireable<(...args: any[]) => any>;
|
|
20
|
+
setIsPosting: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
|
+
setIsEditting: PropTypes.Requireable<(...args: any[]) => any>;
|
|
22
|
+
onMount: PropTypes.Requireable<(...args: any[]) => any>;
|
|
23
|
+
autoFocus: PropTypes.Requireable<boolean>;
|
|
24
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
25
|
+
classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
26
|
+
currentUser: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
27
|
+
isNative: PropTypes.Requireable<boolean>;
|
|
28
|
+
companyId: PropTypes.Requireable<number>;
|
|
29
|
+
parentId: PropTypes.Requireable<string>;
|
|
30
|
+
}>, "classes" | "postComment"> & {
|
|
31
|
+
autoFocus?: boolean;
|
|
32
|
+
disabled?: boolean;
|
|
33
|
+
companyId?: number;
|
|
34
|
+
currentUser?: PropTypes.InferProps<PropTypes.ValidationMap<any>>;
|
|
35
|
+
isNative?: boolean;
|
|
36
|
+
inputRef?: PropTypes.InferProps<{
|
|
37
|
+
current: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
+
focus: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
39
|
+
}>>;
|
|
40
|
+
}>;
|
|
41
|
+
setIsPosting?: (...args: any[]) => any;
|
|
42
|
+
patchCommentCallback?: (...args: any[]) => any;
|
|
43
|
+
postCommentCallback?: (...args: any[]) => any;
|
|
44
|
+
onMount?: (...args: any[]) => any;
|
|
45
|
+
parentId?: string;
|
|
46
|
+
spaceAround?: boolean;
|
|
47
|
+
exitEditMode?: (...args: any[]) => any;
|
|
48
|
+
setIsEditting?: (...args: any[]) => any;
|
|
49
|
+
editFeedItemId?: number;
|
|
50
|
+
editCommentId?: number;
|
|
51
|
+
editAttachment?: PropTypes.InferProps<{
|
|
52
|
+
url: PropTypes.Requireable<string>;
|
|
53
|
+
size: PropTypes.Requireable<number>;
|
|
54
|
+
file_name: PropTypes.Requireable<string>;
|
|
55
|
+
}>;
|
|
56
|
+
editComment?: string;
|
|
57
|
+
} & {}, "autoFocus" | "disabled" | "companyId" | "currentUser" | "isNative" | "inputRef" | "setIsPosting" | "patchCommentCallback" | "postComment" | "postCommentCallback" | "onMount" | "parentId" | "spaceAround" | "exitEditMode" | "setIsEditting" | "editFeedItemId" | "editCommentId" | "editAttachment" | "editComment"> & import("@material-ui/core").StyledComponentProps<"input" | "inputRoot" | "sendButton" | "inputAdornment" | "paperRoot" | "inputMain" | "inputHelper" | "cancelText" | "highlightedLabel" | "inputEl" | "additionalActionButton" | "nativeActionButton" | "fileUploadingError" | "iconTooltip">>;
|
|
58
|
+
export default _default;
|
|
59
|
+
import PropTypes from "prop-types";
|
|
60
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CommentInput/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"@babel/runtime/helpers/asyncToGenerator";import e from"@babel/runtime/helpers/classCallCheck";import n from"@babel/runtime/helpers/createClass";import o from"@babel/runtime/helpers/assertThisInitialized";import i from"@babel/runtime/helpers/inherits";import a from"@babel/runtime/helpers/possibleConstructorReturn";import r from"@babel/runtime/helpers/getPrototypeOf";import s from"@babel/runtime/helpers/defineProperty";import l from"@babel/runtime/regenerator";import{PureComponent as c}from"react";import p from"prop-types";import m from"lodash/noop";import{withStyles as u}from"@material-ui/core/styles";import d from"classnames";import{get as h}from"lodash";import{Paper as f,TextField as g,InputAdornment as C,Tooltip as b,Typography as I}from"@material-ui/core";import v from"@material-ui/core/colors/grey";import x from"../Avatar/index.js";import y from"../FileUploadIconButton.js";import F from"../EmojiIconButton.js";import S from"../FailedFileUploading.js";import E from"../UserMention/index.js";import U from"../FilePreview/index.js";import N from"../IconButton/index.js";import k from"../Icons/SendIcon.js";import{isSuggestionsListOpened as A}from"../UserMention/utils/index.js";import M from"../../utils/main.js";import{isNativeDetected as R}from"../../utils/mobileDetect.js";import{notifyCommentEdit as j,notifyCommentPost as B}from"../../utils/nativeMessages.js";import{patchFeedItemComment as w}from"../../clients/jsonApi/index.js";import T from"./styles.css.js";import{jsxs as L,jsx as P}from"react/jsx-runtime";function z(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=r(t);if(e){var i=r(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return a(this,n)}}var D={chatAvatarWrapper:{display:"flex",alignItems:"center",position:"absolute",left:0,height:32},commentTextFieldContainer:{position:"relative",margin:"0"},commentTextFieldContainerSpaceAround:{position:"relative",margin:"20px 10px"}},_=function(a){i(p,c);var r=z(p);function p(n){var i,a,c;return e(this,p),i=r.call(this,n),s(o(i),"handleSelectEmoji",(function(t){return i.setState((function(e){var n=e.comment;return{comment:"".concat(n).concat(t.native)}}))})),s(o(i),"postComment",(a=t(l.mark((function t(e){var n;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,i.props.postComment(e);case 3:n=t.sent,t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),console.error(t.t0.message);case 9:return t.abrupt("return",n);case 10:case"end":return t.stop()}}),t,null,[[0,6]])}))),function(t){return a.apply(this,arguments)})),s(o(i),"patchComment",(c=t(l.mark((function t(e){var n,o,a,r;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=i.props,o=n.editFeedItemId,a=n.editCommentId,t.prev=1,t.next=4,w(o,a,e);case 4:r=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t.catch(1),console.error(t.t0.message);case 10:return t.abrupt("return",r);case 11:case"end":return t.stop()}}),t,null,[[1,7]])}))),function(t){return c.apply(this,arguments)})),s(o(i),"clearCommentField",(function(t){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},(function(){i.focusOnRef(),t&&"function"==typeof t&&t()}))})),s(o(i),"handleKeyDown",(function(t){var e=t.key;"Escape"===e&&i.props.exitEditMode(),"Enter"===e&&(A()||(t.preventDefault(),i.handleSendComment()))})),s(o(i),"handleAttachmentLoadingError",(function(t){i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:t})})),s(o(i),"handleFileUpload",(function(t,e,n){i.setState({attachmentUrl:t,attachmentName:e,attachmentSize:n,attachmentLoadingError:null})})),s(o(i),"handleNativeFileUpload",(function(){var t=i.state.comment;i.isEditMode?(j(t),i.clearCommentField(i.props.exitEditMode)):(B(t),i.clearCommentField())})),s(o(i),"handleFileDelete",(function(){return i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null})})),s(o(i),"handleSendComment",t(l.mark((function t(){var e,n,o;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((e=i.state.comment?i.state.comment.trim():null)||i.state.attachmentUrl){t.next=3;break}return t.abrupt("return");case 3:if(n={comment:{body:e,attachment:{url:i.state.attachmentUrl,size:i.state.attachmentSize,file_name:i.state.attachmentName}}},!i.isEditMode){t.next=16;break}return i.props.setIsEditting(!0),t.next=8,i.patchComment(n);case 8:return o=t.sent,t.next=11,i.props.patchCommentCallback(o);case 11:i.props.setIsEditting(!1),i.clearCommentField(),i.props.exitEditMode(),t.next=24;break;case 16:return i.props.setIsPosting(!0),t.next=19,i.postComment(n);case 19:return o=t.sent,t.next=22,i.props.postCommentCallback(o);case 22:i.props.setIsPosting(!1),i.clearCommentField();case 24:case"end":return t.stop()}}),t)})))),s(o(i),"handleCancelClick",(function(){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},i.props.exitEditMode())})),i.state={comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:null,isInputFocused:!1},i}return n(p,[{key:"componentDidMount",value:function(){this.isEditMode&&this.setInitialCommentValue()}},{key:"componentDidUpdate",value:function(t){(this.isEditMode&&!t.editFeedItemId||this.props.editCommentId&&this.props.editCommentId!==t.editCommentId)&&this.setInitialCommentValue()}},{key:"isEditMode",get:function(){return!!this.props.editFeedItemId}},{key:"setInitialCommentValue",value:function(){var t=this.props.editAttachment?this.props.editAttachment.url:null;this.setState({comment:this.props.editComment,attachmentUrl:t,attachmentName:t?this.props.editAttachment.file_name||M.getFileNameWithExtensionFromPath(t):null,attachmentSize:this.props.editAttachment?this.props.editAttachment.size:null})}},{key:"focusOnRef",value:function(){this.props.inputRef&&this.props.inputRef.current.focus()}},{key:"render",value:function(){var t,e=this,n=this.props,o=n.classes,i=n.currentUser,a="".concat(h(i,["attributes","first_name"])," ").concat(h(i,["attributes","last_name"]));return L("div",{style:this.props.spaceAround?D.commentTextFieldContainerSpaceAround:D.commentTextFieldContainer,children:[P("div",{style:D.chatAvatarWrapper,children:P(x,{displayName:a,size:32,imgSrc:this.props.currentUser&&this.props.currentUser.profile_photo})}),P(f,{className:this.props.classes.paperRoot,children:P(g,{"data-testid":"".concat("commentInput","_input"),placeholder:"Type here",FormHelperTextProps:{component:"div",margin:"dense"},InputProps:{inputComponent:E,inputProps:{onChange:function(t){return e.setState({comment:t})},singleLine:!0,value:this.state.comment||"",inputRef:this.props.inputRef,withLightTheme:!1,onMount:this.props.onMount,companyId:this.props.companyId,autoFocus:this.props.autoFocus,disabled:this.props.disabled,onFocus:function(){return e.setState({isInputFocused:!0})},onBlur:function(){return e.setState({isInputFocused:!1})},allowSuggestionsAboveCursor:!0},endAdornment:!this.props.isNative&&L(C,{position:"end",className:this.props.classes.inputAdornment,children:[!this.state.attachmentUrl&&P(b,{title:"Attach File",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:d(T.cCommentInputIconContainer,T.cCommentInputIconUpload),children:P(y,{openPreviewDialogOnUpload:!1,disableRipple:!0,onFinish:this.handleFileUpload,onError:this.handleAttachmentLoadingError,fileUploadIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],inputId:"comment-attachment-".concat(this.props.editCommentId||this.props.parentId)})})}),P(b,{title:"Add Emoji",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:T.cCommentInputIconContainer,children:P(F,{"data-testid":"".concat("commentInput","_emojiButton"),handleSelectEmoji:this.handleSelectEmoji,emojiIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],disableRipple:!0})})})]}),disableUnderline:!0,classes:{root:this.props.classes.inputRoot,input:this.props.classes.inputEl}},className:this.props.classes.input,onKeyDown:this.handleKeyDown})}),this.state.attachmentLoadingError&&P(S,{errorMessage:this.state.attachmentLoadingError,className:this.props.classes.fileUploadingError}),this.state.attachmentUrl&&P(U,{fileName:this.state.attachmentName,fileUrl:this.state.attachmentUrl,handleFileDelete:this.handleFileDelete,classes:this.props.classes}),(this.state.isInputFocused||this.state.attachmentUrl||this.state.comment||this.props.editComment||(null===(t=this.props.editAttachment)||void 0===t?void 0:t.url))&&L("div",{className:T.cCommentInputSendContainer,children:[P("div",{className:T.cCommentInputSendContainerCancel,children:P(I,{"data-testid":"".concat("commentInput","_cancel"),variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.cancelText,this.props.classes.highlightedLabel),component:"div",gutterBottom:!0,onClick:this.handleCancelClick,children:"Cancel"})}),L("div",{className:T.cCommentInputSendContainerSend,children:[L(I,{variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.inputHelper),component:"div",gutterBottom:!0,children:["Press ",P(I,{variant:"caption",color:"primary",className:d(this.props.classes.inputMain,this.props.classes.highlightedLabel),children:"Enter"})," to send"]}),P(N,{size:"large",tooltipProps:{title:"Send"},"data-testid":"".concat("commentInput","_sendButton"),onClick:this.handleSendComment,classes:{root:this.props.classes.sendButton},children:P(k,{})})]})]})]})}}]),p}();_.propTypes={inputRef:p.shape({current:p.shape({focus:p.shape({})})}),editFeedItemId:p.number,editCommentId:p.number,editComment:p.string,editAttachment:p.shape({url:p.string,size:p.number,file_name:p.string}),spaceAround:p.bool,postComment:p.func.isRequired,postCommentCallback:p.func,patchCommentCallback:p.func,exitEditMode:p.func,setIsPosting:p.func,setIsEditting:p.func,onMount:p.func,autoFocus:p.bool,disabled:p.bool,classes:p.shape({}).isRequired,currentUser:p.shape(),isNative:p.bool,companyId:p.number,parentId:p.string},_.defaultProps={inputRef:null,editFeedItemId:null,editCommentId:null,parentId:null,editComment:null,editAttachment:{},spaceAround:!1,setIsPosting:m,setIsEditting:m,onMount:m,autoFocus:void 0,disabled:!1,patchCommentCallback:m,postCommentCallback:m,exitEditMode:m,companyId:null,currentUser:{},isNative:R};var O=u((function(t){return{paperRoot:{width:"calc(100% - 48px)",marginLeft:48,display:"inline-block",height:32,border:"0","&:focus-within":{boxShadow:"inset 0 0 0 2px ".concat(t.palette.primary.main)},boxShadow:"none",background:"#4D4D4D"},input:{paddingLeft:5,width:"100%"},inputRoot:{height:32,paddingRight:"8px",lineHeight:"29px",paddingLeft:"8px"},inputEl:{padding:"0 0 0 6px",height:"100%"},additionalActionButton:{padding:"6px"},nativeActionButton:{margin:"5px 10px",cursor:"pointer"},fileUploadingError:{marginTop:10,marginLeft:24},inputMain:{marginBottom:0,fontSize:"11px",color:t.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:t.palette.primary.main},iconTooltip:{marginTop:"3px"},sendButton:{"&:hover":{backgroundColor:"rgba(3,188,212, 0.1)"},"&.MuiButtonBase-root":{padding:7}},inputAdornment:{marginBottom:"0!important",height:"100%"}}}))(_);export{O as default};
|
|
1
|
+
import t from"@babel/runtime/helpers/asyncToGenerator";import e from"@babel/runtime/helpers/classCallCheck";import n from"@babel/runtime/helpers/createClass";import o from"@babel/runtime/helpers/assertThisInitialized";import i from"@babel/runtime/helpers/inherits";import a from"@babel/runtime/helpers/possibleConstructorReturn";import r from"@babel/runtime/helpers/getPrototypeOf";import s from"@babel/runtime/helpers/defineProperty";import l from"@babel/runtime/regenerator";import{PureComponent as c}from"react";import m from"prop-types";import p from"lodash/noop";import{withStyles as u}from"@material-ui/core/styles";import d from"classnames";import{get as h}from"lodash";import{Paper as f,TextField as g,InputAdornment as C,Tooltip as b,Typography as I}from"@material-ui/core";import v from"@material-ui/core/colors/grey";import x from"../Avatar/index.js";import y from"../FileUploadIconButton.js";import F from"../EmojiIconButton.js";import S from"../FailedFileUploading.js";import E from"../UserMention/index.js";import U from"../FilePreview/index.js";import N from"../IconButton/index.js";import k from"../Icons/SendIcon.js";import{isSuggestionsListOpened as A}from"../UserMention/utils/index.js";import M from"../../utils/main.js";import{isNativeDetected as R}from"../../utils/mobileDetect.js";import{notifyCommentEdit as j,notifyCommentPost as B}from"../../utils/nativeMessages.js";import{patchFeedItemComment as w}from"../../clients/jsonApi/index.js";import T from"./styles.css.js";import{jsxs as L,jsx as P}from"react/jsx-runtime";function z(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=r(t);if(e){var i=r(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return a(this,n)}}var D={chatAvatarWrapper:{display:"flex",alignItems:"center",position:"absolute",left:0,height:32},commentTextFieldContainer:{position:"relative",margin:"0"},commentTextFieldContainerSpaceAround:{position:"relative",margin:"20px 10px"}},_=function(a){i(m,c);var r=z(m);function m(n){var i,a,c;return e(this,m),i=r.call(this,n),s(o(i),"handleSelectEmoji",(function(t){return i.setState((function(e){var n=e.comment;return{comment:"".concat(n).concat(t.native)}}))})),s(o(i),"postComment",(a=t(l.mark((function t(e){var n;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,i.props.postComment(e);case 3:n=t.sent,t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),console.error(t.t0.message);case 9:return t.abrupt("return",n);case 10:case"end":return t.stop()}}),t,null,[[0,6]])}))),function(t){return a.apply(this,arguments)})),s(o(i),"patchComment",(c=t(l.mark((function t(e){var n,o,a,r;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=i.props,o=n.editFeedItemId,a=n.editCommentId,t.prev=1,t.next=4,w(o,a,e);case 4:r=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t.catch(1),console.error(t.t0.message);case 10:return t.abrupt("return",r);case 11:case"end":return t.stop()}}),t,null,[[1,7]])}))),function(t){return c.apply(this,arguments)})),s(o(i),"clearCommentField",(function(t){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},(function(){i.focusOnRef(),t&&"function"==typeof t&&t()}))})),s(o(i),"handleKeyDown",(function(t){var e=t.key;"Escape"===e&&i.props.exitEditMode(),"Enter"===e&&(A()||(t.preventDefault(),i.handleSendComment()))})),s(o(i),"handleAttachmentLoadingError",(function(t){i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:t})})),s(o(i),"handleFileUpload",(function(t,e,n){i.setState({attachmentUrl:t,attachmentName:e,attachmentSize:n,attachmentLoadingError:null})})),s(o(i),"handleNativeFileUpload",(function(){var t=i.state.comment;i.isEditMode?(j(t),i.clearCommentField(i.props.exitEditMode)):(B(t),i.clearCommentField())})),s(o(i),"handleFileDelete",(function(){return i.setState({attachmentUrl:null,attachmentName:null,attachmentSize:null})})),s(o(i),"handleSendComment",t(l.mark((function t(){var e,n,o;return l.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if((e=i.state.comment?i.state.comment.trim():null)||i.state.attachmentUrl){t.next=3;break}return t.abrupt("return");case 3:if(n={comment:{body:e,attachment:{url:i.state.attachmentUrl,size:i.state.attachmentSize,file_name:i.state.attachmentName}}},!i.isEditMode){t.next=16;break}return i.props.setIsEditting(!0),t.next=8,i.patchComment(n);case 8:return o=t.sent,t.next=11,i.props.patchCommentCallback(o);case 11:i.props.setIsEditting(!1),i.clearCommentField(),i.props.exitEditMode(),t.next=24;break;case 16:return i.props.setIsPosting(!0),t.next=19,i.postComment(n);case 19:return o=t.sent,t.next=22,i.props.postCommentCallback(o);case 22:i.props.setIsPosting(!1),i.clearCommentField();case 24:case"end":return t.stop()}}),t)})))),s(o(i),"handleCancelClick",(function(){i.setState({comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null},i.props.exitEditMode())})),i.state={comment:"",attachmentUrl:null,attachmentName:null,attachmentSize:null,attachmentLoadingError:null,isInputFocused:!1},i}return n(m,[{key:"componentDidMount",value:function(){this.isEditMode&&this.setInitialCommentValue()}},{key:"componentDidUpdate",value:function(t){(this.isEditMode&&!t.editFeedItemId||this.props.editCommentId&&this.props.editCommentId!==t.editCommentId)&&this.setInitialCommentValue()}},{key:"isEditMode",get:function(){return!!this.props.editFeedItemId}},{key:"setInitialCommentValue",value:function(){var t=this.props.editAttachment?this.props.editAttachment.url:null;this.setState({comment:this.props.editComment,attachmentUrl:t,attachmentName:t?this.props.editAttachment.file_name||M.getFileNameWithExtensionFromPath(t):null,attachmentSize:this.props.editAttachment?this.props.editAttachment.size:null})}},{key:"focusOnRef",value:function(){this.props.inputRef&&this.props.inputRef.current.focus()}},{key:"render",value:function(){var t,e=this,n=this.props,o=n.classes,i=n.currentUser,a="".concat(h(i,["attributes","first_name"])||h(i,"first_name")," ").concat(h(i,["attributes","last_name"])||h(i,"last_name"));return L("div",{style:this.props.spaceAround?D.commentTextFieldContainerSpaceAround:D.commentTextFieldContainer,children:[P("div",{style:D.chatAvatarWrapper,children:P(x,{displayName:a,size:32,imgSrc:this.props.currentUser&&this.props.currentUser.profile_photo})}),P(f,{className:this.props.classes.paperRoot,children:P(g,{"data-testid":"".concat("commentInput","_input"),placeholder:"Type here",FormHelperTextProps:{component:"div",margin:"dense"},InputProps:{inputComponent:E,inputProps:{onChange:function(t){return e.setState({comment:t})},singleLine:!0,value:this.state.comment||"",inputRef:this.props.inputRef,withLightTheme:!1,onMount:this.props.onMount,companyId:this.props.companyId,autoFocus:this.props.autoFocus,disabled:this.props.disabled,onFocus:function(){return e.setState({isInputFocused:!0})},onBlur:function(){return e.setState({isInputFocused:!1})},allowSuggestionsAboveCursor:!0},endAdornment:!this.props.isNative&&L(C,{position:"end",className:this.props.classes.inputAdornment,children:[!this.state.attachmentUrl&&P(b,{title:"Attach File",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:d(T.cCommentInputIconContainer,T.cCommentInputIconUpload),children:P(y,{openPreviewDialogOnUpload:!1,disableRipple:!0,onFinish:this.handleFileUpload,onError:this.handleAttachmentLoadingError,fileUploadIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],inputId:"comment-attachment-".concat(this.props.editCommentId||this.props.parentId)})})}),P(b,{title:"Add Emoji",placement:"bottom",classes:{tooltip:o.iconTooltip},children:P("div",{className:T.cCommentInputIconContainer,children:P(F,{"data-testid":"".concat("commentInput","_emojiButton"),handleSelectEmoji:this.handleSelectEmoji,emojiIconClassName:this.props.classes.additionalActionButton,htmlColor:v[400],disableRipple:!0})})})]}),disableUnderline:!0,classes:{root:this.props.classes.inputRoot,input:this.props.classes.inputEl}},className:this.props.classes.input,onKeyDown:this.handleKeyDown})}),this.state.attachmentLoadingError&&P(S,{errorMessage:this.state.attachmentLoadingError,className:this.props.classes.fileUploadingError}),this.state.attachmentUrl&&P(U,{fileName:this.state.attachmentName,fileUrl:this.state.attachmentUrl,handleFileDelete:this.handleFileDelete,classes:this.props.classes}),(this.state.isInputFocused||this.state.attachmentUrl||this.state.comment||this.props.editComment||(null===(t=this.props.editAttachment)||void 0===t?void 0:t.url))&&L("div",{className:T.cCommentInputSendContainer,children:[P("div",{className:T.cCommentInputSendContainerCancel,children:P(I,{"data-testid":"".concat("commentInput","_cancel"),variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.cancelText,this.props.classes.highlightedLabel),component:"div",gutterBottom:!0,onClick:this.handleCancelClick,children:"Cancel"})}),L("div",{className:T.cCommentInputSendContainerSend,children:[L(I,{variant:"caption",className:d(this.props.classes.inputMain,this.props.classes.inputHelper),component:"div",gutterBottom:!0,children:["Press ",P(I,{variant:"caption",color:"primary",className:d(this.props.classes.inputMain,this.props.classes.highlightedLabel),children:"Enter"})," to send"]}),P(N,{size:"large",tooltipProps:{title:"Send"},"data-testid":"".concat("commentInput","_sendButton"),onClick:this.handleSendComment,classes:{root:this.props.classes.sendButton},children:P(k,{})})]})]})]})}}]),m}();_.propTypes={inputRef:m.shape({current:m.shape({focus:m.shape({})})}),editFeedItemId:m.number,editCommentId:m.number,editComment:m.string,editAttachment:m.shape({url:m.string,size:m.number,file_name:m.string}),spaceAround:m.bool,postComment:m.func.isRequired,postCommentCallback:m.func,patchCommentCallback:m.func,exitEditMode:m.func,setIsPosting:m.func,setIsEditting:m.func,onMount:m.func,autoFocus:m.bool,disabled:m.bool,classes:m.shape({}).isRequired,currentUser:m.shape(),isNative:m.bool,companyId:m.number,parentId:m.string},_.defaultProps={inputRef:null,editFeedItemId:null,editCommentId:null,parentId:null,editComment:null,editAttachment:{},spaceAround:!1,setIsPosting:p,setIsEditting:p,onMount:p,autoFocus:void 0,disabled:!1,patchCommentCallback:p,postCommentCallback:p,exitEditMode:p,companyId:null,currentUser:{},isNative:R};var O=u((function(t){return{paperRoot:{width:"calc(100% - 48px)",marginLeft:48,display:"inline-block",height:32,border:"0","&:focus-within":{boxShadow:"inset 0 0 0 2px ".concat(t.palette.primary.main)},boxShadow:"none",background:"#4D4D4D"},input:{paddingLeft:5,width:"100%"},inputRoot:{height:32,paddingRight:"8px",lineHeight:"29px",paddingLeft:"8px"},inputEl:{padding:"0 0 0 6px",height:"100%"},additionalActionButton:{padding:"6px"},nativeActionButton:{margin:"5px 10px",cursor:"pointer"},fileUploadingError:{marginTop:10,marginLeft:24},inputMain:{marginBottom:0,fontSize:"11px",color:t.palette.primary.text8},inputHelper:{display:"flex",paddingRight:5},cancelText:{cursor:"pointer"},highlightedLabel:{color:t.palette.primary.main},iconTooltip:{marginTop:"3px"},sendButton:{"&:hover":{backgroundColor:"rgba(3,188,212, 0.1)"},"&.MuiButtonBase-root":{padding:7}},inputAdornment:{marginBottom:"0!important",height:"100%"}}}))(_);export{O as default};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
|
|
2
|
+
showOnMount: PropTypes.Requireable<boolean>;
|
|
3
|
+
spaceAround: PropTypes.Requireable<boolean>;
|
|
4
|
+
classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
5
|
+
}>, "classes"> & {
|
|
6
|
+
showOnMount?: boolean;
|
|
7
|
+
spaceAround?: boolean;
|
|
8
|
+
} & {}, "showOnMount" | "spaceAround"> & import("@material-ui/core/styles").StyledComponentProps<"commentWrapper">>;
|
|
9
|
+
export default _default;
|
|
10
|
+
import PropTypes from "prop-types";
|
|
11
|
+
//# sourceMappingURL=CommentLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentLoader.d.ts","sourceRoot":"","sources":["../../src/components/CommentLoader.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<Pick<{
|
|
2
|
+
spaceAround: any;
|
|
3
|
+
isLoader: any;
|
|
4
|
+
children: any;
|
|
5
|
+
classes: any;
|
|
6
|
+
className: any;
|
|
7
|
+
}, never> & Pick<PropTypes.InferProps<{
|
|
8
|
+
spaceAround: PropTypes.Requireable<boolean>;
|
|
9
|
+
isLoader: PropTypes.Requireable<boolean>;
|
|
10
|
+
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
11
|
+
className: PropTypes.Requireable<string>;
|
|
12
|
+
classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
13
|
+
}>, "className" | "classes" | "children" | "spaceAround" | "isLoader">, "classes" | "children"> & {
|
|
14
|
+
className?: string;
|
|
15
|
+
spaceAround?: boolean;
|
|
16
|
+
isLoader?: boolean;
|
|
17
|
+
} & {}, "className" | "children" | "spaceAround" | "isLoader"> & import("@material-ui/core/styles").StyledComponentProps<"paperRoot" | "paperBase" | "paperRootSpaceAround" | "paperRootLoader" | "paperRootLoaderSpaceAround">>;
|
|
18
|
+
export default _default;
|
|
19
|
+
import PropTypes from "prop-types";
|
|
20
|
+
//# sourceMappingURL=CommentWrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommentWrapper.d.ts","sourceRoot":"","sources":["../../src/components/CommentWrapper.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<Pick<{
|
|
2
|
+
likesCount: any;
|
|
3
|
+
usersWhoLike: any;
|
|
4
|
+
commentsCount: any;
|
|
5
|
+
usersWhoCommented: any;
|
|
6
|
+
onCommentsClick: any;
|
|
7
|
+
currentUser: any;
|
|
8
|
+
activeUsersList: any;
|
|
9
|
+
classes: any;
|
|
10
|
+
isNative: any;
|
|
11
|
+
small: any;
|
|
12
|
+
}, never> & Pick<PropTypes.InferProps<{
|
|
13
|
+
likesCount: PropTypes.Requireable<number>;
|
|
14
|
+
usersWhoLike: PropTypes.Requireable<PropTypes.InferProps<{}>[]>;
|
|
15
|
+
commentsCount: PropTypes.Requireable<number>;
|
|
16
|
+
usersWhoCommented: PropTypes.Validator<string[]>;
|
|
17
|
+
onCommentsClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
18
|
+
activeUsersList: PropTypes.Validator<PropTypes.InferProps<{}>[]>;
|
|
19
|
+
classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
20
|
+
isNative: PropTypes.Requireable<boolean>;
|
|
21
|
+
small: PropTypes.Requireable<boolean>;
|
|
22
|
+
currentUser: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
23
|
+
}>, "small" | "classes" | "currentUser" | "isNative" | "commentsCount" | "usersWhoCommented" | "activeUsersList" | "likesCount" | "usersWhoLike" | "onCommentsClick">, "classes" | "usersWhoCommented" | "activeUsersList"> & {
|
|
24
|
+
small?: boolean;
|
|
25
|
+
currentUser?: PropTypes.InferProps<{}>;
|
|
26
|
+
isNative?: boolean;
|
|
27
|
+
commentsCount?: number;
|
|
28
|
+
likesCount?: number;
|
|
29
|
+
usersWhoLike?: PropTypes.InferProps<{}>[];
|
|
30
|
+
onCommentsClick?: (...args: any[]) => any;
|
|
31
|
+
} & {}, "small" | "currentUser" | "isNative" | "commentsCount" | "usersWhoCommented" | "activeUsersList" | "likesCount" | "usersWhoLike" | "onCommentsClick"> & import("@material-ui/core").StyledComponentProps<"tooltip" | "avatarInList" | "reactionTypographyRoot">>;
|
|
32
|
+
export default _default;
|
|
33
|
+
import PropTypes from "prop-types";
|
|
34
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CommentsInfo/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("react").ComponentType<Pick<Pick<PropTypes.InferProps<{
|
|
2
|
+
open: PropTypes.Validator<boolean>;
|
|
3
|
+
title: PropTypes.Requireable<string>;
|
|
4
|
+
text: PropTypes.Validator<string>;
|
|
5
|
+
confirmationText: PropTypes.Requireable<string>;
|
|
6
|
+
confirmation: PropTypes.Requireable<string>;
|
|
7
|
+
handleClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
8
|
+
handleOk: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
|
+
okText: PropTypes.Requireable<string>;
|
|
10
|
+
disableOk: PropTypes.Requireable<boolean>;
|
|
11
|
+
isShowCancel: PropTypes.Requireable<boolean>;
|
|
12
|
+
classes: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
13
|
+
}>, "classes" | "text" | "open"> & {
|
|
14
|
+
title?: string;
|
|
15
|
+
isShowCancel?: boolean;
|
|
16
|
+
handleOk?: (...args: any[]) => any;
|
|
17
|
+
handleClose?: (...args: any[]) => any;
|
|
18
|
+
okText?: string;
|
|
19
|
+
confirmation?: string;
|
|
20
|
+
confirmationText?: string;
|
|
21
|
+
disableOk?: boolean;
|
|
22
|
+
} & {}, "title" | "text" | "open" | "isShowCancel" | "handleOk" | "handleClose" | "okText" | "confirmation" | "confirmationText" | "disableOk"> & import("@material-ui/core/styles").StyledComponentProps<"actionButton" | "confirmation">>;
|
|
23
|
+
export default _default;
|
|
24
|
+
import PropTypes from "prop-types";
|
|
25
|
+
//# sourceMappingURL=ConfirmationDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmationDialog.d.ts","sourceRoot":"","sources":["../../src/components/ConfirmationDialog.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default ContextMenuItem;
|
|
2
|
+
declare function ContextMenuItem({ classes, icon, children, small, ...otherProps }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
classes?: {};
|
|
5
|
+
icon: any;
|
|
6
|
+
children: any;
|
|
7
|
+
small: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
declare namespace ContextMenuItem {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
const children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
12
|
+
const icon: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
13
|
+
const small: PropTypes.Requireable<boolean>;
|
|
14
|
+
}
|
|
15
|
+
namespace defaultProps {
|
|
16
|
+
const small_1: boolean;
|
|
17
|
+
export { small_1 as small };
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
import PropTypes from "prop-types";
|
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContextMenuItem/index.js"],"names":[],"mappings":";AA4BA;;;;;;gBAYC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export default CopyToClipboard;
|
|
2
|
+
declare function CopyToClipboard({ children, classes, dataTestId, tooltipProps }: {
|
|
3
|
+
children: any;
|
|
4
|
+
classes: any;
|
|
5
|
+
dataTestId: any;
|
|
6
|
+
tooltipProps: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace CopyToClipboard {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const children: PropTypes.Validator<string>;
|
|
11
|
+
const dataTestId: PropTypes.Requireable<string>;
|
|
12
|
+
namespace tooltipProps {
|
|
13
|
+
const title: PropTypes.Requireable<string>;
|
|
14
|
+
const placement: PropTypes.Requireable<string>;
|
|
15
|
+
const delay: PropTypes.Requireable<number>;
|
|
16
|
+
}
|
|
17
|
+
const classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
|
+
icon: PropTypes.Requireable<string>;
|
|
19
|
+
tooltip: PropTypes.Requireable<string>;
|
|
20
|
+
tooltipPopper: PropTypes.Requireable<string>;
|
|
21
|
+
}>>;
|
|
22
|
+
}
|
|
23
|
+
namespace defaultProps {
|
|
24
|
+
const dataTestId_1: any;
|
|
25
|
+
export { dataTestId_1 as dataTestId };
|
|
26
|
+
export namespace tooltipProps_1 {
|
|
27
|
+
const title_1: string;
|
|
28
|
+
export { title_1 as title };
|
|
29
|
+
const placement_1: string;
|
|
30
|
+
export { placement_1 as placement };
|
|
31
|
+
const delay_1: number;
|
|
32
|
+
export { delay_1 as delay };
|
|
33
|
+
}
|
|
34
|
+
export { tooltipProps_1 as tooltipProps };
|
|
35
|
+
const classes_1: {};
|
|
36
|
+
export { classes_1 as classes };
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
import PropTypes from "prop-types";
|
|
40
|
+
//# sourceMappingURL=CopyToClipboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyToClipboard.d.ts","sourceRoot":"","sources":["../../../src/components/CopyToClipboard/CopyToClipboard.js"],"names":[],"mappings":";AAkBA;;;;;gBAoCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CopyToClipboard/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default Counter;
|
|
2
|
+
declare function Counter(props: any): JSX.Element;
|
|
3
|
+
declare namespace Counter {
|
|
4
|
+
namespace propTypes {
|
|
5
|
+
const classes: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
6
|
+
const size: PropTypes.Requireable<string>;
|
|
7
|
+
const limited: PropTypes.Requireable<boolean>;
|
|
8
|
+
const clickable: PropTypes.Requireable<boolean>;
|
|
9
|
+
const label: PropTypes.Validator<string>;
|
|
10
|
+
const tooltip: PropTypes.Requireable<string>;
|
|
11
|
+
}
|
|
12
|
+
namespace defaultProps {
|
|
13
|
+
const classes_1: {};
|
|
14
|
+
export { classes_1 as classes };
|
|
15
|
+
const size_1: string;
|
|
16
|
+
export { size_1 as size };
|
|
17
|
+
const limited_1: boolean;
|
|
18
|
+
export { limited_1 as limited };
|
|
19
|
+
const clickable_1: boolean;
|
|
20
|
+
export { clickable_1 as clickable };
|
|
21
|
+
const tooltip_1: string;
|
|
22
|
+
export { tooltip_1 as tooltip };
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
import PropTypes from "prop-types";
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/index.js"],"names":[],"mappings":";AAsGA,kDAwBC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default CustomSelect;
|
|
2
|
+
declare function CustomSelect({ label, height, children, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
label: any;
|
|
5
|
+
height: any;
|
|
6
|
+
children: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace CustomSelect {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const children: PropTypes.Validator<NonNullable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>>;
|
|
11
|
+
const label: PropTypes.Validator<string>;
|
|
12
|
+
const height: PropTypes.Requireable<number>;
|
|
13
|
+
const MenuProps: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
|
|
14
|
+
}
|
|
15
|
+
namespace defaultProps {
|
|
16
|
+
const height_1: number;
|
|
17
|
+
export { height_1 as height };
|
|
18
|
+
const MenuProps_1: {};
|
|
19
|
+
export { MenuProps_1 as MenuProps };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
import PropTypes from "prop-types";
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomSelect/index.js"],"names":[],"mappings":";AAsCA;;;;;gBAyBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default DatePicker;
|
|
2
|
+
declare function DatePicker({ className, PopoverProps, ...otherProps }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
PopoverProps: any;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
declare namespace DatePicker {
|
|
8
|
+
namespace propTypes {
|
|
9
|
+
const PopoverProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
10
|
+
className: PropTypes.Requireable<string>;
|
|
11
|
+
}>>;
|
|
12
|
+
const className: PropTypes.Requireable<string>;
|
|
13
|
+
}
|
|
14
|
+
namespace defaultProps {
|
|
15
|
+
const PopoverProps_1: {};
|
|
16
|
+
export { PopoverProps_1 as PopoverProps };
|
|
17
|
+
const className_1: string;
|
|
18
|
+
export { className_1 as className };
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
import PropTypes from "prop-types";
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/index.js"],"names":[],"mappings":";AAgCA;;;;gBAmBC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default DateTimePicker;
|
|
2
|
+
declare function DateTimePicker({ className, PopoverProps, format, ...otherProps }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
PopoverProps: any;
|
|
6
|
+
format: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
declare namespace DateTimePicker {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
const className: PropTypes.Requireable<string>;
|
|
11
|
+
const PopoverProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
12
|
+
className: PropTypes.Requireable<string>;
|
|
13
|
+
}>>;
|
|
14
|
+
const format: PropTypes.Requireable<string>;
|
|
15
|
+
}
|
|
16
|
+
namespace defaultProps {
|
|
17
|
+
const className_1: string;
|
|
18
|
+
export { className_1 as className };
|
|
19
|
+
const PopoverProps_1: {};
|
|
20
|
+
export { PopoverProps_1 as PopoverProps };
|
|
21
|
+
export { DATE_TIME_FORMAT as format };
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
import PropTypes from "prop-types";
|
|
25
|
+
import { DATE_TIME_FORMAT } from "../../constants/dateTimeFormat";
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DateTimePicker/index.js"],"names":[],"mappings":";AAgCA;;;;;gBAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppContext.d.ts","sourceRoot":"","sources":["../../../src/components/DevCenter/AppContext.js"],"names":[],"mappings":";AAEA,uDAAmC"}
|