@gingkoo/pandora-metabase 1.0.65 → 1.0.66

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.
@@ -211,7 +211,7 @@ var GroupBy = function GroupBy(props) {
211
211
  }
212
212
  return (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, v), {}, {
213
213
  sql: "".concat(v.alias, ".").concat(v.realName || v.name),
214
- fieldAlias: fieldAlias,
214
+ fieldAlias: v.fieldAlias || fieldAlias,
215
215
  fieldUuid: (0, _helper.uuidv4)('field'),
216
216
  summarizeType: _types.MetaSummarize_Enum.BY
217
217
  });
@@ -205,7 +205,7 @@ var GroupBy = function GroupBy(props) {
205
205
  }
206
206
  return _objectSpread(_objectSpread({}, v), {}, {
207
207
  sql: "".concat(v.alias, ".").concat(v.realName || v.name),
208
- fieldAlias: fieldAlias,
208
+ fieldAlias: v.fieldAlias || fieldAlias,
209
209
  fieldUuid: uuidv4('field'),
210
210
  summarizeType: MetaSummarize_Enum.BY
211
211
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-metabase",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",