@formio/reporting 2.0.1-rc.2 → 2.0.1-rc.3
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/package.json +3 -3
- package/reporting.js +1 -1
- package/lib/Report.d.ts +0 -9
- package/lib/ReportForm.d.ts +0 -8
- package/lib/components/ReportingControls/ReportingControls.d.ts +0 -37
- package/lib/components/ReportingGrid/ReportingGrid.d.ts +0 -56
- package/lib/components/ReportingGrid/customFilters.d.ts +0 -12
- package/lib/components/index.d.ts +0 -7
- package/lib/index.d.ts +0 -32
- package/lib/licenseCheck/common.d.ts +0 -5
- package/lib/licenseCheck/index.d.ts +0 -1
- package/lib/licenseCheck/noLicenseCheck.d.ts +0 -5
- package/lib/providers/ReportingUrlFetchProvider.d.ts +0 -85
- package/lib/providers/index.d.ts +0 -5
- package/lib/services/ReportingStorageService.d.ts +0 -7
- package/lib/templates/bootstrap/index.d.ts +0 -6
- package/lib/templates/bootstrap/reportingGrid/index.d.ts +0 -4
- package/lib/templates/index.d.ts +0 -23
- package/lib/utils/AggregationOperators/AggregationOperator.d.ts +0 -24
- package/lib/utils/AggregationOperators/Avg.d.ts +0 -15
- package/lib/utils/AggregationOperators/Concat.d.ts +0 -16
- package/lib/utils/AggregationOperators/Count.d.ts +0 -17
- package/lib/utils/AggregationOperators/DateDiff.d.ts +0 -20
- package/lib/utils/AggregationOperators/DayOfMonth.d.ts +0 -18
- package/lib/utils/AggregationOperators/DayOfWeek.d.ts +0 -18
- package/lib/utils/AggregationOperators/DayOfYear.d.ts +0 -18
- package/lib/utils/AggregationOperators/Divide.d.ts +0 -22
- package/lib/utils/AggregationOperators/Max.d.ts +0 -15
- package/lib/utils/AggregationOperators/Min.d.ts +0 -15
- package/lib/utils/AggregationOperators/Month.d.ts +0 -18
- package/lib/utils/AggregationOperators/Multiply.d.ts +0 -15
- package/lib/utils/AggregationOperators/Percentage.d.ts +0 -15
- package/lib/utils/AggregationOperators/Size.d.ts +0 -23
- package/lib/utils/AggregationOperators/Subtract.d.ts +0 -16
- package/lib/utils/AggregationOperators/Sum.d.ts +0 -18
- package/lib/utils/AggregationOperators/Week.d.ts +0 -18
- package/lib/utils/AggregationOperators/Year.d.ts +0 -18
- package/lib/utils/AggregationOperators/index.d.ts +0 -22
- package/lib/utils/FilterOperators.d.ts +0 -4
- package/lib/utils/configurationFormUtils.d.ts +0 -72
- package/lib/utils/controlsUtils.d.ts +0 -256
- package/lib/utils/filtersQueries.d.ts +0 -21
- package/lib/utils/gridUtils.d.ts +0 -3
- package/lib/utils/index.d.ts +0 -302
- package/lib/utils/libraryName.d.ts +0 -2
- package/lib/utils/utils.d.ts +0 -18
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.3",
|
|
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.10",
|
|
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",
|