@easyv/config 1.2.18 → 1.2.19

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/lib/series.js CHANGED
@@ -312,7 +312,7 @@ var bandSeries = exports.bandSeries = function bandSeries() {
312
312
  }), (0, _.sc)("height", "高", "number", headDecorate.size && headDecorate.size.height || 20, {
313
313
  span: 12,
314
314
  suffix: "px"
315
- })]), translate(headDecorate.translate && headDecorate.translate.x, headDecorate.translate && headDecorate.translate.y)], {
315
+ })]), (0, _.translate)(headDecorate.translate && headDecorate.translate.x, headDecorate.translate && headDecorate.translate.y)], {
316
316
  defaultOpen: true
317
317
  }), (0, _.label)(bandLabel)].filter(function (item) {
318
318
  return !!item;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/series.js CHANGED
@@ -1,4 +1,4 @@
1
- import { mapping, label, multiColor, imageGroup, show, shadow, sc, showRule } from '.';
1
+ import { mapping, label, multiColor, imageGroup, show, shadow, sc, showRule, translate } from '.';
2
2
 
3
3
  const _mapping = { fieldName: '', displayName: '' };
4
4