@equinor/echo-framework 2.2.3 → 2.4.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.
Files changed (57) hide show
  1. package/README.md +23 -3
  2. package/index.cjs.js +3 -3
  3. package/package.json +12 -8
  4. package/src/index.d.ts +8 -3
  5. package/src/lib/components/index.d.ts +2 -0
  6. package/src/lib/components/prepview/Prepview.d.ts +11 -1
  7. package/src/lib/components/prepview/context/PrepviewContext.d.ts +1 -1
  8. package/src/lib/components/prepview/panels/objects/EquipmentListItem.d.ts +9 -0
  9. package/src/lib/components/prepview/panels/objects/NotificationListItem.d.ts +9 -0
  10. package/src/lib/components/requestAccess/MissingAccessInfoButton.d.ts +6 -0
  11. package/src/lib/components/requestAccess/RequestAccessButton.d.ts +2 -1
  12. package/src/lib/components/requestAccess/RequestProCoSysAccess.d.ts +0 -1
  13. package/src/lib/components/verticalTabsSplitView/VerticalTabsSplitView.d.ts +1 -1
  14. package/src/lib/coreApplication/EchoUserInterfaceStore.d.ts +5 -0
  15. package/src/lib/feature/equipment/hooks/useEquipmentWithMeasuringPoints.d.ts +1 -1
  16. package/src/lib/feature/globalSelection/globalSelectionStore/globalSelectionStore.d.ts +205 -2
  17. package/src/lib/feature/globalSelection/hooks/useGlobalSelectionItemsByTypeAsMap.d.ts +7 -0
  18. package/src/lib/feature/globalSelection/index.d.ts +1 -0
  19. package/src/lib/feature/globalSelection/selectionMenu/selectionTreeStore/persist/selectionTree.load.utils.d.ts +7 -0
  20. package/src/lib/feature/globalSelection/selectionMenu/selectionTreeStore/selectionTree.store.d.ts +78 -2
  21. package/src/lib/feature/legend/components/legendTextSelector/LegendTextSelector.d.ts +5 -6
  22. package/src/lib/feature/legend/components/pdfMarkers/PositionalItem.d.ts +1 -1
  23. package/src/lib/feature/legend/components/pdfMarkers/subComponents/LegendColoredMarkerIcon.d.ts +2 -2
  24. package/src/lib/feature/legend/components/pdfMarkers/subComponents/LegendMarkersRenderer.d.ts +1 -1
  25. package/src/lib/feature/legend/components/pdfMarkers/subComponents/MarkerWithPopover.d.ts +13 -0
  26. package/src/lib/feature/legend/components/pdfMarkers/subComponents/MultipleMarkersByLegends.d.ts +1 -5
  27. package/src/lib/feature/legend/components/pdfMarkers/subComponents/MultipleMarkersBySingleLegend.d.ts +1 -2
  28. package/src/lib/feature/legend/components/pdfMarkers/subComponents/hooks/useMarkerPopover.d.ts +19 -0
  29. package/src/lib/feature/legend/components/pdfMarkers/utils/markerId.utils.d.ts +18 -0
  30. package/src/lib/feature/legend/components/pdfMarkers/utils/splitMarkerByBadgeSelectionGroup.types.d.ts +4 -1
  31. package/src/lib/feature/legend/components/selectionLegend/SelectionLegend.d.ts +1 -1
  32. package/src/lib/feature/legend/components/selectionLegend/SelectionLegendChip.d.ts +1 -1
  33. package/src/lib/feature/legend/components/selectionLegend/components/SelectionLegendActions.d.ts +5 -0
  34. package/src/lib/feature/legend/components/selectionLegend/components/SelectionLegendOtherMarkers.d.ts +4 -0
  35. package/src/lib/feature/legend/components/selectionLegend/hooks/useSelectionGroupsForLegendRenderer.d.ts +5 -0
  36. package/src/lib/feature/legend/components/selectionLegend/hooks/useSelectionGroupsForLegendRenderer.utils.d.ts +17 -0
  37. package/src/lib/feature/legend/components/selectionLegend/selectionLegend.utils.d.ts +18 -7
  38. package/src/lib/feature/legend/legendFacade.d.ts +36 -9
  39. package/src/lib/feature/legend/stores/legendDataStore/legendStore.d.ts +35 -39
  40. package/src/lib/feature/legend/stores/legendUIStore/legendUIStore.d.ts +8 -3
  41. package/src/lib/feature/legend/stores/legendUIStore/legendUIStore.types.d.ts +15 -1
  42. package/src/lib/feature/legend/stores/legendVisibleDataAsTagsStore/legendVisibleDataAsTagsStore.d.ts +34 -1
  43. package/src/lib/feature/legend/stores/legendVisibleDataStore/legendVisibleDataStore.d.ts +20 -1
  44. package/src/lib/feature/legend/types/legendStrategy.type.d.ts +7 -3
  45. package/src/lib/hooks/useOpenPrepview.d.ts +1 -1
  46. package/src/lib/services/dataLayerPanel/dataLayerPanel.store.d.ts +53 -21
  47. package/src/lib/services/leftPanelNavigation/leftPanelNavigation.store.d.ts +14 -11
  48. package/src/lib/services/userSetting/userSettingStore.d.ts +8 -4
  49. package/src/lib/utils/dataAccess/accessGuidanceSections.d.ts +27 -0
  50. package/src/lib/{types → utils}/dataAccess/dataAccessLinks.d.ts +6 -1
  51. package/src/lib/utils/dataAccess/dataAccessLinks.utils.d.ts +9 -0
  52. package/src/types/procosysProject.d.ts +20 -0
  53. package/src/lib/components/requestAccess/RequestSapAccess.d.ts +0 -7
  54. package/src/lib/feature/legend/components/pdfMarkers/subComponents/hooks/usePopoverHandler.d.ts +0 -7
  55. package/src/lib/feature/legend/components/pdfMarkers/subComponents/hooks/usePopoverHandler.types.d.ts +0 -14
  56. package/src/lib/feature/legend/components/selectionLegend/hooks/useIsSelectionLegendVisible.d.ts +0 -6
  57. package/src/lib/types/dataAccess/index.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.