@formio/reporting 2.0.1-rc.6 → 2.0.1-rc.7
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/lib/index.d.ts +3 -0
- package/package.json +3 -2
- package/reporting.js +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import Report from './Report';
|
|
2
|
+
import ReportingUtils from './utils';
|
|
1
3
|
import * as ReportingConfigUtils from './utils/configurationFormUtils';
|
|
4
|
+
export { Report, ReportingUtils };
|
|
2
5
|
declare const _default: {
|
|
3
6
|
components: {
|
|
4
7
|
reportingcontrols: typeof import("./components/ReportingControls/ReportingControls").default;
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formio/reporting",
|
|
3
|
-
"version": "2.0.1-rc.
|
|
3
|
+
"version": "2.0.1-rc.7",
|
|
4
4
|
"description": "Reporting components for form.io",
|
|
5
5
|
"main": "reporting.js",
|
|
6
|
+
"types": "lib/index.d.ts",
|
|
6
7
|
"scripts": {
|
|
7
8
|
"watch": "tsc -w",
|
|
8
9
|
"build:style": "node-sass ./src/sass/reporting.scss ./dist/reporting.css",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"homepage": "https://github.com/formio/reporting#readme",
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"@formio/js": "^5.0.0",
|
|
39
|
-
"@formio/license": "2.0.0-rc.
|
|
40
|
+
"@formio/license": "2.0.0-rc.13",
|
|
40
41
|
"@types/file-saver": "^2.0.5",
|
|
41
42
|
"@types/mocha": "^10.0.1",
|
|
42
43
|
"@types/node": "^20.1.5",
|