NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/esm/dependents.js.map
2023-09-14 14:47:11 +08:00

1 line
3.3 KiB
Plaintext

{"version":3,"file":"dependents.js","sourceRoot":"","sources":["../src/dependents.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAK1B,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAInE,SAAS;AACT,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAE7E,OAAO;AACP,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACjE,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,EAAe,MAAM,aAAa,CAAC;AAG1E,YAAY;AACZ,OAAO,EACL,UAAU,EACV,IAAI,EACJ,SAAS,EACT,SAAS,EACT,IAAI,EACJ,cAAc,EACd,aAAa,EACb,MAAM,EACN,MAAM,EACN,OAAO,GACP,MAAM,iBAAiB,CAAC;AA8B1B,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","sourcesContent":["/* 依赖的模块,在这里统一引入,方便打包优化 */\n\n// G\nexport { ICanvas, IElement, IGroup, IShape } from '@antv/g-base/lib/interfaces';\nexport { PathCommand, BBox, Point, ShapeAttrs } from '@antv/g-base/lib/types';\nexport { Event, AbstractGroup, AbstractShape } from '@antv/g-base';\n// 需要有 G-base 提供 g engine 类型定义\nexport type IG = any;\n\n// adjust\nexport { registerAdjust, getAdjust, Adjust } from '@antv/adjust/lib/factory';\n\n// attr\nexport { getAttribute, Attribute } from '@antv/attr/lib/factory';\nexport { Color } from '@antv/attr';\n\n// coordinate\nexport { getCoordinate, registerCoordinate, Coordinate, CoordinateCfg } from '@antv/coord';\n\n// scale\nexport { getScale, registerScale, Scale, ScaleConfig } from '@antv/scale';\nexport { Tick } from '@antv/scale/lib/types';\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 } from '@antv/component';\nexport { IComponent, IList } from '@antv/component/lib/interfaces';\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 ContinueLegendCfg,\n ContinueLegendTrackCfg,\n ContinueLegendRailCfg,\n ContinueLegendLabelCfg,\n ContinueLegendHandlerCfg,\n CrosshairLineCfg,\n CrosshairTextCfg,\n CrosshairTextBackgroundCfg,\n SliderCfg,\n TrendCfg,\n} from '@antv/component/lib/types';\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\n"]}