@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.19.0 to 4.20.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.20.0](https://github.com/Lundalogik/lime-web-components/compare/v4.19.0...v4.20.0) (2021-04-01) | ||
### Features | ||
* **route-service:** add optional params when routing to table ([265443e](https://github.com/Lundalogik/lime-web-components/commit/265443e0d456203654788b8d57a7a5c591becbf2)) | ||
# [4.19.0](https://github.com/Lundalogik/lime-web-components/compare/v4.18.0...v4.19.0) (2021-03-23) | ||
@@ -8,0 +19,0 @@ |
@@ -23,4 +23,5 @@ import { Expression } from '../query.interface'; | ||
* @param {Expression} filter filter expression to apply to the table | ||
* @param {Record<string, any>} params params to use when routing to the table | ||
*/ | ||
table(limetype: string, filter?: Expression): any; | ||
table(limetype: string, filter?: Expression, params?: Record<string, any>): any; | ||
} |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.19.0", | ||
"version": "4.20.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "7c6c6f23befbe292207f9bdadd6f92270397a27a" | ||
"gitHead": "8a1d20e1458ab1aa9e62d6dfaa676d3970da59a0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62410
1500