@bizdoc/core 1.13.0 → 1.13.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.
@@ -1759,7 +1759,7 @@ var FieldType;
1759
1759
  FieldType["Address"] = "Address";
1760
1760
  FieldType["Object"] = "Object";
1761
1761
  FieldType["Expression"] = "Expression";
1762
- FieldType["TimeSpan"] = "TimeSpan";
1762
+ FieldType["Duration"] = "Duration";
1763
1763
  FieldType["Autocomplete"] = "Autocomplete";
1764
1764
  FieldType["Percent"] = "Percent";
1765
1765
  FieldType["DateRange"] = "DateRange";
@@ -4424,7 +4424,7 @@ class LayoutComponent {
4424
4424
  case (FieldType.Expression):
4425
4425
  comp = ExpressionField;
4426
4426
  break;
4427
- case (FieldType.TimeSpan):
4427
+ case (FieldType.Duration):
4428
4428
  comp = TimespanField;
4429
4429
  break;
4430
4430
  case (FieldType.Address):