diff options
author | stasys10 <stasys.jurgaitis@est.tech> | 2022-01-04 14:15:06 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-02-02 11:34:41 +0000 |
commit | d76c30d1156c7fa52fa9ab8a8df9562181ecacba (patch) | |
tree | ed197c4dc5d5e8c09d482706add241a91a97acd7 /catalog-ui/src/app/utils/constants.ts | |
parent | 17862485d3475a81aa836f84609ec1a2b69b1d64 (diff) |
fix policy and group drag and drop bug
Issue-ID: SDC-3864
Signed-off-by: stasys10 <stasys.jurgaitis@est.tech>
Change-Id: Ib45b4a1b650a7d5959e4a6ff70d46d6dee0586c2
Diffstat (limited to 'catalog-ui/src/app/utils/constants.ts')
-rw-r--r-- | catalog-ui/src/app/utils/constants.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/catalog-ui/src/app/utils/constants.ts b/catalog-ui/src/app/utils/constants.ts index ab706e7088..af5c23c764 100644 --- a/catalog-ui/src/app/utils/constants.ts +++ b/catalog-ui/src/app/utils/constants.ts @@ -342,13 +342,9 @@ export class GRAPH_EVENTS { static ON_NODE_SELECTED = "onNodeSelected"; static ON_ZONE_INSTANCE_SELECTED = "onZoneInstanceSelected"; static ON_GRAPH_BACKGROUND_CLICKED = "onGraphBackgroundClicked"; - static ON_PALETTE_COMPONENT_HOVER_IN = 'onPaletteComponentHoverIn'; - static ON_PALETTE_COMPONENT_HOVER_OUT = 'onPaletteComponentHoverOut'; static ON_PALETTE_COMPONENT_DRAG_START = 'onPaletteComponentDragStart'; static ON_PALETTE_COMPONENT_DRAG_ACTION = 'onPaletteComponentDragAction'; static ON_PALETTE_COMPONENT_DROP = 'onPaletteComponentDrop'; - static ON_PALETTE_COMPONENT_SHOW_POPUP_PANEL = 'onPaletteComponentShowPopupPanel'; - static ON_PALETTE_COMPONENT_HIDE_POPUP_PANEL = 'onPaletteComponentHidePopupPanel'; static ON_COMPONENT_INSTANCE_NAME_CHANGED = 'onComponentInstanceNameChanged'; static ON_COMPONENT_INSTANCE_REQUIREMENT_EXTERNAL_CHANGED = 'onComponentInstanceRequirementExternalChanged' static ON_COMPONENT_INSTANCE_CAPABILITY_EXTERNAL_CHANGED = 'onComponentInstanceCapabilityExternalChanged' |