Chore: regen docs

This commit is contained in:
Pieter Vander Vennet 2024-09-30 18:18:21 +02:00
parent 42fbe7a0a7
commit e71cfe605c
219 changed files with 8150 additions and 1507 deletions

View file

@ -38,6 +38,7 @@ The listed types here trigger a special input element. Use them in `tagrendering
32. [nsi](#nsi)
33. [Helper arguments](#helper-arguments)
34. [currency](#currency)
35. [regex](#regex)
### string
A simple piece of text which is at most 255 characters long
@ -146,10 +147,12 @@ name | doc
------ | -----
options | A JSON-object of type `{ prefix: string, postfix: string }`.
| subarg | doc |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| prefix | Piece of text that will always be added to the front of the generated opening hours. If the OSM-data does not start with this, it will fail to parse. |
| postfix | Piece of text that will always be added to the end of the generated opening hours |
subarg \| doc
-------- \| -----
prefix \| Piece of text that will always be added to the front of the generated opening hours. If the OSM-data does not start with this, it will fail to parse.
postfix \| Piece of text that will always be added to the end of the generated opening hours
### Example usage
@ -210,6 +213,8 @@ addExtraTags \| Extra tags to add to the suggestions, e.g. `nobrand=yes`.
### currency
Validates monetary amounts
### regex
Validates a regex
This document is autogenerated from [src/UI/InputElement/Validators.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/UI/InputElement/Validators.ts)