@formio/reporting 2.0.0-dev.tt.7 → 2.0.0-dev.tt.8

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.
@@ -1,6 +1,20 @@
1
- export declare const _: any;
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" />
14
+ import { Utils } from '@formio/js';
15
+ export declare const _: Utils._.LoDashStatic;
2
16
  export declare const valueTypes: any;
3
- export declare function convertReportingFormCompIntoGridComp(comp: any, columnSettings: any): any;
17
+ export declare function convertReportingFormCompIntoGridComp(comp: any, columnSettings: any): Utils._.Omit<any, "logic" | "prefix" | "suffix" | "action" | "defaultValue" | "conditional" | "hideLabel" | "calculateValue" | "validate" | "hidden" | "customConditional">;
4
18
  export declare function getCalcOperatorFieldArgs(columnSettings: any): any;
5
19
  export declare function convertReportingCalcSettingsIntoGridComp(columnSettings: any, reportingConfig?: any): any;
6
20
  export declare function getPropertyFromFormId(formId: any): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/reporting",
3
- "version": "2.0.0-dev.tt.7",
3
+ "version": "2.0.0-dev.tt.8",
4
4
  "description": "Reporting components for form.io",
5
5
  "main": "reporting.js",
6
6
  "types": "lib/index.d.ts",
@@ -36,8 +36,8 @@
36
36
  "reportConfigVersion": 7,
37
37
  "homepage": "https://github.com/formio/reporting#readme",
38
38
  "devDependencies": {
39
- "@formio/js": "^5.0.0-rc.75",
40
- "@formio/license": "^2.0.0-rc.4",
39
+ "@formio/js": "^5.0.0-rc.96",
40
+ "@formio/license": "^2.0.0-rc.7",
41
41
  "@types/file-saver": "^2.0.5",
42
42
  "@types/mocha": "^10.0.1",
43
43
  "@types/node": "^20.1.5",