@ulb-darmstadt/shacl-form 2.0.7 → 2.0.8
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 +2 -2
- package/dist/bundle.js +52 -53
- package/dist/form.d.ts +5 -1
- package/dist/index.js +10 -11
- package/dist/plugins/leaflet.js +1 -1
- package/dist/theme.default.d.ts +1 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -74,8 +74,8 @@ data-generate-node-shape-reference | When generating the RDF data graph, <sha
|
|
|
74
74
|
data-show-node-ids | When this attribute is set, shacl node shapes will have their subject id shown in the form
|
|
75
75
|
data-show-root-shape-label | If this is set and the root SHACL shape has `rdfs:label` or `dcterms:title` properties, <shacl-form> displays a heading with that value on top of the form
|
|
76
76
|
data-proxy | URL of a proxy to use when fetching resources (e.g. `owl:imports`). This can help loading resources from the web that are not [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) enabled. The URL of the resource to fetch will be appended to the value of this attribute. Example value for this attribute: `http://you-proxy.org/?url=`.
|
|
77
|
-
data-dense | Boolean
|
|
78
|
-
data-hierarchy-colors | If set, a colored vertical bar is displayed on the right side of the form for each nested hierarchy level with the intention of easing orientation in complex nested forms. The value of this attribute can be a list of comma
|
|
77
|
+
data-dense | Boolean indicating to render a compact form with small paddings and margins. Default: true
|
|
78
|
+
data-hierarchy-colors | If set, a colored vertical bar is displayed on the right side of the form for each nested hierarchy level with the intention of easing orientation in complex nested forms. The value of this attribute can be a list of comma separated CSS color definitions. If no value is given, a default color palette is used.
|
|
79
79
|
|
|
80
80
|
### Element functions
|
|
81
81
|
|