@equinor/echo-framework 0.13.2 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -4
- package/index.css +2890 -0
- package/index.js +70 -0
- package/package.json +25 -126
- package/src/index.d.ts +102 -0
- package/{dist → src/lib}/components/appLinks/AppLinks.d.ts +6 -6
- package/{dist → src/lib}/components/appLinks/applinkUtils.d.ts +2 -2
- package/{dist → src/lib}/components/appLinks/index.d.ts +2 -2
- package/{dist → src/lib}/components/appLinks/linkButton/linkButton.d.ts +7 -7
- package/{dist → src/lib}/components/containers/index.d.ts +1 -1
- package/{dist → src/lib}/components/containers/layouts.d.ts +7 -7
- package/{dist → src/lib}/components/contextualAppLinks/contextualAppLinks.context.d.ts +7 -7
- package/{dist → src/lib}/components/contextualAppLinks/contextualAppLinks.d.ts +9 -9
- package/{dist → src/lib}/components/contextualAppLinks/externalAppsMenu.d.ts +29 -29
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/allExternalLinks.d.ts +12 -12
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkButtons.helpers.d.ts +60 -60
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToCommApp.d.ts +14 -14
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToConditionAdviser.d.ts +15 -15
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToMcApp.d.ts +14 -14
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToProCoSys.d.ts +14 -14
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToSafeX.d.ts +13 -13
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToSap.d.ts +18 -18
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToSemiDoc.d.ts +17 -17
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToStid.d.ts +14 -14
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToTr2000.d.ts +17 -17
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/externalLinkToTrendingApp.d.ts +15 -15
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/iconButtonSpinner.d.ts +18 -18
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/index.d.ts +10 -10
- package/{dist → src/lib}/components/contextualAppLinks/externalLinkButtons/trainingCenterForValvesMenu.d.ts +7 -7
- package/{dist → src/lib}/components/contextualAppLinks/hooks/useContextualAppLinks.d.ts +18 -18
- package/{dist → src/lib}/components/contextualAppLinks/hooks/useContextualAppLinksContext.d.ts +4 -4
- package/{dist → src/lib}/components/contextualAppLinks/index.d.ts +13 -13
- package/{dist → src/lib}/components/contextualAppLinks/internalAppLinks.d.ts +24 -24
- package/{dist → src/lib}/components/contextualAppLinks/linkButton.d.ts +19 -19
- package/{dist → src/lib}/components/echo3DButton/3dButtonUtils.d.ts +12 -12
- package/{dist → src/lib}/components/echo3DButton/OpenIn3dDropdown.d.ts +11 -11
- package/{dist → src/lib}/components/echo3DButton/echo3DButton.d.ts +18 -18
- package/{dist → src/lib}/components/echo3DButton/echo3DIconButton.d.ts +26 -26
- package/{dist → src/lib}/components/echo3DButton/icons/E3DWebBetaIcon.d.ts +6 -6
- package/{dist → src/lib}/components/echo3DButton/index.d.ts +2 -2
- package/{dist → src/lib}/components/echo3DButton/missingEcho3dAccessDialog.d.ts +8 -8
- package/{dist → src/lib}/components/echo3DButton/plantNotAvailableInfo.d.ts +6 -6
- package/{dist → src/lib}/components/echo3DButton/useGetOpenIn3d.d.ts +5 -5
- package/{dist → src/lib}/components/echo3DButton/useGoToEcho3DWebLink.d.ts +1 -1
- package/{dist → src/lib}/components/echoLogo/echoLogo.d.ts +6 -6
- package/{dist → src/lib}/components/echoLogo/index.d.ts +1 -1
- package/{dist → src/lib}/components/errorBoundary/components/chunkLoadErrorMessage.d.ts +3 -3
- package/{dist → src/lib}/components/errorBoundary/components/errorBoundaryBaseMessage.d.ts +7 -7
- package/{dist → src/lib}/components/errorBoundary/components/notificationCardWithLogo.d.ts +13 -13
- package/{dist → src/lib}/components/errorBoundary/errorBoundary.d.ts +15 -15
- package/{dist → src/lib}/components/errorBoundary/index.d.ts +1 -1
- package/{dist → src/lib}/components/externalLinkButton/externalLinkButton.d.ts +45 -45
- package/{dist → src/lib}/components/footer/footer.d.ts +10 -10
- package/{dist → src/lib}/components/footer/index.d.ts +1 -1
- package/{dist → src/lib}/components/fullScreenButtons/FullScreenButton.d.ts +7 -7
- package/{dist → src/lib}/components/fullScreenButtons/FullScreenChip.d.ts +8 -8
- package/{dist → src/lib}/components/fullScreenButtons/FullScreenModeButtons.d.ts +7 -7
- package/{dist → src/lib}/components/fullScreenButtons/index.d.ts +3 -3
- package/src/lib/components/homePage/HomePage.d.ts +1 -0
- package/{dist → src/lib}/components/homePage/index.d.ts +1 -1
- package/{dist → src/lib}/components/index.d.ts +23 -25
- package/{dist → src/lib}/components/lazyLoading/appLoadingIndicator.d.ts +6 -6
- package/{dist → src/lib}/components/lazyLoading/index.d.ts +1 -1
- package/{dist → src/lib}/components/lazyLoading/lazyLoadedAppWrapper.d.ts +14 -14
- package/{dist → src/lib}/components/mediator/index.d.ts +1 -1
- package/{dist → src/lib}/components/mediator/mediator.d.ts +6 -6
- package/{dist → src/lib}/components/pageMenu/Navigation/applicationList.d.ts +3 -3
- package/{dist → src/lib}/components/pageMenu/defaultAccordionItem.d.ts +12 -12
- package/{dist → src/lib}/components/pageMenu/index.d.ts +3 -3
- package/{dist → src/lib}/components/pageMenu/pageMenu.d.ts +15 -15
- package/{dist → src/lib}/components/pageMenu/pageMenuDrawerItem.d.ts +16 -16
- package/{dist → src/lib}/components/pageMenu/settings/asset.d.ts +6 -6
- package/{dist → src/lib}/components/pageMenu/settings/profile.d.ts +6 -6
- package/{dist → src/lib}/components/pageMenu/settings/settings.d.ts +7 -7
- package/{dist → src/lib}/components/pageMenu/version/version.d.ts +3 -3
- package/{dist → src/lib}/components/panel/corePanelIcon.d.ts +6 -6
- package/{dist → src/lib}/components/panel/corePanelLeft.d.ts +3 -3
- package/{dist → src/lib}/components/panel/corePanelRight.d.ts +3 -3
- package/{dist → src/lib}/components/panel/index.d.ts +2 -2
- package/{dist → src/lib}/components/panelButton/index.d.ts +1 -1
- package/{dist → src/lib}/components/panelButton/panelButton.d.ts +19 -19
- package/{dist → src/lib}/components/plantSelector/index.d.ts +1 -1
- package/{dist → src/lib}/components/plantSelector/plantSelector.d.ts +18 -18
- package/{dist → src/lib}/components/prepview/Prepview.d.ts +16 -16
- package/{dist → src/lib}/components/prepview/api/api.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/api/attachment.d.ts +2 -2
- package/{dist → src/lib}/components/prepview/api/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/api/resources.d.ts +6 -6
- package/{dist → src/lib}/components/prepview/common/access/handler/StatusHandler.d.ts +8 -8
- package/{dist → src/lib}/components/prepview/common/access/handler/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/access/index.d.ts +2 -2
- package/{dist → src/lib}/components/prepview/common/access/request/RequestAccess.d.ts +6 -6
- package/{dist → src/lib}/components/prepview/common/access/request/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/additionalInformation/AdditionalDetails.d.ts +9 -10
- package/{dist → src/lib}/components/prepview/common/additionalInformation/tabsPanels/TabsPanels.d.ts +14 -14
- package/{dist → src/lib}/components/prepview/common/additionalInformation/tabsPanels/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/contentPicker/ContentPicker.d.ts +8 -8
- package/{dist → src/lib}/components/prepview/common/contentPicker/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/details/accordion/DetailsAccordion.d.ts +8 -8
- package/{dist → src/lib}/components/prepview/common/details/accordion/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/details/index.d.ts +3 -3
- package/src/lib/components/prepview/common/details/loader/DetailsLoader.d.ts +2 -0
- package/{dist → src/lib}/components/prepview/common/details/loader/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/details/panel/EmptyDetailsPanel.d.ts +5 -6
- package/{dist → src/lib}/components/prepview/common/details/panel/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/fileSizeDisplay/FileSizeDisplay.d.ts +10 -11
- package/{dist → src/lib}/components/prepview/common/fileSizeDisplay/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/index.d.ts +6 -6
- package/{dist → src/lib}/components/prepview/common/info/block/InfoBlock.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/common/info/block/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/info/index.d.ts +3 -3
- package/src/lib/components/prepview/common/info/list/InfoBlockList.d.ts +5 -0
- package/{dist → src/lib}/components/prepview/common/info/list/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/common/info/section/InfoSection.d.ts +6 -6
- package/{dist → src/lib}/components/prepview/common/info/section/index.d.ts +2 -2
- package/{dist → src/lib}/components/prepview/common/info/section/longText/LongTextSection.d.ts +7 -8
- package/{dist → src/lib}/components/prepview/common/info/section/longText/index.d.ts +1 -1
- package/src/lib/components/prepview/common/link/Link.d.ts +6 -0
- package/{dist → src/lib}/components/prepview/context/PrepviewContext.d.ts +15 -15
- package/{dist → src/lib}/components/prepview/hooks/index.d.ts +4 -4
- package/{dist → src/lib}/components/prepview/hooks/useFetch.d.ts +4 -4
- package/{dist → src/lib}/components/prepview/hooks/useIsMobile.d.ts +5 -5
- package/{dist → src/lib}/components/prepview/hooks/useOnClickDownload.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/hooks/useSetActiveSearchItem.d.ts +10 -10
- package/{dist → src/lib}/components/prepview/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/notification/details/DetailsNotification.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/notification/details/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/notification/header/Header.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/notification/header/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/notification/index.d.ts +8 -8
- package/{dist → src/lib}/components/prepview/panels/attachments/Attachments.d.ts +8 -9
- package/{dist → src/lib}/components/prepview/panels/attachments/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/history/TagHistory.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/panels/history/group/TagHistoryGroup.d.ts +10 -10
- package/{dist → src/lib}/components/prepview/panels/history/group/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/history/horizontalView/HorizontalTagHistory.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/panels/history/horizontalView/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/history/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/history/items/Items.d.ts +11 -11
- package/{dist → src/lib}/components/prepview/panels/history/items/NotificationItem.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/panels/history/items/PunchItem.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/panels/history/items/WorkOrderItem.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/panels/history/items/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/index.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/panels/objects/Objects.d.ts +6 -7
- package/{dist → src/lib}/components/prepview/panels/objects/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/operations/Operations.d.ts +6 -7
- package/{dist → src/lib}/components/prepview/panels/operations/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/risk/Risk.d.ts +6 -7
- package/{dist → src/lib}/components/prepview/panels/risk/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/risk/trafficLight/TrafficLight.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/panels/risk/trafficLight/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/HorizontalDocumentGroups.d.ts +7 -8
- package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/TagDocumentGroup.d.ts +8 -9
- package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/TagDocumentItem.d.ts +7 -8
- package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/TagDocumentRefs.d.ts +7 -8
- package/{dist → src/lib}/components/prepview/panels/tagDocumentRefs/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/panels/tagInformation/TagInformation.d.ts +10 -11
- package/{dist → src/lib}/components/prepview/panels/tagInformation/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/punch/details/Details.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/punch/details/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/punch/header/Header.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/punch/header/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/punch/index.d.ts +8 -8
- package/{dist → src/lib}/components/prepview/types/attachment.d.ts +7 -7
- package/{dist → src/lib}/components/prepview/types/common.d.ts +50 -50
- package/{dist → src/lib}/components/prepview/types/document.d.ts +13 -13
- package/{dist → src/lib}/components/prepview/types/index.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/types/notification.d.ts +68 -68
- package/{dist → src/lib}/components/prepview/types/operation.d.ts +13 -13
- package/{dist → src/lib}/components/prepview/types/punch.d.ts +27 -27
- package/{dist → src/lib}/components/prepview/types/safety.d.ts +21 -21
- package/{dist → src/lib}/components/prepview/types/tag.d.ts +24 -24
- package/{dist → src/lib}/components/prepview/types/workorder.d.ts +83 -83
- package/{dist → src/lib}/components/prepview/utils/date.d.ts +5 -5
- package/{dist → src/lib}/components/prepview/utils/documents.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/utils/dom.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/utils/enums/documents.d.ts +14 -14
- package/{dist → src/lib}/components/prepview/utils/enums/index.d.ts +2 -2
- package/{dist → src/lib}/components/prepview/utils/enums/tagHistoryItem.d.ts +5 -5
- package/{dist → src/lib}/components/prepview/utils/index.d.ts +10 -10
- package/{dist → src/lib}/components/prepview/utils/logger.d.ts +71 -71
- package/{dist → src/lib}/components/prepview/utils/notification.d.ts +3 -3
- package/{dist → src/lib}/components/prepview/utils/object.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/utils/punch.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/utils/string.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/utils/url.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/utils/workorder.d.ts +2 -2
- package/{dist → src/lib}/components/prepview/workorder/details/DetailsWorkOrder.d.ts +9 -9
- package/{dist → src/lib}/components/prepview/workorder/details/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/workorder/header/WorkOrderHeader.d.ts +8 -8
- package/{dist → src/lib}/components/prepview/workorder/header/index.d.ts +1 -1
- package/{dist → src/lib}/components/prepview/workorder/index.d.ts +9 -9
- package/{dist → src/lib}/components/projectSelector/ProcosysProjectSelector.d.ts +17 -17
- package/{dist → src/lib}/components/projectSelector/index.d.ts +1 -1
- package/{dist → src/lib}/components/realTimeData/RealTimePopoverButton.d.ts +18 -18
- package/{dist → src/lib}/components/realTimeData/components/IMSDropdown/RealTimeIMSDropdown.d.ts +8 -8
- package/{dist → src/lib}/components/realTimeData/components/IMSDropdown/index.d.ts +1 -1
- package/{dist → src/lib}/components/realTimeData/components/connectorForIMSTag/RealTimeConnectorForIMSTag.d.ts +7 -7
- package/{dist → src/lib}/components/realTimeData/components/connectorForIMSTag/index.d.ts +1 -1
- package/{dist → src/lib}/components/realTimeData/components/contextButton/RealTimeContextButton.d.ts +7 -7
- package/{dist → src/lib}/components/realTimeData/components/contextButton/index.d.ts +1 -1
- package/{dist → src/lib}/components/realTimeData/components/contextPopover/Popover.d.ts +9 -9
- package/{dist → src/lib}/components/realTimeData/components/contextPopover/index.d.ts +1 -1
- package/{dist → src/lib}/components/realTimeData/components/index.d.ts +4 -4
- package/{dist → src/lib}/components/realTimeData/hooks/index.d.ts +3 -3
- package/{dist → src/lib}/components/realTimeData/hooks/useRealTimeHub.d.ts +13 -13
- package/{dist → src/lib}/components/realTimeData/hooks/useSignalR.d.ts +10 -10
- package/{dist → src/lib}/components/realTimeData/hooks/useSignalRListener.d.ts +4 -4
- package/{dist → src/lib}/components/realTimeData/index.d.ts +1 -1
- package/{dist → src/lib}/components/router/echoRoute.d.ts +11 -11
- package/{dist → src/lib}/components/router/echoRouter.d.ts +6 -6
- package/{dist → src/lib}/components/router/echoWrapper.d.ts +7 -7
- package/{dist → src/lib}/components/router/index.d.ts +3 -3
- package/{dist → src/lib}/components/router/routes.d.ts +5 -5
- package/{dist → src/lib}/components/searchMenu/index.d.ts +1 -1
- package/{dist → src/lib}/components/searchMenu/searchMenu.d.ts +3 -3
- package/{dist → src/lib}/components/tagNumber/index.d.ts +1 -1
- package/{dist → src/lib}/components/tagNumber/tagNumber.d.ts +8 -8
- package/{dist → src/lib}/components/toaster/index.d.ts +2 -2
- package/{dist → src/lib}/components/toaster/toaster.d.ts +10 -10
- package/{dist → src/lib}/components/toaster/toasters.d.ts +3 -3
- package/{dist → src/lib}/coreApplication/BarComponents/TopBarContent.d.ts +5 -5
- package/{dist → src/lib}/coreApplication/EchoBarComponent.d.ts +10 -10
- package/{dist → src/lib}/coreApplication/EchoContent.d.ts +8 -8
- package/{dist → src/lib}/coreApplication/EchoContentPanels.d.ts +9 -9
- package/{dist → src/lib}/coreApplication/EchoEventHandler.d.ts +11 -11
- package/{dist → src/lib}/coreApplication/EchoToolBar.d.ts +19 -20
- package/{dist → src/lib}/coreApplication/EchoTopBar.d.ts +4 -4
- package/{dist → src/lib}/coreApplication/EchoUserInterfaceStore.d.ts +21 -21
- package/{dist → src/lib}/coreApplication/index.d.ts +7 -7
- package/{dist → src/lib}/hooks/hookLibrary.d.ts +49 -49
- package/{dist → src/lib}/hooks/index.d.ts +8 -8
- package/{dist → src/lib}/hooks/useEchoHistory.d.ts +11 -11
- package/{dist → src/lib}/hooks/useHas3dAccess.d.ts +1 -1
- package/{dist → src/lib}/hooks/useIsCompactLayout.d.ts +5 -5
- package/{dist → src/lib}/hooks/useIsFullScreenModeEnabled.d.ts +1 -1
- package/{dist → src/lib}/hooks/useLongPress.d.ts +6 -6
- package/{dist → src/lib}/hooks/usePlantAvailableIn3d.d.ts +1 -1
- package/{dist → src/lib}/hooks/usePlantAvailableIn3dWeb.d.ts +1 -1
- package/{dist → src/lib}/hooks/useScreenOrientation.d.ts +5 -5
- package/{dist → src/lib}/hooks/useScreenValues.d.ts +13 -13
- package/{dist → src/lib}/hooks/useSemi.d.ts +21 -21
- package/{dist → src/lib}/hooks/useTagDetails.d.ts +20 -20
- package/{dist → src/lib}/hooks/useWindowSize.d.ts +8 -8
- package/{dist → src/lib}/icons/edsIons.d.ts +1 -1
- package/{dist → src/lib}/icons/equinor-logo.d.ts +2 -2
- package/{dist → src/lib}/icons/logo_ee.d.ts +3 -3
- package/{dist → src/lib}/icons/search.d.ts +3 -3
- package/{dist → src/lib}/services/api/api-manager.d.ts +19 -19
- package/{dist → src/lib}/services/api/api-plantinfo.d.ts +5 -5
- package/{dist → src/lib}/services/api/api-plants.d.ts +7 -7
- package/{dist → src/lib}/services/api/api-realtimedata.d.ts +2 -2
- package/{dist → src/lib}/services/api/api-tag-details.d.ts +17 -17
- package/{dist → src/lib}/services/api/api-tag-list-for-3D.d.ts +26 -26
- package/{dist → src/lib}/services/api/api-tags.d.ts +17 -17
- package/{dist → src/lib}/services/api/api-version.d.ts +2 -2
- package/{dist → src/lib}/services/api/index.d.ts +3 -3
- package/{dist → src/lib}/services/componentRegistry/componentRegistry.d.ts +34 -34
- package/{dist → src/lib}/services/deviceInformation/deepDeviceInfo.d.ts +41 -41
- package/{dist → src/lib}/services/deviceInformation/deviceInfo.d.ts +45 -45
- package/{dist → src/lib}/services/echopediaAnalyticsModule/echopediaAnalyticsModule.d.ts +1 -1
- package/{dist → src/lib}/services/eventCallbacks/plantChanged.d.ts +9 -9
- package/{dist → src/lib}/services/eventHubActions/index.d.ts +1 -1
- package/{dist → src/lib}/services/eventHubActions/toastActions.d.ts +6 -6
- package/{dist → src/lib}/services/searchItemDetails/searchItemDetails.store.d.ts +26 -26
- package/{dist → src/lib}/services/searchItemDetails/searchItemDetailsContainer.d.ts +6 -6
- package/{dist → src/lib}/theme/themeConst.d.ts +51 -51
- package/{dist → src/lib}/types/api-echohub.d.ts +36 -36
- package/{dist → src/lib}/types/api-proCoSysTagResponse.d.ts +8 -8
- package/{dist → src/lib}/types/device.d.ts +53 -53
- package/{dist → src/lib}/types/echoHubPlant.d.ts +11 -11
- package/{dist → src/lib}/types/eventTypes/fullScreenModeEvent.d.ts +3 -3
- package/{dist → src/lib}/types/eventTypes/index.d.ts +5 -5
- package/{dist → src/lib}/types/eventTypes/legendEvent.d.ts +4 -4
- package/{dist → src/lib}/types/eventTypes/plantEvent.d.ts +5 -5
- package/{dist → src/lib}/types/eventTypes/searchDetailsContainerEvents.d.ts +3 -3
- package/{dist → src/lib}/types/eventTypes/toasterEvent.d.ts +5 -5
- package/{dist → src/lib}/types/extensions.d.ts +7 -7
- package/{dist → src/lib}/types/hookLibrary.d.ts +20 -20
- package/{dist → src/lib}/types/legend.d.ts +45 -45
- package/{dist → src/lib}/types/modelPermissions.d.ts +4 -4
- package/{dist → src/lib}/types/pingableSources.d.ts +4 -4
- package/{dist → src/lib}/types/realtimedata.d.ts +18 -18
- package/{dist → src/lib}/types/toaster.d.ts +7 -7
- package/{dist → src/lib}/types/toasterMessage.d.ts +5 -5
- package/{dist → src/lib}/utils/arrayUtils.d.ts +8 -8
- package/{dist → src/lib}/utils/copyText.d.ts +2 -2
- package/{dist → src/lib}/utils/eventHandlerUtils.d.ts +1 -1
- package/{dist → src/lib}/utils/index.d.ts +3 -3
- package/{dist → src/lib}/utils/legendUtils.d.ts +18 -18
- package/{dist → src/lib}/utils/navigationUtils.d.ts +7 -7
- package/{dist → src/lib}/utils/plantInfo.d.ts +98 -98
- package/{dist → src/lib}/utils/plantsDataUtils.d.ts +9 -9
- package/{dist → src/lib}/utils/projectSelectorUtils.d.ts +1 -1
- package/{dist → src/lib}/utils/searchUtil.d.ts +1 -1
- package/{dist → src/lib}/utils/startup.d.ts +6 -6
- package/{dist → src/lib}/utils/tagUtils.d.ts +23 -23
- package/{dist → src/lib}/utils/taskCache.d.ts +23 -23
- package/LICENSE +0 -21
- package/dist/__tests__/3dButtonUtils.test.d.ts +0 -1
- package/dist/__tests__/eventHandlerUtils.test.d.ts +0 -1
- package/dist/__tests__/plantInfoSetup.d.ts +0 -2
- package/dist/__tests__/plantInfoUtils.test.d.ts +0 -1
- package/dist/__tests__/prepviewUtils.test.d.ts +0 -1
- package/dist/__tests__/projectSelectorUtils.test.d.ts +0 -1
- package/dist/__tests__/realTimeDataHooks.test.d.ts +0 -1
- package/dist/__tests__/realTimeDataUtils.test.d.ts +0 -1
- package/dist/components/appLinks/applinkUtils.test.d.ts +0 -1
- package/dist/components/contextualAppLinks/externalLinkButtons/externalLinkButtons.helpers.test.d.ts +0 -1
- package/dist/components/contextualAppLinks/hooks/useContextualAppLinks.test.d.ts +0 -1
- package/dist/components/contextualAppLinks/hooks/useContextualAppLinksContext.test.d.ts +0 -1
- package/dist/components/homePage/HomePage.d.ts +0 -2
- package/dist/components/prepview/common/details/loader/DetailsLoader.d.ts +0 -3
- package/dist/components/prepview/common/info/list/InfoBlockList.d.ts +0 -6
- package/dist/components/prepview/common/link/Link.d.ts +0 -7
- package/dist/hooks/useLongPress.test.d.ts +0 -1
- package/dist/hooks/useSemi.test.d.ts +0 -1
- package/dist/hooks/useTagDetails.test.d.ts +0 -1
- package/dist/index.css +0 -1
- package/dist/index.d.ts +0 -102
- package/dist/index.js +0 -43
- package/dist/services/api/api-tag-details.test.d.ts +0 -1
- package/dist/services/api/api-tag-list-for-3D.test.d.ts +0 -1
- package/dist/services/api/api-tags.test.d.ts +0 -1
- package/dist/services/componentRegistry/componentRegistry.test.d.ts +0 -1
- package/dist/services/searchItemDetails/searchItemDetails.store.test.d.ts +0 -1
- package/dist/setupTests.d.ts +0 -1
- package/dist/utils/arrayUtils.test.d.ts +0 -1
- package/dist/utils/copyText.test.d.ts +0 -1
- package/dist/utils/legendUtils.test.d.ts +0 -1
- package/dist/utils/navigationUtils.test.d.ts +0 -1
- package/dist/utils/plantInfo.test.d.ts +0 -1
- package/dist/utils/tagUtils.test.d.ts +0 -1
- package/dist/utils/taskCache.test.d.ts +0 -1
- /package/{dist/1bd97dd2170d0f64.svg → 1bd97dd2170d0f64.svg} +0 -0
- /package/{dist/47deeba42768c5d1.svg → 47deeba42768c5d1.svg} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface E3DWebBetaIconProps {
|
|
3
|
-
color: string;
|
|
4
|
-
}
|
|
5
|
-
declare const E3DWebBetaIcon: React.FC<E3DWebBetaIconProps>;
|
|
6
|
-
export default E3DWebBetaIcon;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface E3DWebBetaIconProps {
|
|
3
|
+
color: string;
|
|
4
|
+
}
|
|
5
|
+
declare const E3DWebBetaIcon: React.FC<E3DWebBetaIconProps>;
|
|
6
|
+
export default E3DWebBetaIcon;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './echo3DButton';
|
|
2
|
-
export * from './echo3DIconButton';
|
|
1
|
+
export * from './echo3DButton';
|
|
2
|
+
export * from './echo3DIconButton';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface MissingEcho3dAccessDialogProps {
|
|
3
|
-
getApplyForAccessUrl: Promise<string>;
|
|
4
|
-
isDialogOpen: boolean;
|
|
5
|
-
setIsDialogOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
|
-
}
|
|
7
|
-
export declare const MissingEcho3dAccessDialog: React.FC<MissingEcho3dAccessDialogProps>;
|
|
8
|
-
export default MissingEcho3dAccessDialog;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface MissingEcho3dAccessDialogProps {
|
|
3
|
+
getApplyForAccessUrl: Promise<string>;
|
|
4
|
+
isDialogOpen: boolean;
|
|
5
|
+
setIsDialogOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
|
+
}
|
|
7
|
+
export declare const MissingEcho3dAccessDialog: React.FC<MissingEcho3dAccessDialogProps>;
|
|
8
|
+
export default MissingEcho3dAccessDialog;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface PlantNotAvailableInfoProps {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
}
|
|
5
|
-
declare const PlantNotAvailableInfo: React.FC<PlantNotAvailableInfoProps>;
|
|
6
|
-
export default PlantNotAvailableInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface PlantNotAvailableInfoProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
declare const PlantNotAvailableInfo: React.FC<PlantNotAvailableInfoProps>;
|
|
6
|
+
export default PlantNotAvailableInfo;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TagDetailsDto } from '@equinor/echo-search';
|
|
2
|
-
export declare const useGetOpenIn3d: (instCode: string, plantIsAvailableIn3d: boolean, plantIsAvailableIn3dWeb: boolean) => {
|
|
3
|
-
openIn3dWeb: (openInNewWindow?: boolean, tagDetails?: TagDetailsDto, tagNo?: string) => Promise<void>;
|
|
4
|
-
openIn3dApp: (event: React.MouseEvent, tagDetails?: TagDetailsDto) => Promise<void>;
|
|
5
|
-
};
|
|
1
|
+
import { TagDetailsDto } from '@equinor/echo-search';
|
|
2
|
+
export declare const useGetOpenIn3d: (instCode: string, plantIsAvailableIn3d: boolean, plantIsAvailableIn3dWeb: boolean) => {
|
|
3
|
+
openIn3dWeb: (openInNewWindow?: boolean, tagDetails?: TagDetailsDto, tagNo?: string) => Promise<void>;
|
|
4
|
+
openIn3dApp: (event: React.MouseEvent, tagDetails?: TagDetailsDto) => Promise<void>;
|
|
5
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useGoToEcho3DWebLink: () => (openInNewWindow: boolean, linkTo: string, paramsString: string) => void;
|
|
1
|
+
export declare const useGoToEcho3DWebLink: () => (openInNewWindow: boolean, linkTo: string, paramsString: string) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface Props {
|
|
3
|
-
className?: string;
|
|
4
|
-
}
|
|
5
|
-
export declare const EchoLogo: React.FC<Props>;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const EchoLogo: React.FC<Props>;
|
|
6
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './echoLogo';
|
|
1
|
+
export * from './echoLogo';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const ChunkLoadErrorMessage: () => JSX.Element;
|
|
3
|
-
export default ChunkLoadErrorMessage;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const ChunkLoadErrorMessage: () => JSX.Element;
|
|
3
|
+
export default ChunkLoadErrorMessage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ErrorBoundaryBaseMessageProps {
|
|
3
|
-
errorTitle?: string;
|
|
4
|
-
errorDetails: string;
|
|
5
|
-
}
|
|
6
|
-
declare const ErrorBoundaryBaseMessage: React.FC<ErrorBoundaryBaseMessageProps>;
|
|
7
|
-
export default ErrorBoundaryBaseMessage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ErrorBoundaryBaseMessageProps {
|
|
3
|
+
errorTitle?: string;
|
|
4
|
+
errorDetails: string;
|
|
5
|
+
}
|
|
6
|
+
declare const ErrorBoundaryBaseMessage: React.FC<ErrorBoundaryBaseMessageProps>;
|
|
7
|
+
export default ErrorBoundaryBaseMessage;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface NotificationCardWithLogoProps {
|
|
3
|
-
containerClassName?: string;
|
|
4
|
-
variant?: 'danger' | 'warning' | 'info';
|
|
5
|
-
content: {
|
|
6
|
-
title: string;
|
|
7
|
-
notificationMessage: string;
|
|
8
|
-
messageIcon?: React.ReactNode;
|
|
9
|
-
footer?: React.ReactNode;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
declare const NotificationCardWithLogo: React.FC<NotificationCardWithLogoProps>;
|
|
13
|
-
export default NotificationCardWithLogo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface NotificationCardWithLogoProps {
|
|
3
|
+
containerClassName?: string;
|
|
4
|
+
variant?: 'danger' | 'warning' | 'info';
|
|
5
|
+
content: {
|
|
6
|
+
title: string;
|
|
7
|
+
notificationMessage: string;
|
|
8
|
+
messageIcon?: React.ReactNode;
|
|
9
|
+
footer?: React.ReactNode;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
declare const NotificationCardWithLogo: React.FC<NotificationCardWithLogoProps>;
|
|
13
|
+
export default NotificationCardWithLogo;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React, { ErrorInfo, ReactNode } from 'react';
|
|
2
|
-
interface ErrorBoundaryState {
|
|
3
|
-
error: Error | undefined;
|
|
4
|
-
errorInfo: ErrorInfo | undefined;
|
|
5
|
-
}
|
|
6
|
-
export interface ErrorBoundaryProps {
|
|
7
|
-
onComponentDidCatch?: (error: Error, errorInfo: ErrorInfo) => void;
|
|
8
|
-
children?: React.ReactNode;
|
|
9
|
-
}
|
|
10
|
-
export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
|
11
|
-
constructor(props: Readonly<ErrorBoundaryProps>);
|
|
12
|
-
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
13
|
-
render(): JSX.Element | ReactNode;
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
1
|
+
import React, { ErrorInfo, ReactNode } from 'react';
|
|
2
|
+
interface ErrorBoundaryState {
|
|
3
|
+
error: Error | undefined;
|
|
4
|
+
errorInfo: ErrorInfo | undefined;
|
|
5
|
+
}
|
|
6
|
+
export interface ErrorBoundaryProps {
|
|
7
|
+
onComponentDidCatch?: (error: Error, errorInfo: ErrorInfo) => void;
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
|
11
|
+
constructor(props: Readonly<ErrorBoundaryProps>);
|
|
12
|
+
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
13
|
+
render(): JSX.Element | ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './errorBoundary';
|
|
1
|
+
export * from './errorBoundary';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type ExternalLinkButtonProps = AsyncButtonProps | SyncButtonProps;
|
|
3
|
-
type AsyncButtonProps = BaseProps & {
|
|
4
|
-
linkTo?: never;
|
|
5
|
-
getUrlToOpen: (...args: any[]) => Promise<string | undefined>;
|
|
6
|
-
};
|
|
7
|
-
type SyncButtonProps = BaseProps & {
|
|
8
|
-
linkTo: string;
|
|
9
|
-
getUrlToOpen?: never;
|
|
10
|
-
};
|
|
11
|
-
type ButtonIcon = 'Fusion' | 'TR2000' | 'ProCoSys' | 'PermitVision' | 'Stid' | 'VivaEngage' | '3DModel' | 'Tag' | 'Launch' | 'Media' | 'McApp' | 'CommApp' | 'Sap' | 'Semi' | 'SafeX' | 'TrendingApp' | 'ConditionAdviser' | 'Satos' | 'GoToApp' | 'Tr2000' | 'Notification' | 'WorkOrder' | 'Robim' | 'Ayelix';
|
|
12
|
-
type ButtonIconBackwardCompatible = ButtonIcon | 'Yammer';
|
|
13
|
-
type BaseProps = {
|
|
14
|
-
buttonName: string;
|
|
15
|
-
buttonIcon?: ButtonIconBackwardCompatible;
|
|
16
|
-
hideText?: boolean;
|
|
17
|
-
redirect?: boolean;
|
|
18
|
-
buttonStyle?: ExternalLinkButtonStyle;
|
|
19
|
-
disabledColor?: boolean;
|
|
20
|
-
disabledButton?: boolean;
|
|
21
|
-
hoverText?: string;
|
|
22
|
-
};
|
|
23
|
-
export declare enum ExternalLinkButtonStyle {
|
|
24
|
-
Rounded = "Rounded",
|
|
25
|
-
Large = "Large",
|
|
26
|
-
MenuItem = "MenuItem"
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @param {ExternalLinkButtonProps} props
|
|
31
|
-
* @param {string} props.buttonName If the button isn't in Rounded button style, this will be the button's label.
|
|
32
|
-
* @param {string} props.buttonIcon Optional. Name of the icon to render.
|
|
33
|
-
* @param {string} props.linkTo Link to open, if `getUrlToOpen` isn't passed.
|
|
34
|
-
* @param {boolean} props.hideText Optional. If set to `true`, will hide `buttonName`.
|
|
35
|
-
* @param {boolean} props.redirect Optional. If set to `true`, the app will not open in a new tab / window, but in the current one.
|
|
36
|
-
* @param {ExternalLinkButtonStyle} props.buttonStyle Optional.
|
|
37
|
-
* @param {(...args) => Promise<string | undefined>} props.getUrlToOpen Optional. Pass this custom async function to create a URL based on async data.
|
|
38
|
-
* Return with 'undefined' to prevent any navigation. (Useful when the API call fails)
|
|
39
|
-
* @param {boolean} props.disabledColor Optional. If set to `true`, the button will show disabled color. (If not Rounded button style is used)
|
|
40
|
-
* @param {boolean} props.disabledButton Optional.
|
|
41
|
-
* @param {string} props.hoverText Optional. Applies only if Rounded button style is applied.
|
|
42
|
-
* @returns {React.FC<ExternalLinkButtonProps>} React component.
|
|
43
|
-
*/
|
|
44
|
-
export declare const ExternalLinkButton: React.FC<ExternalLinkButtonProps>;
|
|
45
|
-
export default ExternalLinkButton;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ExternalLinkButtonProps = AsyncButtonProps | SyncButtonProps;
|
|
3
|
+
type AsyncButtonProps = BaseProps & {
|
|
4
|
+
linkTo?: never;
|
|
5
|
+
getUrlToOpen: (...args: any[]) => Promise<string | undefined>;
|
|
6
|
+
};
|
|
7
|
+
type SyncButtonProps = BaseProps & {
|
|
8
|
+
linkTo: string;
|
|
9
|
+
getUrlToOpen?: never;
|
|
10
|
+
};
|
|
11
|
+
type ButtonIcon = 'Fusion' | 'TR2000' | 'ProCoSys' | 'PermitVision' | 'Stid' | 'VivaEngage' | '3DModel' | 'Tag' | 'Launch' | 'Media' | 'McApp' | 'CommApp' | 'Sap' | 'Semi' | 'SafeX' | 'TrendingApp' | 'ConditionAdviser' | 'Satos' | 'GoToApp' | 'Tr2000' | 'Notification' | 'WorkOrder' | 'Robim' | 'Ayelix';
|
|
12
|
+
type ButtonIconBackwardCompatible = ButtonIcon | 'Yammer';
|
|
13
|
+
type BaseProps = {
|
|
14
|
+
buttonName: string;
|
|
15
|
+
buttonIcon?: ButtonIconBackwardCompatible;
|
|
16
|
+
hideText?: boolean;
|
|
17
|
+
redirect?: boolean;
|
|
18
|
+
buttonStyle?: ExternalLinkButtonStyle;
|
|
19
|
+
disabledColor?: boolean;
|
|
20
|
+
disabledButton?: boolean;
|
|
21
|
+
hoverText?: string;
|
|
22
|
+
};
|
|
23
|
+
export declare enum ExternalLinkButtonStyle {
|
|
24
|
+
Rounded = "Rounded",
|
|
25
|
+
Large = "Large",
|
|
26
|
+
MenuItem = "MenuItem"
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @param {ExternalLinkButtonProps} props
|
|
31
|
+
* @param {string} props.buttonName If the button isn't in Rounded button style, this will be the button's label.
|
|
32
|
+
* @param {string} props.buttonIcon Optional. Name of the icon to render.
|
|
33
|
+
* @param {string} props.linkTo Link to open, if `getUrlToOpen` isn't passed.
|
|
34
|
+
* @param {boolean} props.hideText Optional. If set to `true`, will hide `buttonName`.
|
|
35
|
+
* @param {boolean} props.redirect Optional. If set to `true`, the app will not open in a new tab / window, but in the current one.
|
|
36
|
+
* @param {ExternalLinkButtonStyle} props.buttonStyle Optional.
|
|
37
|
+
* @param {(...args) => Promise<string | undefined>} props.getUrlToOpen Optional. Pass this custom async function to create a URL based on async data.
|
|
38
|
+
* Return with 'undefined' to prevent any navigation. (Useful when the API call fails)
|
|
39
|
+
* @param {boolean} props.disabledColor Optional. If set to `true`, the button will show disabled color. (If not Rounded button style is used)
|
|
40
|
+
* @param {boolean} props.disabledButton Optional.
|
|
41
|
+
* @param {string} props.hoverText Optional. Applies only if Rounded button style is applied.
|
|
42
|
+
* @returns {React.FC<ExternalLinkButtonProps>} React component.
|
|
43
|
+
*/
|
|
44
|
+
export declare const ExternalLinkButton: React.FC<ExternalLinkButtonProps>;
|
|
45
|
+
export default ExternalLinkButton;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export declare enum FooterType {
|
|
3
|
-
normal = "normal",
|
|
4
|
-
termOfService = "tos"
|
|
5
|
-
}
|
|
6
|
-
interface FooterProps {
|
|
7
|
-
footerType?: FooterType;
|
|
8
|
-
}
|
|
9
|
-
export declare const Footer: React.FC<FooterProps>;
|
|
10
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare enum FooterType {
|
|
3
|
+
normal = "normal",
|
|
4
|
+
termOfService = "tos"
|
|
5
|
+
}
|
|
6
|
+
interface FooterProps {
|
|
7
|
+
footerType?: FooterType;
|
|
8
|
+
}
|
|
9
|
+
export declare const Footer: React.FC<FooterProps>;
|
|
10
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './footer';
|
|
1
|
+
export * from './footer';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface FullScreenButtonProps {
|
|
3
|
-
active: boolean;
|
|
4
|
-
onClick: () => void;
|
|
5
|
-
}
|
|
6
|
-
export declare const FullScreenButton: React.FC<FullScreenButtonProps>;
|
|
7
|
-
export default FullScreenButton;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface FullScreenButtonProps {
|
|
3
|
+
active: boolean;
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const FullScreenButton: React.FC<FullScreenButtonProps>;
|
|
7
|
+
export default FullScreenButton;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface FullScreenChipProps {
|
|
3
|
-
active: boolean;
|
|
4
|
-
onClick: () => void;
|
|
5
|
-
onDelete: () => void;
|
|
6
|
-
}
|
|
7
|
-
export declare const FullScreenChip: React.FC<FullScreenChipProps>;
|
|
8
|
-
export default FullScreenChip;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface FullScreenChipProps {
|
|
3
|
+
active: boolean;
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
onDelete: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const FullScreenChip: React.FC<FullScreenChipProps>;
|
|
8
|
+
export default FullScreenChip;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface FullScreenModeButtonsProps {
|
|
3
|
-
buttonClassName?: string;
|
|
4
|
-
chipClassName?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const FullScreenModeButtons: React.FC<FullScreenModeButtonsProps>;
|
|
7
|
-
export default FullScreenModeButtons;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface FullScreenModeButtonsProps {
|
|
3
|
+
buttonClassName?: string;
|
|
4
|
+
chipClassName?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const FullScreenModeButtons: React.FC<FullScreenModeButtonsProps>;
|
|
7
|
+
export default FullScreenModeButtons;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './FullScreenButton';
|
|
2
|
-
export * from './FullScreenChip';
|
|
3
|
-
export * from './FullScreenModeButtons';
|
|
1
|
+
export * from './FullScreenButton';
|
|
2
|
+
export * from './FullScreenChip';
|
|
3
|
+
export * from './FullScreenModeButtons';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HomePage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './HomePage';
|
|
1
|
+
export * from './HomePage';
|
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
export * from './appLinks';
|
|
2
|
-
export * from './containers';
|
|
3
|
-
export * from './contextualAppLinks/externalLinkButtons/index';
|
|
4
|
-
export { ContextualAppLinks } from './contextualAppLinks/index';
|
|
5
|
-
export * from './echo3DButton';
|
|
6
|
-
export * from './echoLogo';
|
|
7
|
-
export * from './errorBoundary';
|
|
8
|
-
export * from './externalLinkButton/externalLinkButton';
|
|
9
|
-
export * from './footer';
|
|
10
|
-
export * from './fullScreenButtons
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './tagNumber';
|
|
25
|
-
export * from './toaster';
|
|
1
|
+
export * from './appLinks';
|
|
2
|
+
export * from './containers';
|
|
3
|
+
export * from './contextualAppLinks/externalLinkButtons/index';
|
|
4
|
+
export { ContextualAppLinks } from './contextualAppLinks/index';
|
|
5
|
+
export * from './echo3DButton';
|
|
6
|
+
export * from './echoLogo';
|
|
7
|
+
export * from './errorBoundary';
|
|
8
|
+
export * from './externalLinkButton/externalLinkButton';
|
|
9
|
+
export * from './footer';
|
|
10
|
+
export * from './fullScreenButtons';
|
|
11
|
+
export * from './lazyLoading';
|
|
12
|
+
export * from './mediator';
|
|
13
|
+
export * from './pageMenu';
|
|
14
|
+
export * from './panel';
|
|
15
|
+
export * from './panelButton';
|
|
16
|
+
export * from './plantSelector';
|
|
17
|
+
export * from './prepview';
|
|
18
|
+
export * from './projectSelector';
|
|
19
|
+
export * from './realTimeData';
|
|
20
|
+
export * from './router';
|
|
21
|
+
export * from './searchMenu';
|
|
22
|
+
export * from './tagNumber';
|
|
23
|
+
export * from './toaster';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface AppLoadingIndicatorProps {
|
|
3
|
-
loadingText?: string;
|
|
4
|
-
}
|
|
5
|
-
export declare const AppLoadingIndicator: ({ loadingText }: AppLoadingIndicatorProps) => JSX.Element;
|
|
6
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface AppLoadingIndicatorProps {
|
|
3
|
+
loadingText?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const AppLoadingIndicator: ({ loadingText }: AppLoadingIndicatorProps) => JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { LazyLoadedAppWrapper } from './lazyLoadedAppWrapper';
|
|
1
|
+
export { LazyLoadedAppWrapper } from './lazyLoadedAppWrapper';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface LazyLoadedAppWrapperProps {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
loadingText?: string;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Provides a loading indicator with an animated Equinor logo, and a loading text for a lazy loaded echo application.
|
|
8
|
-
* Wrap your lazy loaded app with this component to use it.
|
|
9
|
-
* @param {LazyLoadedAppWrapperProps}
|
|
10
|
-
* children: {React.ReactNode} The lazy loaded app you need to wrap.
|
|
11
|
-
* loadingText: {string} The text to display under the Equinor logo. If not provided, it will default to "Loading application..."
|
|
12
|
-
* @returns {JSX.Element}
|
|
13
|
-
*/
|
|
14
|
-
export declare const LazyLoadedAppWrapper: ({ children, loadingText }: LazyLoadedAppWrapperProps) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface LazyLoadedAppWrapperProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
loadingText?: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Provides a loading indicator with an animated Equinor logo, and a loading text for a lazy loaded echo application.
|
|
8
|
+
* Wrap your lazy loaded app with this component to use it.
|
|
9
|
+
* @param {LazyLoadedAppWrapperProps}
|
|
10
|
+
* children: {React.ReactNode} The lazy loaded app you need to wrap.
|
|
11
|
+
* loadingText: {string} The text to display under the Equinor logo. If not provided, it will default to "Loading application..."
|
|
12
|
+
* @returns {JSX.Element}
|
|
13
|
+
*/
|
|
14
|
+
export declare const LazyLoadedAppWrapper: ({ children, loadingText }: LazyLoadedAppWrapperProps) => JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './mediator';
|
|
1
|
+
export * from './mediator';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LoadingModuleOptions } from '@equinor/echo-base';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface MediatorProps {
|
|
4
|
-
options: LoadingModuleOptions;
|
|
5
|
-
}
|
|
6
|
-
export declare const Mediator: React.FC<MediatorProps>;
|
|
1
|
+
import { LoadingModuleOptions } from '@equinor/echo-base';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface MediatorProps {
|
|
4
|
+
options: LoadingModuleOptions;
|
|
5
|
+
}
|
|
6
|
+
export declare const Mediator: React.FC<MediatorProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ApplicationList: React.FC;
|
|
3
|
-
export default ApplicationList;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const ApplicationList: React.FC;
|
|
3
|
+
export default ApplicationList;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type DefaultAccordionItemProps = {
|
|
3
|
-
isExpanded: boolean;
|
|
4
|
-
handleClick: () => void;
|
|
5
|
-
title: string;
|
|
6
|
-
subtitle?: string;
|
|
7
|
-
iconName: string;
|
|
8
|
-
iconTitle: string;
|
|
9
|
-
children: React.ReactChild | React.ReactChild[];
|
|
10
|
-
};
|
|
11
|
-
declare const DefaultAccordionItem: React.FC<DefaultAccordionItemProps>;
|
|
12
|
-
export default DefaultAccordionItem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type DefaultAccordionItemProps = {
|
|
3
|
+
isExpanded: boolean;
|
|
4
|
+
handleClick: () => void;
|
|
5
|
+
title: string;
|
|
6
|
+
subtitle?: string;
|
|
7
|
+
iconName: string;
|
|
8
|
+
iconTitle: string;
|
|
9
|
+
children: React.ReactChild | React.ReactChild[];
|
|
10
|
+
};
|
|
11
|
+
declare const DefaultAccordionItem: React.FC<DefaultAccordionItemProps>;
|
|
12
|
+
export default DefaultAccordionItem;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './defaultAccordionItem';
|
|
2
|
-
export * from './pageMenu';
|
|
3
|
-
export * from './pageMenuDrawerItem';
|
|
1
|
+
export * from './defaultAccordionItem';
|
|
2
|
+
export * from './pageMenu';
|
|
3
|
+
export * from './pageMenuDrawerItem';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface PageMenuProps {
|
|
3
|
-
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
4
|
-
isSyncing: boolean;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Component for displaying a side menu including Home button, Profile, About Echo link and Terms & Conditions link.
|
|
8
|
-
* @param {PageMenuProps} {
|
|
9
|
-
* trackEventOpenExternalLink: Function for tracking event in appInsight.
|
|
10
|
-
* isSyncing: Flag to determine whether the app is currently syncing data or not.
|
|
11
|
-
* }
|
|
12
|
-
* @return {*}
|
|
13
|
-
*/
|
|
14
|
-
export declare const PageMenu: React.FC<PageMenuProps>;
|
|
15
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface PageMenuProps {
|
|
3
|
+
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
4
|
+
isSyncing: boolean;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Component for displaying a side menu including Home button, Profile, About Echo link and Terms & Conditions link.
|
|
8
|
+
* @param {PageMenuProps} {
|
|
9
|
+
* trackEventOpenExternalLink: Function for tracking event in appInsight.
|
|
10
|
+
* isSyncing: Flag to determine whether the app is currently syncing data or not.
|
|
11
|
+
* }
|
|
12
|
+
* @return {*}
|
|
13
|
+
*/
|
|
14
|
+
export declare const PageMenu: React.FC<PageMenuProps>;
|
|
15
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ExternalLinkProps {
|
|
3
|
-
link: string;
|
|
4
|
-
linkText: string;
|
|
5
|
-
trackEvent: string;
|
|
6
|
-
}
|
|
7
|
-
interface PageMenuDrawerItemProps {
|
|
8
|
-
iconName: string;
|
|
9
|
-
iconTitle: string;
|
|
10
|
-
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
11
|
-
children?: React.ReactNode;
|
|
12
|
-
externalLink?: ExternalLinkProps;
|
|
13
|
-
classNames?: string;
|
|
14
|
-
}
|
|
15
|
-
declare const PageMenuDrawerItem: React.FC<PageMenuDrawerItemProps>;
|
|
16
|
-
export default PageMenuDrawerItem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ExternalLinkProps {
|
|
3
|
+
link: string;
|
|
4
|
+
linkText: string;
|
|
5
|
+
trackEvent: string;
|
|
6
|
+
}
|
|
7
|
+
interface PageMenuDrawerItemProps {
|
|
8
|
+
iconName: string;
|
|
9
|
+
iconTitle: string;
|
|
10
|
+
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
externalLink?: ExternalLinkProps;
|
|
13
|
+
classNames?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const PageMenuDrawerItem: React.FC<PageMenuDrawerItemProps>;
|
|
16
|
+
export default PageMenuDrawerItem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface AssetProps {
|
|
3
|
-
isDisabled: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare const Asset: React.FC<AssetProps>;
|
|
6
|
-
export default Asset;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface AssetProps {
|
|
3
|
+
isDisabled: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const Asset: React.FC<AssetProps>;
|
|
6
|
+
export default Asset;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ProfileProps {
|
|
3
|
-
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
4
|
-
}
|
|
5
|
-
declare const Profile: React.FC<ProfileProps>;
|
|
6
|
-
export default Profile;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ProfileProps {
|
|
3
|
+
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
4
|
+
}
|
|
5
|
+
declare const Profile: React.FC<ProfileProps>;
|
|
6
|
+
export default Profile;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface SettingsProps {
|
|
3
|
-
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
4
|
-
isDisabled: boolean;
|
|
5
|
-
}
|
|
6
|
-
declare const Settings: React.FC<SettingsProps>;
|
|
7
|
-
export default Settings;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SettingsProps {
|
|
3
|
+
trackEventOpenExternalLink: (linkTo: string) => void;
|
|
4
|
+
isDisabled: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const Settings: React.FC<SettingsProps>;
|
|
7
|
+
export default Settings;
|