@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.
@@ -384,7 +384,7 @@ export declare enum FieldType {
384
384
  Address = "Address",
385
385
  Object = "Object",
386
386
  Expression = "Expression",
387
- TimeSpan = "TimeSpan",
387
+ Duration = "Duration",
388
388
  Autocomplete = "Autocomplete",
389
389
  Percent = "Percent",
390
390
  DateRange = "DateRange"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
@@ -30,7 +30,6 @@
30
30
  "hammerjs": "~2",
31
31
  "lottie-web": "^5.8.1",
32
32
  "ngx-cookie-service": "13",
33
- "xlsx": "^0.17.4",
34
33
  "dayjs": "^1.10.7",
35
34
  "zone.js": "^0.11.4",
36
35
  "tslib": "^2.3.0"