@ulb-darmstadt/shacl-form 1.4.3 → 1.4.4
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/constants.d.ts +1 -0
- package/dist/form-bootstrap.js +1 -1
- package/dist/form-default.js +1 -1
- package/dist/form-material.js +99 -95
- package/dist/form.d.ts +2 -2
- package/dist/plugins/file-upload.d.ts +8 -0
- package/dist/plugins/file-upload.js +1 -0
- package/dist/plugins/leaflet.js +1 -1
- package/dist/plugins/mapbox.d.ts +0 -1
- package/dist/plugins/mapbox.js +1 -1
- package/dist/plugins/mapbox.js.LICENSE.txt +8 -0
- package/dist/property-template.d.ts +1 -0
- package/dist/theme.d.ts +1 -0
- package/package.json +7 -7
package/dist/constants.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const PREFIX_RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
|
|
|
5
5
|
export declare const PREFIX_RDFS = "http://www.w3.org/2000/01/rdf-schema#";
|
|
6
6
|
export declare const PREFIX_SKOS = "http://www.w3.org/2004/02/skos/core#";
|
|
7
7
|
export declare const PREFIX_OWL = "http://www.w3.org/2002/07/owl#";
|
|
8
|
+
export declare const PREFIX_OA = "http://www.w3.org/ns/oa#";
|
|
8
9
|
export declare const SHAPES_GRAPH: import("n3").NamedNode<"shapes">;
|
|
9
10
|
export declare const OWL_IMPORTS: import("n3").NamedNode<string>;
|
|
10
11
|
export declare const RDF_PREDICATE_TYPE: import("n3").NamedNode<string>;
|