@piveau/piveau-hub-ui-modules 4.7.12 → 4.8.0-beta.0

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.
Files changed (37) hide show
  1. package/dist/configurations/configureServices.mjs +18 -15
  2. package/dist/configurations/configureServices.mjs.map +1 -1
  3. package/dist/data-provider-interface/composables/aucotomplete.mjs +36 -26
  4. package/dist/data-provider-interface/composables/aucotomplete.mjs.map +1 -1
  5. package/dist/data-provider-interface/config/dcatapde/input-definition.mjs +1 -1
  6. package/dist/data-provider-interface/config/dcatapde/input-definition.mjs.map +1 -1
  7. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs +1 -0
  8. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs.map +1 -1
  9. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.d.ts +43 -0
  10. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.mjs +118 -0
  11. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.mjs.map +1 -0
  12. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue2.mjs +5 -0
  13. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue2.mjs.map +1 -0
  14. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.d.ts +52 -0
  15. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.mjs +170 -0
  16. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.mjs.map +1 -0
  17. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue2.mjs +5 -0
  18. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue2.mjs.map +1 -0
  19. package/dist/datasetDetails/properties/ValuesList.vue.d.ts +1 -0
  20. package/dist/datasetDetails/properties/ValuesList.vue.mjs +47 -44
  21. package/dist/datasetDetails/properties/ValuesList.vue.mjs.map +1 -1
  22. package/dist/datasetDetails/properties/specification.d.ts +26 -0
  23. package/dist/datasetDetails/properties/specification.mjs +8 -0
  24. package/dist/datasetDetails/properties/specification.mjs.map +1 -1
  25. package/dist/index.d.ts +3 -1
  26. package/dist/index.mjs +113 -109
  27. package/dist/index.mjs.map +1 -1
  28. package/dist/piveau-hub-ui-modules.css +1 -1
  29. package/dist/services/dataserviceService.d.ts +9 -0
  30. package/dist/services/dataserviceService.mjs +30 -0
  31. package/dist/services/dataserviceService.mjs.map +1 -0
  32. package/dist/store/index.mjs +19 -17
  33. package/dist/store/index.mjs.map +1 -1
  34. package/dist/store/modules/dataserviceDetailsStore.d.ts +71 -0
  35. package/dist/store/modules/dataserviceDetailsStore.mjs +117 -0
  36. package/dist/store/modules/dataserviceDetailsStore.mjs.map +1 -0
  37. package/package.json +1 -1
@@ -1,21 +1,24 @@
1
- import l from "../services/datasetService.mjs";
2
- import i from "../services/catalogService.mjs";
1
+ import i from "../services/datasetService.mjs";
2
+ import l from "../services/catalogService.mjs";
3
3
  import o from "../services/gazetteerService.mjs";
4
- function f(e, t) {
5
- e.$datasetService = new l(
6
- t.baseUrl,
7
- t.hubUrl,
8
- t.qualityBaseUrl,
9
- t.similarityBaseUrl,
10
- t.similarityServiceName,
11
- t.defaultScoringFacets
12
- ), e.$catalogService = new i(
13
- t.baseUrl
14
- ), e.$gazetteerService = new o(
15
- t.baseUrl
4
+ import r from "../services/dataserviceService.mjs";
5
+ function U(t, e) {
6
+ t.$datasetService = new i(
7
+ e.baseUrl,
8
+ e.hubUrl,
9
+ e.qualityBaseUrl,
10
+ e.similarityBaseUrl,
11
+ e.similarityServiceName,
12
+ e.defaultScoringFacets
13
+ ), t.$catalogService = new l(
14
+ e.baseUrl
15
+ ), t.$gazetteerService = new o(
16
+ e.baseUrl
17
+ ), t.$dataserviceService = new r(
18
+ e.baseUrl
16
19
  );
17
20
  }
18
21
  export {
19
- f as configureServices
22
+ U as configureServices
20
23
  };
21
24
  //# sourceMappingURL=configureServices.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"configureServices.mjs","sources":["../../lib/configurations/configureServices.ts"],"sourcesContent":["import datasetService from \"../services/datasetService\";\nimport catalogService from \"../services/catalogService\";\nimport gazetteerService from \"../services/gazetteerService\";\n\nexport function configureServices(store: any, serviceParams: {[key: string]: unknown}) {\n\n // Create Dataset Service\n store.$datasetService = new datasetService(\n serviceParams.baseUrl,\n serviceParams.hubUrl,\n serviceParams.qualityBaseUrl,\n serviceParams.similarityBaseUrl,\n serviceParams.similarityServiceName,\n serviceParams.defaultScoringFacets,\n );\n\n // Create Catalog Service\n store.$catalogService = new catalogService(\n serviceParams.baseUrl,\n );\n\n // Create Gazetteer Service\n store.$gazetteerService = new gazetteerService(\n serviceParams.baseUrl,\n );\n}\n"],"names":["configureServices","store","serviceParams","datasetService","catalogService","gazetteerService"],"mappings":";;;AAIgB,SAAAA,EAAkBC,GAAYC,GAAyC;AAGrF,EAAAD,EAAM,kBAAkB,IAAIE;AAAAA,IAC1BD,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,EAAA,GAIhBD,EAAM,kBAAkB,IAAIG;AAAAA,IAC1BF,EAAc;AAAA,EAAA,GAIfD,EAAM,oBAAoB,IAAII;AAAAA,IAC7BH,EAAc;AAAA,EAAA;AAElB;"}
1
+ {"version":3,"file":"configureServices.mjs","sources":["../../lib/configurations/configureServices.ts"],"sourcesContent":["import datasetService from \"../services/datasetService\";\nimport catalogService from \"../services/catalogService\";\nimport gazetteerService from \"../services/gazetteerService\";\nimport dataserviceService from \"../services/dataserviceService\";\n\nexport function configureServices(store: any, serviceParams: {[key: string]: unknown}) {\n\n // Create Dataset Service\n store.$datasetService = new datasetService(\n serviceParams.baseUrl,\n serviceParams.hubUrl,\n serviceParams.qualityBaseUrl,\n serviceParams.similarityBaseUrl,\n serviceParams.similarityServiceName,\n serviceParams.defaultScoringFacets,\n );\n\n // Create Catalog Service\n store.$catalogService = new catalogService(\n serviceParams.baseUrl,\n );\n\n // Create Gazetteer Service\n store.$gazetteerService = new gazetteerService(\n serviceParams.baseUrl,\n );\n\n // Create Dataservice Service\n store.$dataserviceService = new dataserviceService(\n serviceParams.baseUrl,\n );\n}\n"],"names":["configureServices","store","serviceParams","datasetService","catalogService","gazetteerService","dataserviceService"],"mappings":";;;;AAKgB,SAAAA,EAAkBC,GAAYC,GAAyC;AAGrF,EAAAD,EAAM,kBAAkB,IAAIE;AAAAA,IAC1BD,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,IACdA,EAAc;AAAA,EAAA,GAIhBD,EAAM,kBAAkB,IAAIG;AAAAA,IAC1BF,EAAc;AAAA,EAAA,GAIfD,EAAM,oBAAoB,IAAII;AAAAA,IAC7BH,EAAc;AAAA,EAAA,GAIhBD,EAAM,sBAAsB,IAAIK;AAAAA,IAC9BJ,EAAc;AAAA,EAAA;AAElB;"}
@@ -1,52 +1,62 @@
1
- import { computed as p, toValue as m, inject as f } from "vue";
2
- import u from "axios";
3
- const d = Symbol(
1
+ import { computed as y, toValue as m, inject as d } from "vue";
2
+ import i from "axios";
3
+ const $ = Symbol(
4
4
  "autocomplete"
5
5
  );
6
- function g(r) {
7
- const { envs: a, dpiContext: i } = r;
6
+ function A(a) {
7
+ const { envs: s, dpiContext: l } = a, n = (t) => {
8
+ var e;
9
+ const o = (e = m(l)) == null ? void 0 : e.specification, c = (o == null ? void 0 : o.vocabPrefixes) ?? {};
10
+ return t === "licence" && c.licenses ? "licenses" : t === "licenses" && !c.licenses && c.licence ? "licence" : t;
11
+ };
8
12
  return {
9
13
  name: "default",
10
14
  adapter: {
11
- requestFirstEntrySuggestions: async (t, e) => u.get(`${e}search?filter=vocabulary&vocabulary=${t}`),
12
- requestAutocompleteSuggestions: async (t) => u.get(
13
- `${t.base}search?filter=vocabulary&vocabulary=${t.voc}&q=${t.text}&limit=14`
14
- ),
15
+ requestFirstEntrySuggestions: async (t, o) => {
16
+ const c = n(t);
17
+ return i.get(`${o}search?filter=vocabulary&vocabulary=${c}`);
18
+ },
19
+ requestAutocompleteSuggestions: async (t) => {
20
+ const o = n(t.voc);
21
+ return i.get(
22
+ `${t.base}search?filter=vocabulary&vocabulary=${o}&q=${t.text}&limit=14`
23
+ );
24
+ },
15
25
  requestResourceName: async (t) => {
16
- const { voc: e, uri: s } = t, l = p(
26
+ const { voc: o, uri: c } = t, e = n(o), b = y(
17
27
  () => {
18
- var o;
19
- return (o = m(i)) == null ? void 0 : o.specification;
28
+ var r;
29
+ return (r = m(l)) == null ? void 0 : r.specification;
20
30
  }
21
31
  );
22
32
  if (e === void 0 || e === "application")
23
33
  return;
24
- let c = "";
34
+ let u = "";
25
35
  if (e === "iana-media-types" || e === "spdx-checksum-algorithm" || e === "dataset-status")
26
- c = `${a.api.baseUrl}vocabularies/${e}`;
36
+ u = `${s.api.baseUrl}vocabularies/${e}`;
27
37
  else {
28
- const o = s.replace(
29
- l.value.vocabPrefixes[e],
38
+ const r = b.value.vocabPrefixes ?? {}, v = r[e] ?? r[o], p = c.replace(
39
+ v,
30
40
  ""
31
- ), n = encodeURIComponent(o);
32
- c = o !== n ? `${a.api.baseUrl}vocabularies/${e}/vocable?resource=${encodeURIComponent(s)}` : `${a.api.baseUrl}vocabularies/${e}/${n}`;
41
+ ), f = encodeURIComponent(p);
42
+ u = p !== f ? `${s.api.baseUrl}vocabularies/${e}/vocable?resource=${encodeURIComponent(c)}` : `${s.api.baseUrl}vocabularies/${e}/${f}`;
33
43
  }
34
- return u.get(c);
44
+ return i.get(u);
35
45
  }
36
46
  }
37
47
  };
38
48
  }
39
- function q() {
40
- const r = f(d);
41
- if (!r)
49
+ function h() {
50
+ const a = d($);
51
+ if (!a)
42
52
  throw new Error(
43
53
  "[useAutocomplete] Autocomplete not found. Did you forget to inject it?"
44
54
  );
45
- return r;
55
+ return a;
46
56
  }
47
57
  export {
48
- d as autocompleteKey,
49
- g as defaultAutocompleteAdapter,
50
- q as useAutocomplete
58
+ $ as autocompleteKey,
59
+ A as defaultAutocompleteAdapter,
60
+ h as useAutocomplete
51
61
  };
52
62
  //# sourceMappingURL=aucotomplete.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"aucotomplete.mjs","sources":["../../../lib/data-provider-interface/composables/aucotomplete.ts"],"sourcesContent":["import { computed, inject, InjectionKey, toValue } from \"vue\";\nimport axios from \"axios\";\nimport { ComputedDpiContext, useDpiContext } from \"./useDpiContext\";\nimport { useRuntimeEnv } from \"../../composables/useRuntimeEnv\";\nimport { ResolvedConfig } from \"../../configurations/config-schema\";\n\nexport interface AutocompleteInstance {\n requestFirstEntrySuggestions(voc: string, base: string): Promise<any>;\n requestAutocompleteSuggestions(options: {\n voc: string;\n text: string;\n base: string;\n }): Promise<any>;\n requestResourceName(options: {\n voc: string;\n uri: string;\n envs: any;\n }): Promise<any>;\n}\n\nexport interface AutocompleteOptions {\n name: string;\n adapter: AutocompleteInstance;\n}\n\nexport const autocompleteKey = Symbol(\n \"autocomplete\"\n) as InjectionKey<AutocompleteInstance>;\n\nexport function defaultAutocompleteAdapter(options: {\n envs: ResolvedConfig;\n dpiContext: ComputedDpiContext;\n}): AutocompleteOptions {\n const { envs, dpiContext } = options;\n\n return {\n name: \"default\",\n adapter: {\n requestFirstEntrySuggestions: async (voc, base) => {\n return axios.get(`${base}search?filter=vocabulary&vocabulary=${voc}`);\n },\n requestAutocompleteSuggestions: async (options) => {\n return axios.get(\n `${options.base}search?filter=vocabulary&vocabulary=${options.voc}&q=${options.text}&limit=14`\n );\n },\n requestResourceName: async (options) => {\n const { voc, uri } = options;\n const specification = computed(\n () => toValue(dpiContext)?.specification\n );\n\n // console.log('Options:', voc, uri);\n\n // // Catching invalid URIs\n if (voc === undefined) return;\n if (voc === \"application\") return;\n\n let req = \"\";\n\n // vocabularies for spdx checksum and inana-media-types are structured differently in the backend then other vocabularies\n if (voc === \"iana-media-types\" || voc === \"spdx-checksum-algorithm\" || voc ==='dataset-status') {\n req = `${envs.api.baseUrl}vocabularies/${voc}`;\n } \n else {\n const value = uri.replace(\n (specification.value.vocabPrefixes as any)[voc],\n \"\"\n );\n const valueEncoded = encodeURIComponent(value);\n const requestByUri = value !== valueEncoded;\n req = !requestByUri\n ? `${envs.api.baseUrl}vocabularies/${voc}/${valueEncoded}`\n : `${\n envs.api.baseUrl\n }vocabularies/${voc}/vocable?resource=${encodeURIComponent(uri)}`;\n }\n\n let result = axios.get(req);\n\n // console.log(\"#### Req:\", req);\n\n return result;\n },\n },\n };\n}\n\nexport function useAutocomplete() {\n const autocomplete = inject(autocompleteKey);\n\n if (!autocomplete) {\n throw new Error(\n \"[useAutocomplete] Autocomplete not found. Did you forget to inject it?\"\n );\n }\n\n return autocomplete;\n}\n"],"names":["autocompleteKey","defaultAutocompleteAdapter","options","envs","dpiContext","voc","base","axios","uri","specification","computed","_a","toValue","req","value","valueEncoded","useAutocomplete","autocomplete","inject"],"mappings":";;AAyBO,MAAMA,IAAkB;AAAA,EAC7B;AACF;AAEO,SAASC,EAA2BC,GAGnB;AAChB,QAAA,EAAE,MAAAC,GAAM,YAAAC,EAAe,IAAAF;AAEtB,SAAA;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,MACP,8BAA8B,OAAOG,GAAKC,MACjCC,EAAM,IAAI,GAAGD,CAAI,uCAAuCD,CAAG,EAAE;AAAA,MAEtE,gCAAgC,OAAOH,MAC9BK,EAAM;AAAA,QACX,GAAGL,EAAQ,IAAI,uCAAuCA,EAAQ,GAAG,MAAMA,EAAQ,IAAI;AAAA,MAAA;AAAA,MAGvF,qBAAqB,OAAOA,MAAY;AAChC,cAAA,EAAE,KAAAG,GAAK,KAAAG,EAAQN,IAAAA,GACfO,IAAgBC;AAAA,UACpB;;AAAM,oBAAAC,IAAAC,EAAQR,CAAU,MAAlB,gBAAAO,EAAqB;AAAA;AAAA,QAAA;AAO7B,YADIN,MAAQ,UACRA,MAAQ;AAAe;AAE3B,YAAIQ,IAAM;AAGV,YAAIR,MAAQ,sBAAsBA,MAAQ,6BAA6BA,MAAO;AAC5E,UAAAQ,IAAM,GAAGV,EAAK,IAAI,OAAO,gBAAgBE,CAAG;AAAA,aAEzC;AACH,gBAAMS,IAAQN,EAAI;AAAA,YACfC,EAAc,MAAM,cAAsBJ,CAAG;AAAA,YAC9C;AAAA,UAAA,GAEIU,IAAe,mBAAmBD,CAAK;AAEvC,UAAAD,IADeC,MAAUC,IAG3B,GACEZ,EAAK,IAAI,OACX,gBAAgBE,CAAG,qBAAqB,mBAAmBG,CAAG,CAAC,KAH/D,GAAGL,EAAK,IAAI,OAAO,gBAAgBE,CAAG,IAAIU,CAAY;AAAA,QAI5D;AAMO,eAJMR,EAAM,IAAIM,CAAG;AAAA,MAK5B;AAAA,IACF;AAAA,EAAA;AAEJ;AAEO,SAASG,IAAkB;AAC1B,QAAAC,IAAeC,EAAOlB,CAAe;AAE3C,MAAI,CAACiB;AACH,UAAM,IAAI;AAAA,MACR;AAAA,IAAA;AAIG,SAAAA;AACT;"}
1
+ {"version":3,"file":"aucotomplete.mjs","sources":["../../../lib/data-provider-interface/composables/aucotomplete.ts"],"sourcesContent":["import { computed, inject, InjectionKey, toValue } from \"vue\";\nimport axios from \"axios\";\nimport { ComputedDpiContext, useDpiContext } from \"./useDpiContext\";\nimport { useRuntimeEnv } from \"../../composables/useRuntimeEnv\";\nimport { ResolvedConfig } from \"../../configurations/config-schema\";\n\nexport interface AutocompleteInstance {\n requestFirstEntrySuggestions(voc: string, base: string): Promise<any>;\n requestAutocompleteSuggestions(options: {\n voc: string;\n text: string;\n base: string;\n }): Promise<any>;\n requestResourceName(options: {\n voc: string;\n uri: string;\n envs: any;\n }): Promise<any>;\n}\n\nexport interface AutocompleteOptions {\n name: string;\n adapter: AutocompleteInstance;\n}\n\nexport const autocompleteKey = Symbol(\n \"autocomplete\"\n) as InjectionKey<AutocompleteInstance>;\n\nexport function defaultAutocompleteAdapter(options: {\n envs: ResolvedConfig;\n dpiContext: ComputedDpiContext;\n}): AutocompleteOptions {\n const { envs, dpiContext } = options;\n\n const getVocabularyKey = (voc: string) => {\n const specification = toValue(dpiContext)?.specification;\n const vocabPrefixes = (specification?.vocabPrefixes as Record<string, string>) ?? {};\n\n if (voc === \"licence\" && vocabPrefixes[\"licenses\"]) {\n return \"licenses\";\n }\n\n if (voc === \"licenses\" && !vocabPrefixes[\"licenses\"] && vocabPrefixes[\"licence\"]) {\n return \"licence\";\n }\n\n return voc;\n };\n\n return {\n name: \"default\",\n adapter: {\n requestFirstEntrySuggestions: async (voc, base) => {\n const vocabulary = getVocabularyKey(voc);\n\n return axios.get(`${base}search?filter=vocabulary&vocabulary=${vocabulary}`);\n },\n requestAutocompleteSuggestions: async (options) => {\n const vocabulary = getVocabularyKey(options.voc);\n\n return axios.get(\n `${options.base}search?filter=vocabulary&vocabulary=${vocabulary}&q=${options.text}&limit=14`\n );\n },\n requestResourceName: async (options) => {\n const { voc, uri } = options;\n const vocabulary = getVocabularyKey(voc);\n const specification = computed(\n () => toValue(dpiContext)?.specification\n );\n\n // console.log('Options:', voc, uri);\n\n // // Catching invalid URIs\n if (vocabulary === undefined) return;\n if (vocabulary === \"application\") return;\n\n let req = \"\";\n\n // vocabularies for spdx checksum and inana-media-types are structured differently in the backend then other vocabularies\n if (vocabulary === \"iana-media-types\" || vocabulary === \"spdx-checksum-algorithm\" || vocabulary ==='dataset-status') {\n req = `${envs.api.baseUrl}vocabularies/${vocabulary}`;\n } \n else {\n const vocabPrefixes = (specification.value.vocabPrefixes as Record<string, string>) ?? {};\n const prefix = vocabPrefixes[vocabulary] ?? vocabPrefixes[voc];\n const value = uri.replace(\n prefix,\n \"\"\n );\n const valueEncoded = encodeURIComponent(value);\n const requestByUri = value !== valueEncoded;\n req = !requestByUri\n ? `${envs.api.baseUrl}vocabularies/${vocabulary}/${valueEncoded}`\n : `${\n envs.api.baseUrl\n }vocabularies/${vocabulary}/vocable?resource=${encodeURIComponent(uri)}`;\n }\n\n let result = axios.get(req);\n\n // console.log(\"#### Req:\", req);\n\n return result;\n },\n },\n };\n}\n\nexport function useAutocomplete() {\n const autocomplete = inject(autocompleteKey);\n\n if (!autocomplete) {\n throw new Error(\n \"[useAutocomplete] Autocomplete not found. Did you forget to inject it?\"\n );\n }\n\n return autocomplete;\n}\n"],"names":["autocompleteKey","defaultAutocompleteAdapter","options","envs","dpiContext","getVocabularyKey","voc","specification","_a","toValue","vocabPrefixes","base","vocabulary","axios","uri","computed","req","prefix","value","valueEncoded","useAutocomplete","autocomplete","inject"],"mappings":";;AAyBO,MAAMA,IAAkB;AAAA,EAC7B;AACF;AAEO,SAASC,EAA2BC,GAGnB;AAChB,QAAA,EAAE,MAAAC,GAAM,YAAAC,EAAe,IAAAF,GAEvBG,IAAmB,CAACC,MAAgB;;AAClC,UAAAC,KAAgBC,IAAAC,EAAQL,CAAU,MAAlB,gBAAAI,EAAqB,eACrCE,KAAiBH,KAAA,gBAAAA,EAAe,kBAA4C;AAElF,WAAID,MAAQ,aAAaI,EAAc,WAC9B,aAGLJ,MAAQ,cAAc,CAACI,EAAc,YAAeA,EAAc,UAC7D,YAGFJ;AAAA,EAAA;AAGF,SAAA;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,MACP,8BAA8B,OAAOA,GAAKK,MAAS;AAC3C,cAAAC,IAAaP,EAAiBC,CAAG;AAEvC,eAAOO,EAAM,IAAI,GAAGF,CAAI,uCAAuCC,CAAU,EAAE;AAAA,MAC7E;AAAA,MACA,gCAAgC,OAAOV,MAAY;AAC3C,cAAAU,IAAaP,EAAiBH,EAAQ,GAAG;AAE/C,eAAOW,EAAM;AAAA,UACX,GAAGX,EAAQ,IAAI,uCAAuCU,CAAU,MAAMV,EAAQ,IAAI;AAAA,QAAA;AAAA,MAEtF;AAAA,MACA,qBAAqB,OAAOA,MAAY;AAChC,cAAA,EAAE,KAAAI,GAAK,KAAAQ,EAAQZ,IAAAA,GACfU,IAAaP,EAAiBC,CAAG,GACjCC,IAAgBQ;AAAA,UACpB;;AAAM,oBAAAP,IAAAC,EAAQL,CAAU,MAAlB,gBAAAI,EAAqB;AAAA;AAAA,QAAA;AAO7B,YADII,MAAe,UACfA,MAAe;AAAe;AAElC,YAAII,IAAM;AAGV,YAAIJ,MAAe,sBAAsBA,MAAe,6BAA6BA,MAAc;AACjG,UAAAI,IAAM,GAAGb,EAAK,IAAI,OAAO,gBAAgBS,CAAU;AAAA,aAEhD;AACH,gBAAMF,IAAiBH,EAAc,MAAM,iBAA4C,CAAA,GACjFU,IAASP,EAAcE,CAAU,KAAKF,EAAcJ,CAAG,GACvDY,IAAQJ,EAAI;AAAA,YAChBG;AAAA,YACA;AAAA,UAAA,GAEIE,IAAe,mBAAmBD,CAAK;AAEvC,UAAAF,IADeE,MAAUC,IAG3B,GACEhB,EAAK,IAAI,OACX,gBAAgBS,CAAU,qBAAqB,mBAAmBE,CAAG,CAAC,KAHtE,GAAGX,EAAK,IAAI,OAAO,gBAAgBS,CAAU,IAAIO,CAAY;AAAA,QAInE;AAMO,eAJMN,EAAM,IAAIG,CAAG;AAAA,MAK5B;AAAA,IACF;AAAA,EAAA;AAEJ;AAEO,SAASI,IAAkB;AAC1B,QAAAC,IAAeC,EAAOtB,CAAe;AAE3C,MAAI,CAACqB;AACH,UAAM,IAAI;AAAA,MACR;AAAA,IAAA;AAIG,SAAAA;AACT;"}
@@ -1962,7 +1962,7 @@ const t = {
1962
1962
  $formkit: "simpleConditional",
1963
1963
  name: "dct:license",
1964
1964
  identifier: "licence",
1965
- voc: "licence",
1965
+ voc: "licenses",
1966
1966
  class: "",
1967
1967
  options: { text: "dct:title", textarea: "skos:prefLabel", url: "skos:exactMatch" },
1968
1968
  selection: { 1: "vocabulary", 2: "manually" }