@ulb-darmstadt/shacl-form 2.0.0-rc12 → 2.0.0-rc13

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 CHANGED
@@ -74,6 +74,7 @@ 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-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=`.
76
76
  data-dense | Boolean inidcating to render a compact form with small paddings and margins. Default: true
77
+ 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 seperated CSS color definitions. If no value is given, a default color palette is used.
77
78
 
78
79
  ### Element functions
79
80