@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.
- package/esm2020/lib/core/layout/layout.component.mjs +2 -2
- package/esm2020/lib/core/models.mjs +2 -2
- package/fesm2015/bizdoc-core.mjs +2 -2
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +2 -2
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/core/models.d.ts +1 -1
- package/package.json +1 -2
package/fesm2020/bizdoc-core.mjs
CHANGED
@@ -1759,7 +1759,7 @@ var FieldType;
|
|
1759
1759
|
FieldType["Address"] = "Address";
|
1760
1760
|
FieldType["Object"] = "Object";
|
1761
1761
|
FieldType["Expression"] = "Expression";
|
1762
|
-
FieldType["
|
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.
|
4427
|
+
case (FieldType.Duration):
|
4428
4428
|
comp = TimespanField;
|
4429
4429
|
break;
|
4430
4430
|
case (FieldType.Address):
|