Skip to content

Commit

Permalink
added partialFormat boolean in FormOptions (#29)
Browse files Browse the repository at this point in the history
* added partialFormat boolean in FormOptions

* added partialFormat boolean in FormOptionsas required

* 1.0.19

* changelog

* changed version in package
  • Loading branch information
albab7 authored Oct 28, 2024
1 parent 7e555e9 commit 3075bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- `isPartialFormat` option is available inside data-schema `formOptions`

## [1.0.18] - 2024-04-16

- `events`: add properties `dateFormat` and `timezone` to `ExportUserConfig` event
Expand Down
1 change: 1 addition & 0 deletions src/schemas/data-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export interface FormOptions {
readOnly?: boolean
showFileInViewer?: boolean
geopointFormat?: ['lat', 'lon'] | ['lon', 'lat']
isPartialFormat?: boolean
}

export interface ExtendedJSONSchema7Definition extends Omit<JSONSchema7, 'type' | 'properties' | 'items' | 'description'> {
Expand Down

0 comments on commit 3075bf4

Please sign in to comment.