@lemon-fe/components 1.4.22-alpha.4 → 1.4.22-alpha.5

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.
@@ -282,5 +282,7 @@ export default function FieldModal(props) {
282
282
  handleAddExp(item);
283
283
  }
284
284
  }, /*#__PURE__*/React.createElement(Icons.Plus, null)));
285
- })))));
285
+ })))), /*#__PURE__*/React.createElement("div", {
286
+ className: prefix('column-panel-modal-bottomtooltip')
287
+ }, fieldModal.bottomTooltip));
286
288
  }
@@ -283,6 +283,12 @@
283
283
  opacity: 1;
284
284
  }
285
285
  }
286
+
287
+ &-bottomtooltip {
288
+ margin-top: 10px;
289
+ color: ~'var(--@{ant-prefix}-error-color-active)';
290
+ font-size: 14px;
291
+ }
286
292
  }
287
293
  }
288
294
 
@@ -40,6 +40,7 @@ var locale = {
40
40
  dataSourceSummaryDataText: 'Total value calculated based on the formula from the data source',
41
41
  addFieldText: 'Add Field',
42
42
  idTooltip: 'Custom column name is not allowed to be the same as the existing field, if the history has been set with the same name field, it does not support export',
43
+ bottomTooltip: 'Note: Formulas only support calculation on numerical columns',
43
44
  customColumnNameTextRequired: 'Please enter the custom column name'
44
45
  },
45
46
  maxWordText: '${headerName} can not exceed ${maxLength} words',
@@ -19,6 +19,7 @@ export interface DataGridLocale {
19
19
  dataSourceSummaryDataText: string;
20
20
  addFieldText: string;
21
21
  idTooltip: string;
22
+ bottomTooltip: string;
22
23
  customColumnNameTextRequired: string;
23
24
  };
24
25
  maxWordText: string;
@@ -37,6 +37,7 @@ var locale = {
37
37
  dataSourceSummaryDataText: 'Nguồn dữ liệu tính toán giá trị tổng cộng theo công thức tính toán',
38
38
  addFieldText: 'Thêm trường',
39
39
  idTooltip: 'Tên cột tùy chỉnh không được trùng với tên cột đã có, nếu cột đã có tên trùng đã được thiết lập thì không hỗ trợ xuất',
40
+ bottomTooltip: 'Lưu ý: Công thức chỉ hỗ trợ tính toán cho cột số liệu',
40
41
  customColumnNameTextRequired: 'Vui lòng nhập tên cột tùy chỉnh'
41
42
  },
42
43
  validate: {
@@ -37,6 +37,7 @@ var locale = {
37
37
  dataSourceSummaryDataText: '数据源根据计算公式得出合计值',
38
38
  addFieldText: '添加字段',
39
39
  idTooltip: '自定义列名不允许和已有字段重复,如果历史已经设置的重名字段不支持导出',
40
+ bottomTooltip: '注:公式仅支持数值列计算',
40
41
  customColumnNameTextRequired: '请输入自定义列名'
41
42
  },
42
43
  validate: {
@@ -37,6 +37,7 @@ var locale = {
37
37
  dataSourceSummaryDataText: '數據源根據計算公式得出合計值',
38
38
  addFieldText: '添加字段',
39
39
  idTooltip: '自定義列名不允許與已有字段重複,如果歷史已經設置的重名字段不支持導出',
40
+ bottomTooltip: '註:公式僅支持數值列計算',
40
41
  customColumnNameTextRequired: '請輸入自定義列名'
41
42
  },
42
43
  validate: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.4.22-alpha.4",
3
+ "version": "1.4.22-alpha.5",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://registry.npmjs.org"
60
60
  },
61
- "gitHead": "ff08fa04ab97d9f6ab0e9c9130e96be8e66c1bc6"
61
+ "gitHead": "0c4dc48dacd31fd903bbcbad684f4da20b51b543"
62
62
  }