@piveau/piveau-hub-ui-modules 4.4.4 → 4.4.6

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 (374) hide show
  1. package/dist/PvBadge/PvBadge.vue.d.ts +4 -4
  2. package/dist/PvDataInfoBox/PvDataInfoBox.vue.d.ts +135 -4
  3. package/dist/PvDataInfoBox/PvDataInfoBox.vue.mjs +45 -45
  4. package/dist/PvDataInfoBox/PvDataInfoBox.vue.mjs.map +1 -1
  5. package/dist/PvDataInfoBox/PvDataInfoBoxDescription.vue.d.ts +4 -4
  6. package/dist/PvDataInfoBox/PvDataInfoBoxFooter.vue.d.ts +33 -4
  7. package/dist/PvDataInfoBox/PvDataInfoBoxFooter.vue.mjs +34 -34
  8. package/dist/PvDataInfoBox/PvDataInfoBoxFooter.vue.mjs.map +1 -1
  9. package/dist/PvDataInfoBox/PvDataInfoBoxFormats.vue.d.ts +17 -3
  10. package/dist/PvDataInfoBox/PvDataInfoBoxFormats.vue.mjs +18 -18
  11. package/dist/PvDataInfoBox/PvDataInfoBoxFormats.vue.mjs.map +1 -1
  12. package/dist/auth/Auth.vue.d.ts +1 -1
  13. package/dist/catalogues/CatalogPage.vue.mjs +139 -139
  14. package/dist/catalogues/CatalogPage.vue.mjs.map +1 -1
  15. package/dist/catalogues/CatalogPageDatasetCard.vue.d.ts +6 -4
  16. package/dist/catalogues/CatalogPageDatasetCard.vue.mjs +37 -37
  17. package/dist/catalogues/CatalogPageDatasetCard.vue.mjs.map +1 -1
  18. package/dist/catalogues/Catalogues.vue.mjs +202 -202
  19. package/dist/catalogues/Catalogues.vue.mjs.map +1 -1
  20. package/dist/catalogues/cataloguesFacets/CataloguesFacets.vue.mjs +44 -44
  21. package/dist/catalogues/cataloguesFacets/CataloguesFacets.vue.mjs.map +1 -1
  22. package/dist/citation/DatasetCitationModal.vue.d.ts +46 -4
  23. package/dist/citation/DatasetCitationModal.vue.mjs +36 -36
  24. package/dist/citation/DatasetCitationModal.vue.mjs.map +1 -1
  25. package/dist/citation/DatasetCitationTable.vue.d.ts +4 -4
  26. package/dist/citation/DatasetCitationTable.vue.mjs +32 -32
  27. package/dist/citation/DatasetCitationTable.vue.mjs.map +1 -1
  28. package/dist/composables/head/useRootHead.d.ts +1 -1
  29. package/dist/composables/useRuntimeEnv.d.ts +1 -1
  30. package/dist/configurations/config-schema/configSchema.d.ts +4 -4
  31. package/dist/configurations/config-schema/languagesSchema.d.ts +2 -2
  32. package/dist/data-provider-interface/DPIMenu.vue.d.ts +4 -8
  33. package/dist/data-provider-interface/DPIMenu.vue.mjs +96 -96
  34. package/dist/data-provider-interface/DPIMenu.vue.mjs.map +1 -1
  35. package/dist/data-provider-interface/DataProviderInterface.vue.d.ts +1297 -4
  36. package/dist/data-provider-interface/components/AutocompleteInput.vue.d.ts +1 -1
  37. package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs +101 -101
  38. package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs.map +1 -1
  39. package/dist/data-provider-interface/components/ConditionalInput.vue.d.ts +1 -1
  40. package/dist/data-provider-interface/components/ConditionalInput.vue.mjs +113 -154
  41. package/dist/data-provider-interface/components/ConditionalInput.vue.mjs.map +1 -1
  42. package/dist/data-provider-interface/components/DataFetchingComponent.vue.d.ts +4 -8
  43. package/dist/data-provider-interface/components/DataFetchingComponent.vue.mjs +13 -13
  44. package/dist/data-provider-interface/components/DataFetchingComponent.vue.mjs.map +1 -1
  45. package/dist/data-provider-interface/components/DistributionStepper.vue.d.ts +43 -40
  46. package/dist/data-provider-interface/components/DistributionStepper.vue.mjs +101 -101
  47. package/dist/data-provider-interface/components/DistributionStepper.vue.mjs.map +1 -1
  48. package/dist/data-provider-interface/components/Dropup.vue.d.ts +4 -4
  49. package/dist/data-provider-interface/components/Dropup.vue.mjs +22 -22
  50. package/dist/data-provider-interface/components/Dropup.vue.mjs.map +1 -1
  51. package/dist/data-provider-interface/components/FileUpload.vue.d.ts +3 -3
  52. package/dist/data-provider-interface/components/FileUpload.vue.mjs +114 -114
  53. package/dist/data-provider-interface/components/FileUpload.vue.mjs.map +1 -1
  54. package/dist/data-provider-interface/components/InfoSlot.vue.d.ts +4 -4
  55. package/dist/data-provider-interface/components/InfoSlot.vue.mjs +14 -14
  56. package/dist/data-provider-interface/components/InfoSlot.vue.mjs.map +1 -1
  57. package/dist/data-provider-interface/components/InputPageStep.vue.d.ts +3 -3
  58. package/dist/data-provider-interface/components/LanguageSelector.vue.d.ts +5 -5
  59. package/dist/data-provider-interface/components/Navigation.vue.d.ts +5 -11
  60. package/dist/data-provider-interface/components/Navigation.vue.mjs +58 -58
  61. package/dist/data-provider-interface/components/Navigation.vue.mjs.map +1 -1
  62. package/dist/data-provider-interface/components/SelectControlledGroup.vue.d.ts +3 -3
  63. package/dist/data-provider-interface/components/SelectControlledGroup.vue.mjs +22 -22
  64. package/dist/data-provider-interface/components/SimpleAccessURLInput.vue.d.ts +1 -1
  65. package/dist/data-provider-interface/components/SimpleAccessURLInput.vue.mjs.map +1 -1
  66. package/dist/data-provider-interface/components/SimpleInput.vue.d.ts +1 -1
  67. package/dist/data-provider-interface/components/SimpleInput.vue.mjs +13 -13
  68. package/dist/data-provider-interface/components/SimpleInput.vue.mjs.map +1 -1
  69. package/dist/data-provider-interface/components/SimpleSelect.vue.d.ts +1 -1
  70. package/dist/data-provider-interface/components/SimpleSelect.vue.mjs +40 -40
  71. package/dist/data-provider-interface/components/SimpleSelect.vue.mjs.map +1 -1
  72. package/dist/data-provider-interface/components/SpatialInput.vue.d.ts +1 -1
  73. package/dist/data-provider-interface/components/SpatialInput.vue.mjs +101 -101
  74. package/dist/data-provider-interface/components/SpatialInput.vue.mjs.map +1 -1
  75. package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.d.ts +3 -5
  76. package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs +37 -42
  77. package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs.map +1 -1
  78. package/dist/data-provider-interface/composables/useDpiEditMode.d.ts +1 -1
  79. package/dist/data-provider-interface/composables/useDpiStepper.d.ts +3 -3
  80. package/dist/data-provider-interface/views/DistributionInputPage.vue.d.ts +1 -1
  81. package/dist/data-provider-interface/views/DistributionInputPage.vue.mjs +56 -56
  82. package/dist/data-provider-interface/views/DistributionInputPage.vue.mjs.map +1 -1
  83. package/dist/data-provider-interface/views/DistributionOverview.vue.d.ts +4 -6
  84. package/dist/data-provider-interface/views/DistributionOverview.vue.mjs +128 -128
  85. package/dist/data-provider-interface/views/DistributionOverview.vue.mjs.map +1 -1
  86. package/dist/data-provider-interface/views/DraftsPage.vue.d.ts +5 -3
  87. package/dist/data-provider-interface/views/DraftsPage.vue.mjs +136 -136
  88. package/dist/data-provider-interface/views/DraftsPage.vue.mjs.map +1 -1
  89. package/dist/data-provider-interface/views/InputPage.vue.d.ts +1209 -9
  90. package/dist/data-provider-interface/views/InputPage.vue.mjs +107 -107
  91. package/dist/data-provider-interface/views/InputPage.vue.mjs.map +1 -1
  92. package/dist/data-provider-interface/views/LinkedDataViewer.vue.d.ts +3 -3
  93. package/dist/data-provider-interface/views/LinkedDataViewer.vue.mjs +12 -12
  94. package/dist/data-provider-interface/views/LinkedDataViewer.vue.mjs.map +1 -1
  95. package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.d.ts +120 -3
  96. package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.mjs +38 -38
  97. package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.mjs.map +1 -1
  98. package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.d.ts +369 -3
  99. package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs +83 -83
  100. package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs.map +1 -1
  101. package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.d.ts +120 -3
  102. package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.mjs +127 -127
  103. package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.mjs.map +1 -1
  104. package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.d.ts +26 -4
  105. package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.mjs +312 -312
  106. package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.mjs.map +1 -1
  107. package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.d.ts +3 -3
  108. package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.mjs +31 -31
  109. package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.mjs.map +1 -1
  110. package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.d.ts +3 -3
  111. package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs +52 -52
  112. package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs.map +1 -1
  113. package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.d.ts +5 -3
  114. package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.mjs +35 -35
  115. package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.mjs.map +1 -1
  116. package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.d.ts +98 -3
  117. package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.mjs +40 -40
  118. package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.mjs.map +1 -1
  119. package/dist/data-provider-interface/views/OverviewPage.vue.d.ts +783 -4
  120. package/dist/data-provider-interface/views/OverviewPage.vue.mjs +72 -48
  121. package/dist/data-provider-interface/views/OverviewPage.vue.mjs.map +1 -1
  122. package/dist/data-provider-interface/views/PropertyChooser.vue.mjs +31 -31
  123. package/dist/data-provider-interface/views/PropertyChooser.vue.mjs.map +1 -1
  124. package/dist/data-provider-interface/views/UserCataloguesPage.vue.d.ts +1 -1
  125. package/dist/data-provider-interface/views/UserCataloguesPage.vue.mjs +17 -17
  126. package/dist/data-provider-interface/views/UserCataloguesPage.vue.mjs.map +1 -1
  127. package/dist/data-provider-interface/views/UserProfilePage.vue.d.ts +2 -2
  128. package/dist/data-provider-interface/views/UserProfilePage.vue.mjs +27 -27
  129. package/dist/data-provider-interface/views/UserProfilePage.vue.mjs.map +1 -1
  130. package/dist/datasetDetails/AppMarkdownContent.vue.d.ts +4 -4
  131. package/dist/datasetDetails/AppMarkdownContent.vue.mjs +20 -20
  132. package/dist/datasetDetails/AppMarkdownContent.vue.mjs.map +1 -1
  133. package/dist/datasetDetails/DatasetDetails.vue.mjs +35 -35
  134. package/dist/datasetDetails/DatasetDetails.vue.mjs.map +1 -1
  135. package/dist/datasetDetails/DatasetDetailsActivityStream.vue.d.ts +1 -1
  136. package/dist/datasetDetails/DatasetDetailsActivityStream.vue.mjs +11 -12
  137. package/dist/datasetDetails/DatasetDetailsActivityStream.vue.mjs.map +1 -1
  138. package/dist/datasetDetails/DatasetDetailsBanners.vue.d.ts +9 -5
  139. package/dist/datasetDetails/DatasetDetailsBanners.vue.mjs +33 -33
  140. package/dist/datasetDetails/DatasetDetailsBanners.vue.mjs.map +1 -1
  141. package/dist/datasetDetails/DatasetDetailsCSVLinter.vue.mjs +93 -93
  142. package/dist/datasetDetails/DatasetDetailsCSVLinter.vue.mjs.map +1 -1
  143. package/dist/datasetDetails/DatasetDetailsCategories.vue.mjs +23 -23
  144. package/dist/datasetDetails/DatasetDetailsCategories.vue.mjs.map +1 -1
  145. package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs +42 -42
  146. package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs.map +1 -1
  147. package/dist/datasetDetails/DatasetDetailsDescription.vue.d.ts +31 -4
  148. package/dist/datasetDetails/DatasetDetailsDescription.vue.mjs +34 -34
  149. package/dist/datasetDetails/DatasetDetailsDescription.vue.mjs.map +1 -1
  150. package/dist/datasetDetails/DatasetDetailsLinkedMetricsButton.vue.d.ts +6 -4
  151. package/dist/datasetDetails/DatasetDetailsQuality.vue.mjs +416 -416
  152. package/dist/datasetDetails/DatasetDetailsQuality.vue.mjs.map +1 -1
  153. package/dist/datasetDetails/DatasetDetailsShareButton.vue.d.ts +6 -4
  154. package/dist/datasetDetails/DatasetDetailsSimilarDatasets.vue.mjs +40 -40
  155. package/dist/datasetDetails/DatasetDetailsSimilarDatasets.vue.mjs.map +1 -1
  156. package/dist/datasetDetails/DatasetDetailsSkeleton.vue.d.ts +4 -6
  157. package/dist/datasetDetails/DatasetDetailsSkeleton.vue.mjs +40 -40
  158. package/dist/datasetDetails/DatasetDetailsSkeleton.vue.mjs.map +1 -1
  159. package/dist/datasetDetails/distributions/Distribution.vue.mjs +34 -34
  160. package/dist/datasetDetails/distributions/Distribution.vue.mjs.map +1 -1
  161. package/dist/datasetDetails/distributions/DistributionAdded.vue.d.ts +3 -5
  162. package/dist/datasetDetails/distributions/DistributionAdded.vue.mjs +12 -12
  163. package/dist/datasetDetails/distributions/DistributionAdded.vue.mjs.map +1 -1
  164. package/dist/datasetDetails/distributions/DistributionDownloadAsModal.vue.d.ts +3 -1
  165. package/dist/datasetDetails/distributions/DistributionDownloadAsModal.vue.mjs +177 -177
  166. package/dist/datasetDetails/distributions/DistributionDownloadAsModal.vue.mjs.map +1 -1
  167. package/dist/datasetDetails/distributions/DistributionFormat.vue.d.ts +4 -9
  168. package/dist/datasetDetails/distributions/Distributions.vue.d.ts +7 -4
  169. package/dist/datasetDetails/distributions/Distributions.vue.mjs +41 -41
  170. package/dist/datasetDetails/distributions/Distributions.vue.mjs.map +1 -1
  171. package/dist/datasetDetails/distributions/DistributionsHeader.vue.d.ts +6 -10
  172. package/dist/datasetDetails/distributions/DistributionsHeader.vue.mjs +25 -25
  173. package/dist/datasetDetails/distributions/DistributionsHeader.vue.mjs.map +1 -1
  174. package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.d.ts +4 -12
  175. package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.mjs +128 -128
  176. package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.mjs.map +1 -1
  177. package/dist/datasetDetails/distributions/FadingDistributionOverlay.vue.d.ts +3 -3
  178. package/dist/datasetDetails/distributions/FadingDistributionOverlay.vue.mjs +23 -23
  179. package/dist/datasetDetails/distributions/FadingDistributionOverlay.vue.mjs.map +1 -1
  180. package/dist/datasetDetails/distributions/distributionActions/DistributionActions.vue.d.ts +9 -4
  181. package/dist/datasetDetails/distributions/distributionActions/DistributionActions.vue.mjs +31 -31
  182. package/dist/datasetDetails/distributions/distributionActions/DistributionActions.vue.mjs.map +1 -1
  183. package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.d.ts +8 -12
  184. package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.mjs +79 -79
  185. package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.mjs.map +1 -1
  186. package/dist/datasetDetails/distributions/distributionActions/DistributionDownloadAs.vue.d.ts +3 -3
  187. package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.d.ts +6 -11
  188. package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.mjs +26 -26
  189. package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.mjs.map +1 -1
  190. package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.d.ts +7 -11
  191. package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.mjs +41 -41
  192. package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.mjs.map +1 -1
  193. package/dist/datasetDetails/distributions/distributionActions/DistributionPreview.vue.d.ts +6 -11
  194. package/dist/datasetDetails/distributions/distributionActions/LinkedDataButtonsDropdown.vue.d.ts +7 -7
  195. package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs +311 -311
  196. package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs.map +1 -1
  197. package/dist/datasetDetails/distributions/distributionDetails/DistributionDescription.vue.d.ts +4 -11
  198. package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.d.ts +9 -24
  199. package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.mjs +11 -11
  200. package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.mjs.map +1 -1
  201. package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.d.ts +3 -8
  202. package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.mjs +18 -18
  203. package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.mjs.map +1 -1
  204. package/dist/datasetDetails/distributions/distributionPreview/DistributionVisualisationSlot.vue.d.ts +1 -1
  205. package/dist/datasetDetails/features/DatasetDetailsCategoriesKey.vue.d.ts +5 -3
  206. package/dist/datasetDetails/features/DatasetDetailsCategoriesKey.vue.mjs +40 -40
  207. package/dist/datasetDetails/features/DatasetDetailsCategoriesKey.vue.mjs.map +1 -1
  208. package/dist/datasetDetails/features/DatasetDetailsDataServices.vue.d.ts +5 -3
  209. package/dist/datasetDetails/features/DatasetDetailsDataServices.vue.mjs +93 -93
  210. package/dist/datasetDetails/features/DatasetDetailsDataServices.vue.mjs.map +1 -1
  211. package/dist/datasetDetails/features/DatasetDetailsFeatureHeader.vue.d.ts +4 -4
  212. package/dist/datasetDetails/features/DatasetDetailsFeatureHeader.vue.mjs +5 -5
  213. package/dist/datasetDetails/features/DatasetDetailsFeatureHeader.vue.mjs.map +1 -1
  214. package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.d.ts +42 -3
  215. package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs +85 -85
  216. package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs.map +1 -1
  217. package/dist/datasetDetails/features/DatasetDetailsHvdThemes.vue.d.ts +4 -8
  218. package/dist/datasetDetails/features/DatasetDetailsHvdThemes.vue.mjs +45 -45
  219. package/dist/datasetDetails/features/DatasetDetailsHvdThemes.vue.mjs.map +1 -1
  220. package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.d.ts +1 -1
  221. package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.mjs +26 -26
  222. package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.mjs.map +1 -1
  223. package/dist/datasetDetails/features/DatasetDetailsKeywords.vue.d.ts +5 -3
  224. package/dist/datasetDetails/features/DatasetDetailsKeywords.vue.mjs +45 -45
  225. package/dist/datasetDetails/features/DatasetDetailsKeywords.vue.mjs.map +1 -1
  226. package/dist/datasetDetails/features/DatasetDetailsMap.vue.d.ts +3 -1
  227. package/dist/datasetDetails/features/DatasetDetailsMap.vue.mjs +23 -23
  228. package/dist/datasetDetails/features/DatasetDetailsMap.vue.mjs.map +1 -1
  229. package/dist/datasetDetails/features/DatasetDetailsPages.vue.d.ts +5 -3
  230. package/dist/datasetDetails/features/DatasetDetailsPages.vue.mjs +95 -95
  231. package/dist/datasetDetails/features/DatasetDetailsPages.vue.mjs.map +1 -1
  232. package/dist/datasetDetails/features/DatasetDetailsRelations.vue.d.ts +1 -1
  233. package/dist/datasetDetails/features/DatasetDetailsRelations.vue.mjs +27 -27
  234. package/dist/datasetDetails/features/DatasetDetailsRelations.vue.mjs.map +1 -1
  235. package/dist/datasetDetails/features/DatasetDetailsSubject.vue.d.ts +4 -1
  236. package/dist/datasetDetails/features/DatasetDetailsSubject.vue.mjs +20 -20
  237. package/dist/datasetDetails/features/DatasetDetailsSubject.vue.mjs.map +1 -1
  238. package/dist/datasetDetails/features/DatasetDetailsVisualisations.vue.d.ts +5 -3
  239. package/dist/datasetDetails/features/DatasetDetailsVisualisations.vue.mjs +92 -92
  240. package/dist/datasetDetails/features/DatasetDetailsVisualisations.vue.mjs.map +1 -1
  241. package/dist/datasetDetails/header/DatasetDetailsHeader.vue.mjs +24 -24
  242. package/dist/datasetDetails/header/DatasetDetailsHeader.vue.mjs.map +1 -1
  243. package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.d.ts +7 -5
  244. package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.mjs +31 -31
  245. package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.mjs.map +1 -1
  246. package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.d.ts +4 -4
  247. package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.mjs +24 -24
  248. package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.mjs.map +1 -1
  249. package/dist/datasetDetails/navigation/DatasetDetailsNavigation.vue.d.ts +81 -3
  250. package/dist/datasetDetails/navigation/DatasetDetailsNavigation.vue.mjs +24 -24
  251. package/dist/datasetDetails/navigation/DatasetDetailsNavigation.vue.mjs.map +1 -1
  252. package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.d.ts +11 -3
  253. package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.mjs +148 -148
  254. package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.mjs.map +1 -1
  255. package/dist/datasetDetails/navigation/DatasetDetailsNavigationPage.vue.d.ts +6 -4
  256. package/dist/datasetDetails/navigation/DatasetDetailsNavigationPages.vue.d.ts +1 -1
  257. package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.d.ts +3 -1
  258. package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs +29 -29
  259. package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs.map +1 -1
  260. package/dist/datasetDetails/properties/DatasetDetailsProperty.vue.mjs +47 -47
  261. package/dist/datasetDetails/properties/DatasetDetailsProperty.vue.mjs.map +1 -1
  262. package/dist/datasetDetails/properties/ValuesList.vue.d.ts +5 -3
  263. package/dist/datasetDetails/properties/ValuesList.vue.mjs +46 -46
  264. package/dist/datasetDetails/properties/ValuesList.vue.mjs.map +1 -1
  265. package/dist/datasets/DatasetDate.vue.d.ts +4 -7
  266. package/dist/datasets/DatasetDate.vue.mjs +22 -22
  267. package/dist/datasets/DatasetDate.vue.mjs.map +1 -1
  268. package/dist/datasets/DatasetList.vue.d.ts +4 -4
  269. package/dist/datasets/Datasets.vue.mjs +44 -44
  270. package/dist/datasets/Datasets.vue.mjs.map +1 -1
  271. package/dist/datasets/DatasetsFilters.vue.d.ts +3 -1
  272. package/dist/datasets/DatasetsFilters.vue.mjs +48 -48
  273. package/dist/datasets/DatasetsFilters.vue.mjs.map +1 -1
  274. package/dist/datasets/DatasetsFiltersTabs.vue.d.ts +5 -5
  275. package/dist/datasets/DatasetsFiltersTabs.vue.mjs +53 -53
  276. package/dist/datasets/DatasetsFiltersTabs.vue.mjs.map +1 -1
  277. package/dist/datasets/DatasetsTopControls.vue.d.ts +6 -8
  278. package/dist/datasets/DatasetsTopControls.vue.mjs +19 -19
  279. package/dist/datasets/DatasetsTopControls.vue.mjs.map +1 -1
  280. package/dist/datasets/datasetsFacets/DatasetsFacets.vue.mjs +16 -16
  281. package/dist/datasets/datasetsFacets/DatasetsFacets.vue.mjs.map +1 -1
  282. package/dist/datasets/datasetsFacets/DatasetsFacetsItem.vue.d.ts +4 -4
  283. package/dist/datasets/datasetsFacets/DatasetsFacetsItem.vue.mjs +12 -12
  284. package/dist/datasets/datasetsFacets/DatasetsFacetsItem.vue.mjs.map +1 -1
  285. package/dist/datasets/datasetsFacets/DatasetsMapFacet.vue.d.ts +131 -6
  286. package/dist/datasets/datasetsFacets/DatasetsMapFacet.vue.mjs +104 -104
  287. package/dist/datasets/datasetsFacets/DatasetsMapFacet.vue.mjs.map +1 -1
  288. package/dist/datasets/datasetsFacets/SettingsFacet.vue.d.ts +1 -1
  289. package/dist/embed/DatasetEmbedModal.vue.d.ts +1 -1
  290. package/dist/embed/DatasetEmbedModal.vue.mjs +103 -103
  291. package/dist/embed/DatasetEmbedModal.vue.mjs.map +1 -1
  292. package/dist/embed/EmbedDataset.vue.mjs +56 -56
  293. package/dist/embed/EmbedDataset.vue.mjs.map +1 -1
  294. package/dist/embed/EmbedDatasetSnippet.vue.mjs +50 -50
  295. package/dist/embed/EmbedDatasetSnippet.vue.mjs.map +1 -1
  296. package/dist/external/@vueuse/core/index +196 -137
  297. package/dist/external/@vueuse/core/index.map +1 -1
  298. package/dist/external/@vueuse/shared/index +44 -43
  299. package/dist/external/@vueuse/shared/index.map +1 -1
  300. package/dist/facets/CatalogDetailsFacet.vue.mjs +252 -252
  301. package/dist/facets/CatalogDetailsFacet.vue.mjs.map +1 -1
  302. package/dist/facets/ExpandableSelectFacet.vue.d.ts +55 -4
  303. package/dist/facets/ExpandableSelectFacet.vue.mjs +28 -28
  304. package/dist/facets/ExpandableSelectFacet.vue.mjs.map +1 -1
  305. package/dist/facets/Facet.vue.d.ts +4 -4
  306. package/dist/facets/Facet.vue.mjs +38 -38
  307. package/dist/facets/Facet.vue.mjs.map +1 -1
  308. package/dist/facets/FacetTitle.vue.d.ts +4 -4
  309. package/dist/facets/FacetTitle.vue.mjs +12 -12
  310. package/dist/facets/FacetTitle.vue.mjs.map +1 -1
  311. package/dist/facets/RadioFacet.vue.d.ts +21 -3
  312. package/dist/facets/RadioFacet.vue.mjs +26 -26
  313. package/dist/facets/RadioFacet.vue.mjs.map +1 -1
  314. package/dist/facets/SelectedFacetsOverview.vue.d.ts +4 -4
  315. package/dist/facets/SelectedFacetsOverview.vue.mjs +1 -1
  316. package/dist/facets/SelectedFacetsOverview.vue.mjs.map +1 -1
  317. package/dist/form/FormKitGroup.vue.d.ts +3 -3
  318. package/dist/form/FormKitGroup.vue.mjs +9 -9
  319. package/dist/form/FormKitGroup.vue.mjs.map +1 -1
  320. package/dist/form/Repeatable.vue.d.ts +1 -1
  321. package/dist/form/Repeatable.vue.mjs +19 -19
  322. package/dist/form/Repeatable.vue.mjs.map +1 -1
  323. package/dist/map/MapBasic.vue.d.ts +4 -4
  324. package/dist/map/MapBoundsReceiver.vue.d.ts +3 -3
  325. package/dist/map/MapBoundsSender.vue.d.ts +3 -3
  326. package/dist/mixins/useRouteMetaBreadcrumbs.d.ts +1 -1
  327. package/dist/modal/AppConfirmationDialog.vue.d.ts +4 -4
  328. package/dist/modal/AppConfirmationDialog.vue.mjs +44 -44
  329. package/dist/modal/AppConfirmationDialog.vue.mjs.map +1 -1
  330. package/dist/modal/AppSnackbar.vue.d.ts +41 -1
  331. package/dist/modal/AppToast.vue.d.ts +4 -4
  332. package/dist/modal/AppToast.vue.mjs +54 -54
  333. package/dist/modal/AppToast.vue.mjs.map +1 -1
  334. package/dist/navigation/SubNavigation.vue.d.ts +4 -4
  335. package/dist/navigation/SubNavigation.vue.mjs +25 -25
  336. package/dist/navigation/SubNavigation.vue.mjs.map +1 -1
  337. package/dist/pages/Imprint.vue.d.ts +3 -1
  338. package/dist/pages/NotFound.vue.d.ts +3 -1
  339. package/dist/pages/NotFound.vue.mjs +23 -23
  340. package/dist/pages/NotFound.vue.mjs.map +1 -1
  341. package/dist/pages/PrivacyPolicy.vue.d.ts +3 -1
  342. package/dist/pages/SparqlSearch.vue.d.ts +1 -1
  343. package/dist/pages/SparqlSearch.vue.mjs +22 -22
  344. package/dist/pages/SparqlSearch.vue.mjs.map +1 -1
  345. package/dist/pages/user/UserImprint.vue.d.ts +1 -1
  346. package/dist/pages/user/UserImprint.vue.mjs +10 -10
  347. package/dist/pages/user/UserImprint.vue.mjs.map +1 -1
  348. package/dist/pages/user/UserPrivacyPolicy.vue.d.ts +1 -1
  349. package/dist/pages/user/UserPrivacyPolicy.vue.mjs +10 -10
  350. package/dist/pages/user/UserPrivacyPolicy.vue.mjs.map +1 -1
  351. package/dist/piveau-hub-ui-modules.css +1 -1
  352. package/dist/widgets/Dropdown.vue.d.ts +4 -8
  353. package/dist/widgets/Dropdown.vue.mjs +20 -20
  354. package/dist/widgets/Dropdown.vue.mjs.map +1 -1
  355. package/dist/widgets/Pagination.vue.d.ts +4 -4
  356. package/dist/widgets/Pagination.vue.mjs +74 -74
  357. package/dist/widgets/Pagination.vue.mjs.map +1 -1
  358. package/dist/widgets/PropertyValue.vue.d.ts +6 -4
  359. package/dist/widgets/PropertyValue.vue.mjs +17 -17
  360. package/dist/widgets/PropertyValue.vue.mjs.map +1 -1
  361. package/dist/widgets/PvBanner.vue.d.ts +3 -3
  362. package/dist/widgets/PvBanner.vue.mjs +29 -29
  363. package/dist/widgets/PvBanner.vue.mjs.map +1 -1
  364. package/dist/widgets/PvButton.vue.d.ts +4 -4
  365. package/dist/widgets/PvShowMore.vue.d.ts +4 -4
  366. package/dist/widgets/ResourceAccessPopup.vue.d.ts +1 -1
  367. package/dist/widgets/ResourceAccessPopup.vue.mjs +48 -48
  368. package/dist/widgets/ResourceAccessPopup.vue.mjs.map +1 -1
  369. package/dist/widgets/ResourceDetailsLinkedDataButton.vue.d.ts +6 -4
  370. package/dist/widgets/Tooltip.vue.d.ts +3 -3
  371. package/package.json +2 -2
  372. package/dist/datasetDetails/DatasetDetails.vue.d.ts +0 -25
  373. package/dist/embed/EmbedDataset.vue.d.ts +0 -7
  374. package/dist/embed/EmbedDatasetSnippet.vue.d.ts +0 -9
@@ -1,8 +1,8 @@
1
1
  import O from "../../../../widgets/AppLink.vue.mjs";
2
2
  import S from "../../../../filters/dateFilters.mjs";
3
- import { has as v, isNil as k, isEmpty as b } from "lodash-es";
3
+ import { has as k, isNil as w, isEmpty as V } from "lodash-es";
4
4
  import j from "./URIProp.vue.mjs";
5
- import { resolveComponent as w, openBlock as l, createElementBlock as s, Fragment as g, createElementVNode as u, toDisplayString as t, createTextVNode as a, createCommentVNode as i, createVNode as f, withCtx as m, createBlock as R, renderList as V } from "vue";
5
+ import { resolveComponent as c, openBlock as s, createElementBlock as i, Fragment as b, createElementVNode as r, toDisplayString as d, createTextVNode as a, createCommentVNode as n, createVNode as y, withCtx as h, createBlock as R, renderList as _ } from "vue";
6
6
  import "./SpecialProp.vue2.mjs";
7
7
  import U from "../../../../_virtual/_plugin-vue_export-helper.mjs";
8
8
  const A = {
@@ -23,36 +23,36 @@ const A = {
23
23
  } catch {
24
24
  }
25
25
  },
26
- manualSwitch(d, o) {
27
- if (d != null) {
28
- if (d["dct:publisher"] != null)
29
- return typeof d == "string" ? !1 : Object.keys(d["dct:publisher"])[1] != "resource" ? "man" : Object.keys(d["dct:publisher"])[0] != "foaf:name" ? "auto" : o === !0 ? "head" : !1;
30
- if (d["dct:license"] != null)
31
- return typeof d == "string" ? !1 : Object.keys(d["dct:license"])[1] != "resource" ? "liMan" : Object.keys(d["dct:license"])[0] != "foaf:name" ? "liAuto" : !1;
26
+ manualSwitch(l, e) {
27
+ if (l != null) {
28
+ if (l["dct:publisher"] != null)
29
+ return typeof l == "string" ? !1 : Object.keys(l["dct:publisher"])[1] != "resource" ? "man" : Object.keys(l["dct:publisher"])[0] != "foaf:name" ? "auto" : e === !0 ? "head" : !1;
30
+ if (l["dct:license"] != null)
31
+ return typeof l == "string" ? !1 : Object.keys(l["dct:license"])[1] != "resource" ? "liMan" : Object.keys(l["dct:license"])[0] != "foaf:name" ? "liAuto" : !1;
32
32
  }
33
33
  },
34
- showMultilingualValue(d, o) {
35
- if (d[o] != null) {
36
- const e = v(d, o) && !k(d[o]) && !b(d[o]), h = d[o].filter((_) => _["@language"] === this.dpiLocale).map((_) => _["@value"]).filter((_) => _ !== void 0), y = d[o].filter((_) => _["@language"] !== this.dpiLocale).map((_) => _["@value"]).filter((_) => _ !== void 0), c = h.length > 0, r = y.length > 0;
37
- return e && (c || r);
34
+ showMultilingualValue(l, e) {
35
+ if (l[e] != null) {
36
+ const t = k(l, e) && !w(l[e]) && !V(l[e]), f = l[e].filter((v) => v["@language"] === this.dpiLocale).map((v) => v["@value"]).filter((v) => v !== void 0), g = l[e].filter((v) => v["@language"] !== this.dpiLocale).map((v) => v["@value"]).filter((v) => v !== void 0), o = f.length > 0, m = g.length > 0;
37
+ return t && (o || m);
38
38
  } else
39
39
  return "";
40
40
  },
41
- checkadms(d) {
42
- if (this.property === d)
41
+ checkadms(l) {
42
+ if (this.property === l)
43
43
  return this.showValue(this.data, "@id") && this.showValue(this.data, "skos:notation");
44
44
  },
45
- showValue(d, o) {
45
+ showValue(l, e) {
46
46
  try {
47
- return v(d, o) && !k(d[o]) && !b(d[o]) && d[o] !== void 0;
47
+ return k(l, e) && !w(l[e]) && !V(l[e]) && l[e] !== void 0;
48
48
  } catch {
49
49
  }
50
50
  },
51
- filterDateFormatEU(d) {
52
- return S.formatEU(d);
51
+ filterDateFormatEU(l) {
52
+ return S.formatEU(l);
53
53
  },
54
- convertTemporalResolution(d) {
55
- const o = {
54
+ convertTemporalResolution(l) {
55
+ const e = {
56
56
  Year: "",
57
57
  Month: "",
58
58
  Day: "",
@@ -60,399 +60,399 @@ const A = {
60
60
  Minute: "",
61
61
  Second: ""
62
62
  };
63
- for (let e = 0; e < Object.keys(o).length; e += 1) {
64
- const h = Object.keys(o)[e];
63
+ for (let t = 0; t < Object.keys(e).length; t += 1) {
64
+ const f = Object.keys(e)[t];
65
65
  try {
66
- v(d, h) ? h !== "Year" && d[h].length < 2 ? o[h] = `0${d[h]}` : h === "Year" && d[h].length < 4 ? d[h].length === 3 ? o[h] = `0${d[h]}` : d[h].length === 2 ? o[h] = `00${d[h]}` : d[h].length === 1 && (o[h] = `000${d[h]}`) : o[h] = d[h] : h === "Year" ? o[h] = "0000" : o[h] = "00";
66
+ k(l, f) ? f !== "Year" && l[f].length < 2 ? e[f] = `0${l[f]}` : f === "Year" && l[f].length < 4 ? l[f].length === 3 ? e[f] = `0${l[f]}` : l[f].length === 2 ? e[f] = `00${l[f]}` : l[f].length === 1 && (e[f] = `000${l[f]}`) : e[f] = l[f] : f === "Year" ? e[f] = "0000" : e[f] = "00";
67
67
  } catch {
68
68
  }
69
69
  }
70
- return `${o.Hour}:${o.Minute}:${o.Second} - ${o.Day}.${o.Month}.${o.Year}`;
70
+ return `${e.Hour}:${e.Minute}:${e.Second} - ${e.Day}.${e.Month}.${e.Year}`;
71
71
  }
72
72
  }
73
73
  }, E = {
74
74
  key: 0,
75
75
  class: "marginBot"
76
- }, M = { class: "font-weight-bold" }, N = { key: 0 }, T = { key: 1 }, D = { key: 2 }, H = { key: 3 }, P = { key: 1 }, Y = { class: "font-weight-bold" }, B = { class: "" }, F = { key: 0 }, z = { key: 1 }, C = { key: 2 }, I = { key: 3 }, q = { key: 4 }, G = { key: 5 }, J = { key: 6 }, K = { key: 0 }, Q = { key: 1 }, W = { key: 2 }, X = { key: 3 }, Z = { key: 2 }, x = { class: "font-weight-bold" }, $ = { key: 0 }, p = { key: 1 }, ee = { key: 2 }, ae = { key: 3 }, te = {
76
+ }, M = { class: "font-weight-bold" }, N = { key: 0 }, T = { key: 1 }, D = { key: 2 }, H = { key: 3 }, P = { key: 1 }, Y = { class: "font-weight-bold" }, B = { class: "" }, F = { key: 0 }, z = { key: 1 }, C = { key: 2 }, I = { key: 3 }, q = { key: 4 }, G = { key: 5 }, J = { key: 6 }, K = { key: 0 }, Q = { key: 1 }, W = { key: 2 }, X = { key: 3 }, Z = { key: 2 }, x = { class: "font-weight-bold" }, $ = { key: 0 }, p = { key: 1 }, tt = { key: 2 }, et = { key: 3 }, at = {
77
77
  key: 3,
78
78
  class: "d-flex"
79
- }, de = { class: "font-weight-bold" }, le = { key: 0 }, se = { key: 1 }, ie = { key: 2 }, ne = { key: 4 }, ce = { class: "font-weight-bold" }, ue = { class: "d-flex flex-column" }, oe = { key: 0 }, he = /* @__PURE__ */ u("b", null, "From:", -1), re = { key: 1 }, fe = /* @__PURE__ */ u("b", null, "to:", -1), _e = {
79
+ }, dt = { class: "font-weight-bold" }, lt = { key: 0 }, st = { key: 1 }, it = { key: 2 }, nt = { key: 4 }, ut = { class: "font-weight-bold" }, ot = { class: "d-flex flex-column" }, rt = { key: 0 }, ft = { key: 1 }, mt = {
80
80
  key: 5,
81
81
  class: "d-flex"
82
- }, me = { class: "font-weight-bold" }, ye = { class: "" }, ve = { key: 0 }, ge = { key: 1 }, ke = { key: 2 }, be = {
82
+ }, yt = { class: "font-weight-bold" }, vt = { class: "" }, ht = { key: 0 }, gt = { key: 1 }, kt = { key: 2 }, bt = {
83
83
  key: 6,
84
84
  class: "w-100 d-flex"
85
- }, we = { class: "font-weight-bold" }, Ve = { key: 0 }, Le = { key: 1 }, Oe = { key: 2 }, Se = { key: 3 }, je = {
85
+ }, wt = { class: "font-weight-bold" }, Vt = { key: 0 }, ct = { key: 1 }, _t = { key: 2 }, Lt = { key: 3 }, Ot = {
86
86
  key: 7,
87
87
  class: "w-100 d-flex"
88
- }, Re = { class: "font-weight-bold" }, Ue = { key: 0 }, Ae = { key: 8 }, Ee = { class: "flex-column font-weight-bold" }, Me = { key: 9 }, Ne = { class: "font-weight-bold" }, Te = { class: "" }, De = { key: 0 }, He = { class: "" }, Pe = { key: 1 }, Ye = { class: "" }, Be = {
88
+ }, St = { class: "font-weight-bold" }, jt = { key: 0 }, Rt = { key: 8 }, Ut = { class: "flex-column font-weight-bold" }, At = { key: 9 }, Et = { class: "font-weight-bold" }, Mt = { class: "" }, Nt = { key: 0 }, Tt = { class: "" }, Dt = { key: 1 }, Ht = { class: "" }, Pt = {
89
89
  key: 2,
90
90
  class: "pr-1"
91
- }, Fe = { class: "" }, ze = { key: 10 }, Ce = { class: "font-weight-bold" }, Ie = { key: 11 }, qe = { class: "font-weight-bold" }, Ge = { key: 0 }, Je = { class: "" }, Ke = { key: 1 }, Qe = { class: "" }, We = { key: 2 }, Xe = { class: "" }, Ze = { key: 12 }, xe = { key: 13 }, $e = { class: "font-weight-bold" }, pe = { key: 0 }, ea = { class: "" }, aa = { key: 1 }, ta = { class: "" }, da = { key: 2 }, la = { class: "" }, sa = { key: 14 };
92
- function ia(d, o, e, h, y, c) {
93
- const r = w("app-link"), _ = w("URIProp");
94
- return l(), s(g, null, [
95
- e.property === "dct:creator" ? (l(), s("tr", E, [
96
- u("td", M, t(d.$t(`${e.value.label}`)) + ":", 1),
97
- a(),
98
- u("td", null, [
99
- c.showValue(e.data, "rdf:type") ? (l(), s("div", N, t(d.$t("message.metadata.type")) + ": " + t(e.data["rdf:type"].split(":")[1]), 1)) : i("", !0),
100
- a(),
101
- c.showValue(e.data, "foaf:name") ? (l(), s("div", T, t(d.$t("message.metadata.name")) + ": " + t(e.data["foaf:name"]), 1)) : i("", !0),
102
- a(),
103
- c.showValue(e.data, "foaf:mbox") ? (l(), s("div", D, [
104
- a(t(d.$t("message.metadata.email")) + ": ", 1),
105
- f(r, {
106
- to: `mailto:${e.data["foaf:mbox"]}`
91
+ }, Yt = { class: "" }, Bt = { key: 10 }, Ft = { class: "font-weight-bold" }, zt = { key: 11 }, Ct = { class: "font-weight-bold" }, It = { key: 0 }, qt = { class: "" }, Gt = { key: 1 }, Jt = { class: "" }, Kt = { key: 2 }, Qt = { class: "" }, Wt = { key: 12 }, Xt = { key: 13 }, Zt = { class: "font-weight-bold" }, xt = { key: 0 }, $t = { class: "" }, pt = { key: 1 }, te = { class: "" }, ee = { key: 2 }, ae = { class: "" }, de = { key: 14 };
92
+ function le(l, e, t, f, g, o) {
93
+ const m = c("app-link"), v = c("URIProp");
94
+ return s(), i(b, null, [
95
+ t.property === "dct:creator" ? (s(), i("tr", E, [
96
+ r("td", M, d(l.$t(`${t.value.label}`)) + ":", 1),
97
+ e[3] || (e[3] = a()),
98
+ r("td", null, [
99
+ o.showValue(t.data, "rdf:type") ? (s(), i("div", N, d(l.$t("message.metadata.type")) + ": " + d(t.data["rdf:type"].split(":")[1]), 1)) : n("", !0),
100
+ e[0] || (e[0] = a()),
101
+ o.showValue(t.data, "foaf:name") ? (s(), i("div", T, d(l.$t("message.metadata.name")) + ": " + d(t.data["foaf:name"]), 1)) : n("", !0),
102
+ e[1] || (e[1] = a()),
103
+ o.showValue(t.data, "foaf:mbox") ? (s(), i("div", D, [
104
+ a(d(l.$t("message.metadata.email")) + ": ", 1),
105
+ y(m, {
106
+ to: `mailto:${t.data["foaf:mbox"]}`
107
107
  }, {
108
- default: m(() => [
109
- a(t(e.data["foaf:mbox"]), 1)
108
+ default: h(() => [
109
+ a(d(t.data["foaf:mbox"]), 1)
110
110
  ]),
111
111
  _: 1
112
112
  }, 8, ["to"])
113
- ])) : i("", !0),
114
- a(),
115
- c.showValue(e.data, "foaf:homepage") ? (l(), s("div", H, [
116
- a(t(d.$t("message.metadata.homepage")) + ": ", 1),
117
- f(r, {
118
- to: e.data["foaf:homepage"]
113
+ ])) : n("", !0),
114
+ e[2] || (e[2] = a()),
115
+ o.showValue(t.data, "foaf:homepage") ? (s(), i("div", H, [
116
+ a(d(l.$t("message.metadata.homepage")) + ": ", 1),
117
+ y(m, {
118
+ to: t.data["foaf:homepage"]
119
119
  }, {
120
- default: m(() => [
121
- a(t(e.data["foaf:homepage"]), 1)
120
+ default: h(() => [
121
+ a(d(t.data["foaf:homepage"]), 1)
122
122
  ]),
123
123
  _: 1
124
124
  }, 8, ["to"])
125
- ])) : i("", !0)
125
+ ])) : n("", !0)
126
126
  ])
127
- ])) : i("", !0),
128
- a(),
129
- e.property === "dcat:contactPoint" && c.showValue(e.data, "rdf:type") ? (l(), s("tr", P, [
130
- u("td", Y, t(d.$t(`${e.value.label}`)) + ":", 1),
131
- a(),
132
- u("td", B, [
133
- c.showValue(e.data, "rdf:type") ? (l(), s("div", F, t(d.$t("message.metadata.type")) + ": " + t(e.data["rdf:type"].split(":")[1]), 1)) : i("", !0),
134
- a(),
135
- c.showValue(e.data, "vcard:fn") ? (l(), s("div", z, t(d.$t("message.metadata.name")) + ": " + t(e.data["vcard:fn"]), 1)) : i("", !0),
136
- a(),
137
- c.showValue(e.data, "vcard:hasEmail") ? (l(), s("div", C, [
138
- a(t(d.$t("message.metadata.email")) + ": ", 1),
139
- f(r, {
140
- to: `mailto:${e.data["vcard:hasEmail"]}`
127
+ ])) : n("", !0),
128
+ e[52] || (e[52] = a()),
129
+ t.property === "dcat:contactPoint" && o.showValue(t.data, "rdf:type") ? (s(), i("tr", P, [
130
+ r("td", Y, d(l.$t(`${t.value.label}`)) + ":", 1),
131
+ e[13] || (e[13] = a()),
132
+ r("td", B, [
133
+ o.showValue(t.data, "rdf:type") ? (s(), i("div", F, d(l.$t("message.metadata.type")) + ": " + d(t.data["rdf:type"].split(":")[1]), 1)) : n("", !0),
134
+ e[7] || (e[7] = a()),
135
+ o.showValue(t.data, "vcard:fn") ? (s(), i("div", z, d(l.$t("message.metadata.name")) + ": " + d(t.data["vcard:fn"]), 1)) : n("", !0),
136
+ e[8] || (e[8] = a()),
137
+ o.showValue(t.data, "vcard:hasEmail") ? (s(), i("div", C, [
138
+ a(d(l.$t("message.metadata.email")) + ": ", 1),
139
+ y(m, {
140
+ to: `mailto:${t.data["vcard:hasEmail"]}`
141
141
  }, {
142
- default: m(() => [
143
- a(t(e.data["vcard:hasEmail"]), 1)
142
+ default: h(() => [
143
+ a(d(t.data["vcard:hasEmail"]), 1)
144
144
  ]),
145
145
  _: 1
146
146
  }, 8, ["to"])
147
- ])) : i("", !0),
148
- a(),
149
- c.showValue(e.data, "vcard:hasOrganizationName") ? (l(), s("div", I, t(d.$t("message.metadata.organizationName")) + ": " + t(e.data["vcard:hasOrganizationName"]), 1)) : i("", !0),
150
- a(),
151
- c.showValue(e.data, "vcard:hasTelephone") ? (l(), s("div", q, t(d.$t("message.metadata.telephone")) + ": " + t(e.data["vcard:hasTelephone"]), 1)) : i("", !0),
152
- a(),
153
- c.showValue(e.data, "vcard:hasURL") ? (l(), s("div", G, [
154
- a(t(d.$t("message.metadata.url")) + ": ", 1),
155
- f(r, {
156
- to: e.data["vcard:hasURL"]
147
+ ])) : n("", !0),
148
+ e[9] || (e[9] = a()),
149
+ o.showValue(t.data, "vcard:hasOrganizationName") ? (s(), i("div", I, d(l.$t("message.metadata.organizationName")) + ": " + d(t.data["vcard:hasOrganizationName"]), 1)) : n("", !0),
150
+ e[10] || (e[10] = a()),
151
+ o.showValue(t.data, "vcard:hasTelephone") ? (s(), i("div", q, d(l.$t("message.metadata.telephone")) + ": " + d(t.data["vcard:hasTelephone"]), 1)) : n("", !0),
152
+ e[11] || (e[11] = a()),
153
+ o.showValue(t.data, "vcard:hasURL") ? (s(), i("div", G, [
154
+ a(d(l.$t("message.metadata.url")) + ": ", 1),
155
+ y(m, {
156
+ to: t.data["vcard:hasURL"]
157
157
  }, {
158
- default: m(() => [
159
- a(t(e.data["vcard:hasURL"]), 1)
158
+ default: h(() => [
159
+ a(d(t.data["vcard:hasURL"]), 1)
160
160
  ]),
161
161
  _: 1
162
162
  }, 8, ["to"])
163
- ])) : i("", !0),
164
- a(),
165
- c.showValue(e.data, "vcard:hasAddress") ? (l(), s("div", J, [
166
- a(t(d.$t("message.metadata.address")) + `:
163
+ ])) : n("", !0),
164
+ e[12] || (e[12] = a()),
165
+ o.showValue(t.data, "vcard:hasAddress") ? (s(), i("div", J, [
166
+ a(d(l.$t("message.metadata.address")) + `:
167
167
  `, 1),
168
- c.showValue(e.data["vcard:hasAddress"], "vcard:street_address") ? (l(), s("span", K, t(e.data["vcard:hasAddress"]["vcard:street_address"]), 1)) : i("", !0),
169
- a(`,
170
- `),
171
- c.showValue(e.data["vcard:hasAddress"], "vcard:postal_code") ? (l(), s("span", Q, t(e.data["vcard:hasAddress"]["vcard:postal_code"]), 1)) : i("", !0),
172
- a(),
173
- c.showValue(e.data["vcard:hasAddress"], "vcard:locality") ? (l(), s("span", W, t(e.data["vcard:hasAddress"]["vcard:locality"]), 1)) : i("", !0),
174
- a(`,
175
- `),
176
- c.showValue(e.data["vcard:hasAddress"], "vcard:country_name") ? (l(), s("span", X, t(e.data["vcard:hasAddress"]["vcard:country_name"]), 1)) : i("", !0)
177
- ])) : i("", !0)
168
+ o.showValue(t.data["vcard:hasAddress"], "vcard:street_address") ? (s(), i("span", K, d(t.data["vcard:hasAddress"]["vcard:street_address"]), 1)) : n("", !0),
169
+ e[4] || (e[4] = a(`,
170
+ `)),
171
+ o.showValue(t.data["vcard:hasAddress"], "vcard:postal_code") ? (s(), i("span", Q, d(t.data["vcard:hasAddress"]["vcard:postal_code"]), 1)) : n("", !0),
172
+ e[5] || (e[5] = a()),
173
+ o.showValue(t.data["vcard:hasAddress"], "vcard:locality") ? (s(), i("span", W, d(t.data["vcard:hasAddress"]["vcard:locality"]), 1)) : n("", !0),
174
+ e[6] || (e[6] = a(`,
175
+ `)),
176
+ o.showValue(t.data["vcard:hasAddress"], "vcard:country_name") ? (s(), i("span", X, d(t.data["vcard:hasAddress"]["vcard:country_name"]), 1)) : n("", !0)
177
+ ])) : n("", !0)
178
178
  ])
179
- ])) : i("", !0),
180
- a(),
181
- e.property === "dct:contributor" || e.property === "dcatde:maintainer" || e.property === "dcatde:originator" ? (l(), s("tr", Z, [
182
- u("td", x, t(d.$t(`${e.value.label}`)) + ":", 1),
183
- a(),
184
- u("td", null, [
185
- c.showValue(e.data, "rdf:type") ? (l(), s("div", $, t(d.$t("message.metadata.type")) + ": " + t(e.data["rdf:type"].split(":")[1]), 1)) : i("", !0),
186
- a(),
187
- c.showValue(e.data, "foaf:name") ? (l(), s("div", p, t(d.$t("message.metadata.name")) + ": " + t(e.data["foaf:name"]), 1)) : i("", !0),
188
- a(),
189
- c.showValue(e.data, "foaf:mbox") ? (l(), s("div", ee, [
190
- a(t(d.$t("message.metadata.email")) + ": ", 1),
191
- f(r, {
192
- to: `mailto:${e.data["foaf:mbox"]}`
179
+ ])) : n("", !0),
180
+ e[53] || (e[53] = a()),
181
+ t.property === "dct:contributor" || t.property === "dcatde:maintainer" || t.property === "dcatde:originator" ? (s(), i("tr", Z, [
182
+ r("td", x, d(l.$t(`${t.value.label}`)) + ":", 1),
183
+ e[17] || (e[17] = a()),
184
+ r("td", null, [
185
+ o.showValue(t.data, "rdf:type") ? (s(), i("div", $, d(l.$t("message.metadata.type")) + ": " + d(t.data["rdf:type"].split(":")[1]), 1)) : n("", !0),
186
+ e[14] || (e[14] = a()),
187
+ o.showValue(t.data, "foaf:name") ? (s(), i("div", p, d(l.$t("message.metadata.name")) + ": " + d(t.data["foaf:name"]), 1)) : n("", !0),
188
+ e[15] || (e[15] = a()),
189
+ o.showValue(t.data, "foaf:mbox") ? (s(), i("div", tt, [
190
+ a(d(l.$t("message.metadata.email")) + ": ", 1),
191
+ y(m, {
192
+ to: `mailto:${t.data["foaf:mbox"]}`
193
193
  }, {
194
- default: m(() => [
195
- a(t(e.data["foaf:mbox"]), 1)
194
+ default: h(() => [
195
+ a(d(t.data["foaf:mbox"]), 1)
196
196
  ]),
197
197
  _: 1
198
198
  }, 8, ["to"])
199
- ])) : i("", !0),
200
- a(),
201
- c.showValue(e.data, "foaf:homepage") ? (l(), s("div", ae, [
202
- a(t(d.$t("message.metadata.homepage")) + ": ", 1),
203
- f(r, {
204
- to: e.data["foaf:homepage"]
199
+ ])) : n("", !0),
200
+ e[16] || (e[16] = a()),
201
+ o.showValue(t.data, "foaf:homepage") ? (s(), i("div", et, [
202
+ a(d(l.$t("message.metadata.homepage")) + ": ", 1),
203
+ y(m, {
204
+ to: t.data["foaf:homepage"]
205
205
  }, {
206
- default: m(() => [
207
- a(t(e.data["foaf:homepage"]), 1)
206
+ default: h(() => [
207
+ a(d(t.data["foaf:homepage"]), 1)
208
208
  ]),
209
209
  _: 1
210
210
  }, 8, ["to"])
211
- ])) : i("", !0)
211
+ ])) : n("", !0)
212
212
  ])
213
- ])) : i("", !0),
214
- a(),
215
- e.property === "adms:identifier" && c.checkadms("adms:identifier") ? (l(), s("div", te, [
216
- u("td", de, t(d.$t(`${e.value.label}`)) + ":", 1),
217
- a(),
218
- u("td", null, [
219
- c.showValue(e.data, "@id") && e.property === "adms:identifier" ? (l(), s("div", le, [
220
- a(t(d.$t("message.metadata.url")) + `:
213
+ ])) : n("", !0),
214
+ e[54] || (e[54] = a()),
215
+ t.property === "adms:identifier" && o.checkadms("adms:identifier") ? (s(), i("div", at, [
216
+ r("td", dt, d(l.$t(`${t.value.label}`)) + ":", 1),
217
+ e[20] || (e[20] = a()),
218
+ r("td", null, [
219
+ o.showValue(t.data, "@id") && t.property === "adms:identifier" ? (s(), i("div", lt, [
220
+ a(d(l.$t("message.metadata.url")) + `:
221
221
  `, 1),
222
- f(r, {
223
- to: e.data["@id"]
222
+ y(m, {
223
+ to: t.data["@id"]
224
224
  }, {
225
- default: m(() => [
226
- a(t(e.data["@id"]), 1)
225
+ default: h(() => [
226
+ a(d(t.data["@id"]), 1)
227
227
  ]),
228
228
  _: 1
229
229
  }, 8, ["to"])
230
- ])) : i("", !0),
231
- a(),
232
- c.showValue(e.data, "skos:notation") && c.showValue(e.data["skos:notation"][0], "@value") ? (l(), s("div", se, t(d.$t("message.metadata.identifier")) + ": " + t(e.data["skos:notation"][0]["@value"]), 1)) : i("", !0),
233
- a(),
234
- c.showValue(e.data, "skos:notation") && c.showValue(e.data["skos:notation"][0], "@type") ? (l(), s("div", ie, t(d.$t("message.metadata.type")) + ": " + t(e.data["skos:notation"][0]["@type"]), 1)) : i("", !0)
230
+ ])) : n("", !0),
231
+ e[18] || (e[18] = a()),
232
+ o.showValue(t.data, "skos:notation") && o.showValue(t.data["skos:notation"][0], "@value") ? (s(), i("div", st, d(l.$t("message.metadata.identifier")) + ": " + d(t.data["skos:notation"][0]["@value"]), 1)) : n("", !0),
233
+ e[19] || (e[19] = a()),
234
+ o.showValue(t.data, "skos:notation") && o.showValue(t.data["skos:notation"][0], "@type") ? (s(), i("div", it, d(l.$t("message.metadata.type")) + ": " + d(t.data["skos:notation"][0]["@type"]), 1)) : n("", !0)
235
235
  ])
236
- ])) : i("", !0),
237
- a(),
238
- e.property === "dct:temporal" && c.showValue(e.data, "dcat:startDate") ? (l(), s("tr", ne, [
239
- u("td", ce, t(d.$t(`${e.value.label}`)) + ":", 1),
240
- a(),
241
- u("td", ue, [
242
- c.showValue(e.data, "dcat:startDate") ? (l(), s("div", oe, [
243
- he,
244
- a(" " + t(new Date(e.data["dcat:startDate"])) + ` 
236
+ ])) : n("", !0),
237
+ e[55] || (e[55] = a()),
238
+ t.property === "dct:temporal" && o.showValue(t.data, "dcat:startDate") ? (s(), i("tr", nt, [
239
+ r("td", ut, d(l.$t(`${t.value.label}`)) + ":", 1),
240
+ e[24] || (e[24] = a()),
241
+ r("td", ot, [
242
+ o.showValue(t.data, "dcat:startDate") ? (s(), i("div", rt, [
243
+ e[21] || (e[21] = r("b", null, "From:", -1)),
244
+ a(" " + d(new Date(t.data["dcat:startDate"])) + ` 
245
245
  `, 1)
246
- ])) : i("", !0),
247
- a(),
248
- c.showValue(e.data, "dcat:endDate") ? (l(), s("div", re, [
249
- fe,
250
- a(" " + t(new Date(e.data["dcat:endDate"])), 1)
251
- ])) : i("", !0)
246
+ ])) : n("", !0),
247
+ e[23] || (e[23] = a()),
248
+ o.showValue(t.data, "dcat:endDate") ? (s(), i("div", ft, [
249
+ e[22] || (e[22] = r("b", null, "to:", -1)),
250
+ a(" " + d(new Date(t.data["dcat:endDate"])), 1)
251
+ ])) : n("", !0)
252
252
  ])
253
- ])) : i("", !0),
254
- a(),
255
- e.property === "spdx:checksum" && Object.keys(e.data).length > 0 ? (l(), s("div", _e, [
256
- u("td", me, t(d.$t(`${e.value.label}`)) + ":", 1),
257
- a(),
258
- u("td", ye, [
259
- typeof e.data == "string" ? (l(), s("div", ve, t(e.data), 1)) : i("", !0),
260
- a(),
261
- typeof e.data == "object" ? (l(), s("div", ge, t(e.data["spdx:checksumValue"]), 1)) : i("", !0),
262
- a(),
263
- typeof e.data == "object" ? (l(), s("div", ke, t(e.data["spdx:algorithm"].name), 1)) : i("", !0)
253
+ ])) : n("", !0),
254
+ e[56] || (e[56] = a()),
255
+ t.property === "spdx:checksum" && Object.keys(t.data).length > 0 ? (s(), i("div", mt, [
256
+ r("td", yt, d(l.$t(`${t.value.label}`)) + ":", 1),
257
+ e[27] || (e[27] = a()),
258
+ r("td", vt, [
259
+ typeof t.data == "string" ? (s(), i("div", ht, d(t.data), 1)) : n("", !0),
260
+ e[25] || (e[25] = a()),
261
+ typeof t.data == "object" ? (s(), i("div", gt, d(t.data["spdx:checksumValue"]), 1)) : n("", !0),
262
+ e[26] || (e[26] = a()),
263
+ typeof t.data == "object" ? (s(), i("div", kt, d(t.data["spdx:algorithm"].name), 1)) : n("", !0)
264
264
  ])
265
- ])) : i("", !0),
266
- a(),
267
- e.property === "foaf:page" ? (l(), s("div", be, [
268
- u("td", we, t(d.$t(`${e.value.label}`)) + ":", 1),
269
- a(),
270
- u("td", null, [
271
- c.showMultilingualValue(e.data, "dct:title") ? (l(), s("div", Ve, t(d.$t("message.metadata.title")) + ": " + t(e.data["dct:title"].filter((n) => n["@language"]).length === 0 ? e.data["dct:title"].map((n) => n["@value"])[0] : e.data["dct:title"].filter((n) => n["@language"] === e.dpiLocale).map((n) => n["@value"])[0]), 1)) : i("", !0),
272
- a(),
273
- c.showMultilingualValue(e.data, "dct:description") ? (l(), s("div", Le, t(d.$t("message.metadata.description")) + ": " + t(e.data["dct:description"].filter((n) => n["@language"]).length === 0 ? e.data["dct:description"].map((n) => n["@value"])[0] : e.data["dct:description"].filter((n) => n["@language"] === e.dpiLocale).map((n) => n["@value"])[0]), 1)) : i("", !0),
274
- a(),
275
- c.showValue(e.data, "dct:format") ? (l(), s("div", Oe, t(d.$t("message.metadata.format")) + ": " + t(e.data["dct:format"].name), 1)) : i("", !0),
276
- a(),
277
- c.showValue(e.data, "@id") ? (l(), s("div", Se, [
278
- a(t(d.$t("message.metadata.url")) + ": ", 1),
279
- f(r, {
280
- to: e.data["@id"]
265
+ ])) : n("", !0),
266
+ e[57] || (e[57] = a()),
267
+ t.property === "foaf:page" ? (s(), i("div", bt, [
268
+ r("td", wt, d(l.$t(`${t.value.label}`)) + ":", 1),
269
+ e[31] || (e[31] = a()),
270
+ r("td", null, [
271
+ o.showMultilingualValue(t.data, "dct:title") ? (s(), i("div", Vt, d(l.$t("message.metadata.title")) + ": " + d(t.data["dct:title"].filter((u) => u["@language"]).length === 0 ? t.data["dct:title"].map((u) => u["@value"])[0] : t.data["dct:title"].filter((u) => u["@language"] === t.dpiLocale).map((u) => u["@value"])[0]), 1)) : n("", !0),
272
+ e[28] || (e[28] = a()),
273
+ o.showMultilingualValue(t.data, "dct:description") ? (s(), i("div", ct, d(l.$t("message.metadata.description")) + ": " + d(t.data["dct:description"].filter((u) => u["@language"]).length === 0 ? t.data["dct:description"].map((u) => u["@value"])[0] : t.data["dct:description"].filter((u) => u["@language"] === t.dpiLocale).map((u) => u["@value"])[0]), 1)) : n("", !0),
274
+ e[29] || (e[29] = a()),
275
+ o.showValue(t.data, "dct:format") ? (s(), i("div", _t, d(l.$t("message.metadata.format")) + ": " + d(t.data["dct:format"].name), 1)) : n("", !0),
276
+ e[30] || (e[30] = a()),
277
+ o.showValue(t.data, "@id") ? (s(), i("div", Lt, [
278
+ a(d(l.$t("message.metadata.url")) + ": ", 1),
279
+ y(m, {
280
+ to: t.data["@id"]
281
281
  }, {
282
- default: m(() => [
283
- a(t(e.data["@id"]), 1)
282
+ default: h(() => [
283
+ a(d(t.data["@id"]), 1)
284
284
  ]),
285
285
  _: 1
286
286
  }, 8, ["to"])
287
- ])) : i("", !0)
287
+ ])) : n("", !0)
288
288
  ])
289
- ])) : i("", !0),
290
- a(),
291
- e.property === "dct:conformsTo" && c.showValue(e.data, "rdfs:label") ? (l(), s("div", je, [
292
- u("td", Re, t(d.$t(`${e.value.label}`)) + ":", 1),
293
- a(),
294
- u("td", null, [
295
- c.showValue(e.data, "rdfs:label") ? (l(), s("div", Ue, t(e.data["rdfs:label"]), 1)) : i("", !0),
296
- a(),
297
- c.showValue(e.data, "@id") ? (l(), R(r, {
289
+ ])) : n("", !0),
290
+ e[58] || (e[58] = a()),
291
+ t.property === "dct:conformsTo" && o.showValue(t.data, "rdfs:label") ? (s(), i("div", Ot, [
292
+ r("td", St, d(l.$t(`${t.value.label}`)) + ":", 1),
293
+ e[33] || (e[33] = a()),
294
+ r("td", null, [
295
+ o.showValue(t.data, "rdfs:label") ? (s(), i("div", jt, d(t.data["rdfs:label"]), 1)) : n("", !0),
296
+ e[32] || (e[32] = a()),
297
+ o.showValue(t.data, "@id") ? (s(), R(m, {
298
298
  key: 1,
299
- to: e.data["@id"]
299
+ to: t.data["@id"]
300
300
  }, {
301
- default: m(() => [
302
- a(t(e.data["@id"]), 1)
301
+ default: h(() => [
302
+ a(d(t.data["@id"]), 1)
303
303
  ]),
304
304
  _: 1
305
- }, 8, ["to"])) : i("", !0)
305
+ }, 8, ["to"])) : n("", !0)
306
306
  ])
307
- ])) : i("", !0),
308
- a(),
309
- e.property === "dcat:temporalResolution" ? (l(), s("tr", Ae, [
310
- u("td", Ee, t(d.$t(`${e.value.label}`)) + ":", 1),
311
- a(),
312
- u("td", null, [
313
- u("div", null, t(c.convertTemporalResolution(e.data)), 1)
307
+ ])) : n("", !0),
308
+ e[59] || (e[59] = a()),
309
+ t.property === "dcat:temporalResolution" ? (s(), i("tr", Rt, [
310
+ r("td", Ut, d(l.$t(`${t.value.label}`)) + ":", 1),
311
+ e[34] || (e[34] = a()),
312
+ r("td", null, [
313
+ r("div", null, d(o.convertTemporalResolution(t.data)), 1)
314
314
  ])
315
- ])) : i("", !0),
316
- a(),
317
- c.showDataService() ? (l(), s("tr", Me, [
318
- u("td", Ne, t(d.$t(`${e.value.label}`)) + ":", 1),
319
- a(),
320
- u("td", Te, [
321
- c.showValue(e.data, "dct:title") ? (l(), s("div", De, [
322
- u("span", He, t(d.$t("message.dataupload.distributions.accessServiceTitle.label")) + ":", 1),
323
- a(" " + t(e.data["dct:title"].filter((n) => n["@language"] === e.dpiLocale).map((n) => n["@value"])[0]), 1)
324
- ])) : i("", !0),
325
- a(),
326
- c.showValue(e.data, "dct:description") ? (l(), s("div", Pe, [
327
- u("span", Ye, t(d.$t("message.dataupload.distributions.accessServiceDescription.label")) + ":", 1),
328
- a(" " + t(e.data["dct:description"].filter((n) => n["@language"] === e.dpiLocale).map((n) => n["@value"])[0]), 1)
329
- ])) : i("", !0),
330
- a(),
331
- c.showValue(e.data, "dcat:endpointURL") ? (l(), s("div", Be, [
332
- u("span", Fe, t(d.$t("message.dataupload.distributions.accessServiceEndpointURL.label")) + ":", 1),
333
- a(),
334
- f(r, {
315
+ ])) : n("", !0),
316
+ e[60] || (e[60] = a()),
317
+ o.showDataService() ? (s(), i("tr", At, [
318
+ r("td", Et, d(l.$t(`${t.value.label}`)) + ":", 1),
319
+ e[38] || (e[38] = a()),
320
+ r("td", Mt, [
321
+ o.showValue(t.data, "dct:title") ? (s(), i("div", Nt, [
322
+ r("span", Tt, d(l.$t("message.dataupload.distributions.accessServiceTitle.label")) + ":", 1),
323
+ a(" " + d(t.data["dct:title"].filter((u) => u["@language"] === t.dpiLocale).map((u) => u["@value"])[0]), 1)
324
+ ])) : n("", !0),
325
+ e[36] || (e[36] = a()),
326
+ o.showValue(t.data, "dct:description") ? (s(), i("div", Dt, [
327
+ r("span", Ht, d(l.$t("message.dataupload.distributions.accessServiceDescription.label")) + ":", 1),
328
+ a(" " + d(t.data["dct:description"].filter((u) => u["@language"] === t.dpiLocale).map((u) => u["@value"])[0]), 1)
329
+ ])) : n("", !0),
330
+ e[37] || (e[37] = a()),
331
+ o.showValue(t.data, "dcat:endpointURL") ? (s(), i("div", Pt, [
332
+ r("span", Yt, d(l.$t("message.dataupload.distributions.accessServiceEndpointURL.label")) + ":", 1),
333
+ e[35] || (e[35] = a()),
334
+ y(m, {
335
335
  class: "w-100",
336
- to: e.data["dcat:endpointURL"]
336
+ to: t.data["dcat:endpointURL"]
337
337
  }, {
338
- default: m(() => [
339
- a(t(e.data["dcat:endpointURL"]), 1)
338
+ default: h(() => [
339
+ a(d(t.data["dcat:endpointURL"]), 1)
340
340
  ]),
341
341
  _: 1
342
342
  }, 8, ["to"])
343
- ])) : i("", !0)
343
+ ])) : n("", !0)
344
344
  ])
345
- ])) : i("", !0),
346
- a(),
347
- e.value.isHeader && c.manualSwitch(e.data, e.value.isHeader) === "man" ? (l(), s("tr", ze, [
348
- u("td", Ce, t(d.$t(`${e.value.label}`)) + ":", 1),
349
- a(),
350
- u("td", null, t(e.data["dct:publisher"]["foaf:name"]), 1)
351
- ])) : i("", !0),
352
- a(),
353
- c.manualSwitch(e.data, e.value.isHeader) === "man" && !e.value.isHeader ? (l(), s("tr", Ie, [
354
- u("td", qe, t(d.$t(`${e.value.label}`)) + ":", 1),
355
- a(),
356
- u("td", null, [
357
- (l(!0), s(g, null, V(Object.keys(e.data["dct:publisher"]), (n, L) => (l(), s("div", null, [
358
- e.data["dct:publisher"][n] != null && e.data["dct:publisher"][n] != "" && n === "foaf:name" ? (l(), s("div", Ge, [
359
- u("span", Je, t(d.$t("message.dataupload.datasets.publisherName.label")) + ":", 1),
360
- a(),
361
- u("span", null, t(e.data["dct:publisher"][n]), 1)
362
- ])) : i("", !0),
363
- a(),
364
- e.data["dct:publisher"][n] != null && e.data["dct:publisher"][n] != "" && n === "foaf:mbox" ? (l(), s("div", Ke, [
365
- u("span", Qe, t(d.$t("message.dataupload.datasets.publisherEmail.label")) + ":", 1),
366
- a(),
367
- f(r, {
345
+ ])) : n("", !0),
346
+ e[61] || (e[61] = a()),
347
+ t.value.isHeader && o.manualSwitch(t.data, t.value.isHeader) === "man" ? (s(), i("tr", Bt, [
348
+ r("td", Ft, d(l.$t(`${t.value.label}`)) + ":", 1),
349
+ e[39] || (e[39] = a()),
350
+ r("td", null, d(t.data["dct:publisher"]["foaf:name"]), 1)
351
+ ])) : n("", !0),
352
+ e[62] || (e[62] = a()),
353
+ o.manualSwitch(t.data, t.value.isHeader) === "man" && !t.value.isHeader ? (s(), i("tr", zt, [
354
+ r("td", Ct, d(l.$t(`${t.value.label}`)) + ":", 1),
355
+ e[45] || (e[45] = a()),
356
+ r("td", null, [
357
+ (s(!0), i(b, null, _(Object.keys(t.data["dct:publisher"]), (u, L) => (s(), i("div", null, [
358
+ t.data["dct:publisher"][u] != null && t.data["dct:publisher"][u] != "" && u === "foaf:name" ? (s(), i("div", It, [
359
+ r("span", qt, d(l.$t("message.dataupload.datasets.publisherName.label")) + ":", 1),
360
+ e[40] || (e[40] = a()),
361
+ r("span", null, d(t.data["dct:publisher"][u]), 1)
362
+ ])) : n("", !0),
363
+ e[43] || (e[43] = a()),
364
+ t.data["dct:publisher"][u] != null && t.data["dct:publisher"][u] != "" && u === "foaf:mbox" ? (s(), i("div", Gt, [
365
+ r("span", Jt, d(l.$t("message.dataupload.datasets.publisherEmail.label")) + ":", 1),
366
+ e[41] || (e[41] = a()),
367
+ y(m, {
368
368
  class: "w-100",
369
- to: n
369
+ to: u
370
370
  }, {
371
- default: m(() => [
372
- a(t(e.data["dct:publisher"][n]), 1)
371
+ default: h(() => [
372
+ a(d(t.data["dct:publisher"][u]), 1)
373
373
  ]),
374
374
  _: 2
375
375
  }, 1032, ["to"])
376
- ])) : i("", !0),
377
- a(),
378
- e.data["dct:publisher"][n] != null && e.data["dct:publisher"][n] != "" && n === "foaf:homepage" ? (l(), s("div", We, [
379
- u("span", Xe, t(d.$t("message.dataupload.datasets.publisherHomepage.label")) + ":", 1),
380
- a(),
381
- f(r, {
376
+ ])) : n("", !0),
377
+ e[44] || (e[44] = a()),
378
+ t.data["dct:publisher"][u] != null && t.data["dct:publisher"][u] != "" && u === "foaf:homepage" ? (s(), i("div", Kt, [
379
+ r("span", Qt, d(l.$t("message.dataupload.datasets.publisherHomepage.label")) + ":", 1),
380
+ e[42] || (e[42] = a()),
381
+ y(m, {
382
382
  class: "w-100",
383
- to: n
383
+ to: u
384
384
  }, {
385
- default: m(() => [
386
- a(t(e.data["dct:publisher"][n]), 1)
385
+ default: h(() => [
386
+ a(d(t.data["dct:publisher"][u]), 1)
387
387
  ]),
388
388
  _: 2
389
389
  }, 1032, ["to"])
390
- ])) : i("", !0)
390
+ ])) : n("", !0)
391
391
  ]))), 256))
392
392
  ])
393
- ])) : i("", !0),
394
- a(),
395
- c.manualSwitch(e.data) === "auto" ? (l(), s("tr", Ze, [
396
- f(_, {
397
- property: e.property,
398
- value: e.value,
399
- data: e.data
393
+ ])) : n("", !0),
394
+ e[63] || (e[63] = a()),
395
+ o.manualSwitch(t.data) === "auto" ? (s(), i("tr", Wt, [
396
+ y(v, {
397
+ property: t.property,
398
+ value: t.value,
399
+ data: t.data
400
400
  }, null, 8, ["property", "value", "data"])
401
- ])) : i("", !0),
402
- a(),
403
- c.manualSwitch(e.data) === "liMan" ? (l(), s("tr", xe, [
404
- u("td", $e, t(d.$t(`${e.value.label}`)) + ":", 1),
405
- a(),
406
- u("td", null, [
407
- (l(!0), s(g, null, V(Object.keys(e.data["dct:license"]), (n, L) => (l(), s("div", null, [
408
- e.data["dct:license"][n] != null && e.data["dct:license"][n] != "" && n === "dct:title" ? (l(), s("div", pe, [
409
- u("span", ea, t(d.$t("message.dataupload.distributions.licenceTitle.label")) + ":", 1),
410
- a(),
411
- u("span", null, t(e.data["dct:license"][n]), 1)
412
- ])) : i("", !0),
413
- a(),
414
- e.data["dct:license"][n] != null && e.data["dct:license"][n] != "" && n === "skos:prefLabel" ? (l(), s("div", aa, [
415
- u("span", ta, t(d.$t("message.dataupload.distributions.licenceDescription.label")) + ":", 1),
416
- a(),
417
- f(r, {
401
+ ])) : n("", !0),
402
+ e[64] || (e[64] = a()),
403
+ o.manualSwitch(t.data) === "liMan" ? (s(), i("tr", Xt, [
404
+ r("td", Zt, d(l.$t(`${t.value.label}`)) + ":", 1),
405
+ e[51] || (e[51] = a()),
406
+ r("td", null, [
407
+ (s(!0), i(b, null, _(Object.keys(t.data["dct:license"]), (u, L) => (s(), i("div", null, [
408
+ t.data["dct:license"][u] != null && t.data["dct:license"][u] != "" && u === "dct:title" ? (s(), i("div", xt, [
409
+ r("span", $t, d(l.$t("message.dataupload.distributions.licenceTitle.label")) + ":", 1),
410
+ e[46] || (e[46] = a()),
411
+ r("span", null, d(t.data["dct:license"][u]), 1)
412
+ ])) : n("", !0),
413
+ e[49] || (e[49] = a()),
414
+ t.data["dct:license"][u] != null && t.data["dct:license"][u] != "" && u === "skos:prefLabel" ? (s(), i("div", pt, [
415
+ r("span", te, d(l.$t("message.dataupload.distributions.licenceDescription.label")) + ":", 1),
416
+ e[47] || (e[47] = a()),
417
+ y(m, {
418
418
  class: "w-100",
419
- to: n
419
+ to: u
420
420
  }, {
421
- default: m(() => [
422
- a(t(e.data["dct:license"][n]), 1)
421
+ default: h(() => [
422
+ a(d(t.data["dct:license"][u]), 1)
423
423
  ]),
424
424
  _: 2
425
425
  }, 1032, ["to"])
426
- ])) : i("", !0),
427
- a(),
428
- e.data["dct:license"][n] != null && e.data["dct:license"][n] != "" && n === "skos:exactMatch" ? (l(), s("div", da, [
429
- u("span", la, t(d.$t("message.dataupload.distributions.licenceURL.label")) + ":", 1),
430
- a(),
431
- f(r, {
426
+ ])) : n("", !0),
427
+ e[50] || (e[50] = a()),
428
+ t.data["dct:license"][u] != null && t.data["dct:license"][u] != "" && u === "skos:exactMatch" ? (s(), i("div", ee, [
429
+ r("span", ae, d(l.$t("message.dataupload.distributions.licenceURL.label")) + ":", 1),
430
+ e[48] || (e[48] = a()),
431
+ y(m, {
432
432
  class: "w-100",
433
- to: n
433
+ to: u
434
434
  }, {
435
- default: m(() => [
436
- a(t(e.data["dct:license"][n]), 1)
435
+ default: h(() => [
436
+ a(d(t.data["dct:license"][u]), 1)
437
437
  ]),
438
438
  _: 2
439
439
  }, 1032, ["to"])
440
- ])) : i("", !0)
440
+ ])) : n("", !0)
441
441
  ]))), 256))
442
442
  ])
443
- ])) : i("", !0),
444
- a(),
445
- c.manualSwitch(e.data) === "liAuto" ? (l(), s("tr", sa, [
446
- f(_, {
447
- property: e.property,
448
- value: e.value,
449
- data: e.data
443
+ ])) : n("", !0),
444
+ e[65] || (e[65] = a()),
445
+ o.manualSwitch(t.data) === "liAuto" ? (s(), i("tr", de, [
446
+ y(v, {
447
+ property: t.property,
448
+ value: t.value,
449
+ data: t.data
450
450
  }, null, 8, ["property", "value", "data"])
451
- ])) : i("", !0)
451
+ ])) : n("", !0)
452
452
  ], 64);
453
453
  }
454
- const _a = /* @__PURE__ */ U(A, [["render", ia]]);
454
+ const me = /* @__PURE__ */ U(A, [["render", le]]);
455
455
  export {
456
- _a as default
456
+ me as default
457
457
  };
458
458
  //# sourceMappingURL=SpecialProp.vue.mjs.map