@nocobase/plugin-charts 0.10.0-alpha.4 → 0.10.1-alpha.1

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.
@@ -76,7 +76,7 @@ const Charts = _react().default.memo(props => {
76
76
  key: 'chart',
77
77
  type: 'item',
78
78
  icon: 'PieChartOutlined',
79
- title: '{{t("Chart",{ns:"charts"})}}',
79
+ title: '{{t("Chart (Old)",{ns:"charts"})}}',
80
80
  component: 'ChartBlockInitializer'
81
81
  });
82
82
  }
@@ -57,5 +57,6 @@ declare const _default: {
57
57
  '1 \u300CTime\u300D or \u300COrder Noun\u300D field, 1 \u300CValue\u300D field': string;
58
58
  '1~ 2 \u300CUnordered Noun\u300D fields, 1 \u300CNumeric\u300D field': string;
59
59
  '1 \u300CNumeric\u300D field, 0~ 1 \u300CUnordered Noun\u300D field': string;
60
+ 'Chart (Old)': string;
60
61
  };
61
62
  export default _default;
@@ -62,6 +62,7 @@ var _default = {
62
62
  '1 「Unordered Noun」 field, 1 「Numeric」 field': '1 个「无序名词」字段,1 个「数值」字段',
63
63
  '1 「Time」 or 「Order Noun」 field, 1 「Value」 field': '1 个「时间」或「有序名词」字段,1 个「数值」字段',
64
64
  '1~ 2 「Unordered Noun」 fields, 1 「Numeric」 field': '1 ~ 2 个「无序名词」字段,1 个「数值」字段',
65
- '1 「Numeric」 field, 0~ 1 「Unordered Noun」 field': '1 个「数值」字段,0 ~ 1 个「无序名词」字段'
65
+ '1 「Numeric」 field, 0~ 1 「Unordered Noun」 field': '1 个「数值」字段,0 ~ 1 个「无序名词」字段',
66
+ 'Chart (Old)': '图表 (旧)'
66
67
  };
67
68
  exports.default = _default;
package/package.json CHANGED
@@ -4,15 +4,15 @@
4
4
  "displayName.zh-CN": "图表",
5
5
  "description": "Out-of-the-box, feature-rich chart plugins.",
6
6
  "description.zh-CN": "开箱即用、丰富的报表。",
7
- "version": "0.10.0-alpha.4",
7
+ "version": "0.10.1-alpha.1",
8
8
  "main": "lib/server/index.js",
9
9
  "devDependencies": {
10
- "@nocobase/client": "0.10.0-alpha.4",
11
- "@nocobase/server": "0.10.0-alpha.4",
12
- "@nocobase/test": "0.10.0-alpha.4"
10
+ "@nocobase/client": "0.10.1-alpha.1",
11
+ "@nocobase/server": "0.10.1-alpha.1",
12
+ "@nocobase/test": "0.10.1-alpha.1"
13
13
  },
14
14
  "dependencies": {
15
15
  "json5": "^2.2.3"
16
16
  },
17
- "gitHead": "62dacadb2a83d30cb36dda9074f2f3a072a37484"
17
+ "gitHead": "8f415f5e0ee2e72d681f9ab16af5911b52c374a9"
18
18
  }
@@ -50,7 +50,7 @@ const Charts = React.memo((props) => {
50
50
  key: 'chart',
51
51
  type: 'item',
52
52
  icon: 'PieChartOutlined',
53
- title: '{{t("Chart",{ns:"charts"})}}',
53
+ title: '{{t("Chart (Old)",{ns:"charts"})}}',
54
54
  component: 'ChartBlockInitializer',
55
55
  });
56
56
  }
@@ -60,4 +60,5 @@ export default {
60
60
  '1 「Time」 or 「Order Noun」 field, 1 「Value」 field': '1 个「时间」或「有序名词」字段,1 个「数值」字段',
61
61
  '1~ 2 「Unordered Noun」 fields, 1 「Numeric」 field': '1 ~ 2 个「无序名词」字段,1 个「数值」字段',
62
62
  '1 「Numeric」 field, 0~ 1 「Unordered Noun」 field': '1 个「数值」字段,0 ~ 1 个「无序名词」字段',
63
+ 'Chart (Old)': '图表 (旧)',
63
64
  };