@formio/reporting 2.1.0-rc.3 → 2.1.0-rc.5
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/Report.d.ts
CHANGED
package/lib/ReportForm.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
declare const ReportingControls_base: any;
|
|
2
2
|
export default class ReportingControls extends ReportingControls_base {
|
|
3
|
-
static [x: string]: any;
|
|
4
3
|
static schema(...extend: any[]): any;
|
|
5
4
|
static get builderInfo(): {};
|
|
6
5
|
constructor(component: any, options: any, data: any);
|
|
@@ -2,7 +2,6 @@ import { Utils } from '@formio/js';
|
|
|
2
2
|
import ReportingUrlFetchProvider from '../../providers/ReportingUrlFetchProvider';
|
|
3
3
|
declare const ReportingGrid_base: any;
|
|
4
4
|
export default class ReportingGrid extends ReportingGrid_base {
|
|
5
|
-
static [x: string]: any;
|
|
6
5
|
static schema(...extend: any[]): any;
|
|
7
6
|
static get builderInfo(): {};
|
|
8
7
|
formioGrid: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formio/reporting",
|
|
3
|
-
"version": "2.1.0-rc.
|
|
3
|
+
"version": "2.1.0-rc.5",
|
|
4
4
|
"description": "Reporting components for form.io",
|
|
5
5
|
"main": "reporting.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"homepage": "https://github.com/formio/reporting#readme",
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@formio/js": "^5.0.0",
|
|
40
|
-
"@formio/license": "2.0.0
|
|
40
|
+
"@formio/license": "2.0.0",
|
|
41
41
|
"@types/file-saver": "^2.0.5",
|
|
42
42
|
"@types/mocha": "^10.0.1",
|
|
43
43
|
"@types/node": "^20.1.5",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"ts-node": "^10.9.1",
|
|
62
62
|
"ts-sinon": "^2.0.2",
|
|
63
63
|
"tslint": "^6.1.2",
|
|
64
|
-
"typescript": "
|
|
64
|
+
"typescript": "5.6.3",
|
|
65
65
|
"webpack": "^5.88.1",
|
|
66
66
|
"webpack-cli": "^4.9.2",
|
|
67
67
|
"webpack-node-externals": "^3.0.0",
|