@genesislcap/foundation-criteria
Advanced tools
Comparing version 14.237.2-alpha-78ebbc0.0 to 14.238.0
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.48.0" | ||
"packageVersion": "7.34.9" | ||
} | ||
] | ||
} |
import { ExpressionParams } from './types'; | ||
export declare const interleave: <T extends unknown[]>(source: T, obj: unknown) => unknown[]; | ||
export declare const ensureArray: (value: any) => any[]; | ||
export declare const isExpressionParams: (value: any) => value is ExpressionParams; | ||
export declare const isExpressionParams: (value: any) => value is ExpressionParams<"">; | ||
//# sourceMappingURL=utils.d.ts.map |
@@ -5,3 +5,3 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
## createFormCriteriaBuilder() function | ||
## createFormCriteriaBuilder variable | ||
@@ -14,12 +14,1 @@ | ||
``` | ||
## Parameters | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| criteriaBuilder | [CriteriaBuilder](./foundation-criteria.criteriabuilder.md) | | | ||
**Returns:** | ||
(config: [ExpressionConfig](./foundation-criteria.expressionconfig.md)<!-- -->, formValue: any, formData: T) => void | ||
@@ -16,8 +16,2 @@ <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
## Functions | ||
| Function | Description | | ||
| --- | --- | | ||
| [createFormCriteriaBuilder(criteriaBuilder)](./foundation-criteria.createformcriteriabuilder.md) | | | ||
## Variables | ||
@@ -27,2 +21,3 @@ | ||
| --- | --- | | ||
| [createFormCriteriaBuilder](./foundation-criteria.createformcriteriabuilder.md) | | | ||
| [Serialisers](./foundation-criteria.serialisers.md) | Functions to to serialise an Expression to a string | | ||
@@ -29,0 +24,0 @@ |
{ | ||
"name": "@genesislcap/foundation-criteria", | ||
"description": "Genesis Foundation UI Criteria Utils", | ||
"version": "14.237.2-alpha-78ebbc0.0", | ||
"version": "14.238.0", | ||
"sideEffects": false, | ||
@@ -52,16 +52,16 @@ "license": "SEE LICENSE IN license.txt", | ||
"devDependencies": { | ||
"@genesislcap/foundation-testing": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/genx": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/rollup-builder": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/ts-builder": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/uvu-playwright-builder": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/vite-builder": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/webpack-builder": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/foundation-testing": "14.238.0", | ||
"@genesislcap/genx": "14.238.0", | ||
"@genesislcap/rollup-builder": "14.238.0", | ||
"@genesislcap/ts-builder": "14.238.0", | ||
"@genesislcap/uvu-playwright-builder": "14.238.0", | ||
"@genesislcap/vite-builder": "14.238.0", | ||
"@genesislcap/webpack-builder": "14.238.0", | ||
"rimraf": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@genesislcap/foundation-logger": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/foundation-utils": "14.237.2-alpha-78ebbc0.0", | ||
"@genesislcap/foundation-logger": "14.238.0", | ||
"@genesislcap/foundation-utils": "14.238.0", | ||
"@microsoft/fast-element": "1.14.0", | ||
"tslib": "2.8.1" | ||
"tslib": "^2.3.1" | ||
}, | ||
@@ -76,3 +76,3 @@ "repository": { | ||
}, | ||
"gitHead": "ab5fa0da6c1d82b0d69754c35801e2b17ae7d018" | ||
"gitHead": "2735fb5a88f2e15f101c1343ee178d80db89fc63" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
147903
2772
+ Added@genesislcap/foundation-logger@14.238.0(transitive)
+ Added@genesislcap/foundation-utils@14.238.0(transitive)
- Removed@genesislcap/foundation-logger@14.237.2-alpha-78ebbc0.0(transitive)
- Removed@genesislcap/foundation-utils@14.237.2-alpha-78ebbc0.0(transitive)
Updatedtslib@^2.3.1