@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/lib/core/models.d.ts
CHANGED
@@ -384,7 +384,7 @@ export declare enum FieldType {
|
|
384
384
|
Address = "Address",
|
385
385
|
Object = "Object",
|
386
386
|
Expression = "Expression",
|
387
|
-
|
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.
|
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"
|