Skip to content

Commit 1c470c0

Browse files
committed
Release v1.0.2
1 parent bc67786 commit 1c470c0

File tree

77 files changed

+861
-765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+861
-765
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [Documentation](https://educorvi.github.io/vue_json_form/)
99
- [Demo](https://educorvi.github.io/vue_json_form/demo/)
1010
## Usage
11-
Install with `npm install @educorvi/vue-json-form`. This Component need [Bootstrap-Vue](https://bootstrap-vue.org/) installed to work.
11+
Install with `npm install @educorvi/vue-json-form`. This Component needs [Bootstrap-Vue](https://bootstrap-vue.org/) installed to work.
1212

1313
### Use in VueJS-Component
1414
``` vue

docs/demo/css/app.1e3d846d.css renamed to docs/demo/css/app.bd284e03.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel=icon href=favicon.ico><title>@educorvi/vue-json-form</title><link href=css/app.1e3d846d.css rel=preload as=style><link href=css/chunk-vendors.5699e6ca.css rel=preload as=style><link href=js/app.3cd9c991.js rel=preload as=script><link href=js/chunk-vendors.99d4e714.js rel=preload as=script><link href=css/chunk-vendors.5699e6ca.css rel=stylesheet><link href=css/app.1e3d846d.css rel=stylesheet></head><body><noscript><strong>We're sorry but @educorvi/vue-json-form doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.99d4e714.js></script><script src=js/app.3cd9c991.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel=icon href=favicon.ico><title>@educorvi/vue-json-form</title><link href=css/app.bd284e03.css rel=preload as=style><link href=css/chunk-vendors.5699e6ca.css rel=preload as=style><link href=js/app.3d447a77.js rel=preload as=script><link href=js/chunk-vendors.29e97de5.js rel=preload as=script><link href=css/chunk-vendors.5699e6ca.css rel=stylesheet><link href=css/app.bd284e03.css rel=stylesheet></head><body><noscript><strong>We're sorry but @educorvi/vue-json-form doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.29e97de5.js></script><script src=js/app.3d447a77.js></script></body></html>

docs/demo/js/app.3cd9c991.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/demo/js/app.3cd9c991.js renamed to docs/demo/js/app.3d447a77.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo/js/app.3d447a77.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo/js/chunk-vendors.29e97de5.js

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo/js/chunk-vendors.29e97de5.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo/js/chunk-vendors.99d4e714.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/demo/js/chunk-vendors.99d4e714.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/schemaDoc/README.md

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,50 @@
22

33
## Top-level Schemas
44

5-
- [Bootstrap Button Variants](./variants.md "The Variants, that Bootstrap allows you to have")`https://educorvi.github.io/vue_json_form/schemas/variants.schema.json`
6-
- [Button](./button.md "Used to put a button into the form")`https://educorvi.github.io/vue_json_form/schemas/button.schema.json`
7-
- [Control](./control.md "Contains a form element, e")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json`
8-
- [Divider](./divider.md "inserts a simple divider")`https://educorvi.github.io/vue_json_form/schemas/divider.schema.json`
9-
- [HTML Renderer](./html.md "Some HTML to be rendered in the form")`https://educorvi.github.io/vue_json_form/schemas/html.schema.json`
10-
- [Layout](./layout.md "The different Layouts")`https://educorvi.github.io/vue_json_form/schemas/layout.schema.json`
11-
- [ShowOn property](./show_on.md "Show field depending on value of other field")`https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json`
12-
- [UI Schema](./ui.md "Schema for the UI Schema")`https://educorvi.github.io/vue_json_form/schemas/ui.schema.json`
13-
- [Wizard](./wizard.md "A wizard that contains the form spread over multiple pages")`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json`
14-
- [Wizard Page](./wizard_page.md)`https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json`
5+
* [Bootstrap Button Variants](./variants.md "The Variants, that Bootstrap allows you to have")`https://educorvi.github.io/vue_json_form/schemas/variants.schema.json`
6+
7+
* [Button](./button.md "Used to put a button into the form")`https://educorvi.github.io/vue_json_form/schemas/button.schema.json`
8+
9+
* [Control](./control.md "Contains a form element, e")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json`
10+
11+
* [Divider](./divider.md "inserts a simple divider")`https://educorvi.github.io/vue_json_form/schemas/divider.schema.json`
12+
13+
* [HTML Renderer](./html.md "Some HTML to be rendered in the form")`https://educorvi.github.io/vue_json_form/schemas/html.schema.json`
14+
15+
* [Layout](./layout.md "The different Layouts")`https://educorvi.github.io/vue_json_form/schemas/layout.schema.json`
16+
17+
* [ShowOn property](./show_on.md "Show field depending on value of other field")`https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json`
18+
19+
* [UI Schema](./ui.md "Schema for the UI Schema")`https://educorvi.github.io/vue_json_form/schemas/ui.schema.json`
20+
21+
* [Wizard](./wizard.md "A wizard that contains the form spread over multiple pages")`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json`
22+
23+
* [Wizard Page](./wizard_page.md)`https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json`
1524

1625
## Other Schemas
1726

1827
### Objects
1928

20-
- [Options](./control-properties-options.md "Gives multiple options to configure the element")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options`
21-
- [ShowOn property](./control-properties-showon-property.md "Show field depending on value of other field")`https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json#/properties/showOn`
22-
- [Titles for enum](./control-properties-options-properties-titles-for-enum.md "If the text in a enums select field is supposed to differ from the keys, they can be specified as properties of this object")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/enumTitles`
23-
- [Untitled object in Control](./control-properties-options-properties-tags.md "Will be rendered as tags-Field")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/tags`
24-
- [Wizard](./layout-properties-elements-layoutelement-oneof-wizard.md "A wizard that contains the form spread over multiple pages")`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/elements/items/oneOf/4`
25-
- [Wizard Page](./wizard-properties-pages-wizard-page.md)`https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json#/properties/pages/items`
29+
* [Options](./control-properties-options.md "Gives multiple options to configure the element")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options`
30+
31+
* [ShowOn property](./control-properties-showon-property.md "Show field depending on value of other field")`https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json#/properties/showOn`
32+
33+
* [Titles for enum](./control-properties-options-properties-titles-for-enum.md "If the text in a enums select field is supposed to differ from the keys, they can be specified as properties of this object")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/enumTitles`
34+
35+
* [Untitled object in Control](./control-properties-options-properties-tags.md "Will be rendered as tags-Field")`https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/tags`
36+
37+
* [Wizard](./layout-properties-elements-layoutelement-oneof-wizard.md "A wizard that contains the form spread over multiple pages")`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/elements/items/oneOf/4`
38+
39+
* [Wizard Page](./wizard-properties-pages-wizard-page.md)`https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json#/properties/pages/items`
2640

2741
### Arrays
2842

29-
- [Elements](./layout-properties-elements.md "The elements of the layout")`https://educorvi.github.io/vue_json_form/schemas/layout.schema.json#/properties/elements`
30-
- [Pages](./wizard-properties-pages.md)`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages`
31-
- [Pages](./wizard-properties-pages.md)`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages`
43+
* [Elements](./layout-properties-elements.md "The elements of the layout")`https://educorvi.github.io/vue_json_form/schemas/layout.schema.json#/properties/elements`
44+
45+
* [Pages](./wizard-properties-pages.md)`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages`
46+
47+
* [Pages](./wizard-properties-pages.md)`https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages`
48+
49+
## Version Note
50+
51+
The schemas linked above follow the JSON Schema Spec version: `http://json-schema.org/draft-07/schema#`

docs/schemaDoc/button-properties-bootstrap-button-variants.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://educorvi.github.io/vue_json_form/schemas/variants.schema.json#/propertie
66

77
The Variants, that Bootstrap allows you to have
88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------- |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json\*](../schemas/button.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json*](../schemas/button.schema.json "open original schema") |
1312

1413
## variant Type
1514

@@ -20,7 +19,7 @@ The Variants, that Bootstrap allows you to have
2019
**enum**: the value of this property must be equal to one of the following values:
2120

2221
| Value | Explanation |
23-
| :-------------------- | ----------- |
22+
| :-------------------- | :---------- |
2423
| `"primary"` | |
2524
| `"secondary"` | |
2625
| `"success"` | |

docs/schemaDoc/button-properties-text.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://educorvi.github.io/vue_json_form/schemas/button.schema.json#/properties/
66

77
The buttons text
88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------- |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json\*](../schemas/button.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json*](../schemas/button.schema.json "open original schema") |
1312

1413
## text Type
1514

docs/schemaDoc/button-properties-the-buttons-type.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://educorvi.github.io/vue_json_form/schemas/button.schema.json#/properties/
66

77
Currently, only a submit button is supported
88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------- |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json\*](../schemas/button.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json*](../schemas/button.schema.json "open original schema") |
1312

1413
## buttonType Type
1514

@@ -20,5 +19,5 @@ Currently, only a submit button is supported
2019
**enum**: the value of this property must be equal to one of the following values:
2120

2221
| Value | Explanation |
23-
| :--------- | ----------- |
22+
| :--------- | :---------- |
2423
| `"submit"` | |

docs/schemaDoc/button-properties-type.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://educorvi.github.io/vue_json_form/schemas/button.schema.json#/properties/
66

77

88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------- |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json\*](../schemas/button.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [button.schema.json*](../schemas/button.schema.json "open original schema") |
1312

1413
## type Type
1514

@@ -20,5 +19,5 @@ https://educorvi.github.io/vue_json_form/schemas/button.schema.json#/properties/
2019
**enum**: the value of this property must be equal to one of the following values:
2120

2221
| Value | Explanation |
23-
| :--------- | ----------- |
22+
| :--------- | :---------- |
2423
| `"Button"` | |

0 commit comments

Comments
 (0)