@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 CHANGED
@@ -1,6 +1,5 @@
1
1
  declare const Report_base: any;
2
2
  declare class Report extends Report_base {
3
- static [x: string]: any;
4
3
  setForm(reportParam: any): any;
5
4
  create(): any;
6
5
  static create(): any;
@@ -1,6 +1,5 @@
1
1
  declare const ReportForm_base: any;
2
2
  export default class ReportForm extends ReportForm_base {
3
- static [x: string]: any;
4
3
  [x: string]: any;
5
4
  init(): any;
6
5
  render(): any;
@@ -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;
@@ -55,7 +55,6 @@ export declare function getColumnsTab(): {
55
55
  valueProperty?: undefined;
56
56
  dataType?: undefined;
57
57
  data?: undefined;
58
- customDefaultValue?: undefined;
59
58
  })[];
60
59
  };
61
60
  export declare function getSingleFilterOperators(): string[];
@@ -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[];
@@ -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.2",
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": "^2.0.0-rc.9",
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": "^5.7.2",
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",