@opengeoweb/form-fields 19.1.0 → 19.1.1

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.
package/dist/README.md ADDED
@@ -0,0 +1,15 @@
1
+ ![current version](https://img.shields.io/badge/dynamic/json?color=blue&label=version&query=version&url=https://gitlab.com/opengeoweb/opengeoweb/raw/master/libs/form-fields/package.json)
2
+ ![coverage](https://gitlab.com/opengeoweb/opengeoweb/badges/master/coverage.svg?job=test-form-fields)
3
+
4
+ # form-fields
5
+
6
+ GeoWeb form-fields library for the opengeoweb project.
7
+ This library was generated with [Nx](https://nx.dev).
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test form-fields` to execute the unit tests via [Jest](https://jestjs.io).
12
+
13
+ ### TypeScript Documentation
14
+
15
+ - [TypeScript Docs](https://opengeoweb.gitlab.io/opengeoweb/typescript-docs/form-fields/)
@@ -0,0 +1 @@
1
+ export * from "./src/index";