{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/plots/funnel/interactions/index.ts"],"names":[],"mappings":";;;AAAA,+BAA+D;AAC/D,iEAA8D;AAE9D,IAAM,qBAAqB,GAAG,uBAAuB,CAAC;AACzC,QAAA,oBAAoB,GAAG,oBAAoB,CAAC;AAC5C,QAAA,gBAAgB,GAAG,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,UAAG,qBAAqB,YAAS,EAAE,CAAC;AAEtG,IAAA,mBAAc,EAAC,qBAAqB,EAAE,2CAAmB,CAAC,CAAC;AAC3D,IAAA,wBAAmB,EAAC,4BAAoB,EAAE;IACxC,KAAK,EAAE,CAAC,wBAAgB,CAAC;CAC1B,CAAC,CAAC","sourcesContent":["import { registerAction, registerInteraction } from '@antv/g2';\nimport { ConversionTagAction } from './funnel-conversion-tag';\n\nconst FUNNEL_CONVERSION_TAG = 'funnel-conversion-tag';\nexport const FUNNEL_LEGEND_FILTER = 'funnel-afterrender';\nexport const interactionStart = { trigger: 'afterrender', action: `${FUNNEL_CONVERSION_TAG}:change` };\n\nregisterAction(FUNNEL_CONVERSION_TAG, ConversionTagAction);\nregisterInteraction(FUNNEL_LEGEND_FILTER, {\n start: [interactionStart],\n});\n"]}