beca-ui 2.1.0-beta.4 → 2.1.0-beta.41

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);
@@ -20,7 +20,8 @@ declare const _default: {
20
20
  "_pleaseEnter": "Please enter {{label}}",
21
21
  "_pleaseChoose": "Please choose {{label}}",
22
22
  "_pleaseSelect": "Please select {{label}}",
23
- "_select": "Select {{label}}"
23
+ "_select": "Select {{label}}",
24
+ "More": "More"
24
25
  }
25
26
  ;
26
27
 
@@ -20,7 +20,8 @@ declare const _default: {
20
20
  "_pleaseEnter": "Vui lòng điền {{label}}",
21
21
  "_pleaseChoose": "Vui chọn chọn {{label}}",
22
22
  "_pleaseSelect": "Vui lòng chọn {{label}}",
23
- "_select": "Chọn {{label}}"
23
+ "_select": "Chọn {{label}}",
24
+ "More": "Thêm"
24
25
  }
25
26
  ;
26
27