Rename OverlayPanel to Popover
Recipe ID
org.openrewrite.primeng.RenameOverlayPanelToPopoverArtifact@openrewrite/recipes-angularRenames OverlayPanel and OverlayPanelModule imports from primeng/overlaypanel to Popover and PopoverModule from primeng/popover, and updates all identifier usages. The old names are deprecated in PrimeNG 18.
Composite recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.primeng.RenameOverlayPanelToPopoverIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angularDefinition
This recipe runs the following recipes in order.
- Rename
OverlayPanelidentifiers toPopoverorg.openrewrite.primeng.RenameOverlayPanelToPopover.identifiers - Change import
org.openrewrite.javascript.change-import - Change import
org.openrewrite.javascript.change-import