@react-typed-forms/schemas 13.5.1 → 13.5.2

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.
@@ -195,8 +195,8 @@ export interface SchemaInterface {
195
195
  * @returns The search text.
196
196
  */
197
197
  searchText(field: SchemaField, value: any): string;
198
- makeEqualityFunc(field: SchemaNode): EqualityFunc;
199
- makeControlSetup(field: SchemaNode): ControlSetup<any>;
198
+ makeEqualityFunc(field: SchemaNode, element?: boolean): EqualityFunc;
199
+ makeControlSetup(field: SchemaNode, element?: boolean): ControlSetup<any>;
200
200
  }
201
201
  export interface SchemaTreeLookup<A = string> {
202
202
  getSchema(schemaId: A): SchemaNode | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-typed-forms/schemas",
3
- "version": "13.5.1",
3
+ "version": "13.5.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",