UNPKG

3.44 kBSource Map (JSON)View Raw
1{"version":3,"file":"dependents.js","sourceRoot":"","sources":["../src/dependents.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAE1B,IAAI;AACJ,OAAO,EASL,KAAK,EACL,aAAa,EACb,aAAa,GACd,MAAM,cAAc,CAAC;AAItB,SAAS;AACT,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEjE,OAAO;AACP,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAEnC,aAAa;AACb,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,UAAU,EAAiB,MAAM,aAAa,CAAC;AAE3F,QAAQ;AACR,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAqB,MAAM,aAAa,CAAC;AAEhF,YAAY;AACZ,OAAO,EACL,UAAU,EACV,IAAI,EACJ,SAAS,EACT,SAAS,EACT,IAAI,EACJ,cAAc,EACd,aAAa,EACb,MAAM,EACN,MAAM,EACN,OAAO,EACP,SAAS,GACV,MAAM,iBAAiB,CAAC;AAoCzB,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO;AACC,IAAM,QAAQ,GAAyB,IAAI,KAA7B,EAAU,UAAU,GAAK,IAAI,OAAT,CAAU;AACpD,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC;AAChC,OAAO;AACC,IAAM,QAAQ,GAAyB,IAAI,KAA7B,EAAU,UAAU,GAAK,IAAI,OAAT,CAAU;AACpD,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC;AAChC,SAAS;AACD,IAAU,cAAc,GAAmC,MAAM,SAAzC,EAAc,gBAAgB,GAAK,MAAM,WAAX,CAAY;AAC1E,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAC5C,UAAU;AACF,IAAM,WAAW,GAAK,OAAO,KAAZ,CAAa;AACtC,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,SAAS;AACT,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY;AACZ,OAAO,EAAE,SAAS,EAAE,CAAC","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