@equinor/echo-framework 0.20.3 → 0.20.4

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.
Files changed (52) hide show
  1. package/index.cjs.js +1 -1
  2. package/package.json +1 -1
  3. package/src/index.d.ts +8 -9
  4. package/src/lib/components/contextualAppLinks/externalLinkButtons/iconButtonSpinner.d.ts +0 -1
  5. package/src/lib/components/errorBoundary/components/chunkLoadErrorMessage.d.ts +0 -1
  6. package/src/lib/components/fullScreenButtons/FullScreenModeButton.d.ts +3 -0
  7. package/src/lib/components/fullScreenButtons/index.d.ts +1 -1
  8. package/src/lib/components/labelledValueGrid/labelledValue.d.ts +0 -1
  9. package/src/lib/components/labelledValueGrid/labelledValueGrid.d.ts +0 -1
  10. package/src/lib/components/lazyLoading/appLoadingIndicator.d.ts +0 -1
  11. package/src/lib/components/listItemAdditionalInfoRow/listItemAdditionalInfoRow.d.ts +0 -1
  12. package/src/lib/components/prepview/common/info/block/InfoBlock.d.ts +1 -2
  13. package/src/lib/components/prepview/hooks/useIsMobile.d.ts +1 -2
  14. package/src/lib/components/prepview/notification/Notification.d.ts +0 -1
  15. package/src/lib/components/prepview/notification/details/DetailsNotification.d.ts +0 -1
  16. package/src/lib/components/prepview/notification/header/NotificationHeader.d.ts +0 -1
  17. package/src/lib/components/prepview/panels/history/TagHistory.d.ts +0 -1
  18. package/src/lib/components/prepview/panels/history/TagHistoryGroup.d.ts +0 -1
  19. package/src/lib/components/prepview/panels/history/items/Items.d.ts +0 -1
  20. package/src/lib/components/prepview/panels/history/items/PunchItem.d.ts +0 -1
  21. package/src/lib/components/prepview/punch/Punch.d.ts +0 -1
  22. package/src/lib/components/prepview/punch/details/Details.d.ts +0 -1
  23. package/src/lib/components/prepview/punch/header/Header.d.ts +0 -1
  24. package/src/lib/components/prepview/types/shared.d.ts +0 -1
  25. package/src/lib/components/prepview/workorder/WorkOrder.d.ts +0 -1
  26. package/src/lib/components/prepview/workorder/details/DetailsWorkOrder.d.ts +0 -1
  27. package/src/lib/components/prepview/workorder/header/WorkOrderHeader.d.ts +0 -1
  28. package/src/lib/components/realTimeData/RealTimePopoverButton.d.ts +0 -1
  29. package/src/lib/components/realTimeData/components/IMSDropdown/RealTimeIMSDropdown.d.ts +0 -1
  30. package/src/lib/components/realTimeData/components/connectorForIMSTag/RealTimeConnectorForIMSTag.d.ts +0 -1
  31. package/src/lib/components/spinner/spinner.d.ts +0 -1
  32. package/src/lib/components/tagNumber/tagNumber.d.ts +0 -1
  33. package/src/lib/components/workOrderListItem/WorkOrderListItem.d.ts +2 -0
  34. package/src/lib/coreApplication/EchoToolBar.d.ts +0 -1
  35. package/src/lib/feature/equipment/components/equipmentItemHeader/NavigateToSapDialog.d.ts +0 -1
  36. package/src/lib/feature/equipment/components/equipmentItemHeader/equipmentItemHeader.d.ts +0 -1
  37. package/src/lib/feature/equipment/components/equipmentItemHeader/equipmentItemSubHeader.d.ts +0 -1
  38. package/src/lib/feature/equipment/components/equipmentTabs/MeasuringPointsForEquipmentItem.d.ts +0 -1
  39. package/src/lib/feature/equipment/components/equipmentTabs/equipmentTabs.d.ts +0 -1
  40. package/src/lib/feature/equipment/components/fullEquipmentItem/fullEquipmentItem.d.ts +0 -1
  41. package/src/lib/feature/equipment/hooks/useOpenEquipmentDetails.d.ts +2 -2
  42. package/src/lib/feature/equipment/utils/equipmentUtils.d.ts +13 -13
  43. package/src/lib/feature/globalSelection/globalSelectionStore/globalSelectionStore.d.ts +1 -1
  44. package/src/lib/feature/globalSelection/globalSelectionStore/globalSelectionStore.types.d.ts +5 -8
  45. package/src/lib/feature/globalSelection/globalSelectionStore/globalSelectionStore.utils.d.ts +5 -3
  46. package/src/lib/feature/globalSelection/index.d.ts +1 -1
  47. package/src/lib/feature/measuringPoint/components/measuringPointDetails/measuringPointHistoryList.d.ts +0 -1
  48. package/src/lib/services/componentRegistry/componentRegistry.d.ts +0 -1
  49. package/src/lib/services/leftPanelNavigation/leftPanelNavigation.store.d.ts +1 -1
  50. package/src/lib/services/leftPanelNavigation/previous.d.ts +0 -1
  51. package/src/lib/utils/openIn3d/tagLists.d.ts +1 -1
  52. package/src/lib/components/fullScreenButtons/FullScreenModeButtons.d.ts +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-framework",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "peerDependencies": {
5
5
  "@equinor/echo-base": ">= 0.7.0 < 0.8.0",
6
6
  "@equinor/echo-components": ">= 0.11.0 < 0.12.0",
package/src/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { getLegendStatusColor } from './lib/feature/legend/utils/legendUtils';
3
2
  import './lib/globalStyles.css';
4
3
  import { getPlantsInfo, getTagDetails } from './lib/services/api';
@@ -58,7 +57,7 @@ export * from './lib/hooks';
58
57
  declare const EchoFramework: Readonly<{
59
58
  Utils: Readonly<{
60
59
  Navigation: Readonly<{
61
- goToExternalLink: (link: string, redirect?: boolean | undefined) => void;
60
+ goToExternalLink: (link: string, redirect?: boolean) => void;
62
61
  }>;
63
62
  Color: Readonly<{
64
63
  getLegendStatusColor: typeof getLegendStatusColor;
@@ -68,22 +67,22 @@ declare const EchoFramework: Readonly<{
68
67
  useEchoHistory(): (path: string, params?: {
69
68
  [key: string]: string;
70
69
  } | undefined, state?: any) => void;
71
- useHas3dAccess(plantCode?: string | undefined): boolean;
70
+ useHas3dAccess(plantCode?: string): boolean;
72
71
  useIsFullScreenModeEnabled(): boolean;
73
72
  useOpenPdfFile(): (args: {
74
73
  instCode: string;
75
74
  docNo: string;
76
75
  fileId: string | number;
77
76
  revNo: string;
78
- tagNo?: string | undefined;
77
+ tagNo?: string;
79
78
  }) => void;
80
79
  useOpenPdfFileUrl(): (args: {
81
80
  instCode: string;
82
81
  fileUrl: string;
83
- tagNo?: string | undefined;
82
+ tagNo?: string;
84
83
  }) => void;
85
- usePlantAvailableIn3d(plantCode?: string | undefined): boolean;
86
- usePlantAvailableIn3dWeb(plantCode?: string | undefined): boolean;
84
+ usePlantAvailableIn3d(plantCode?: string): boolean;
85
+ usePlantAvailableIn3dWeb(plantCode?: string): boolean;
87
86
  useScreenOrientation(): import("./lib/types/hookLibrary").ScreenOrientation;
88
87
  useScreenValues(): {
89
88
  isScreenMobileSize: boolean;
@@ -99,7 +98,7 @@ declare const EchoFramework: Readonly<{
99
98
  hasError: boolean;
100
99
  };
101
100
  useSetActiveTagNo: () => import("./lib/types/hookLibrary").SetActiveTagNo;
102
- useContextMenuDataInfo: (tagNo: string, expanded: boolean, setActivePanel?: (() => void) | undefined) => import("dist/libs/echo-components/src").DataInformation[];
101
+ useContextMenuDataInfo: (tagNo: string, expanded: boolean, setActivePanel?: () => void) => import("dist/libs/echo-components/src").DataInformation[];
103
102
  useTagData: () => import("./lib/types/hookLibrary").TagData;
104
103
  useIsContextMenuInfoLoading: () => boolean;
105
104
  useSetActiveCommPackNo: () => import("./lib/types/hookLibrary").SetActiveCommPackNo;
@@ -123,7 +122,7 @@ declare const EchoFramework: Readonly<{
123
122
  APIs: Readonly<{
124
123
  getPlantsInfo: typeof getPlantsInfo;
125
124
  getTagDetails: typeof getTagDetails;
126
- getTemporarilyEchoHubListFor3D: (instCode: string, request: import("./lib/types/api-echohub").TemporaryEchoHubListDto, abortSignal?: AbortSignal | undefined, withoutBaseUrl?: boolean | undefined) => Promise<{
125
+ getTemporarilyEchoHubListFor3D: (instCode: string, request: import("./lib/types/api-echohub").TemporaryEchoHubListDto, abortSignal?: AbortSignal | undefined, withoutBaseUrl?: boolean) => Promise<{
127
126
  app3dUrl: string;
128
127
  web3dUrl: string;
129
128
  }>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type SpinnerProps = {
3
2
  size?: 16 | 24 | 32 | 40 | 48;
4
3
  customClassNames?: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type Props = {
3
2
  error: Error | undefined;
4
3
  };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const FullScreenModeButton: React.FC;
3
+ export default FullScreenModeButton;
@@ -1,3 +1,3 @@
1
1
  export * from './FullScreenButton';
2
2
  export * from './FullScreenChip';
3
- export * from './FullScreenModeButtons';
3
+ export * from './FullScreenModeButton';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface LabelledValueProps {
3
2
  label: string;
4
3
  value: React.ReactNode | string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface LabelledValueGridProps {
3
2
  fields: LabelledValueGridField[];
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface AppLoadingIndicatorProps {
3
2
  loadingText?: string;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface AdditionalInfoProps {
3
2
  leftHandInfo: JSX.Element;
4
3
  rightHandInfo?: JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface InfoBlockType {
3
2
  label: string;
4
3
  stretched?: boolean;
@@ -6,5 +5,5 @@ interface InfoBlockType {
6
5
  children: JSX.Element | string[] | string | number;
7
6
  contentClassName?: string;
8
7
  }
9
- declare function InfoBlock({ label, stretched, fit, children, contentClassName, }: InfoBlockType): JSX.Element;
8
+ declare function InfoBlock({ label, stretched, fit, children, contentClassName }: InfoBlockType): JSX.Element;
10
9
  export { InfoBlock };
@@ -1,5 +1,4 @@
1
1
  /**
2
- * Hook for checking if page is loaded from mobile device.
3
- * @returns boolean true if on mobile.
2
+ * @deprecated use isMobileDevice from @equinor/echo-utils instead
4
3
  */
5
4
  export declare function useIsMobile(): boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface NotificationProps {
3
2
  notificationId: string;
4
3
  headerAction?: React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { NotificationDetails } from '../../types';
3
2
  export interface Props {
4
3
  details: NotificationDetails;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NotificationDetails } from '../../types';
3
2
  interface NotificationHeaderProps {
4
3
  notificationDetails: NotificationDetails;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface HistoryProps {
3
2
  itemId: string;
4
3
  isWorkOrder?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NotificationGroup, PunchGroup, WorkOrderGroup } from '../../types';
3
2
  import { WorkItemType } from '../../utils';
4
3
  interface Props {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { HistoricNotificationItem, HistoricWorkOrderItem, HistoricPunchItem } from '../../../types';
3
2
  import { WorkItemType } from '../../../utils';
4
3
  type Items = Array<HistoricNotificationItem | HistoricWorkOrderItem | HistoricPunchItem>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { HistoricPunchItem } from '../../../types';
3
2
  interface PunchProps {
4
3
  punch: HistoricPunchItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface PunchProps {
3
2
  punchId: string;
4
3
  instCode: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PunchDetails } from '../../types';
3
2
  export interface Props {
4
3
  details: PunchDetails;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PunchDetails } from '../../types';
3
2
  interface HeaderProps {
4
3
  punch: PunchDetails;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FileDto } from "@equinor/echo-search";
3
2
  export declare enum ItemTypes {
4
3
  tag = "tag",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ColorMap, WorkOrderDateType } from '@equinor/echo-components';
3
2
  interface WorkOrderProps {
4
3
  workOrderId: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { WorkOrderDetails } from '../../types';
3
2
  export interface Props {
4
3
  workOrderDetails: WorkOrderDetails;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ColorMap, WorkOrderDateType } from '@equinor/echo-components';
3
2
  import { WorkOrderDetails } from '../../types';
4
3
  interface WorkOrderHeaderProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface RTDProps {
3
2
  tagNo: string;
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AdditionalFieldDto } from '@equinor/echo-search';
3
2
  interface Props {
4
3
  imsFields: AdditionalFieldDto[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface Props {
3
2
  ims: string;
4
3
  instCode: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface SpinnerProps {
3
2
  label?: string;
4
3
  className?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface TagNoProps {
3
2
  tagNo: string;
4
3
  className?: string;
@@ -9,6 +9,8 @@ export interface WorkOrderListItemProps {
9
9
  iconName?: string;
10
10
  workOrderDateType?: WorkOrderDateType;
11
11
  className?: string;
12
+ cardClassName?: string;
13
+ footer?: React.ReactNode;
12
14
  }
13
15
  declare function WorkOrderListItem(props: WorkOrderListItemProps): import("react/jsx-runtime").JSX.Element;
14
16
  export { WorkOrderListItem };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const EchoToolBar: () => import("react/jsx-runtime").JSX.Element;
3
2
  declare const _default: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
4
3
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface NavigateToSapDialogProps {
3
2
  isDialogOpen: boolean;
4
3
  setIsDialogOpen: React.Dispatch<React.SetStateAction<boolean>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Equipment } from '../../types/equipment';
3
2
  interface EquipmentItemHeaderProps {
4
3
  equipment: Equipment;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Equipment } from '../../types/equipment';
3
2
  interface EquipmentItemSubHeaderProps {
4
3
  equipment: Equipment;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface MeasuringPointsPanelProps {
3
2
  equipmentId: string;
4
3
  onLoadUpdate?: (args: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Equipment } from '../../types/equipment';
3
2
  export interface EquipmentTabsProps {
4
3
  equipment: Equipment;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface FullEquipmentItemProps {
3
2
  equipmentId: string;
4
3
  tagNo: string;
@@ -6,6 +6,6 @@ export declare function useOpenEquipmentDetails(): (args: {
6
6
  equipmentId: string;
7
7
  tagNo: string;
8
8
  plantNo: string;
9
- panelKey?: string | undefined;
10
- keepLastNavigationItem?: boolean | undefined;
9
+ panelKey?: string;
10
+ keepLastNavigationItem?: boolean;
11
11
  }) => void;
@@ -14,19 +14,19 @@ export declare const openEquipmentIn3dWeb: ({ equipmentId, e3dRef, goToLink, pat
14
14
  export declare const is3DEquipment: (equipment: Equipment) => boolean;
15
15
  export declare const sortMeasurementsInMeasuringPointsByNewestFirst: (measuringPoints: MeasuringPointDto[]) => {
16
16
  measuringPointId: string;
17
- measuringPosition?: string | undefined;
18
- measuringPoint?: string | undefined;
19
- functionalLocationId?: string | undefined;
20
- tagPlantId?: string | undefined;
21
- tagId?: string | undefined;
22
- equipmentId?: string | undefined;
23
- quantitativeCharacteristicId?: string | undefined;
24
- quantitativeCharacteristicUnit?: string | undefined;
25
- positionDetails_CoordinateSystemName?: string | undefined;
26
- positionDetails_E3DReferenceNumber?: string | undefined;
27
- positionDetails_CoordinateEast?: string | undefined;
28
- positionDetails_CoordinateNorth?: string | undefined;
29
- positionDetails_CoordinateUp?: string | undefined;
17
+ measuringPosition?: string;
18
+ measuringPoint?: string;
19
+ functionalLocationId?: string;
20
+ tagPlantId?: string;
21
+ tagId?: string;
22
+ equipmentId?: string;
23
+ quantitativeCharacteristicId?: string;
24
+ quantitativeCharacteristicUnit?: string;
25
+ positionDetails_CoordinateSystemName?: string;
26
+ positionDetails_E3DReferenceNumber?: string;
27
+ positionDetails_CoordinateEast?: string;
28
+ positionDetails_CoordinateNorth?: string;
29
+ positionDetails_CoordinateUp?: string;
30
30
  measurements: import("../../measuringPoint").MeasurementDto[];
31
31
  }[];
32
32
  export {};
@@ -8,7 +8,7 @@ export declare const useGlobalSelectionStore: import("zustand").UseBoundStore<Om
8
8
  (listener: (selectedState: GlobalSelectionStore, previousSelectedState: GlobalSelectionStore) => void): () => void;
9
9
  <U>(selector: (state: GlobalSelectionStore) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
10
10
  equalityFn?: ((a: U, b: U) => boolean) | undefined;
11
- fireImmediately?: boolean | undefined;
11
+ fireImmediately?: boolean;
12
12
  } | undefined): () => void;
13
13
  };
14
14
  }, "setState"> & {
@@ -1,4 +1,4 @@
1
- import { TagSummaryDto } from '@equinor/echo-search';
1
+ import { ResultValue, TagSummaryDto } from '@equinor/echo-search';
2
2
  import { Equipment } from '../../equipment';
3
3
  export declare enum GlobalSelectionItemType {
4
4
  WorkOrder = "WorkOrder",
@@ -41,20 +41,17 @@ export declare enum GlobalSelectionItemErrorStatuses {
41
41
  }
42
42
  export interface GlobalSelectionStore {
43
43
  lists: GlobalSelectionListUnion[];
44
- addWorkOrderToSelection: (args: {
45
- workOrder: OptimizedWorkOrderDto;
44
+ addWorkOrdersToSelection: (args: {
45
+ workOrders: Readonly<OptimizedWorkOrderDto[]>;
46
46
  }) => void;
47
47
  addTagToSelection: (args: {
48
48
  tagId: string;
49
- }) => void;
50
- replaceWorkOrderSelection: (args: {
51
- workOrders: OptimizedWorkOrderDto[];
52
- }) => void;
49
+ }) => Promise<ResultValue<TagSummaryDto>>;
53
50
  removeItemFromSelection: (args: {
54
51
  itemId: string;
55
52
  }) => void;
56
53
  setNotFoundItems: (args: {
57
- itemIds: string[];
54
+ itemIds: Readonly<string[]>;
58
55
  }) => void;
59
56
  resetItemNotFoundStates: () => void;
60
57
  resetState: () => void;
@@ -1,3 +1,5 @@
1
- import { GlobalSelectionItem } from './globalSelectionStore.types';
2
- export declare function isGlobalSelectionItemNotFoundInActiveEchoModule(item: GlobalSelectionItem): boolean;
3
- export declare function isGlobalSelectionItemNotAbleToDisplay(item: GlobalSelectionItem): boolean;
1
+ import { GlobalSelectionGenericItem, GlobalSelectionItemErrorStatuses, GlobalSelectionItemType, GlobalSelectionItemTypeToDataMap, GlobalSelectionListUnion, GlobalSelectionStore } from './globalSelectionStore.types';
2
+ export declare function toGlobalSelectionItem<T extends GlobalSelectionItemTypeToDataMap[K], K extends GlobalSelectionItemType>(item: T, type: K, idSelector: (item: T) => string): GlobalSelectionGenericItem<K>;
3
+ export declare function toGlobalSelectionItems<T extends GlobalSelectionItemTypeToDataMap[K], K extends GlobalSelectionItemType>(items: T[], type: K, idSelector: (item: T) => string): GlobalSelectionGenericItem<K>[];
4
+ export declare function findGlobalSelectionListByKey(state: GlobalSelectionStore, key: string): GlobalSelectionListUnion | undefined;
5
+ export declare function hasGlobalSelectionItemErrorStatus<T extends GlobalSelectionItemType>(item: GlobalSelectionGenericItem<T>, status: GlobalSelectionItemErrorStatuses): boolean;
@@ -1,6 +1,6 @@
1
1
  export { getGlobalSelectionStoreState, useGlobalSelectionStore } from './globalSelectionStore/globalSelectionStore';
2
2
  export * from './globalSelectionStore/globalSelectionStore.types';
3
- export * from './globalSelectionStore/globalSelectionStore.utils';
3
+ export { hasGlobalSelectionItemErrorStatus } from './globalSelectionStore/globalSelectionStore.utils';
4
4
  export { useGlobalSelectionLists } from './hooks/useGlobalSelectionLists';
5
5
  export { useGlobalSelectionTags } from './hooks/useGlobalSelectionTags';
6
6
  export { useGlobalSelectionWorkOrders } from './hooks/useGlobalSelectionWorkOrders';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MeasuringPointDto } from '../../types/measuringPoint';
3
2
  type MeasuringPointHistoryListProps = {
4
3
  measuringPoint: MeasuringPointDto;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type AnyComponentType = React.FC<any>;
3
2
  export declare enum RegisteredComponentName {
4
3
  /** @deprecated Please use 'TagListItem' instead - that supports the new search flow */
@@ -4,7 +4,7 @@ export declare const useLeftPanelNavigationStore: import("zustand").UseBoundStor
4
4
  (listener: (selectedState: unknown, previousSelectedState: unknown) => void): () => void;
5
5
  <U>(selector: (state: unknown) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
6
6
  equalityFn?: ((a: U, b: U) => boolean) | undefined;
7
- fireImmediately?: boolean | undefined;
7
+ fireImmediately?: boolean;
8
8
  } | undefined): () => void;
9
9
  };
10
10
  }, "setState"> & {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface PreviousProps {
3
2
  title: string;
4
3
  onClick: () => void;
@@ -1,6 +1,6 @@
1
1
  import { TemporaryEchoHubListDto, TemporaryHubResultsList } from '../../types/api-echohub';
2
2
  import { EchoHubPlant } from '../../types/echoHubPlant';
3
- export declare const getTemporarilyEchoHubListFor3d: (instCode: string, request: TemporaryEchoHubListDto, abortSignal?: AbortSignal | undefined, withoutBaseUrl?: boolean | undefined) => Promise<{
3
+ export declare const getTemporarilyEchoHubListFor3d: (instCode: string, request: TemporaryEchoHubListDto, abortSignal?: AbortSignal | undefined, withoutBaseUrl?: boolean) => Promise<{
4
4
  app3dUrl: string;
5
5
  web3dUrl: string;
6
6
  }>;
@@ -1,7 +0,0 @@
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;