@formio/reporting 2.0.1-rc.2 → 2.0.1-rc.4
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 +0 -1
- package/lib/ReportForm.d.ts +0 -1
- package/lib/components/ReportingControls/ReportingControls.d.ts +0 -1
- package/lib/components/ReportingGrid/ReportingGrid.d.ts +1 -1
- package/lib/utils/controlsUtils.d.ts +0 -1
- package/lib/utils/index.d.ts +13 -1
- package/lib/utils/utils.d.ts +13 -0
- package/package.json +3 -3
- package/reporting.js +1 -1
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);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
1
2
|
import { Utils } from '@formio/js';
|
|
2
3
|
import ReportingUrlFetchProvider from '../../providers/ReportingUrlFetchProvider';
|
|
3
4
|
declare const ReportingGrid_base: any;
|
|
4
5
|
export default class ReportingGrid extends ReportingGrid_base {
|
|
5
|
-
static [x: string]: any;
|
|
6
6
|
static schema(...extend: any[]): any;
|
|
7
7
|
static get builderInfo(): {};
|
|
8
8
|
formioGrid: any;
|
package/lib/utils/index.d.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
2
|
+
/// <reference types="lodash" />
|
|
3
|
+
/// <reference types="lodash" />
|
|
4
|
+
/// <reference types="lodash" />
|
|
5
|
+
/// <reference types="lodash" />
|
|
6
|
+
/// <reference types="lodash" />
|
|
7
|
+
/// <reference types="lodash" />
|
|
8
|
+
/// <reference types="lodash" />
|
|
9
|
+
/// <reference types="lodash" />
|
|
10
|
+
/// <reference types="lodash" />
|
|
11
|
+
/// <reference types="lodash" />
|
|
12
|
+
/// <reference types="lodash" />
|
|
13
|
+
/// <reference types="lodash" />
|
|
1
14
|
declare const ReportingUtils: {
|
|
2
15
|
FilterOperators: {
|
|
3
16
|
[x: string]: typeof import("@formio/js/lib/cjs/utils/conditionOperators/IsEqualTo").default | typeof import("@formio/js/lib/cjs/utils/conditionOperators/DateGreaterThan").default;
|
|
@@ -66,7 +79,6 @@ declare const ReportingUtils: {
|
|
|
66
79
|
valueProperty?: undefined;
|
|
67
80
|
dataType?: undefined;
|
|
68
81
|
data?: undefined;
|
|
69
|
-
customDefaultValue?: undefined;
|
|
70
82
|
})[];
|
|
71
83
|
};
|
|
72
84
|
getSingleFilterOperators(): string[];
|
package/lib/utils/utils.d.ts
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/// <reference types="lodash" />
|
|
2
|
+
/// <reference types="lodash" />
|
|
3
|
+
/// <reference types="lodash" />
|
|
4
|
+
/// <reference types="lodash" />
|
|
5
|
+
/// <reference types="lodash" />
|
|
6
|
+
/// <reference types="lodash" />
|
|
7
|
+
/// <reference types="lodash" />
|
|
8
|
+
/// <reference types="lodash" />
|
|
9
|
+
/// <reference types="lodash" />
|
|
10
|
+
/// <reference types="lodash" />
|
|
11
|
+
/// <reference types="lodash" />
|
|
12
|
+
/// <reference types="lodash" />
|
|
13
|
+
/// <reference types="lodash" />
|
|
1
14
|
import { Utils } from '@formio/js';
|
|
2
15
|
export declare const _: Utils._.LoDashStatic;
|
|
3
16
|
export declare const valueTypes: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formio/reporting",
|
|
3
|
-
"version": "2.0.1-rc.
|
|
3
|
+
"version": "2.0.1-rc.4",
|
|
4
4
|
"description": "Reporting components for form.io",
|
|
5
5
|
"main": "reporting.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"homepage": "https://github.com/formio/reporting#readme",
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@formio/js": "^5.0.0",
|
|
39
|
-
"@formio/license": "
|
|
39
|
+
"@formio/license": "2.0.0-rc.11",
|
|
40
40
|
"@types/file-saver": "^2.0.5",
|
|
41
41
|
"@types/mocha": "^10.0.1",
|
|
42
42
|
"@types/node": "^20.1.5",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"ts-node": "^10.9.1",
|
|
61
61
|
"ts-sinon": "^2.0.2",
|
|
62
62
|
"tslint": "^6.1.2",
|
|
63
|
-
"typescript": "
|
|
63
|
+
"typescript": "5.1.6",
|
|
64
64
|
"webpack": "^5.88.1",
|
|
65
65
|
"webpack-cli": "^4.9.2",
|
|
66
66
|
"webpack-node-externals": "^3.0.0",
|