@equinor/echo-framework 4.2.0 → 4.3.0-beta-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 (52) hide show
  1. package/{47deeba42768c5d1.svg → 063009f06499d102.svg} +8 -8
  2. package/README.md +48 -48
  3. package/{1bd97dd2170d0f64.svg → f4c85313e79b1662.svg} +850 -850
  4. package/index.cjs.js +2 -2
  5. package/index.d.ts +2 -2
  6. package/package.json +8 -8
  7. package/src/index.d.ts +3 -3
  8. package/src/lib/components/prepview/panels/tagDocumentRefs/HorizontalDocumentGroups.d.ts +1 -1
  9. package/src/lib/feature/globalSelection/components/SelectionActionBar/SelectionActionBarMenuItem.d.ts +12 -0
  10. package/src/lib/feature/globalSelection/components/SelectionActionBar.d.ts +5 -0
  11. package/src/lib/feature/globalSelection/hooks/useSelectionAction.d.ts +2 -2
  12. package/src/lib/feature/legend/components/BasicLegendRenderer.d.ts +1 -1
  13. package/src/lib/feature/legend/components/LegendSelectorContainer.d.ts +17 -0
  14. package/src/lib/feature/legend/components/pdfMarkers/subComponents/ItemMarkerPopoverContainer.d.ts +9 -0
  15. package/src/lib/feature/legend/components/popover/LegendPopoverContent.d.ts +9 -26
  16. package/src/lib/feature/legend/components/popover/LegendPopoverContent.logic.d.ts +12 -6
  17. package/src/lib/feature/legend/hooks/useGroupedMarkers.utils.d.ts +0 -4
  18. package/src/lib/feature/legend/hooks/useLegendMarker/useLegendMarker.utils.d.ts +1 -1
  19. package/src/lib/feature/legend/hooks/useLegendUniqueBadges.d.ts +1 -3
  20. package/src/lib/feature/legend/hooks/useLegendUniqueMarkers.d.ts +1 -3
  21. package/src/lib/feature/legend/index.d.ts +8 -5
  22. package/src/lib/feature/legend/legendStrategies/notificationStrategy/api/notificationsLegend.api.d.ts +7 -0
  23. package/src/lib/feature/legend/legendStrategies/notificationStrategy/components/NotificationPopover.d.ts +8 -0
  24. package/src/lib/feature/legend/legendStrategies/notificationStrategy/hooks/useNotificationMarkers.d.ts +6 -0
  25. package/src/lib/feature/legend/legendStrategies/notificationStrategy/hooks/useNotificationsByTagIds.d.ts +14 -0
  26. package/src/lib/feature/legend/legendStrategies/notificationStrategy/logic/getNotificationPopover.d.ts +12 -0
  27. package/src/lib/feature/legend/legendStrategies/notificationStrategy/logic/notificationLegend.logic.d.ts +12 -0
  28. package/src/lib/feature/legend/legendStrategies/notificationStrategy/notificationStrategy.types.d.ts +5 -0
  29. package/src/lib/feature/legend/legendStrategies/notificationStrategy/optionConfigs/notificationBadgeLegendOptionConfig.d.ts +6 -0
  30. package/src/lib/feature/legend/legendStrategies/notificationStrategy/optionConfigs/notificationMarkerLegendOptionConfig.d.ts +4 -0
  31. package/src/lib/feature/legend/legendStrategies/notificationStrategy/testing/createTestNotification.d.ts +2 -0
  32. package/src/lib/feature/legend/legendStrategies/notificationStrategy/utils/getColorForNotificationLegendStatus.d.ts +7 -0
  33. package/src/lib/feature/legend/legendStrategies/notificationStrategy/utils/getNotificationTitlesByPropertyName.d.ts +2 -0
  34. package/src/lib/feature/legend/legendStrategies/notificationStrategy/utils/notificationLegend.utils.d.ts +12 -0
  35. package/src/lib/feature/legend/logic/getColorForLegendStatus.d.ts +5 -0
  36. package/src/lib/feature/legend/logic/normalizeBadges.d.ts +25 -12
  37. package/src/lib/feature/legend/logic/propertyAccessor.utils.d.ts +36 -0
  38. package/src/lib/feature/legend/stores/initializeLegendInStores.d.ts +3 -4
  39. package/src/lib/feature/legend/stores/legendDataStore/legendStore.d.ts +0 -1
  40. package/src/lib/feature/legend/stores/legendUIStore/legendUIStore.types.d.ts +5 -5
  41. package/src/lib/feature/legend/types/legendStrategy.type.d.ts +6 -6
  42. package/src/lib/feature/legend/types/legendType.d.ts +26 -19
  43. package/src/lib/hooks/useOpenPdfFile.d.ts +12 -0
  44. package/src/lib/hooks/useScreenValues.d.ts +2 -2
  45. package/src/lib/services/dataLayerPanel/dataLayerPanel.store.d.ts +2 -0
  46. package/src/lib/feature/globalSelection/components/SelectionActionBar/SelectionFeedbackDisplay.d.ts +0 -7
  47. package/src/lib/feature/globalSelection/components/SelectionActionBar/selectionFeedback.types.d.ts +0 -1
  48. package/src/lib/feature/globalSelection/components/SelectionMenuTrigger/SelectionGroupMenuItem.d.ts +0 -9
  49. package/src/lib/feature/globalSelection/components/SelectionMenuTrigger/SelectionMenuTrigger.d.ts +0 -12
  50. package/src/lib/feature/legend/components/legendTextSelector/LegendTextSelector.d.ts +0 -20
  51. package/src/lib/feature/legend/legendStrategies/workOrderStrategy/components/WorkOrderPopoverPrimaryRow.d.ts +0 -15
  52. package/src/lib/feature/legend/legendStrategies/workOrderStrategy/components/WorkOrderPopoverThirdRow.d.ts +0 -16

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.