@axdspub/axiom-ui-forms 0.1.0 → 0.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/README.md +4 -9
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
Library that allows:
|
2
2
|
- Creation of forms using a json config file
|
3
|
-
- Creation of forms using a [https://json-schema.org/draft-06/json-schema-release-notes
|
3
|
+
- Creation of forms using a [json schema draft 6](https://json-schema.org/draft-06/json-schema-release-notes), with selective overrides using json config
|
4
|
+
- To do: allow addition of new form types and UI components by consuming library
|
5
|
+
- To do: allow schema version 4 and draft 7
|
4
6
|
|
5
7
|
## Testing build locally
|
6
8
|
|
@@ -9,11 +11,4 @@ npm i spa-http-server -g
|
|
9
11
|
npm run build
|
10
12
|
cd build
|
11
13
|
http-server --push-state -p 8091 -o
|
12
|
-
```
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
## TODO
|
17
|
-
|
18
|
-
- [ ] Save filter and map state in url
|
19
|
-
- [ ] Update `axiom-maps` to allow geojson to be updatd on existing layer with the goal of removingthe flicker after filter
|
14
|
+
```
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@axdspub/axiom-ui-forms",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.1",
|
4
4
|
"private": false,
|
5
5
|
"main": "./library/index.js",
|
6
6
|
"module": "./library/index.js",
|
7
|
-
"types": "./library/axiom-ui-
|
7
|
+
"types": "./library/axiom-ui-forms.d.ts",
|
8
8
|
"peerDependencies": {
|
9
9
|
"lodash": "^4.17.21",
|
10
10
|
"react": "^18.0.0",
|