@visactor/vchart 1.10.0-alpha.0 → 1.10.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/es5/index.js +1 -1
- package/build/index.js +4416 -2968
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/chart/bar/bar-transformer.d.ts +1 -0
- package/cjs/chart/bar/bar-transformer.js +19 -2
- package/cjs/chart/bar/bar-transformer.js.map +1 -1
- package/cjs/chart/bar/interface.d.ts +3 -0
- package/cjs/chart/bar/interface.js.map +1 -1
- package/cjs/chart/base/base-chart-transformer.js +3 -3
- package/cjs/chart/base/base-chart-transformer.js.map +1 -1
- package/cjs/chart/base/base-chart.d.ts +1 -1
- package/cjs/chart/base/base-chart.js +4 -2
- package/cjs/chart/base/base-chart.js.map +1 -1
- package/cjs/chart/base/util.d.ts +1 -1
- package/cjs/chart/base/util.js +20 -10
- package/cjs/chart/base/util.js.map +1 -1
- package/cjs/chart/cartesian/cartesian-transformer.d.ts +1 -0
- package/cjs/chart/cartesian/cartesian-transformer.js +10 -7
- package/cjs/chart/cartesian/cartesian-transformer.js.map +1 -1
- package/cjs/chart/polar/polar-transformer.js.map +1 -1
- package/cjs/chart/stack.js +2 -1
- package/cjs/compile/compiler.js +5 -1
- package/cjs/compile/compiler.js.map +1 -1
- package/cjs/compile/grammar-item.js +1 -2
- package/cjs/compile/mark/compilable-mark.d.ts +4 -1
- package/cjs/compile/mark/compilable-mark.js +9 -1
- package/cjs/compile/mark/compilable-mark.js.map +1 -1
- package/cjs/compile/mark/interface.d.ts +4 -1
- package/cjs/compile/mark/interface.js.map +1 -1
- package/cjs/component/axis/base-axis.d.ts +1 -53
- package/cjs/component/axis/base-axis.js +76 -83
- package/cjs/component/axis/base-axis.js.map +1 -1
- package/cjs/component/axis/cartesian/axis.js +4 -4
- package/cjs/component/axis/cartesian/axis.js.map +1 -1
- package/cjs/component/axis/cartesian/band-axis.d.ts +5 -0
- package/cjs/component/axis/cartesian/band-axis.js +27 -5
- package/cjs/component/axis/cartesian/band-axis.js.map +1 -1
- package/cjs/component/axis/cartesian/interface/spec.d.ts +5 -0
- package/cjs/component/axis/cartesian/interface/spec.js.map +1 -1
- package/cjs/component/axis/cartesian/log-axis.js +2 -1
- package/cjs/component/axis/cartesian/log-axis.js.map +1 -1
- package/cjs/component/axis/mixin/linear-axis-mixin.js +1 -1
- package/cjs/component/axis/mixin/linear-axis-mixin.js.map +1 -1
- package/cjs/component/axis/polar/axis.js +9 -17
- package/cjs/component/axis/polar/axis.js.map +1 -1
- package/cjs/component/axis/polar/util/common.d.ts +5 -1
- package/cjs/component/axis/polar/util/common.js +8 -4
- package/cjs/component/axis/polar/util/common.js.map +1 -1
- package/cjs/component/base/base-component.d.ts +1 -1
- package/cjs/component/base/base-component.js +2 -2
- package/cjs/component/base/base-component.js.map +1 -1
- package/cjs/component/custom-mark/custom-mark.d.ts +1 -2
- package/cjs/component/custom-mark/custom-mark.js.map +1 -1
- package/cjs/component/data-zoom/data-filter-base-component.d.ts +2 -2
- package/cjs/component/data-zoom/data-filter-base-component.js +5 -4
- package/cjs/component/data-zoom/data-filter-base-component.js.map +1 -1
- package/cjs/component/label/interface.d.ts +2 -1
- package/cjs/component/label/interface.js.map +1 -1
- package/cjs/component/label/label.js +1 -1
- package/cjs/component/label/label.js.map +1 -1
- package/cjs/component/label/total-label.js +14 -1
- package/cjs/component/label/total-label.js.map +1 -1
- package/cjs/component/label/util.js +3 -3
- package/cjs/component/label/util.js.map +1 -1
- package/cjs/component/legend/discrete/interface.d.ts +1 -0
- package/cjs/component/legend/discrete/interface.js.map +1 -1
- package/cjs/component/legend/util.d.ts +1 -1
- package/cjs/component/marker/mark-area/mark-area.js +1 -1
- package/cjs/component/marker/mark-area/mark-area.js.map +1 -1
- package/cjs/component/marker/mark-line/mark-line.js +1 -1
- package/cjs/component/marker/mark-line/mark-line.js.map +1 -1
- package/cjs/component/marker/mark-point/mark-point.js +5 -2
- package/cjs/component/marker/mark-point/mark-point.js.map +1 -1
- package/cjs/component/player/utils/transform.js +2 -2
- package/cjs/component/player/utils/transform.js.map +1 -1
- package/cjs/component/poptip/interface.d.ts +5 -2
- package/cjs/component/poptip/interface.js.map +1 -1
- package/cjs/component/title/interface/theme.d.ts +2 -1
- package/cjs/component/title/interface/theme.js.map +1 -1
- package/cjs/component/tooltip/interface/common.d.ts +1 -1
- package/cjs/component/tooltip/interface/common.js.map +1 -1
- package/cjs/component/tooltip/interface/theme.d.ts +3 -2
- package/cjs/component/tooltip/interface/theme.js.map +1 -1
- package/cjs/component/tooltip/processor/base.js +2 -2
- package/cjs/component/tooltip/processor/base.js.map +1 -1
- package/cjs/component/tooltip/tooltip.js +6 -6
- package/cjs/component/tooltip/tooltip.js.map +1 -1
- package/cjs/constant/index.d.ts +1 -0
- package/cjs/constant/index.js +5 -4
- package/cjs/constant/index.js.map +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/vchart.js +4 -3
- package/cjs/core/vchart.js.map +1 -1
- package/cjs/data/transforms/dimension-statistics.d.ts +2 -0
- package/cjs/data/transforms/dimension-statistics.js +1 -1
- package/cjs/data/transforms/dimension-statistics.js.map +1 -1
- package/cjs/data/transforms/funnel.d.ts +1 -1
- package/cjs/data/transforms/pie.js +4 -4
- package/cjs/data/transforms/pie.js.map +1 -1
- package/cjs/data/transforms/waterfall.js +104 -29
- package/cjs/data/transforms/waterfall.js.map +1 -1
- package/cjs/event/event-dispatcher.js +1 -1
- package/cjs/event/event-dispatcher.js.map +1 -1
- package/cjs/event/events/dimension/util/common.js +45 -48
- package/cjs/event/events/dimension/util/common.js.map +1 -1
- package/cjs/event/interface.d.ts +2 -1
- package/cjs/event/interface.js.map +1 -1
- package/cjs/interaction/dimension-trigger.js +3 -1
- package/cjs/interaction/dimension-trigger.js.map +1 -1
- package/cjs/interaction/interaction.d.ts +5 -0
- package/cjs/interaction/interaction.js +17 -1
- package/cjs/interaction/interaction.js.map +1 -1
- package/cjs/interaction/interface.d.ts +4 -1
- package/cjs/interaction/interface.js.map +1 -1
- package/cjs/plugin/components/tooltip-handler/base.js +15 -15
- package/cjs/plugin/components/tooltip-handler/base.js.map +1 -1
- package/cjs/plugin/components/tooltip-handler/dom/dom-tooltip-handler.js +3 -4
- package/cjs/plugin/components/tooltip-handler/dom/dom-tooltip-handler.js.map +1 -1
- package/cjs/plugin/components/tooltip-handler/utils/attribute.js +2 -2
- package/cjs/plugin/components/tooltip-handler/utils/attribute.js.map +1 -1
- package/cjs/plugin/components/tooltip-handler/utils/compose.js.map +1 -1
- package/cjs/plugin/components/tooltip-handler/utils/get-spec.js +2 -2
- package/cjs/plugin/components/tooltip-handler/utils/get-spec.js.map +1 -1
- package/cjs/plugin/components/tooltip-handler/utils/position.d.ts +1 -1
- package/cjs/plugin/components/tooltip-handler/utils/position.js.map +1 -1
- package/cjs/series/area/interface.d.ts +2 -1
- package/cjs/series/area/interface.js.map +1 -1
- package/cjs/series/bar/bar-3d.js.map +1 -1
- package/cjs/series/bar/bar.d.ts +11 -1
- package/cjs/series/bar/bar.js +102 -72
- package/cjs/series/bar/bar.js.map +1 -1
- package/cjs/series/bar/interface.d.ts +4 -3
- package/cjs/series/bar/interface.js.map +1 -1
- package/cjs/series/base/base-series-transformer.d.ts +4 -0
- package/cjs/series/base/base-series-transformer.js +33 -10
- package/cjs/series/base/base-series-transformer.js.map +1 -1
- package/cjs/series/base/base-series.d.ts +4 -1
- package/cjs/series/base/base-series.js +10 -2
- package/cjs/series/base/base-series.js.map +1 -1
- package/cjs/series/cartesian/cartesian.d.ts +1 -2
- package/cjs/series/cartesian/cartesian.js +28 -24
- package/cjs/series/cartesian/cartesian.js.map +1 -1
- package/cjs/series/correlation/interface.d.ts +3 -3
- package/cjs/series/correlation/interface.js.map +1 -1
- package/cjs/series/funnel/interface.d.ts +2 -3
- package/cjs/series/funnel/interface.js.map +1 -1
- package/cjs/series/interface/common.d.ts +2 -0
- package/cjs/series/interface/common.js.map +1 -1
- package/cjs/series/line/interface.d.ts +2 -1
- package/cjs/series/line/interface.js.map +1 -1
- package/cjs/series/mixin/line-mixin.js +1 -1
- package/cjs/series/mixin/line-mixin.js.map +1 -1
- package/cjs/series/pie/3d/pie-3d.d.ts +1 -1
- package/cjs/series/pie/3d/pie-3d.js +2 -4
- package/cjs/series/pie/3d/pie-3d.js.map +1 -1
- package/cjs/series/pie/interface.d.ts +2 -2
- package/cjs/series/pie/interface.js.map +1 -1
- package/cjs/series/pie/pie-transformer.js +5 -4
- package/cjs/series/pie/pie-transformer.js.map +1 -1
- package/cjs/series/pie/pie.js +1 -4
- package/cjs/series/pie/pie.js.map +1 -1
- package/cjs/series/radar/interface.d.ts +2 -1
- package/cjs/series/radar/interface.js.map +1 -1
- package/cjs/series/rose/interface.d.ts +2 -1
- package/cjs/series/rose/interface.js.map +1 -1
- package/cjs/series/rose/rose.js +1 -5
- package/cjs/series/rose/rose.js.map +1 -1
- package/cjs/series/sankey/interface.d.ts +2 -2
- package/cjs/series/sankey/interface.js.map +1 -1
- package/cjs/series/scatter/interface.d.ts +2 -1
- package/cjs/series/scatter/interface.js.map +1 -1
- package/cjs/series/treemap/treemap.d.ts +2 -0
- package/cjs/series/treemap/treemap.js +35 -45
- package/cjs/series/treemap/treemap.js.map +1 -1
- package/cjs/series/util/utils.js +1 -1
- package/cjs/series/util/utils.js.map +1 -1
- package/cjs/series/word-cloud/base.js.map +1 -1
- package/cjs/series/word-cloud/config.js +1 -1
- package/cjs/series/word-cloud/config.js.map +1 -1
- package/cjs/theme/builtin/common/component/axis/cartesian-axis.js +9 -7
- package/cjs/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -1
- package/cjs/theme/builtin/common/component/axis/common-axis.js +15 -10
- package/cjs/theme/builtin/common/component/axis/common-axis.js.map +1 -1
- package/cjs/theme/builtin/common/component/crosshair.js +121 -6
- package/cjs/theme/builtin/common/component/crosshair.js.map +1 -1
- package/cjs/theme/builtin/common/component/data-zoom.js +17 -5
- package/cjs/theme/builtin/common/component/data-zoom.js.map +1 -1
- package/cjs/theme/builtin/common/component/indicator.js +9 -7
- package/cjs/theme/builtin/common/component/indicator.js.map +1 -1
- package/cjs/theme/builtin/common/component/legend/continuous.js +33 -13
- package/cjs/theme/builtin/common/component/legend/continuous.js.map +1 -1
- package/cjs/theme/builtin/common/component/legend/discrete-legend.js +17 -9
- package/cjs/theme/builtin/common/component/legend/discrete-legend.js.map +1 -1
- package/cjs/theme/builtin/common/component/map-label.js +9 -7
- package/cjs/theme/builtin/common/component/map-label.js.map +1 -1
- package/cjs/theme/builtin/common/component/mark-area.js +5 -6
- package/cjs/theme/builtin/common/component/mark-area.js.map +1 -1
- package/cjs/theme/builtin/common/component/mark-line.js +5 -6
- package/cjs/theme/builtin/common/component/mark-line.js.map +1 -1
- package/cjs/theme/builtin/common/component/poptip.js +9 -7
- package/cjs/theme/builtin/common/component/poptip.js.map +1 -1
- package/cjs/theme/builtin/common/component/title.js +17 -9
- package/cjs/theme/builtin/common/component/title.js.map +1 -1
- package/cjs/theme/builtin/common/component/tooltip.js +25 -11
- package/cjs/theme/builtin/common/component/tooltip.js.map +1 -1
- package/cjs/theme/builtin/common/component/total-label.js +5 -6
- package/cjs/theme/builtin/common/component/total-label.js.map +1 -1
- package/cjs/theme/builtin/common/mark.js +10 -8
- package/cjs/theme/builtin/common/mark.js.map +1 -1
- package/cjs/theme/builtin/common/series/circle-packing.js +9 -7
- package/cjs/theme/builtin/common/series/circle-packing.js.map +1 -1
- package/cjs/theme/builtin/common/series/dot.js +17 -9
- package/cjs/theme/builtin/common/series/dot.js.map +1 -1
- package/cjs/theme/builtin/common/series/funnel.js +9 -7
- package/cjs/theme/builtin/common/series/funnel.js.map +1 -1
- package/cjs/theme/builtin/common/series/funnel3d.js +9 -7
- package/cjs/theme/builtin/common/series/funnel3d.js.map +1 -1
- package/cjs/theme/builtin/common/series/map.js +9 -7
- package/cjs/theme/builtin/common/series/map.js.map +1 -1
- package/cjs/theme/builtin/common/series/sunburst.js +9 -3
- package/cjs/theme/builtin/common/series/sunburst.js.map +1 -1
- package/cjs/theme/builtin/common/series/treemap.js +18 -10
- package/cjs/theme/builtin/common/series/treemap.js.map +1 -1
- package/cjs/theme/builtin/common/series/waterfall.js +5 -6
- package/cjs/theme/builtin/common/series/waterfall.js.map +1 -1
- package/cjs/theme/builtin/index.js +3 -3
- package/cjs/theme/builtin/index.js.map +1 -1
- package/cjs/theme/builtin/light/index.js +6 -2
- package/cjs/theme/builtin/light/index.js.map +1 -1
- package/cjs/theme/interface.d.ts +3 -19
- package/cjs/theme/interface.js.map +1 -1
- package/cjs/theme/theme-manager.d.ts +1 -1
- package/cjs/theme/theme-manager.js +2 -2
- package/cjs/theme/theme-manager.js.map +1 -1
- package/cjs/theme/token/builtin/default.d.ts +2 -0
- package/cjs/theme/{builtin/common/constants.js → token/builtin/default.js} +3 -5
- package/cjs/theme/token/builtin/default.js.map +1 -0
- package/cjs/theme/token/builtin/index.d.ts +2 -0
- package/cjs/theme/token/builtin/index.js +21 -0
- package/cjs/theme/token/builtin/index.js.map +1 -0
- package/cjs/theme/token/builtin/interface.d.ts +17 -0
- package/cjs/theme/token/builtin/interface.js +6 -0
- package/cjs/theme/token/builtin/interface.js.map +1 -0
- package/cjs/theme/token/index.d.ts +3 -0
- package/cjs/theme/token/index.js +22 -0
- package/cjs/theme/token/index.js.map +1 -0
- package/cjs/theme/token/interface.d.ts +6 -0
- package/cjs/theme/token/interface.js +6 -0
- package/cjs/theme/token/interface.js.map +1 -0
- package/cjs/theme/token/util.d.ts +3 -0
- package/cjs/theme/token/util.js +15 -0
- package/cjs/theme/token/util.js.map +1 -0
- package/cjs/typings/spec/common.d.ts +24 -24
- package/cjs/typings/spec/common.js.map +1 -1
- package/cjs/typings/tooltip/position.d.ts +2 -19
- package/cjs/typings/tooltip/position.js +1 -12
- package/cjs/typings/tooltip/position.js.map +1 -1
- package/cjs/typings/visual.d.ts +3 -2
- package/cjs/typings/visual.js.map +1 -1
- package/cjs/util/data.d.ts +2 -1
- package/cjs/util/data.js +12 -7
- package/cjs/util/data.js.map +1 -1
- package/cjs/util/math.d.ts +1 -0
- package/cjs/util/math.js +18 -2
- package/cjs/util/math.js.map +1 -1
- package/cjs/util/spec/common.d.ts +0 -2
- package/cjs/util/spec/common.js +3 -8
- package/cjs/util/spec/common.js.map +1 -1
- package/cjs/util/spec/index.d.ts +2 -2
- package/cjs/util/spec/index.js +1 -1
- package/cjs/util/spec/index.js.map +1 -1
- package/cjs/util/text.js +3 -3
- package/cjs/util/text.js.map +1 -1
- package/cjs/util/theme/common.d.ts +2 -0
- package/cjs/util/theme/common.js +15 -0
- package/cjs/util/theme/common.js.map +1 -0
- package/cjs/util/theme/index.d.ts +3 -0
- package/cjs/util/theme/index.js +22 -0
- package/cjs/util/theme/index.js.map +1 -0
- package/cjs/util/{spec → theme}/merge-theme.js +3 -1
- package/cjs/util/theme/merge-theme.js.map +1 -0
- package/cjs/util/{spec → theme}/preprocess.d.ts +2 -1
- package/cjs/util/{spec → theme}/preprocess.js +5 -3
- package/cjs/util/theme/preprocess.js.map +1 -0
- package/esm/chart/bar/bar-transformer.d.ts +1 -0
- package/esm/chart/bar/bar-transformer.js +19 -1
- package/esm/chart/bar/bar-transformer.js.map +1 -1
- package/esm/chart/bar/interface.d.ts +3 -0
- package/esm/chart/bar/interface.js.map +1 -1
- package/esm/chart/base/base-chart-transformer.js +3 -3
- package/esm/chart/base/base-chart-transformer.js.map +1 -1
- package/esm/chart/base/base-chart.d.ts +1 -1
- package/esm/chart/base/base-chart.js +4 -2
- package/esm/chart/base/base-chart.js.map +1 -1
- package/esm/chart/base/util.d.ts +1 -1
- package/esm/chart/base/util.js +21 -9
- package/esm/chart/base/util.js.map +1 -1
- package/esm/chart/cartesian/cartesian-transformer.d.ts +1 -0
- package/esm/chart/cartesian/cartesian-transformer.js +10 -7
- package/esm/chart/cartesian/cartesian-transformer.js.map +1 -1
- package/esm/chart/polar/polar-transformer.js.map +1 -1
- package/esm/chart/stack.js +2 -1
- package/esm/compile/compiler.js +5 -1
- package/esm/compile/compiler.js.map +1 -1
- package/esm/compile/grammar-item.js +1 -2
- package/esm/compile/mark/compilable-mark.d.ts +4 -1
- package/esm/compile/mark/compilable-mark.js +9 -1
- package/esm/compile/mark/compilable-mark.js.map +1 -1
- package/esm/compile/mark/interface.d.ts +4 -1
- package/esm/compile/mark/interface.js.map +1 -1
- package/esm/component/axis/base-axis.d.ts +1 -53
- package/esm/component/axis/base-axis.js +74 -82
- package/esm/component/axis/base-axis.js.map +1 -1
- package/esm/component/axis/cartesian/axis.js +1 -1
- package/esm/component/axis/cartesian/axis.js.map +1 -1
- package/esm/component/axis/cartesian/band-axis.d.ts +5 -0
- package/esm/component/axis/cartesian/band-axis.js +27 -6
- package/esm/component/axis/cartesian/band-axis.js.map +1 -1
- package/esm/component/axis/cartesian/interface/spec.d.ts +5 -0
- package/esm/component/axis/cartesian/interface/spec.js.map +1 -1
- package/esm/component/axis/cartesian/log-axis.js +2 -1
- package/esm/component/axis/cartesian/log-axis.js.map +1 -1
- package/esm/component/axis/mixin/linear-axis-mixin.js +1 -1
- package/esm/component/axis/mixin/linear-axis-mixin.js.map +1 -1
- package/esm/component/axis/polar/axis.js +9 -18
- package/esm/component/axis/polar/axis.js.map +1 -1
- package/esm/component/axis/polar/util/common.d.ts +5 -1
- package/esm/component/axis/polar/util/common.js +12 -4
- package/esm/component/axis/polar/util/common.js.map +1 -1
- package/esm/component/base/base-component.d.ts +1 -1
- package/esm/component/base/base-component.js +3 -1
- package/esm/component/base/base-component.js.map +1 -1
- package/esm/component/custom-mark/custom-mark.d.ts +1 -2
- package/esm/component/custom-mark/custom-mark.js.map +1 -1
- package/esm/component/data-zoom/data-filter-base-component.d.ts +2 -2
- package/esm/component/data-zoom/data-filter-base-component.js +6 -3
- package/esm/component/data-zoom/data-filter-base-component.js.map +1 -1
- package/esm/component/label/interface.d.ts +2 -1
- package/esm/component/label/interface.js.map +1 -1
- package/esm/component/label/label.js +1 -1
- package/esm/component/label/label.js.map +1 -1
- package/esm/component/label/total-label.js +14 -1
- package/esm/component/label/total-label.js.map +1 -1
- package/esm/component/label/util.js +1 -6
- package/esm/component/label/util.js.map +1 -1
- package/esm/component/legend/discrete/interface.d.ts +1 -0
- package/esm/component/legend/discrete/interface.js.map +1 -1
- package/esm/component/legend/util.d.ts +1 -1
- package/esm/component/marker/mark-area/mark-area.js +1 -1
- package/esm/component/marker/mark-area/mark-area.js.map +1 -1
- package/esm/component/marker/mark-line/mark-line.js +1 -1
- package/esm/component/marker/mark-line/mark-line.js.map +1 -1
- package/esm/component/marker/mark-point/mark-point.js +5 -2
- package/esm/component/marker/mark-point/mark-point.js.map +1 -1
- package/esm/component/player/utils/transform.js +2 -2
- package/esm/component/player/utils/transform.js.map +1 -1
- package/esm/component/poptip/interface.d.ts +5 -2
- package/esm/component/poptip/interface.js.map +1 -1
- package/esm/component/title/interface/theme.d.ts +2 -1
- package/esm/component/title/interface/theme.js.map +1 -1
- package/esm/component/tooltip/interface/common.d.ts +1 -1
- package/esm/component/tooltip/interface/common.js.map +1 -1
- package/esm/component/tooltip/interface/theme.d.ts +3 -2
- package/esm/component/tooltip/interface/theme.js.map +1 -1
- package/esm/component/tooltip/processor/base.js +1 -3
- package/esm/component/tooltip/processor/base.js.map +1 -1
- package/esm/component/tooltip/tooltip.js +2 -4
- package/esm/component/tooltip/tooltip.js.map +1 -1
- package/esm/constant/index.d.ts +1 -0
- package/esm/constant/index.js +2 -0
- package/esm/constant/index.js.map +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/core/vchart.js +4 -3
- package/esm/core/vchart.js.map +1 -1
- package/esm/data/transforms/dimension-statistics.d.ts +2 -0
- package/esm/data/transforms/dimension-statistics.js +1 -1
- package/esm/data/transforms/dimension-statistics.js.map +1 -1
- package/esm/data/transforms/funnel.d.ts +1 -1
- package/esm/data/transforms/pie.js +5 -5
- package/esm/data/transforms/pie.js.map +1 -1
- package/esm/data/transforms/waterfall.js +104 -28
- package/esm/data/transforms/waterfall.js.map +1 -1
- package/esm/event/event-dispatcher.js +2 -2
- package/esm/event/event-dispatcher.js.map +1 -1
- package/esm/event/events/dimension/util/common.js +44 -47
- package/esm/event/events/dimension/util/common.js.map +1 -1
- package/esm/event/interface.d.ts +2 -1
- package/esm/event/interface.js.map +1 -1
- package/esm/interaction/dimension-trigger.js +3 -1
- package/esm/interaction/dimension-trigger.js.map +1 -1
- package/esm/interaction/interaction.d.ts +5 -0
- package/esm/interaction/interaction.js +17 -1
- package/esm/interaction/interaction.js.map +1 -1
- package/esm/interaction/interface.d.ts +4 -1
- package/esm/interaction/interface.js.map +1 -1
- package/esm/plugin/components/tooltip-handler/base.js +14 -16
- package/esm/plugin/components/tooltip-handler/base.js.map +1 -1
- package/esm/plugin/components/tooltip-handler/dom/dom-tooltip-handler.js +3 -4
- package/esm/plugin/components/tooltip-handler/dom/dom-tooltip-handler.js.map +1 -1
- package/esm/plugin/components/tooltip-handler/utils/attribute.js +3 -3
- package/esm/plugin/components/tooltip-handler/utils/attribute.js.map +1 -1
- package/esm/plugin/components/tooltip-handler/utils/compose.js.map +1 -1
- package/esm/plugin/components/tooltip-handler/utils/get-spec.js +2 -2
- package/esm/plugin/components/tooltip-handler/utils/get-spec.js.map +1 -1
- package/esm/plugin/components/tooltip-handler/utils/position.d.ts +1 -1
- package/esm/plugin/components/tooltip-handler/utils/position.js.map +1 -1
- package/esm/series/area/interface.d.ts +2 -1
- package/esm/series/area/interface.js.map +1 -1
- package/esm/series/bar/bar-3d.js.map +1 -1
- package/esm/series/bar/bar.d.ts +11 -1
- package/esm/series/bar/bar.js +99 -66
- package/esm/series/bar/bar.js.map +1 -1
- package/esm/series/bar/interface.d.ts +4 -3
- package/esm/series/bar/interface.js.map +1 -1
- package/esm/series/base/base-series-transformer.d.ts +4 -0
- package/esm/series/base/base-series-transformer.js +35 -10
- package/esm/series/base/base-series-transformer.js.map +1 -1
- package/esm/series/base/base-series.d.ts +4 -1
- package/esm/series/base/base-series.js +10 -2
- package/esm/series/base/base-series.js.map +1 -1
- package/esm/series/cartesian/cartesian.d.ts +1 -2
- package/esm/series/cartesian/cartesian.js +28 -25
- package/esm/series/cartesian/cartesian.js.map +1 -1
- package/esm/series/correlation/interface.d.ts +3 -3
- package/esm/series/correlation/interface.js.map +1 -1
- package/esm/series/funnel/interface.d.ts +2 -3
- package/esm/series/funnel/interface.js.map +1 -1
- package/esm/series/interface/common.d.ts +2 -0
- package/esm/series/interface/common.js.map +1 -1
- package/esm/series/line/interface.d.ts +2 -1
- package/esm/series/line/interface.js.map +1 -1
- package/esm/series/mixin/line-mixin.js +1 -1
- package/esm/series/mixin/line-mixin.js.map +1 -1
- package/esm/series/pie/3d/pie-3d.d.ts +1 -1
- package/esm/series/pie/3d/pie-3d.js +2 -3
- package/esm/series/pie/3d/pie-3d.js.map +1 -1
- package/esm/series/pie/interface.d.ts +2 -2
- package/esm/series/pie/interface.js.map +1 -1
- package/esm/series/pie/pie-transformer.js +5 -1
- package/esm/series/pie/pie-transformer.js.map +1 -1
- package/esm/series/pie/pie.js +1 -4
- package/esm/series/pie/pie.js.map +1 -1
- package/esm/series/radar/interface.d.ts +2 -1
- package/esm/series/radar/interface.js.map +1 -1
- package/esm/series/rose/interface.d.ts +2 -1
- package/esm/series/rose/interface.js.map +1 -1
- package/esm/series/rose/rose.js +1 -5
- package/esm/series/rose/rose.js.map +1 -1
- package/esm/series/sankey/interface.d.ts +2 -2
- package/esm/series/sankey/interface.js.map +1 -1
- package/esm/series/scatter/interface.d.ts +2 -1
- package/esm/series/scatter/interface.js.map +1 -1
- package/esm/series/treemap/treemap.d.ts +2 -0
- package/esm/series/treemap/treemap.js +35 -46
- package/esm/series/treemap/treemap.js.map +1 -1
- package/esm/series/util/utils.js +1 -1
- package/esm/series/util/utils.js.map +1 -1
- package/esm/series/word-cloud/base.js.map +1 -1
- package/esm/series/word-cloud/config.js +1 -1
- package/esm/series/word-cloud/config.js.map +1 -1
- package/esm/theme/builtin/common/component/axis/cartesian-axis.js +8 -4
- package/esm/theme/builtin/common/component/axis/cartesian-axis.js.map +1 -1
- package/esm/theme/builtin/common/component/axis/common-axis.js +14 -7
- package/esm/theme/builtin/common/component/axis/common-axis.js.map +1 -1
- package/esm/theme/builtin/common/component/crosshair.js +120 -7
- package/esm/theme/builtin/common/component/crosshair.js.map +1 -1
- package/esm/theme/builtin/common/component/data-zoom.js +16 -6
- package/esm/theme/builtin/common/component/data-zoom.js.map +1 -1
- package/esm/theme/builtin/common/component/indicator.js +8 -4
- package/esm/theme/builtin/common/component/indicator.js.map +1 -1
- package/esm/theme/builtin/common/component/legend/continuous.js +32 -10
- package/esm/theme/builtin/common/component/legend/continuous.js.map +1 -1
- package/esm/theme/builtin/common/component/legend/discrete-legend.js +16 -6
- package/esm/theme/builtin/common/component/legend/discrete-legend.js.map +1 -1
- package/esm/theme/builtin/common/component/map-label.js +8 -4
- package/esm/theme/builtin/common/component/map-label.js.map +1 -1
- package/esm/theme/builtin/common/component/mark-area.js +4 -3
- package/esm/theme/builtin/common/component/mark-area.js.map +1 -1
- package/esm/theme/builtin/common/component/mark-line.js +4 -3
- package/esm/theme/builtin/common/component/mark-line.js.map +1 -1
- package/esm/theme/builtin/common/component/poptip.js +8 -4
- package/esm/theme/builtin/common/component/poptip.js.map +1 -1
- package/esm/theme/builtin/common/component/title.js +16 -6
- package/esm/theme/builtin/common/component/title.js.map +1 -1
- package/esm/theme/builtin/common/component/tooltip.js +24 -8
- package/esm/theme/builtin/common/component/tooltip.js.map +1 -1
- package/esm/theme/builtin/common/component/total-label.js +4 -3
- package/esm/theme/builtin/common/component/total-label.js.map +1 -1
- package/esm/theme/builtin/common/mark.js +9 -5
- package/esm/theme/builtin/common/mark.js.map +1 -1
- package/esm/theme/builtin/common/series/circle-packing.js +8 -4
- package/esm/theme/builtin/common/series/circle-packing.js.map +1 -1
- package/esm/theme/builtin/common/series/dot.js +16 -6
- package/esm/theme/builtin/common/series/dot.js.map +1 -1
- package/esm/theme/builtin/common/series/funnel.js +8 -4
- package/esm/theme/builtin/common/series/funnel.js.map +1 -1
- package/esm/theme/builtin/common/series/funnel3d.js +8 -4
- package/esm/theme/builtin/common/series/funnel3d.js.map +1 -1
- package/esm/theme/builtin/common/series/map.js +8 -4
- package/esm/theme/builtin/common/series/map.js.map +1 -1
- package/esm/theme/builtin/common/series/sunburst.js +8 -4
- package/esm/theme/builtin/common/series/sunburst.js.map +1 -1
- package/esm/theme/builtin/common/series/treemap.js +17 -7
- package/esm/theme/builtin/common/series/treemap.js.map +1 -1
- package/esm/theme/builtin/common/series/waterfall.js +4 -3
- package/esm/theme/builtin/common/series/waterfall.js.map +1 -1
- package/esm/theme/builtin/index.js +4 -4
- package/esm/theme/builtin/index.js.map +1 -1
- package/esm/theme/builtin/light/index.js +7 -3
- package/esm/theme/builtin/light/index.js.map +1 -1
- package/esm/theme/interface.d.ts +3 -19
- package/esm/theme/interface.js.map +1 -1
- package/esm/theme/theme-manager.d.ts +1 -1
- package/esm/theme/theme-manager.js +2 -2
- package/esm/theme/theme-manager.js.map +1 -1
- package/esm/theme/token/builtin/default.d.ts +2 -0
- package/esm/theme/{builtin/common/constants.js → token/builtin/default.js} +3 -5
- package/esm/theme/token/builtin/default.js.map +1 -0
- package/esm/theme/token/builtin/index.d.ts +2 -0
- package/esm/theme/token/builtin/index.js +4 -0
- package/esm/theme/token/builtin/index.js.map +1 -0
- package/esm/theme/token/builtin/interface.d.ts +17 -0
- package/esm/theme/token/builtin/interface.js +2 -0
- package/esm/theme/token/builtin/interface.js.map +1 -0
- package/esm/theme/token/index.d.ts +3 -0
- package/esm/theme/token/index.js +6 -0
- package/esm/theme/token/index.js.map +1 -0
- package/esm/theme/token/interface.d.ts +6 -0
- package/esm/theme/token/interface.js +2 -0
- package/esm/theme/token/interface.js.map +1 -0
- package/esm/theme/token/util.d.ts +3 -0
- package/esm/theme/token/util.js +8 -0
- package/esm/theme/token/util.js.map +1 -0
- package/esm/typings/spec/common.d.ts +24 -24
- package/esm/typings/spec/common.js.map +1 -1
- package/esm/typings/tooltip/position.d.ts +2 -19
- package/esm/typings/tooltip/position.js +1 -15
- package/esm/typings/tooltip/position.js.map +1 -1
- package/esm/typings/visual.d.ts +3 -2
- package/esm/typings/visual.js.map +1 -1
- package/esm/util/data.d.ts +2 -1
- package/esm/util/data.js +12 -8
- package/esm/util/data.js.map +1 -1
- package/esm/util/math.d.ts +1 -0
- package/esm/util/math.js +16 -0
- package/esm/util/math.js.map +1 -1
- package/esm/util/spec/common.d.ts +0 -2
- package/esm/util/spec/common.js +0 -8
- package/esm/util/spec/common.js.map +1 -1
- package/esm/util/spec/index.d.ts +2 -2
- package/esm/util/spec/index.js +2 -2
- package/esm/util/spec/index.js.map +1 -1
- package/esm/util/text.js +4 -4
- package/esm/util/text.js.map +1 -1
- package/esm/util/theme/common.d.ts +2 -0
- package/esm/util/theme/common.js +8 -0
- package/esm/util/theme/common.js.map +1 -0
- package/esm/util/theme/index.d.ts +3 -0
- package/esm/util/theme/index.js +6 -0
- package/esm/util/theme/index.js.map +1 -0
- package/esm/util/{spec → theme}/merge-theme.js +3 -1
- package/esm/util/theme/merge-theme.js.map +1 -0
- package/esm/util/{spec → theme}/preprocess.d.ts +2 -1
- package/esm/util/theme/preprocess.js +18 -0
- package/esm/util/theme/preprocess.js.map +1 -0
- package/package.json +16 -16
- package/cjs/data/transforms/treemap.d.ts +0 -11
- package/cjs/data/transforms/treemap.js +0 -15
- package/cjs/data/transforms/treemap.js.map +0 -1
- package/cjs/theme/builtin/common/constants.d.ts +0 -2
- package/cjs/theme/builtin/common/constants.js.map +0 -1
- package/cjs/util/spec/merge-theme.js.map +0 -1
- package/cjs/util/spec/preprocess.js.map +0 -1
- package/esm/data/transforms/treemap.d.ts +0 -11
- package/esm/data/transforms/treemap.js +0 -9
- package/esm/data/transforms/treemap.js.map +0 -1
- package/esm/theme/builtin/common/constants.d.ts +0 -2
- package/esm/theme/builtin/common/constants.js.map +0 -1
- package/esm/util/spec/merge-theme.js.map +0 -1
- package/esm/util/spec/preprocess.js +0 -15
- package/esm/util/spec/preprocess.js.map +0 -1
- /package/cjs/util/{spec → theme}/merge-theme.d.ts +0 -0
- /package/esm/util/{spec → theme}/merge-theme.d.ts +0 -0
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: !0
|
|
5
5
|
}), exports.crosshair = void 0;
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const getLabelSpec = () => ({
|
|
8
8
|
visible: !1,
|
|
9
9
|
style: {
|
|
10
10
|
fontWeight: "normal",
|
|
@@ -12,7 +12,10 @@ const constants_1 = require("../constants"), getLabelSpec = () => ({
|
|
|
12
12
|
type: "palette",
|
|
13
13
|
key: "axisMarkerFontColor"
|
|
14
14
|
},
|
|
15
|
-
fontSize:
|
|
15
|
+
fontSize: {
|
|
16
|
+
type: "token",
|
|
17
|
+
key: "l5FontSize"
|
|
18
|
+
}
|
|
16
19
|
},
|
|
17
20
|
labelBackground: {
|
|
18
21
|
padding: {
|
|
@@ -43,7 +46,35 @@ const constants_1 = require("../constants"), getLabelSpec = () => ({
|
|
|
43
46
|
lineDash: []
|
|
44
47
|
}
|
|
45
48
|
},
|
|
46
|
-
label:
|
|
49
|
+
label: {
|
|
50
|
+
visible: !1,
|
|
51
|
+
style: {
|
|
52
|
+
fontWeight: "normal",
|
|
53
|
+
fill: {
|
|
54
|
+
type: "palette",
|
|
55
|
+
key: "axisMarkerFontColor"
|
|
56
|
+
},
|
|
57
|
+
fontSize: {
|
|
58
|
+
type: "token",
|
|
59
|
+
key: "l5FontSize"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
labelBackground: {
|
|
63
|
+
padding: {
|
|
64
|
+
bottom: 0,
|
|
65
|
+
top: 0,
|
|
66
|
+
left: 2,
|
|
67
|
+
right: 2
|
|
68
|
+
},
|
|
69
|
+
style: {
|
|
70
|
+
fill: {
|
|
71
|
+
type: "palette",
|
|
72
|
+
key: "axisMarkerBackgroundColor"
|
|
73
|
+
},
|
|
74
|
+
cornerRadius: 1
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
47
78
|
}), getLinearField = () => ({
|
|
48
79
|
visible: !1,
|
|
49
80
|
line: {
|
|
@@ -62,7 +93,35 @@ const constants_1 = require("../constants"), getLabelSpec = () => ({
|
|
|
62
93
|
lineDash: [ 2, 3 ]
|
|
63
94
|
}
|
|
64
95
|
},
|
|
65
|
-
label:
|
|
96
|
+
label: {
|
|
97
|
+
visible: !1,
|
|
98
|
+
style: {
|
|
99
|
+
fontWeight: "normal",
|
|
100
|
+
fill: {
|
|
101
|
+
type: "palette",
|
|
102
|
+
key: "axisMarkerFontColor"
|
|
103
|
+
},
|
|
104
|
+
fontSize: {
|
|
105
|
+
type: "token",
|
|
106
|
+
key: "l5FontSize"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
labelBackground: {
|
|
110
|
+
padding: {
|
|
111
|
+
bottom: 0,
|
|
112
|
+
top: 0,
|
|
113
|
+
left: 2,
|
|
114
|
+
right: 2
|
|
115
|
+
},
|
|
116
|
+
style: {
|
|
117
|
+
fill: {
|
|
118
|
+
type: "palette",
|
|
119
|
+
key: "axisMarkerBackgroundColor"
|
|
120
|
+
},
|
|
121
|
+
cornerRadius: 1
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
66
125
|
});
|
|
67
126
|
|
|
68
127
|
exports.crosshair = {
|
|
@@ -81,7 +140,35 @@ exports.crosshair = {
|
|
|
81
140
|
lineDash: []
|
|
82
141
|
}
|
|
83
142
|
},
|
|
84
|
-
label:
|
|
143
|
+
label: {
|
|
144
|
+
visible: !1,
|
|
145
|
+
style: {
|
|
146
|
+
fontWeight: "normal",
|
|
147
|
+
fill: {
|
|
148
|
+
type: "palette",
|
|
149
|
+
key: "axisMarkerFontColor"
|
|
150
|
+
},
|
|
151
|
+
fontSize: {
|
|
152
|
+
type: "token",
|
|
153
|
+
key: "l5FontSize"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
labelBackground: {
|
|
157
|
+
padding: {
|
|
158
|
+
bottom: 0,
|
|
159
|
+
top: 0,
|
|
160
|
+
left: 2,
|
|
161
|
+
right: 2
|
|
162
|
+
},
|
|
163
|
+
style: {
|
|
164
|
+
fill: {
|
|
165
|
+
type: "palette",
|
|
166
|
+
key: "axisMarkerBackgroundColor"
|
|
167
|
+
},
|
|
168
|
+
cornerRadius: 1
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
85
172
|
},
|
|
86
173
|
linearField: {
|
|
87
174
|
visible: !1,
|
|
@@ -101,7 +188,35 @@ exports.crosshair = {
|
|
|
101
188
|
lineDash: [ 2, 3 ]
|
|
102
189
|
}
|
|
103
190
|
},
|
|
104
|
-
label:
|
|
191
|
+
label: {
|
|
192
|
+
visible: !1,
|
|
193
|
+
style: {
|
|
194
|
+
fontWeight: "normal",
|
|
195
|
+
fill: {
|
|
196
|
+
type: "palette",
|
|
197
|
+
key: "axisMarkerFontColor"
|
|
198
|
+
},
|
|
199
|
+
fontSize: {
|
|
200
|
+
type: "token",
|
|
201
|
+
key: "l5FontSize"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
labelBackground: {
|
|
205
|
+
padding: {
|
|
206
|
+
bottom: 0,
|
|
207
|
+
top: 0,
|
|
208
|
+
left: 2,
|
|
209
|
+
right: 2
|
|
210
|
+
},
|
|
211
|
+
style: {
|
|
212
|
+
fill: {
|
|
213
|
+
type: "palette",
|
|
214
|
+
key: "axisMarkerBackgroundColor"
|
|
215
|
+
},
|
|
216
|
+
cornerRadius: 1
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
105
220
|
}
|
|
106
221
|
};
|
|
107
222
|
//# sourceMappingURL=crosshair.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/crosshair.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/crosshair.ts"],"names":[],"mappings":";;;AASA,MAAM,YAAY,GAAG,GAAwB,EAAE,CAAC,CAAC;IAC/C,OAAO,EAAE,KAAK;IACd,KAAK,EAAE;QACL,UAAU,EAAE,QAAQ;QACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,qBAAqB,EAAE;QACrD,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;KAE/C;IACD,eAAe,EAAE;QACf,OAAO,EAAE;YACP,MAAM,EAAE,CAAC;YACT,GAAG,EAAE,CAAC;YACN,IAAI,EAAE,CAAC;YACP,KAAK,EAAE,CAAC;SACT;QACD,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,2BAA2B,EAAE;YAC3D,YAAY,EAAE,CAAC;SAChB;KACF;CACF,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,GAAgC,EAAE,CAAC,CAAC;IACvD,OAAO,EAAE,KAAK;IACd,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,eAAe,EAAE;YAC/C,OAAO,EAAE,GAAG;YACZ,QAAQ,EAAE,EAAE;SACb;KACoB;IACvB,KAAK,EAAE,YAAY,EAAE;CACtB,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,GAA6B,EAAE,CAAC,CAAC;IACtD,OAAO,EAAE,KAAK;IACd,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,qBAAqB,EAAE;YACvD,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,eAAe,EAAE;YAC/C,OAAO,EAAE,GAAG;YACZ,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;SACjB;KACoB;IACvB,KAAK,EAAE,YAAY,EAAE;CACtB,CAAC,CAAC;AAEU,QAAA,SAAS,GAAoB;IACxC,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,YAAY,EAAE;IACzB,WAAW,EAAE,cAAc,EAAE;CAC9B,CAAC","file":"crosshair.js","sourcesContent":["import type {\n ICrosshairLineSpec,\n ICrosshairRectSpec,\n ICrosshairValueFieldSpec,\n ICrosshairCategoryFieldSpec,\n ICrosshairLabelSpec,\n ICrosshairTheme\n} from '../../../../component/crosshair/interface';\n\nconst getLabelSpec = (): ICrosshairLabelSpec => ({\n visible: false,\n style: {\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'axisMarkerFontColor' },\n fontSize: { type: 'token', key: 'l5FontSize' }\n //lineHeight: { type: 'token', key: 'l5LineHeight' },\n },\n labelBackground: {\n padding: {\n bottom: 0,\n top: 0,\n left: 2,\n right: 2\n },\n style: {\n fill: { type: 'palette', key: 'axisMarkerBackgroundColor' },\n cornerRadius: 1\n }\n }\n});\n\nconst getBandField = (): ICrosshairCategoryFieldSpec => ({\n visible: false,\n line: {\n type: 'rect',\n visible: true,\n style: {\n fill: { type: 'palette', key: 'axisGridColor' },\n opacity: 0.7,\n lineDash: []\n }\n } as ICrosshairRectSpec,\n label: getLabelSpec()\n});\n\nconst getLinearField = (): ICrosshairValueFieldSpec => ({\n visible: false,\n line: {\n type: 'line',\n visible: true,\n style: {\n stroke: { type: 'palette', key: 'markLineStrokeColor' },\n fill: { type: 'palette', key: 'axisGridColor' },\n opacity: 0.7,\n lineDash: [2, 3]\n }\n } as ICrosshairLineSpec,\n label: getLabelSpec()\n});\n\nexport const crosshair: ICrosshairTheme = {\n trigger: 'hover',\n bandField: getBandField(),\n linearField: getLinearField()\n};\n"]}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: !0
|
|
5
5
|
}), exports.dataZoom = void 0;
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const DataZoomHandlerSymbolType = "M-0.5-2.4h0.9c0.4,0,0.7,0.3,0.7,0.7v3.3c0,0.4-0.3,0.7-0.7,0.7h-0.9c-0.4,0-0.7-0.3-0.7-0.7v-3.3\nC-1.2-2-0.9-2.4-0.5-2.4z M-0.4-1.4L-0.4-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\nC-0.4-1.4-0.4-1.4-0.4-1.4z M0.3-1.4L0.3-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\nC0.3-1.4,0.3-1.4,0.3-1.4z;";
|
|
8
8
|
|
|
9
9
|
exports.dataZoom = {
|
|
10
10
|
padding: [ 12, 0 ],
|
|
@@ -123,8 +123,14 @@ exports.dataZoom = {
|
|
|
123
123
|
startText: {
|
|
124
124
|
padding: 8,
|
|
125
125
|
style: {
|
|
126
|
-
fontSize:
|
|
127
|
-
|
|
126
|
+
fontSize: {
|
|
127
|
+
type: "token",
|
|
128
|
+
key: "l5FontSize"
|
|
129
|
+
},
|
|
130
|
+
lineHeight: {
|
|
131
|
+
type: "token",
|
|
132
|
+
key: "l5LineHeight"
|
|
133
|
+
},
|
|
128
134
|
fill: {
|
|
129
135
|
type: "palette",
|
|
130
136
|
key: "secondaryFontColor",
|
|
@@ -135,8 +141,14 @@ exports.dataZoom = {
|
|
|
135
141
|
endText: {
|
|
136
142
|
padding: 8,
|
|
137
143
|
style: {
|
|
138
|
-
fontSize:
|
|
139
|
-
|
|
144
|
+
fontSize: {
|
|
145
|
+
type: "token",
|
|
146
|
+
key: "l5FontSize"
|
|
147
|
+
},
|
|
148
|
+
lineHeight: {
|
|
149
|
+
type: "token",
|
|
150
|
+
key: "l5LineHeight"
|
|
151
|
+
},
|
|
140
152
|
fill: {
|
|
141
153
|
type: "palette",
|
|
142
154
|
key: "secondaryFontColor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/data-zoom.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/data-zoom.ts"],"names":[],"mappings":";;;AAGA,MAAM,yBAAyB,GAAG;;;2BAGP,CAAC;AAEf,QAAA,QAAQ,GAAmB;IACtC,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IAChB,UAAU,EAAE,MAAM;IAClB,WAAW,EAAE,KAAK;IAClB,aAAa,EAAE;QACb,OAAO,EAAE,KAAK;QACd,UAAU,EAAE;YACV,IAAI,EAAE,CAAC;YACP,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,2BAA2B,EAAE;gBAC7D,YAAY,EAAE,CAAC;aAChB;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,IAAI,EAAE,CAAC;gBACP,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,mBAAmB,EAAE;gBACnD,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,2BAA2B,EAAE;gBAC7D,UAAU,EAER,8PAA8P;gBAChQ,SAAS,EAAE,GAAG;aACf;SACF;KACF;IACD,UAAU,EAAE;QACV,IAAI,EAAE,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE;YACjD,SAAS,EAAE,CAAC;SACb;KACF;IACD,kBAAkB,EAAE;QAClB,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;YAClD,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE;gBACX,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;gBACpD,aAAa,EAAE,GAAG;gBAClB,QAAQ,EAAE,CAAC,GAAG;gBACd,SAAS,EAAE,CAAC;aACb;SACF;KACF;IACD,uBAAuB,EAAE;QACvB,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,OAAO,EAAE,KAAK;gBACd,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;aACrD;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,OAAO,EAAE,KAAK;gBACd,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;gBACtD,SAAS,EAAE,CAAC;aACb;SACF;KACF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,UAAU,EAAE,yBAAyB;YACrC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,mBAAmB,EAAE;YACnD,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,2BAA2B,EAAE;YAC7D,SAAS,EAAE,CAAC;SACb;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE;YACL,UAAU,EAAE,yBAAyB;YACrC,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,mBAAmB,EAAE;YACnD,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,GAAG;YACX,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,2BAA2B,EAAE;YAC7D,SAAS,EAAE,CAAC;SACb;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS,EAAE;SACzE;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,CAAC;QACV,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS,EAAE;SACzE;KACF;IACD,eAAe,EAAE;QACf,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;aACrD;SACF;QACD,IAAI,EAAE;YACJ,KAAK,EAAE;gBACL,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE;gBACtD,SAAS,EAAE,CAAC;aACb;SACF;KACF;CACF,CAAC","file":"data-zoom.js","sourcesContent":["import type { IDataZoomTheme } from '../../../../component/data-zoom';\n\n// eslint-disable-next-line max-len\nconst DataZoomHandlerSymbolType = `M-0.5-2.4h0.9c0.4,0,0.7,0.3,0.7,0.7v3.3c0,0.4-0.3,0.7-0.7,0.7h-0.9c-0.4,0-0.7-0.3-0.7-0.7v-3.3\nC-1.2-2-0.9-2.4-0.5-2.4z M-0.4-1.4L-0.4-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\nC-0.4-1.4-0.4-1.4-0.4-1.4z M0.3-1.4L0.3-1.4c0,0,0,0.1,0,0.1v2.6c0,0.1,0,0.1,0,0.1l0,0c0,0,0-0.1,0-0.1v-2.6\nC0.3-1.4,0.3-1.4,0.3-1.4z;`;\n\nexport const dataZoom: IDataZoomTheme = {\n padding: [12, 0],\n showDetail: 'auto',\n brushSelect: false,\n middleHandler: {\n visible: false,\n background: {\n size: 6,\n style: {\n stroke: { type: 'palette', key: 'dataZoomHandleStrokeColor' },\n cornerRadius: 2\n }\n },\n icon: {\n style: {\n size: 4,\n fill: { type: 'palette', key: 'sliderHandleColor' },\n stroke: { type: 'palette', key: 'dataZoomHandleStrokeColor' },\n symbolType:\n // eslint-disable-next-line max-len\n 'M 0.3 -0.5 C 0.41 -0.5 0.5 -0.41 0.5 -0.3 C 0.5 -0.3 0.5 0.3 0.5 0.3 C 0.5 0.41 0.41 0.5 0.3 0.5 C 0.3 0.5 -0.3 0.5 -0.3 0.5 C -0.41 0.5 -0.5 0.41 -0.5 0.3 C -0.5 0.3 -0.5 -0.3 -0.5 -0.3 C -0.5 -0.41 -0.41 -0.5 -0.3 -0.5 C -0.3 -0.5 0.3 -0.5 0.3 -0.5 Z',\n lineWidth: 0.5\n }\n }\n },\n background: {\n size: 20,\n style: {\n fill: { type: 'palette', key: 'sliderRailColor' },\n lineWidth: 0\n }\n },\n selectedBackground: {\n style: {\n fill: { type: 'palette', key: 'sliderTrackColor' },\n fillOpacity: 0.1,\n outerBorder: {\n stroke: { type: 'palette', key: 'sliderTrackColor' },\n strokeOpacity: 0.2,\n distance: -0.5,\n lineWidth: 1\n }\n }\n },\n selectedBackgroundChart: {\n area: {\n style: {\n visible: false,\n stroke: false,\n fill: { type: 'palette', key: 'dataZoomChartColor' }\n }\n },\n line: {\n style: {\n visible: false,\n stroke: { type: 'palette', key: 'dataZoomChartColor' },\n lineWidth: 1\n }\n }\n },\n startHandler: {\n style: {\n symbolType: DataZoomHandlerSymbolType,\n fill: { type: 'palette', key: 'sliderHandleColor' },\n scaleX: 1.2,\n scaleY: 1.2,\n stroke: { type: 'palette', key: 'dataZoomHandleStrokeColor' },\n lineWidth: 1\n }\n },\n endHandler: {\n style: {\n symbolType: DataZoomHandlerSymbolType,\n fill: { type: 'palette', key: 'sliderHandleColor' },\n scaleX: 1.2,\n scaleY: 1.2,\n stroke: { type: 'palette', key: 'dataZoomHandleStrokeColor' },\n lineWidth: 1\n }\n },\n startText: {\n padding: 8,\n style: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fill: { type: 'palette', key: 'secondaryFontColor', default: '#89909d' }\n }\n },\n endText: {\n padding: 8,\n style: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fill: { type: 'palette', key: 'secondaryFontColor', default: '#89909d' }\n }\n },\n backgroundChart: {\n area: {\n style: {\n stroke: false,\n fill: { type: 'palette', key: 'dataZoomChartColor' }\n }\n },\n line: {\n style: {\n stroke: { type: 'palette', key: 'dataZoomChartColor' },\n lineWidth: 1\n }\n }\n }\n};\n"]}
|
|
@@ -2,17 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.indicator = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
|
|
9
|
-
exports.indicator = {
|
|
5
|
+
}), exports.indicator = void 0, exports.indicator = {
|
|
10
6
|
title: {
|
|
11
7
|
visible: !0,
|
|
12
8
|
autoLimit: !1,
|
|
13
9
|
autoFit: !1,
|
|
14
10
|
style: {
|
|
15
|
-
fontSize:
|
|
11
|
+
fontSize: {
|
|
12
|
+
type: "token",
|
|
13
|
+
key: "l1FontSize"
|
|
14
|
+
},
|
|
16
15
|
fill: {
|
|
17
16
|
type: "palette",
|
|
18
17
|
key: "primaryFontColor"
|
|
@@ -26,7 +25,10 @@ exports.indicator = {
|
|
|
26
25
|
content: {
|
|
27
26
|
visible: !0,
|
|
28
27
|
style: {
|
|
29
|
-
fontSize:
|
|
28
|
+
fontSize: {
|
|
29
|
+
type: "token",
|
|
30
|
+
key: "l2FontSize"
|
|
31
|
+
},
|
|
30
32
|
fill: {
|
|
31
33
|
type: "palette",
|
|
32
34
|
key: "tertiaryFontColor"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/indicator.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/indicator.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAoB;IACxC,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,SAAS,EAAE,KAAK;QAChB,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;YAClD,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,KAAK;YACnB,SAAS,EAAE,QAAQ;SACpB;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,mBAAmB,EAAE;YACnD,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,CAAC;YACd,YAAY,EAAE,KAAK;YACnB,SAAS,EAAE,QAAQ;SACpB;KACF;CACF,CAAC","file":"indicator.js","sourcesContent":["import type { IIndicatorTheme } from '../../../../component/indicator/interface';\n\nexport const indicator: IIndicatorTheme = {\n title: {\n visible: true,\n autoLimit: false,\n autoFit: false,\n style: {\n fontSize: { type: 'token', key: 'l1FontSize' },\n fill: { type: 'palette', key: 'primaryFontColor' },\n fontWeight: 'normal',\n fillOpacity: 1,\n textBaseline: 'top',\n textAlign: 'center'\n }\n },\n content: {\n visible: true,\n style: {\n fontSize: { type: 'token', key: 'l2FontSize' },\n fill: { type: 'palette', key: 'tertiaryFontColor' },\n fontWeight: 'normal',\n fillOpacity: 1,\n textBaseline: 'top',\n textAlign: 'center'\n }\n }\n};\n"]}
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.DEFAULT_CONTINUOUS_LEGEND_THEME = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../../constants");
|
|
8
|
-
|
|
9
|
-
exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
|
|
5
|
+
}), exports.DEFAULT_CONTINUOUS_LEGEND_THEME = void 0, exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
|
|
10
6
|
orient: "right",
|
|
11
7
|
position: "middle",
|
|
12
8
|
padding: [ 16, 24 ],
|
|
@@ -14,8 +10,14 @@ exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
|
|
|
14
10
|
visible: !1,
|
|
15
11
|
padding: 0,
|
|
16
12
|
textStyle: {
|
|
17
|
-
fontSize:
|
|
18
|
-
|
|
13
|
+
fontSize: {
|
|
14
|
+
type: "token",
|
|
15
|
+
key: "l5FontSize"
|
|
16
|
+
},
|
|
17
|
+
lineHeight: {
|
|
18
|
+
type: "token",
|
|
19
|
+
key: "l5LineHeight"
|
|
20
|
+
},
|
|
19
21
|
fontWeight: "normal",
|
|
20
22
|
fill: {
|
|
21
23
|
type: "palette",
|
|
@@ -29,8 +31,14 @@ exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
|
|
|
29
31
|
},
|
|
30
32
|
startText: {
|
|
31
33
|
style: {
|
|
32
|
-
fontSize:
|
|
33
|
-
|
|
34
|
+
fontSize: {
|
|
35
|
+
type: "token",
|
|
36
|
+
key: "l5FontSize"
|
|
37
|
+
},
|
|
38
|
+
lineHeight: {
|
|
39
|
+
type: "token",
|
|
40
|
+
key: "l5LineHeight"
|
|
41
|
+
},
|
|
34
42
|
fontWeight: "normal",
|
|
35
43
|
fill: {
|
|
36
44
|
type: "palette",
|
|
@@ -42,8 +50,14 @@ exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
|
|
|
42
50
|
},
|
|
43
51
|
endText: {
|
|
44
52
|
style: {
|
|
45
|
-
fontSize:
|
|
46
|
-
|
|
53
|
+
fontSize: {
|
|
54
|
+
type: "token",
|
|
55
|
+
key: "l5FontSize"
|
|
56
|
+
},
|
|
57
|
+
lineHeight: {
|
|
58
|
+
type: "token",
|
|
59
|
+
key: "l5LineHeight"
|
|
60
|
+
},
|
|
47
61
|
fontWeight: "normal",
|
|
48
62
|
fill: {
|
|
49
63
|
type: "palette",
|
|
@@ -55,8 +69,14 @@ exports.DEFAULT_CONTINUOUS_LEGEND_THEME = {
|
|
|
55
69
|
},
|
|
56
70
|
handlerText: {
|
|
57
71
|
style: {
|
|
58
|
-
fontSize:
|
|
59
|
-
|
|
72
|
+
fontSize: {
|
|
73
|
+
type: "token",
|
|
74
|
+
key: "l5FontSize"
|
|
75
|
+
},
|
|
76
|
+
lineHeight: {
|
|
77
|
+
type: "token",
|
|
78
|
+
key: "l5LineHeight"
|
|
79
|
+
},
|
|
60
80
|
fontWeight: "normal",
|
|
61
81
|
fill: {
|
|
62
82
|
type: "palette",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/legend/continuous.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/legend/continuous.ts"],"names":[],"mappings":";;;AAEa,QAAA,+BAA+B,GAA2B;IACrE,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;IACjB,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;SACnD;QACD,KAAK,EAAE,EAAE;KACV;IACD,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;KACd;IACD,SAAS,EAAE;QACT,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS,EAAE;SACzE;QACD,KAAK,EAAE,CAAC;KACT;IACD,OAAO,EAAE;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS,EAAE;SACzE;QACD,KAAK,EAAE,CAAC;KACT;IACD,WAAW,EAAE;QACX,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS,EAAE;SACzE;QACD,KAAK,EAAE,CAAC;KACT;CACF,CAAC","file":"continuous.js","sourcesContent":["import type { IContinuousLegendTheme } from '../../../../../component/legend';\n\nexport const DEFAULT_CONTINUOUS_LEGEND_THEME: IContinuousLegendTheme = {\n orient: 'right',\n position: 'middle',\n padding: [16, 24],\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n space: 12\n },\n handler: {\n visible: true\n },\n startText: {\n style: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'secondaryFontColor', default: '#89909d' }\n },\n space: 6\n },\n endText: {\n style: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'secondaryFontColor', default: '#89909d' }\n },\n space: 6\n },\n handlerText: {\n style: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fontWeight: 'normal',\n fill: { type: 'palette', key: 'secondaryFontColor', default: '#89909d' }\n },\n space: 6\n }\n};\n"]}
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.discreteLegend = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../../constants");
|
|
8
|
-
|
|
9
|
-
exports.discreteLegend = {
|
|
5
|
+
}), exports.discreteLegend = void 0, exports.discreteLegend = {
|
|
10
6
|
orient: "bottom",
|
|
11
7
|
position: "middle",
|
|
12
8
|
padding: [ 16, 24 ],
|
|
@@ -14,8 +10,14 @@ exports.discreteLegend = {
|
|
|
14
10
|
visible: !1,
|
|
15
11
|
padding: 0,
|
|
16
12
|
textStyle: {
|
|
17
|
-
fontSize:
|
|
18
|
-
|
|
13
|
+
fontSize: {
|
|
14
|
+
type: "token",
|
|
15
|
+
key: "l5FontSize"
|
|
16
|
+
},
|
|
17
|
+
lineHeight: {
|
|
18
|
+
type: "token",
|
|
19
|
+
key: "l5LineHeight"
|
|
20
|
+
},
|
|
19
21
|
fill: {
|
|
20
22
|
type: "palette",
|
|
21
23
|
key: "primaryFontColor"
|
|
@@ -67,8 +69,14 @@ exports.discreteLegend = {
|
|
|
67
69
|
key: "secondaryFontColor",
|
|
68
70
|
default: "#89909d"
|
|
69
71
|
},
|
|
70
|
-
fontSize:
|
|
71
|
-
|
|
72
|
+
fontSize: {
|
|
73
|
+
type: "token",
|
|
74
|
+
key: "l5FontSize"
|
|
75
|
+
},
|
|
76
|
+
lineHeight: {
|
|
77
|
+
type: "token",
|
|
78
|
+
key: "l5LineHeight"
|
|
79
|
+
},
|
|
72
80
|
opacity: 1
|
|
73
81
|
},
|
|
74
82
|
state: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/legend/discrete-legend.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/legend/discrete-legend.ts"],"names":[],"mappings":";;;AAEa,QAAA,cAAc,GAAyB;IAClD,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;IACjB,KAAK,EAAE;QACL,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC;QACV,SAAS,EAAE;YACT,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;YAElD,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;YAClD,UAAU,EAAE,QAAQ;SACrB;QACD,KAAK,EAAE,EAAE;KACV;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,CAAC;QACX,OAAO,EAAE,CAAC;QACV,UAAU,EAAE;YACV,KAAK,EAAE;gBACL,aAAa,EAAE;oBACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,sBAAsB,EAAE;iBACvD;gBACD,eAAe,EAAE;oBACf,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,sBAAsB,EAAE;iBACvD;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,SAAS,EAAE,CAAC;gBACZ,WAAW,EAAE,CAAC;gBACd,OAAO,EAAE,CAAC;aACX;YACD,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,WAAW,EAAE,GAAG;oBAChB,OAAO,EAAE,CAAC;iBACX;aACF;SACF;QACD,KAAK,EAAE;YACL,KAAK,EAAE,CAAC;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,oBAAoB,EAAE,OAAO,EAAE,SAAS,EAAE;gBACxE,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;gBAC9C,UAAU,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE;gBAElD,OAAO,EAAE,CAAC;aACX;YACD,KAAK,EAAE;gBACL,UAAU,EAAE;oBACV,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;oBAClD,OAAO,EAAE,CAAC;iBACX;aACF;SACF;KACF;IACD,gBAAgB,EAAE,KAAK;CACxB,CAAC","file":"discrete-legend.js","sourcesContent":["import type { IDiscreteLegendTheme } from '../../../../../component/legend';\n\nexport const discreteLegend: IDiscreteLegendTheme = {\n orient: 'bottom',\n position: 'middle',\n padding: [16, 24],\n title: {\n visible: false,\n padding: 0,\n textStyle: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n fill: { type: 'palette', key: 'primaryFontColor' },\n fontWeight: 'normal'\n },\n space: 12\n },\n item: {\n visible: true,\n spaceCol: 10,\n spaceRow: 6,\n padding: 2,\n background: {\n state: {\n selectedHover: {\n fill: { type: 'palette', key: 'hoverBackgroundColor' }\n },\n unSelectedHover: {\n fill: { type: 'palette', key: 'hoverBackgroundColor' }\n }\n }\n },\n shape: {\n space: 6,\n style: {\n lineWidth: 0,\n fillOpacity: 1,\n opacity: 1 // 覆盖 vrender-components 里的默认值\n },\n state: {\n unSelected: {\n fillOpacity: 0.2,\n opacity: 1 // 覆盖 vrender-components 里的默认值\n }\n }\n },\n label: {\n space: 6,\n style: {\n fill: { type: 'palette', key: 'secondaryFontColor', default: '#89909d' },\n fontSize: { type: 'token', key: 'l5FontSize' },\n lineHeight: { type: 'token', key: 'l5LineHeight' },\n\n opacity: 1 // 覆盖 vrender-components 里的默认值\n },\n state: {\n unSelected: {\n fill: { type: 'palette', key: 'disableFontColor' },\n opacity: 1 // 覆盖 vrender-components 里的默认值\n }\n }\n }\n },\n allowAllCanceled: false\n};\n"]}
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.mapLabel = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
|
|
9
|
-
exports.mapLabel = {
|
|
5
|
+
}), exports.mapLabel = void 0, exports.mapLabel = {
|
|
10
6
|
visible: !0,
|
|
11
7
|
offset: 12,
|
|
12
8
|
position: "top",
|
|
@@ -17,7 +13,10 @@ exports.mapLabel = {
|
|
|
17
13
|
textBaseline: "middle",
|
|
18
14
|
textAlign: "left",
|
|
19
15
|
fill: "black",
|
|
20
|
-
fontSize:
|
|
16
|
+
fontSize: {
|
|
17
|
+
type: "token",
|
|
18
|
+
key: "l6FontSize"
|
|
19
|
+
}
|
|
21
20
|
}
|
|
22
21
|
},
|
|
23
22
|
valueLabel: {
|
|
@@ -26,7 +25,10 @@ exports.mapLabel = {
|
|
|
26
25
|
textBaseline: "middle",
|
|
27
26
|
textAlign: "left",
|
|
28
27
|
fill: "black",
|
|
29
|
-
fontSize:
|
|
28
|
+
fontSize: {
|
|
29
|
+
type: "token",
|
|
30
|
+
key: "l6FontSize"
|
|
31
|
+
}
|
|
30
32
|
}
|
|
31
33
|
},
|
|
32
34
|
background: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/map-label.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/map-label.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAmB;IACtC,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,EAAE;IACV,QAAQ,EAAE,KAAK;IACf,KAAK,EAAE,EAAE;IACT,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,MAAM;YACjB,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;SAC/C;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,KAAK,EAAE;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,MAAM;YACjB,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;SAC/C;KACF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE;QACjD,KAAK,EAAE;YACL,YAAY,EAAE,CAAC;YACf,SAAS,EAAE,CAAC;YACZ,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,MAAM;SACf;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,KAAK;QACd,KAAK,EAAE;YACL,SAAS,EAAE,CAAC;YACZ,MAAM,EAAE,KAAK;SACd;KACF;CACF,CAAC","file":"map-label.js","sourcesContent":["import type { IMapLabelTheme } from '../../../../component/map-label';\n\nexport const mapLabel: IMapLabelTheme = {\n visible: true,\n offset: 12,\n position: 'top',\n space: 10,\n nameLabel: {\n visible: true,\n style: {\n textBaseline: 'middle',\n textAlign: 'left',\n fill: 'black',\n fontSize: { type: 'token', key: 'l6FontSize' }\n }\n },\n valueLabel: {\n visible: true,\n style: {\n textBaseline: 'middle',\n textAlign: 'left',\n fill: 'black',\n fontSize: { type: 'token', key: 'l6FontSize' }\n }\n },\n background: {\n visible: true,\n padding: { top: 4, bottom: 4, left: 6, right: 6 },\n style: {\n cornerRadius: 2,\n lineWidth: 1,\n fill: 'white',\n stroke: 'grey'\n }\n },\n leader: {\n visible: false,\n style: {\n lineWidth: 1,\n stroke: 'red'\n }\n }\n};\n"]}
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.markArea = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
|
|
9
|
-
exports.markArea = {
|
|
5
|
+
}), exports.markArea = void 0, exports.markArea = {
|
|
10
6
|
area: {
|
|
11
7
|
style: {
|
|
12
8
|
fill: {
|
|
@@ -18,7 +14,10 @@ exports.markArea = {
|
|
|
18
14
|
},
|
|
19
15
|
label: {
|
|
20
16
|
style: {
|
|
21
|
-
fontSize:
|
|
17
|
+
fontSize: {
|
|
18
|
+
type: "token",
|
|
19
|
+
key: "l4FontSize"
|
|
20
|
+
},
|
|
22
21
|
fontWeight: "normal",
|
|
23
22
|
fontStyle: "normal",
|
|
24
23
|
fill: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/mark-area.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/mark-area.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAmB;IACtC,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE,CAAC,EAAE,IAAI,EAAE;SAC3D;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;SACnD;QACD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;aACR;YACD,KAAK,EAAE;gBACL,YAAY,EAAE,CAAC;gBACf,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;aAC3D;SACF;KACF;CACF,CAAC","file":"mark-area.js","sourcesContent":["import type { IMarkAreaTheme } from '../../../../component/marker/mark-area/interface';\n\nexport const markArea: IMarkAreaTheme = {\n area: {\n style: {\n fill: { type: 'palette', key: 'axisDomainColor', a: 0.25 }\n }\n },\n label: {\n style: {\n fontSize: { type: 'token', key: 'l4FontSize' },\n fontWeight: 'normal',\n fontStyle: 'normal',\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n labelBackground: {\n padding: {\n top: 2,\n bottom: 2,\n right: 4,\n left: 4\n },\n style: {\n cornerRadius: 3,\n fill: { type: 'palette', key: 'markLabelBackgroundColor' }\n }\n }\n }\n};\n"]}
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.markLine = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
|
|
9
|
-
exports.markLine = {
|
|
5
|
+
}), exports.markLine = void 0, exports.markLine = {
|
|
10
6
|
line: {
|
|
11
7
|
style: {
|
|
12
8
|
lineDash: [ 3, 3 ],
|
|
@@ -45,7 +41,10 @@ exports.markLine = {
|
|
|
45
41
|
label: {
|
|
46
42
|
refY: 5,
|
|
47
43
|
style: {
|
|
48
|
-
fontSize:
|
|
44
|
+
fontSize: {
|
|
45
|
+
type: "token",
|
|
46
|
+
key: "l4FontSize"
|
|
47
|
+
},
|
|
49
48
|
fontWeight: "normal",
|
|
50
49
|
fontStyle: "normal",
|
|
51
50
|
fill: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/mark-line.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/mark-line.ts"],"names":[],"mappings":";;;AAEa,QAAA,QAAQ,GAAmB;IACtC,IAAI,EAAE;QACJ,KAAK,EAAE;YACL,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YAChB,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,qBAAqB,EAAE;SACxD;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,KAAK;QACd,UAAU,EAAE,UAAU;QACtB,IAAI,EAAE,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,qBAAqB,EAAE;YACrD,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,CAAC;SACb;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,UAAU,EAAE,UAAU;QACtB,IAAI,EAAE,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,qBAAqB,EAAE;YACrD,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,CAAC;SACb;KACF;IACD,KAAK,EAAE;QACL,IAAI,EAAE,CAAC;QACP,KAAK,EAAE;YACL,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;YAC9C,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;SACnD;QACD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,GAAG,EAAE,CAAC;gBACN,MAAM,EAAE,CAAC;gBACT,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;aACR;YACD,KAAK,EAAE;gBACL,YAAY,EAAE,CAAC;gBACf,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,0BAA0B,EAAE;aAC3D;SACF;KACF;CACF,CAAC","file":"mark-line.js","sourcesContent":["import type { IMarkLineTheme } from '../../../../component/marker/mark-line/interface';\n\nexport const markLine: IMarkLineTheme = {\n line: {\n style: {\n lineDash: [3, 3],\n stroke: { type: 'palette', key: 'markLineStrokeColor' }\n }\n },\n startSymbol: {\n visible: false,\n symbolType: 'triangle',\n size: 10,\n style: {\n fill: { type: 'palette', key: 'markLineStrokeColor' },\n stroke: null,\n lineWidth: 0\n }\n },\n endSymbol: {\n visible: true,\n symbolType: 'triangle',\n size: 10,\n style: {\n fill: { type: 'palette', key: 'markLineStrokeColor' },\n stroke: null,\n lineWidth: 0\n }\n },\n label: {\n refY: 5,\n style: {\n fontSize: { type: 'token', key: 'l4FontSize' },\n fontWeight: 'normal',\n fontStyle: 'normal',\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n labelBackground: {\n padding: {\n top: 2,\n bottom: 2,\n right: 4,\n left: 4\n },\n style: {\n cornerRadius: 3,\n fill: { type: 'palette', key: 'markLabelBackgroundColor' }\n }\n }\n }\n};\n"]}
|
|
@@ -2,16 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: !0
|
|
5
|
-
}), exports.poptip = void 0
|
|
6
|
-
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
|
|
9
|
-
exports.poptip = {
|
|
5
|
+
}), exports.poptip = void 0, exports.poptip = {
|
|
10
6
|
visible: !0,
|
|
11
7
|
position: "auto",
|
|
12
8
|
padding: 8,
|
|
13
9
|
titleStyle: {
|
|
14
|
-
fontSize:
|
|
10
|
+
fontSize: {
|
|
11
|
+
type: "token",
|
|
12
|
+
key: "l5FontSize"
|
|
13
|
+
},
|
|
15
14
|
fontWeight: "bold",
|
|
16
15
|
fill: {
|
|
17
16
|
type: "palette",
|
|
@@ -19,7 +18,10 @@ exports.poptip = {
|
|
|
19
18
|
}
|
|
20
19
|
},
|
|
21
20
|
contentStyle: {
|
|
22
|
-
fontSize:
|
|
21
|
+
fontSize: {
|
|
22
|
+
type: "token",
|
|
23
|
+
key: "l5FontSize"
|
|
24
|
+
},
|
|
23
25
|
fill: {
|
|
24
26
|
type: "palette",
|
|
25
27
|
key: "primaryFontColor"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/theme/builtin/common/component/poptip.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"sources":["../src/theme/builtin/common/component/poptip.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAiB;IAClC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,CAAC;IACV,UAAU,EAAE;QACV,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;QAC9C,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;KACnD;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE;QAC9C,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,kBAAkB,EAAE;KACnD;IACD,KAAK,EAAE;QACL,OAAO,EAAE,IAAI;QACb,IAAI,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,sBAAsB,EAAE;QACtD,YAAY,EAAE,CAAC;QACf,SAAS,EAAE,CAAC;QACZ,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,CAAC;QAChB,aAAa,EAAE,CAAC;QAChB,WAAW,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,aAAa,EAAE;QACpD,IAAI,EAAE,CAAC;QACP,KAAK,EAAE,EAAE;KACV;CACF,CAAC","file":"poptip.js","sourcesContent":["import type { IPoptipTheme } from '../../../../component/poptip/interface';\n\nexport const poptip: IPoptipTheme = {\n visible: true,\n position: 'auto',\n padding: 8,\n titleStyle: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n fontWeight: 'bold',\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n contentStyle: {\n fontSize: { type: 'token', key: 'l5FontSize' },\n fill: { type: 'palette', key: 'primaryFontColor' }\n },\n panel: {\n visible: true,\n fill: { type: 'palette', key: 'popupBackgroundColor' },\n cornerRadius: 3,\n lineWidth: 0,\n shadowBlur: 12,\n shadowOffsetX: 0,\n shadowOffsetY: 4,\n shadowColor: { type: 'palette', key: 'shadowColor' },\n size: 0,\n space: 12\n }\n};\n"]}
|