UNPKG

3.31 kBSource Map (JSON)View Raw
1{"version":3,"file":"dependents.js","sourceRoot":"","sources":["../src/dependents.ts"],"names":[],"mappings":";AAAA,0BAA0B;;;AAE1B,IAAI;AACJ,uCAYsB;AAHpB,+FAAA,KAAK,OAAA;AACL,uGAAA,aAAa,OAAA;AACb,uGAAA,aAAa,OAAA;AAKf,SAAS;AACT,uCAAiE;AAAxD,wGAAA,cAAc,OAAA;AAAE,mGAAA,SAAS,OAAA;AAAE,gGAAA,MAAM,OAAA;AAE1C,OAAO;AACP,mCAAqD;AAA5C,oGAAA,YAAY,OAAA;AAAE,iGAAA,SAAS,OAAA;AAChC,mCAAmC;AAA1B,6FAAA,KAAK,OAAA;AAEd,aAAa;AACb,qCAA2F;AAAlF,sGAAA,aAAa,OAAA;AAAE,2GAAA,kBAAkB,OAAA;AAAE,mGAAA,UAAU,OAAA;AAEtD,QAAQ;AACR,qCAAgF;AAAvE,iGAAA,QAAQ,OAAA;AAAE,sGAAA,aAAa,OAAA;AAAE,8FAAA,KAAK,OAAA;AAEvC,YAAY;AACZ,6CAYyB;AAqChB,2FAhDP,sBAAU,OAgDO;AADqB,0FA7CtC,qBAAS,OA6CsC;AAAE,0FA5CjD,qBAAS,OA4CiD;AAApC,+FA1CtB,0BAAc,OA0CsB;AAA7B,8FAzCP,yBAAa,OAyCO;AAeb,uFAtDP,kBAAM,OAsDO;AAEN,0FAtDP,qBAAS,OAsDO;AAflB,OAAO;AACC,IAAM,QAAQ,GAAyB,gBAAI,KAA7B,EAAU,UAAU,GAAK,gBAAI,OAAT,CAAU;AAC3C,4BAAQ;AAAE,gCAAU;AAC7B,OAAO;AACC,IAAM,QAAQ,GAAyB,gBAAI,KAA7B,EAAU,UAAU,GAAK,gBAAI,OAAT,CAAU;AAC3C,4BAAQ;AAAE,gCAAU;AAC7B,SAAS;AACD,IAAU,cAAc,GAAmC,kBAAM,SAAzC,EAAc,gBAAgB,GAAK,kBAAM,WAAX,CAAY;AACjE,wCAAc;AAAE,4CAAgB;AACzC,UAAU;AACF,IAAM,WAAW,GAAK,mBAAO,KAAZ,CAAa;AAC7B,kCAAW","sourcesContent":["/* 依赖的模块,在这里统一引入,方便打包优化 */\n\n// G\nexport {\n ICanvas,\n IElement,\n IGroup,\n IShape,\n PathCommand,\n BBox,\n Point,\n ShapeAttrs,\n Event,\n AbstractGroup,\n AbstractShape,\n} from '@antv/g-base';\n// 需要有 G-base 提供 g engine 类型定义\nexport type IG = any;\n\n// adjust\nexport { registerAdjust, getAdjust, Adjust } from '@antv/adjust';\n\n// attr\nexport { getAttribute, Attribute } from '@antv/attr';\nexport { Color } from '@antv/attr';\n\n// coordinate\nexport { getCoordinate, registerCoordinate, Coordinate, CoordinateCfg } from '@antv/coord';\n\n// scale\nexport { getScale, registerScale, Scale, ScaleConfig, Tick } from '@antv/scale';\n\n// component\nimport {\n Annotation,\n Axis,\n Component,\n Crosshair,\n Grid,\n GroupComponent,\n HtmlComponent,\n Legend,\n Slider,\n Tooltip,\n Scrollbar,\n} from '@antv/component';\n\nexport {\n CategoryLegendCfg,\n CircleAxisCfg,\n LineAxisCfg,\n GroupComponentCfg,\n ListItem,\n AxisLineCfg,\n AxisTickLineCfg,\n AxisSubTickLineCfg,\n AxisTitleCfg,\n AxisLabelCfg,\n GridLineCfg,\n LegendMarkerCfg,\n LegendTitleCfg,\n LegendBackgroundCfg,\n LegendItemNameCfg,\n LegendItemValueCfg,\n LegendPageNavigatorCfg,\n ContinueLegendCfg,\n ContinueLegendTrackCfg,\n ContinueLegendRailCfg,\n ContinueLegendLabelCfg,\n ContinueLegendHandlerCfg,\n CrosshairLineCfg,\n CrosshairTextCfg,\n CrosshairTextBackgroundCfg,\n SliderCfg,\n TrendCfg,\n EnhancedTextCfg,\n LineAnnotationTextCfg,\n IComponent,\n IList,\n} from '@antv/component';\n\nexport { HtmlComponent, GroupComponent, Component, Crosshair };\nexport { Annotation };\n// axis\nconst { Line: LineAxis, Circle: CircleAxis } = Axis;\nexport { LineAxis, CircleAxis };\n// grid\nconst { Line: LineGrid, Circle: CircleGrid } = Grid;\nexport { LineGrid, CircleGrid };\n// legend\nconst { Category: CategoryLegend, Continuous: ContinuousLegend } = Legend;\nexport { CategoryLegend, ContinuousLegend };\n// Tooltip\nconst { Html: HtmlTooltip } = Tooltip;\nexport { HtmlTooltip };\n// Slider\nexport { Slider };\n// Scrollbar\nexport { Scrollbar };\n"]}
\No newline at end of file