beca-ui 2.1.0-beta.6 → 2.1.0-beta.60

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.
@@ -569,7 +569,6 @@ const handleFormular = (formularString, isMD) => {
569
569
 
570
570
  function calculate(calcText, to = colName) {
571
571
  try {
572
- console.log('calculate');
573
572
  if (calcText && calcText.length > 0) {
574
573
  const formular = handleFormular(calcText, isMasterDetail);
575
574
  const result = eval(formular.math);
@@ -21,7 +21,13 @@ declare const _default: {
21
21
  "_pleaseChoose": "Please choose {{label}}",
22
22
  "_pleaseSelect": "Please select {{label}}",
23
23
  "_select": "Select {{label}}",
24
- "More": "More"
24
+ "More": "More",
25
+ "Select": "Select",
26
+ "Edit": "Edit",
27
+ "Save": "Save",
28
+ "Total display": "Total display",
29
+ "Sort app menu items": "Sort app menu items",
30
+ "Custom app menu": "Custom app menu"
25
31
  }
26
32
  ;
27
33
 
@@ -21,7 +21,13 @@ declare const _default: {
21
21
  "_pleaseChoose": "Vui chọn chọn {{label}}",
22
22
  "_pleaseSelect": "Vui lòng chọn {{label}}",
23
23
  "_select": "Chọn {{label}}",
24
- "More": "Thêm"
24
+ "More": "Thêm",
25
+ "Select": "Chọn",
26
+ "Edit": "Chỉnh sửa",
27
+ "Save": "Lưu",
28
+ "Total display": "Số lượng hiển thị",
29
+ "Sort app menu items": "Sắp xếp menu ứng dụng",
30
+ "Custom app menu": "Tùy chỉnh menu ứng dụng"
25
31
  }
26
32
  ;
27
33