@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,4 +1,4 @@
1
- import { ref as f, watchEffect as T, resolveComponent as E, openBlock as a, createElementBlock as n, toDisplayString as m, createTextVNode as i, unref as d, createCommentVNode as c, createElementVNode as t, withDirectives as I, isRef as V, vModelText as $, Fragment as g, renderList as _, createVNode as x, createBlock as S, createStaticVNode as U } from "vue";
1
+ import { ref as v, watchEffect as E, resolveComponent as S, openBlock as n, createElementBlock as a, toDisplayString as m, createTextVNode as l, unref as d, createStaticVNode as I, createCommentVNode as u, createElementVNode as i, withDirectives as V, isRef as $, vModelText as D, Fragment as y, renderList as x, createVNode as b, createBlock as U } from "vue";
2
2
  import A from "./AutocompleteInput.vue.mjs";
3
3
  import { onClickOutside as B } from "../../external/@vueuse/core/index";
4
4
  import { useRuntimeEnv as N } from "../../composables/useRuntimeEnv.mjs";
@@ -13,214 +13,173 @@ const F = { class: "formkitProperty" }, H = {
13
13
  }, j = {
14
14
  key: 2,
15
15
  class: "d-flex infoLicense py-5"
16
- }, O = /* @__PURE__ */ t("svg", {
17
- xmlns: "http://www.w3.org/2000/svg",
18
- width: "30px",
19
- height: "30px",
20
- fill: "currentColor",
21
- class: "bi bi-info-circle mx-3 mb-3 mt-1 infoboxI",
22
- viewBox: "0 0 16 16"
23
- }, [
24
- /* @__PURE__ */ t("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
25
- /* @__PURE__ */ i(),
26
- /* @__PURE__ */ t("path", { d: "m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" })
27
- ], -1), X = /* @__PURE__ */ U(`<div class="w-80"><p><em>For <strong>European</strong> <strong>Commission&#39;s datasets</strong>, bear in mind
28
- that  <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32011D0833]" target="_blank" rel="nofollow noopener"><ins>Decision 2011/833/EU</ins></a> allows for their commercial reuse without
29
- prior authorisation, except for the material subject to the third party intellectual property rights. This
30
- Decision has been implemented under the  <a href="https://ec.europa.eu/transparency/documents-register/detail?ref=C(2019)1655&amp;lang=en]" target="_blank" rel="nofollow noopener"><ins>Decision C(2019) 1655 final</ins></a>  by which Creative Commons
31
- Attribution 4.0 International Public License (CC BY 4.0) is adopted as an open licence for the Commission&#39;s
32
- reuse policy. Additionally, raw data, metadata or other documents of comparable nature may alternatively be
33
- distributed under the provisions of the Creative Commons Universal Public Domain Dedication deed (CC0
34
- 1.0).</em></p> <p><em>The <strong>Council</strong> and the <strong>European Court of Auditors</strong> have
35
- approved similar decisions on reuse. It is advisable that you check <strong>the reuse policy of your
36
- organisation</strong> before publishing or submitting your dataset.</em></p> <p><em>If you need further information regarding copyright issues, please contact us at <a href="mailto:op-copyright@publications.europa.eu" target="_blank" rel="nofollow noopener">op-copyright@publications.europa.eu</a></em></p></div>`, 1), z = {
16
+ }, O = {
37
17
  key: 3,
38
18
  class: "d-flex infoLicense py-5"
39
- }, K = /* @__PURE__ */ t("svg", {
40
- xmlns: "http://www.w3.org/2000/svg",
41
- width: "30px",
42
- height: "30px",
43
- fill: "currentColor",
44
- class: "bi bi-info-circle mx-3 mb-3 mt-1 infoboxI",
45
- viewBox: "0 0 16 16"
46
- }, [
47
- /* @__PURE__ */ t("path", { d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" }),
48
- /* @__PURE__ */ i(),
49
- /* @__PURE__ */ t("path", { d: "m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" })
50
- ], -1), W = /* @__PURE__ */ t("p", { class: "textInfoI" }, [
51
- /* @__PURE__ */ i(`As owner of your dataset, you guarantee that it does not violate the copyright, other
52
- intellectual property or
53
- privacy rights of any third party. In particular, if third party material is included in the dataset, you must
54
- ensure that all necessary permissions have been obtained and appropriate acknowledgment is given, if necessary.
55
- `),
56
- /* @__PURE__ */ t("br"),
57
- /* @__PURE__ */ t("br"),
58
- /* @__PURE__ */ i(`
59
- If you need further information regarding copyright issues, please contact us at
60
- `),
61
- /* @__PURE__ */ t("a", { href: "mailto:op-copyright@publications.europa.eu" }, "op-copyright@publications.europa.eu")
62
- ], -1), Y = {
19
+ }, X = {
63
20
  key: 4,
64
21
  class: "formkitCmpWrap simpleConditional"
65
- }, q = { class: "m-3" }, G = { class: "conditionalSelectDiv" }, J = ["placeholder"], Q = { key: 0 }, Z = { class: "selectListConditional" }, ee = ["onClick"], te = { class: "conditionalManual" }, oe = {
22
+ }, z = { class: "m-3" }, K = { class: "conditionalSelectDiv" }, W = ["placeholder"], Y = { key: 0 }, q = { class: "selectListConditional" }, G = ["onClick"], J = { class: "conditionalManual" }, Q = {
66
23
  key: 0,
67
24
  class: "d-flex"
68
- }, ae = { key: 0 }, ne = {
25
+ }, Z = { key: 0 }, ee = {
69
26
  key: 5,
70
27
  class: "formkitCmpWrap simpleConditional"
71
- }, ie = { class: "m-3" }, se = { class: "conditionalSelectDiv" }, le = ["placeholder"], re = { key: 0 }, de = { class: "selectListConditional" }, ce = ["onClick"], ue = { class: "conditionalManual" }, pe = {
28
+ }, te = { class: "m-3" }, oe = { class: "conditionalSelectDiv" }, ne = ["placeholder"], ae = { key: 0 }, se = { class: "selectListConditional" }, ie = ["onClick"], le = { class: "conditionalManual" }, re = {
72
29
  key: 0,
73
30
  class: "d-flex"
74
- }, me = {
31
+ }, de = {
75
32
  key: 0,
76
33
  class: ""
77
- }, he = {
34
+ }, ue = {
78
35
  key: 1,
79
36
  class: "conditionalVocabulary d-flex"
80
- }, fe = { class: "autocompleteInputSingleValue" }, ve = ["innerHTML"], Ce = {
37
+ }, ce = { class: "autocompleteInputSingleValue" }, pe = ["innerHTML"], xe = {
81
38
  __name: "ConditionalInput",
82
39
  props: {
83
40
  context: Object
84
41
  },
85
- setup(D) {
86
- let b = N();
87
- const e = D, { t: k } = P();
88
- let r = f(), u = f(!1), p = f(!1);
89
- T(() => {
90
- e.context.value.name && (r.value = k("message.dataupload.datasets.conditional.vocabulary")), e.context.value["foaf:name"] && (r.value = k("message.dataupload.datasets.conditional.manually"));
42
+ setup(L) {
43
+ let k = N();
44
+ const t = L, { t: C } = P();
45
+ let r = v(), c = v(!1), p = v(!1);
46
+ E(() => {
47
+ t.context.value.name && (r.value = C("message.dataupload.datasets.conditional.vocabulary")), t.context.value["foaf:name"] && (r.value = C("message.dataupload.datasets.conditional.manually"));
91
48
  });
92
- const v = f(null), C = (l) => {
49
+ const h = v(null), w = (s) => {
93
50
  p.value = !p.value;
94
- }, L = () => {
95
- e.context.node.reset();
96
- }, w = (l, s) => {
97
- r.value = s, u.value = l, e.context.node.reset(), e.context.value = "";
51
+ }, M = () => {
52
+ t.context.node.reset();
53
+ }, _ = (s, e) => {
54
+ r.value = e, c.value = s, t.context.node.reset(), t.context.value = "";
98
55
  };
99
- return B(v, (l) => p.value = !1), (l, s) => {
100
- const y = E("FormKit");
101
- return a(), n("div", F, [
102
- e.context.attrs.class != null && e.context.attrs.class.includes("inDistribution") ? (a(), n("h4", H, m(l.$t("message.dataupload.distributions." + e.context.attrs.identifier + ".label")), 1)) : (a(), n("h4", R, m(l.$t("message.dataupload.datasets." + e.context.attrs.identifier + ".label")), 1)),
103
- i(),
104
- e.context.attrs.identifier === "licence" && d(b).content.dataProviderInterface.annifIntegration ? (a(), n("div", j, [
105
- O,
106
- i(),
107
- X
108
- ])) : c("", !0),
109
- i(),
110
- e.context.attrs.identifier === "rights" && d(b).content.dataProviderInterface.annifIntegration ? (a(), n("div", z, [
111
- K,
112
- i(),
113
- W
114
- ])) : c("", !0),
115
- i(),
116
- e.context.attrs.identifier === "rights" ? (a(), n("div", Y, [
117
- t("div", q, [
118
- t("div", G, [
119
- I(t("input", {
56
+ return B(h, (s) => p.value = !1), (s, e) => {
57
+ const g = S("FormKit");
58
+ return n(), a("div", F, [
59
+ t.context.attrs.class != null && t.context.attrs.class.includes("inDistribution") ? (n(), a("h4", H, m(s.$t("message.dataupload.distributions." + t.context.attrs.identifier + ".label")), 1)) : (n(), a("h4", R, m(s.$t("message.dataupload.datasets." + t.context.attrs.identifier + ".label")), 1)),
60
+ e[17] || (e[17] = l()),
61
+ t.context.attrs.identifier === "licence" && d(k).content.dataProviderInterface.annifIntegration ? (n(), a("div", j, e[6] || (e[6] = [
62
+ I('<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" fill="currentColor" class="bi bi-info-circle mx-3 mb-3 mt-1 infoboxI" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"></path> <path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"></path></svg> <div class="w-80"><p>For <strong>European</strong> <strong>Commission&#39;s datasets</strong>, bear in mind that <a class="external-link" href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32011D0833" target="_blank" rel="nofollow noopener"><ins>Decision 2011/833/EU</ins></a> allows for their commercial reuse without prior authorisation, except for the material subject to the third party intellectual property rights. This Decision has been implemented under the <a class="external-link" href="https://ec.europa.eu/transparency/documents-register/detail?ref=C(2019)1655&amp;lang=en" target="_blank" rel="nofollow noopener"><ins>Decision C(2019) 1655 final</ins></a> by which Creative Commons Attribution 4.0 International Public License (CC BY 4.0) is adopted as an open licence for the Commission&#39;s reuse policy. Additionally, raw data, metadata or other documents of comparable nature may alternatively be distributed under the provisions of the Creative Commons Universal Public Domain Dedication deed (CC0 1.0).</p> <p>The <strong>Council</strong> and the <strong>European Court of Auditors</strong> have approved similar decisions on reuse. It is advisable that you check <strong>the reuse policy of your organisation</strong> before publishing or submitting your dataset.</p> <p>If you need further information regarding copyright issues, please contact us at <span class="nobr"><a class="external-link" href="mailto:op-copyright@publications.europa.eu" target="_blank" rel="nofollow noopener">op-copyright@publications.europa.eu</a></span></p></div>', 3)
63
+ ]))) : u("", !0),
64
+ e[18] || (e[18] = l()),
65
+ t.context.attrs.identifier === "rights" && d(k).content.dataProviderInterface.annifIntegration ? (n(), a("div", O, e[7] || (e[7] = [
66
+ I(`<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" fill="currentColor" class="bi bi-info-circle mx-3 mb-3 mt-1 infoboxI" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"></path> <path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"></path></svg> <p class="textInfoI">As owner of your dataset, you guarantee that it does not violate the copyright, other
67
+ intellectual property or
68
+ privacy rights of any third party. In particular, if third party material is included in the dataset, you must
69
+ ensure that all necessary permissions have been obtained and appropriate acknowledgment is given, if necessary.
70
+ <br><br>
71
+ If you need further information regarding copyright issues, please contact us at
72
+ <a href="mailto:op-copyright@publications.europa.eu">op-copyright@publications.europa.eu</a></p>`, 3)
73
+ ]))) : u("", !0),
74
+ e[19] || (e[19] = l()),
75
+ t.context.attrs.identifier === "rights" ? (n(), a("div", X, [
76
+ i("div", z, [
77
+ i("div", K, [
78
+ V(i("input", {
120
79
  ref_key: "I1",
121
- ref: v,
80
+ ref: h,
122
81
  type: "text",
123
82
  class: "conditionalSelect formkit-input formkit-inner",
124
- onClick: s[0] || (s[0] = (o) => C()),
125
- placeholder: e.context.attrs.placeholder,
126
- "onUpdate:modelValue": s[1] || (s[1] = (o) => V(r) ? r.value = o : r = o)
127
- }, null, 8, J), [
128
- [$, d(r)]
83
+ onClick: e[0] || (e[0] = (o) => w()),
84
+ placeholder: t.context.attrs.placeholder,
85
+ "onUpdate:modelValue": e[1] || (e[1] = (o) => $(r) ? r.value = o : r = o)
86
+ }, null, 8, W), [
87
+ [D, d(r)]
129
88
  ]),
130
- i(),
131
- d(p) ? (a(), n("div", Q, [
132
- t("ul", Z, [
133
- (a(!0), n(g, null, _(e.context.attrs.selection, (o, h) => (a(), n("li", {
89
+ e[8] || (e[8] = l()),
90
+ d(p) ? (n(), a("div", Y, [
91
+ i("ul", q, [
92
+ (n(!0), a(y, null, x(t.context.attrs.selection, (o, f) => (n(), a("li", {
134
93
  class: "p-2 border-b border-gray-200",
135
- onClick: (M) => w(o, l.$t("message.dataupload.datasets.conditional." + o))
136
- }, m(l.$t("message.dataupload.datasets.conditional." + o)), 9, ee))), 256))
94
+ onClick: (T) => _(o, s.$t("message.dataupload.datasets.conditional." + o))
95
+ }, m(s.$t("message.dataupload.datasets.conditional." + o)), 9, G))), 256))
137
96
  ])
138
- ])) : c("", !0)
97
+ ])) : u("", !0)
139
98
  ]),
140
- i(),
141
- t("div", te, [
142
- d(u) === "URL" || e.context.node.value["@type"] === "url" ? (a(), n("div", oe, [
143
- x(y, {
99
+ e[9] || (e[9] = l()),
100
+ i("div", J, [
101
+ d(c) === "URL" || t.context.node.value["@type"] === "url" ? (n(), a("div", Q, [
102
+ b(g, {
144
103
  type: "url",
145
- placeholder: l.$t("message.dataupload.datasets.conditional.URL"),
104
+ placeholder: s.$t("message.dataupload.datasets.conditional.URL"),
146
105
  name: "rdfs:label",
147
106
  validation: "url",
148
107
  class: "w-100",
149
108
  identifier: "rightsUrl",
150
- modelValue: e.context.value["rdfs:value"],
151
- "onUpdate:modelValue": s[2] || (s[2] = (o) => e.context.value["rdfs:value"] = o)
109
+ modelValue: t.context.value["rdfs:value"],
110
+ "onUpdate:modelValue": e[2] || (e[2] = (o) => t.context.value["rdfs:value"] = o)
152
111
  }, null, 8, ["placeholder", "modelValue"])
153
- ])) : c("", !0)
112
+ ])) : u("", !0)
154
113
  ]),
155
- i(),
156
- d(u) === "Text" || e.context.value["@type"] === "text" ? (a(), n("div", ae, [
157
- x(y, {
114
+ e[10] || (e[10] = l()),
115
+ d(c) === "Text" || t.context.value["@type"] === "text" ? (n(), a("div", Z, [
116
+ b(g, {
158
117
  type: "text",
159
- placeholder: l.$t("message.dataupload.datasets.conditional.Text"),
118
+ placeholder: s.$t("message.dataupload.datasets.conditional.Text"),
160
119
  name: "rdfs:label",
161
120
  class: "w-100",
162
121
  identifier: "rightsText",
163
- modelValue: e.context.value["rdfs:value"],
164
- "onUpdate:modelValue": s[3] || (s[3] = (o) => e.context.value["rdfs:value"] = o)
122
+ modelValue: t.context.value["rdfs:value"],
123
+ "onUpdate:modelValue": e[3] || (e[3] = (o) => t.context.value["rdfs:value"] = o)
165
124
  }, null, 8, ["placeholder", "modelValue"])
166
- ])) : c("", !0)
125
+ ])) : u("", !0)
167
126
  ])
168
- ])) : (a(), n("div", ne, [
169
- t("div", ie, [
170
- t("div", se, [
171
- I(t("input", {
127
+ ])) : (n(), a("div", ee, [
128
+ i("div", te, [
129
+ i("div", oe, [
130
+ V(i("input", {
172
131
  ref_key: "I1",
173
- ref: v,
132
+ ref: h,
174
133
  type: "text",
175
134
  class: "conditionalSelect formkit-input formkit-inner",
176
- onClick: s[4] || (s[4] = (o) => C()),
177
- placeholder: e.context.attrs.placeholder,
178
- "onUpdate:modelValue": s[5] || (s[5] = (o) => V(r) ? r.value = o : r = o)
179
- }, null, 8, le), [
180
- [$, d(r)]
135
+ onClick: e[4] || (e[4] = (o) => w()),
136
+ placeholder: t.context.attrs.placeholder,
137
+ "onUpdate:modelValue": e[5] || (e[5] = (o) => $(r) ? r.value = o : r = o)
138
+ }, null, 8, ne), [
139
+ [D, d(r)]
181
140
  ]),
182
- i(),
183
- d(p) ? (a(), n("div", re, [
184
- t("ul", de, [
185
- (a(!0), n(g, null, _(e.context.attrs.selection, (o, h) => (a(), n("li", {
141
+ e[11] || (e[11] = l()),
142
+ d(p) ? (n(), a("div", ae, [
143
+ i("ul", se, [
144
+ (n(!0), a(y, null, x(t.context.attrs.selection, (o, f) => (n(), a("li", {
186
145
  class: "p-2 border-b border-gray-200",
187
- onClick: (M) => w(o, l.$t("message.dataupload.datasets.conditional." + o))
188
- }, m(l.$t("message.dataupload.datasets.conditional." + o)), 9, ce))), 256))
146
+ onClick: (T) => _(o, s.$t("message.dataupload.datasets.conditional." + o))
147
+ }, m(s.$t("message.dataupload.datasets.conditional." + o)), 9, ie))), 256))
189
148
  ])
190
- ])) : c("", !0)
149
+ ])) : u("", !0)
191
150
  ]),
192
- i(),
193
- t("div", ue, [
194
- d(u) === "manually" || Object.keys(e.context.value).length > 0 && e.context.value["foaf:name"] && d(u) != "vocabulary" ? (a(), n("div", pe, [
195
- (a(!0), n(g, null, _(e.context.attrs.options, (o, h) => (a(), S(y, {
196
- type: h,
197
- placeholder: l.$t("message.dataupload.datasets.individual." + o),
151
+ e[13] || (e[13] = l()),
152
+ i("div", le, [
153
+ d(c) === "manually" || Object.keys(t.context.value).length > 0 && t.context.value["foaf:name"] && d(c) != "vocabulary" ? (n(), a("div", re, [
154
+ (n(!0), a(y, null, x(t.context.attrs.options, (o, f) => (n(), U(g, {
155
+ type: f,
156
+ placeholder: s.$t("message.dataupload.datasets.individual." + o),
198
157
  name: o,
199
- validation: h,
158
+ validation: f,
200
159
  class: "w-100"
201
160
  }, null, 8, ["type", "placeholder", "name", "validation"]))), 256))
202
- ])) : c("", !0)
161
+ ])) : u("", !0)
203
162
  ]),
204
- i(),
205
- d(u) === "vocabulary" && !e.context.value.name ? (a(), n("div", me, [
206
- x(A, {
207
- context: e.context
163
+ e[14] || (e[14] = l()),
164
+ d(c) === "vocabulary" && !t.context.value.name ? (n(), a("div", de, [
165
+ b(A, {
166
+ context: t.context
208
167
  }, null, 8, ["context"])
209
- ])) : c("", !0),
210
- i(),
211
- e.context.value.name ? (a(), n("div", he, [
212
- t("a", fe, m(e.context.value.name), 1),
213
- i(),
214
- t("div", {
168
+ ])) : u("", !0),
169
+ e[15] || (e[15] = l()),
170
+ t.context.value.name ? (n(), a("div", ue, [
171
+ i("a", ce, m(t.context.value.name), 1),
172
+ e[12] || (e[12] = l()),
173
+ i("div", {
215
174
  class: "removeX",
216
- onClick: L
175
+ onClick: M
217
176
  })
218
- ])) : c("", !0),
219
- i(),
220
- t("div", {
221
- innerHTML: e.context.help,
177
+ ])) : u("", !0),
178
+ e[16] || (e[16] = l()),
179
+ i("div", {
180
+ innerHTML: t.context.help,
222
181
  class: "formkit-help"
223
- }, null, 8, ve)
182
+ }, null, 8, pe)
224
183
  ])
225
184
  ]))
226
185
  ]);
@@ -228,6 +187,6 @@ const F = { class: "formkitProperty" }, H = {
228
187
  }
229
188
  };
230
189
  export {
231
- Ce as default
190
+ xe as default
232
191
  };
233
192
  //# sourceMappingURL=ConditionalInput.vue.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConditionalInput.vue.mjs","sources":["../../../lib/data-provider-interface/components/ConditionalInput.vue"],"sourcesContent":["<template>\n <div class=\"formkitProperty\">\n <!-- <h4 class=\"formkitHeader\">{{ props.context.attrs.identifier.charAt(0).toUpperCase() +\n props.context.attrs.identifier.slice(1) }}</h4> -->\n <h4 class=\"formkitHeader\"\n v-if=\"props.context.attrs.class != undefined && props.context.attrs.class.includes('inDistribution')\">\n {{ $t('message.dataupload.distributions.' + props.context.attrs.identifier + '.label') }}\n </h4>\n <h4 class=\"formkitHeader\" v-else>\n {{ $t('message.dataupload.datasets.' + props.context.attrs.identifier + '.label') }}\n </h4>\n <div v-if=\"props.context.attrs.identifier === 'licence' && env.content.dataProviderInterface.annifIntegration\"\n class=\"d-flex infoLicense py-5\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30px\" height=\"30px\" fill=\"currentColor\"\n class=\"bi bi-info-circle mx-3 mb-3 mt-1 infoboxI \" viewBox=\"0 0 16 16\">\n <path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\" />\n <path\n d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" />\n </svg>\n <div class=\"w-80\">\n <p><em>For&nbsp;<strong>European</strong>&nbsp;<strong>Commission's datasets</strong>, bear in mind\n that&nbsp;&nbsp;<a href=\"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32011D0833]\"\n target=\"_blank\" rel=\"nofollow noopener\"><ins>Decision 2011/833/EU</ins></a> allows for their commercial reuse without\n prior authorisation, except for the material subject to the third party intellectual property rights. This\n Decision has been implemented under the&nbsp;&nbsp;<a\n href=\"https://ec.europa.eu/transparency/documents-register/detail?ref=C(2019)1655&amp;lang=en]\"\n target=\"_blank\" rel=\"nofollow noopener\"><ins>Decision C(2019) 1655 final</ins></a>&nbsp; by which Creative Commons\n Attribution 4.0 International Public License (CC BY 4.0) is adopted as an open licence for the Commission's\n reuse policy. Additionally, raw data, metadata or other documents of comparable nature may alternatively be\n distributed under the provisions of the Creative Commons Universal Public Domain Dedication deed (CC0\n 1.0).</em></p>\n <p><em>The&nbsp;<strong>Council</strong>&nbsp;and the&nbsp;<strong>European Court of Auditors</strong>&nbsp;have\n approved similar decisions on reuse. It is advisable that you check&nbsp;<strong>the reuse policy of your\n organisation</strong>&nbsp;before publishing or submitting your dataset.</em></p>\n <p><em>If you need further information regarding copyright issues, please contact us at&nbsp;<a\n href=\"mailto:op-copyright@publications.europa.eu\" target=\"_blank\"\n rel=\"nofollow noopener\">op-copyright@publications.europa.eu</a></em></p>\n </div>\n\n </div>\n\n <div v-if=\"props.context.attrs.identifier === 'rights' && env.content.dataProviderInterface.annifIntegration\"\n class=\"d-flex infoLicense py-5\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30px\" height=\"30px\" fill=\"currentColor\"\n class=\"bi bi-info-circle mx-3 mb-3 mt-1 infoboxI\" viewBox=\"0 0 16 16\">\n <path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\" />\n <path\n d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" />\n </svg>\n <p class=\"textInfoI\">As owner of your dataset, you guarantee that it does not violate the copyright, other\n intellectual property or\n privacy rights of any third party. In particular, if third party material is included in the dataset, you must\n ensure that all necessary permissions have been obtained and appropriate acknowledgment is given, if necessary.\n <br><br>\n If you need further information regarding copyright issues, please contact us at\n <a href=\"mailto:op-copyright@publications.europa.eu\">op-copyright@publications.europa.eu</a>\n </p>\n </div>\n <!-- Choice between text and URL -->\n <div class=\"formkitCmpWrap simpleConditional\" v-if=\"props.context.attrs.identifier === 'rights'\">\n <div class=\"m-3\">\n <div class=\"conditionalSelectDiv\">\n <input ref=\"I1\" type=\"text\" class=\"conditionalSelect formkit-input formkit-inner\" @click=\"openSelect($event)\"\n :placeholder=\"props.context.attrs.placeholder\" v-model=\"selectModeVal\">\n <div v-if=\"showSelect\">\n <ul class=\"selectListConditional\">\n <li v-for=\"el, index in props.context.attrs.selection\" class=\"p-2 border-b border-gray-200 \"\n @click=\"selectMode(el, $t('message.dataupload.datasets.conditional.' + el))\">{{\n $t('message.dataupload.datasets.conditional.' + el) }}</li>\n </ul>\n </div>\n </div>\n <div class=\"conditionalManual\">\n <div class=\"d-flex\" v-if=\"selectedItem === 'URL' || props.context.node.value['@type'] === 'url'\">\n <FormKit type=\"url\" :placeholder=\"$t('message.dataupload.datasets.conditional.URL')\" name=\"rdfs:label\"\n validation=\"url\" class=\"w-100\" identifier=\"rightsUrl\" v-model=\"props.context.value['rdfs:value']\">\n </FormKit>\n </div>\n </div>\n <div v-if=\"selectedItem === 'Text' || props.context.value['@type'] === 'text'\">\n <FormKit type=\"text\" :placeholder=\"$t('message.dataupload.datasets.conditional.Text')\" name=\"rdfs:label\"\n class=\"w-100\" identifier=\"rightsText\" v-model=\"props.context.value['rdfs:value']\"></FormKit>\n </div>\n </div>\n </div>\n\n <!-- Choice between manualinput and vocabulary search -->\n <div class=\"formkitCmpWrap simpleConditional\" v-else>\n <div class=\"m-3\">\n <div class=\"conditionalSelectDiv\">\n <input ref=\"I1\" type=\"text\" class=\"conditionalSelect formkit-input formkit-inner\" @click=\"openSelect($event)\"\n :placeholder=props.context.attrs.placeholder v-model=\"selectModeVal\">\n <div v-if=\"showSelect\">\n <ul class=\"selectListConditional\">\n <li v-for=\"el, index in props.context.attrs.selection\" class=\"p-2 border-b border-gray-200 \"\n @click=\"selectMode(el, $t('message.dataupload.datasets.conditional.' + el))\">{{\n $t('message.dataupload.datasets.conditional.' + el) }}</li>\n </ul>\n </div>\n </div>\n <div class=\"conditionalManual\">\n <div class=\"d-flex\" v-if=\"selectedItem === 'manually' ||\n Object.keys(props.context.value).length > 0 && props.context.value['foaf:name']\n && selectedItem != 'vocabulary'\">\n <FormKit v-for=\"el, key in props.context.attrs.options\" :type=\"key\"\n :placeholder=\"$t('message.dataupload.datasets.individual.' + el)\" :name=\"el\" :validation=\"key\"\n class=\"w-100\"></FormKit>\n </div>\n </div>\n <div v-if=\"selectedItem === 'vocabulary' && !props.context.value['name']\" class=\"\">\n <AutocompleteInput :context=\"props.context\"></AutocompleteInput>\n </div>\n <div v-if=\"props.context.value['name']\" class=\"conditionalVocabulary d-flex\">\n <a class=\"autocompleteInputSingleValue\">{{\n props.context.value['name'] }}</a>\n <div class=\"removeX\" @click=\"removeProperty\"></div>\n\n </div>\n <div v-html=\"props.context.help\" class=\"formkit-help\"></div>\n\n </div>\n\n </div>\n </div>\n\n</template>\n<script setup>\nimport { ref, watchEffect } from 'vue';\nimport AutocompleteInput from './AutocompleteInput.vue';\nimport { onClickOutside } from '@vueuse/core'\nimport { useRuntimeEnv } from \"../../composables/useRuntimeEnv.ts\";\nimport { useI18n } from 'vue-i18n';\n\nlet env = useRuntimeEnv()\nconst props = defineProps({\n context: Object,\n})\nconst { t } = useI18n();\nlet selectModeVal = ref()\nlet selectedItem = ref(false)\nlet showSelect = ref(false)\n\n\n\nwatchEffect(() => {\n if (props.context.value['name']) {\n selectModeVal.value = t('message.dataupload.datasets.conditional.' + 'vocabulary');\n }\n if (props.context.value['foaf:name']) {\n selectModeVal.value = t('message.dataupload.datasets.conditional.' + 'manually');\n }\n});\n\nconst I1 = ref(null)\n\nconst openSelect = (e) => {\n\n showSelect.value = !showSelect.value\n\n}\nconst removeProperty = () => {\n props.context.node.reset()\n}\nconst selectMode = (e, translatedString) => {\n selectModeVal.value = translatedString\n selectedItem.value = e\n props.context.node.reset()\n props.context.value = \"\"\n}\n\nonClickOutside(I1, event => showSelect.value = false)\n\n</script>\n<style>\n.conditionalManual {\n .formkit-outer {\n width: 100%;\n }\n}\n\n.hover {\n text-decoration: underline;\n}\n\n.conditionalVocabulary {\n display: flex;\n align-items: center;\n margin: 1rem 0;\n}\n\n.w-80 {\n width: 80%;\n}\n\n.infoLicense {\n a {\n color: blue;\n }\n\n padding: 1rem;\n background-color: rgb(171, 225, 165)\n}\n\n.infoboxI {\n width: 5%;\n}\n\n.textInfoI {\n width: 95%;\n}\n</style>\n"],"names":["env","useRuntimeEnv","props","__props","t","useI18n","selectModeVal","ref","selectedItem","showSelect","watchEffect","I1","openSelect","e","removeProperty","selectMode","translatedString","onClickOutside","event"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqIA,QAAIA,IAAMC,EAAe;AACzB,UAAMC,IAAQC,GAGR,EAAE,GAAAC,EAAC,IAAKC;AACd,QAAIC,IAAgBC,EAAK,GACrBC,IAAeD,EAAI,EAAK,GACxBE,IAAaF,EAAI,EAAK;AAI1B,IAAAG,EAAY,MAAM;AAChB,MAAIR,EAAM,QAAQ,MAAM,SACtBI,EAAc,QAAQF,EAAE,oDAAyD,IAE/EF,EAAM,QAAQ,MAAM,WAAW,MACjCI,EAAc,QAAQF,EAAE,kDAAuD;AAAA,IAEnF,CAAC;AAED,UAAMO,IAAKJ,EAAI,IAAI,GAEbK,IAAa,CAACC,MAAM;AAExB,MAAAJ,EAAW,QAAQ,CAACA,EAAW;AAAA,IAEjC,GACMK,IAAiB,MAAM;AAC3B,MAAAZ,EAAM,QAAQ,KAAK,MAAO;AAAA,IAC5B,GACMa,IAAa,CAACF,GAAGG,MAAqB;AAC1C,MAAAV,EAAc,QAAQU,GACtBR,EAAa,QAAQK,GACrBX,EAAM,QAAQ,KAAK,MAAO,GAC1BA,EAAM,QAAQ,QAAQ;AAAA,IACxB;AAEA,WAAAe,EAAeN,GAAI,CAAAO,MAAST,EAAW,QAAQ,EAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ConditionalInput.vue.mjs","sources":["../../../lib/data-provider-interface/components/ConditionalInput.vue"],"sourcesContent":["<template>\n <div class=\"formkitProperty\">\n <!-- <h4 class=\"formkitHeader\">{{ props.context.attrs.identifier.charAt(0).toUpperCase() +\n props.context.attrs.identifier.slice(1) }}</h4> -->\n <h4 class=\"formkitHeader\"\n v-if=\"props.context.attrs.class != undefined && props.context.attrs.class.includes('inDistribution')\">\n {{ $t('message.dataupload.distributions.' + props.context.attrs.identifier + '.label') }}\n </h4>\n <h4 class=\"formkitHeader\" v-else>\n {{ $t('message.dataupload.datasets.' + props.context.attrs.identifier + '.label') }}\n </h4>\n <div v-if=\"props.context.attrs.identifier === 'licence' && env.content.dataProviderInterface.annifIntegration\"\n class=\"d-flex infoLicense py-5\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30px\" height=\"30px\" fill=\"currentColor\"\n class=\"bi bi-info-circle mx-3 mb-3 mt-1 infoboxI \" viewBox=\"0 0 16 16\">\n <path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\" />\n <path\n d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" />\n </svg>\n <div class=\"w-80\">\n <p>For <strong>European</strong>&nbsp;<strong>Commission's datasets</strong>, bear in mind that&nbsp;<a class=\"external-link\" href=\"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32011D0833\" target=\"_blank\" rel=\"nofollow noopener\"><ins>Decision 2011/833/EU</ins></a> allows for their commercial reuse without prior authorisation, except for the material subject to the third party intellectual property rights. This Decision has been implemented under the&nbsp;<a class=\"external-link\" href=\"https://ec.europa.eu/transparency/documents-register/detail?ref=C(2019)1655&amp;lang=en\" target=\"_blank\" rel=\"nofollow noopener\"><ins>Decision C(2019) 1655 final</ins></a> by which Creative Commons Attribution 4.0 International Public License (CC BY 4.0) is adopted as an open licence for the Commission's reuse policy. Additionally, raw data, metadata or other documents of comparable nature may alternatively be distributed under the provisions of the Creative Commons Universal Public Domain Dedication deed (CC0 1.0).</p>\n <p>The&nbsp;<strong>Council</strong>&nbsp;and the&nbsp;<strong>European Court of Auditors</strong>&nbsp;have approved similar decisions on reuse. It is advisable that you check&nbsp;<strong>the reuse policy of your organisation</strong>&nbsp;before publishing or submitting your dataset.</p>\n <p>If you need further information regarding copyright issues, please contact us at&nbsp;<span class=\"nobr\"><a class=\"external-link\" href=\"mailto:op-copyright@publications.europa.eu\" target=\"_blank\" rel=\"nofollow noopener\">op-copyright@publications.europa.eu</a></span></p>\n </div>\n\n </div>\n\n <div v-if=\"props.context.attrs.identifier === 'rights' && env.content.dataProviderInterface.annifIntegration\"\n class=\"d-flex infoLicense py-5\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30px\" height=\"30px\" fill=\"currentColor\"\n class=\"bi bi-info-circle mx-3 mb-3 mt-1 infoboxI\" viewBox=\"0 0 16 16\">\n <path d=\"M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\" />\n <path\n d=\"m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" />\n </svg>\n <p class=\"textInfoI\">As owner of your dataset, you guarantee that it does not violate the copyright, other\n intellectual property or\n privacy rights of any third party. In particular, if third party material is included in the dataset, you must\n ensure that all necessary permissions have been obtained and appropriate acknowledgment is given, if necessary.\n <br><br>\n If you need further information regarding copyright issues, please contact us at\n <a href=\"mailto:op-copyright@publications.europa.eu\">op-copyright@publications.europa.eu</a>\n </p>\n </div>\n <!-- Choice between text and URL -->\n <div class=\"formkitCmpWrap simpleConditional\" v-if=\"props.context.attrs.identifier === 'rights'\">\n <div class=\"m-3\">\n <div class=\"conditionalSelectDiv\">\n <input ref=\"I1\" type=\"text\" class=\"conditionalSelect formkit-input formkit-inner\" @click=\"openSelect($event)\"\n :placeholder=\"props.context.attrs.placeholder\" v-model=\"selectModeVal\">\n <div v-if=\"showSelect\">\n <ul class=\"selectListConditional\">\n <li v-for=\"el, index in props.context.attrs.selection\" class=\"p-2 border-b border-gray-200 \"\n @click=\"selectMode(el, $t('message.dataupload.datasets.conditional.' + el))\">{{\n $t('message.dataupload.datasets.conditional.' + el) }}</li>\n </ul>\n </div>\n </div>\n <div class=\"conditionalManual\">\n <div class=\"d-flex\" v-if=\"selectedItem === 'URL' || props.context.node.value['@type'] === 'url'\">\n <FormKit type=\"url\" :placeholder=\"$t('message.dataupload.datasets.conditional.URL')\" name=\"rdfs:label\"\n validation=\"url\" class=\"w-100\" identifier=\"rightsUrl\" v-model=\"props.context.value['rdfs:value']\">\n </FormKit>\n </div>\n </div>\n <div v-if=\"selectedItem === 'Text' || props.context.value['@type'] === 'text'\">\n <FormKit type=\"text\" :placeholder=\"$t('message.dataupload.datasets.conditional.Text')\" name=\"rdfs:label\"\n class=\"w-100\" identifier=\"rightsText\" v-model=\"props.context.value['rdfs:value']\"></FormKit>\n </div>\n </div>\n </div>\n\n <!-- Choice between manualinput and vocabulary search -->\n <div class=\"formkitCmpWrap simpleConditional\" v-else>\n <div class=\"m-3\">\n <div class=\"conditionalSelectDiv\">\n <input ref=\"I1\" type=\"text\" class=\"conditionalSelect formkit-input formkit-inner\" @click=\"openSelect($event)\"\n :placeholder=props.context.attrs.placeholder v-model=\"selectModeVal\">\n <div v-if=\"showSelect\">\n <ul class=\"selectListConditional\">\n <li v-for=\"el, index in props.context.attrs.selection\" class=\"p-2 border-b border-gray-200 \"\n @click=\"selectMode(el, $t('message.dataupload.datasets.conditional.' + el))\">{{\n $t('message.dataupload.datasets.conditional.' + el) }}</li>\n </ul>\n </div>\n </div>\n <div class=\"conditionalManual\">\n <div class=\"d-flex\" v-if=\"selectedItem === 'manually' ||\n Object.keys(props.context.value).length > 0 && props.context.value['foaf:name']\n && selectedItem != 'vocabulary'\">\n <FormKit v-for=\"el, key in props.context.attrs.options\" :type=\"key\"\n :placeholder=\"$t('message.dataupload.datasets.individual.' + el)\" :name=\"el\" :validation=\"key\"\n class=\"w-100\"></FormKit>\n </div>\n </div>\n <div v-if=\"selectedItem === 'vocabulary' && !props.context.value['name']\" class=\"\">\n <AutocompleteInput :context=\"props.context\"></AutocompleteInput>\n </div>\n <div v-if=\"props.context.value['name']\" class=\"conditionalVocabulary d-flex\">\n <a class=\"autocompleteInputSingleValue\">{{\n props.context.value['name'] }}</a>\n <div class=\"removeX\" @click=\"removeProperty\"></div>\n\n </div>\n <div v-html=\"props.context.help\" class=\"formkit-help\"></div>\n\n </div>\n\n </div>\n </div>\n\n</template>\n<script setup>\nimport { ref, watchEffect } from 'vue';\nimport AutocompleteInput from './AutocompleteInput.vue';\nimport { onClickOutside } from '@vueuse/core'\nimport { useRuntimeEnv } from \"../../composables/useRuntimeEnv.ts\";\nimport { useI18n } from 'vue-i18n';\n\nlet env = useRuntimeEnv()\nconst props = defineProps({\n context: Object,\n})\nconst { t } = useI18n();\nlet selectModeVal = ref()\nlet selectedItem = ref(false)\nlet showSelect = ref(false)\n\n\n\nwatchEffect(() => {\n if (props.context.value['name']) {\n selectModeVal.value = t('message.dataupload.datasets.conditional.' + 'vocabulary');\n }\n if (props.context.value['foaf:name']) {\n selectModeVal.value = t('message.dataupload.datasets.conditional.' + 'manually');\n }\n});\n\nconst I1 = ref(null)\n\nconst openSelect = (e) => {\n\n showSelect.value = !showSelect.value\n\n}\nconst removeProperty = () => {\n props.context.node.reset()\n}\nconst selectMode = (e, translatedString) => {\n selectModeVal.value = translatedString\n selectedItem.value = e\n props.context.node.reset()\n props.context.value = \"\"\n}\n\nonClickOutside(I1, event => showSelect.value = false)\n\n</script>\n<style>\n.conditionalManual {\n .formkit-outer {\n width: 100%;\n }\n}\n\n.hover {\n text-decoration: underline;\n}\n\n.conditionalVocabulary {\n display: flex;\n align-items: center;\n margin: 1rem 0;\n}\n\n.w-80 {\n width: 80%;\n}\n\n.infoLicense {\n a {\n color: blue;\n }\n\n padding: 1rem;\n background-color: rgb(171, 225, 165)\n}\n\n.infoboxI {\n width: 5%;\n}\n\n.textInfoI {\n width: 95%;\n}\n</style>\n"],"names":["env","useRuntimeEnv","props","__props","t","useI18n","selectModeVal","ref","selectedItem","showSelect","watchEffect","I1","openSelect","e","removeProperty","selectMode","translatedString","onClickOutside","event"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuHA,QAAIA,IAAMC,EAAc;AACxB,UAAMC,IAAQC,GAGR,EAAE,GAAAC,EAAC,IAAKC;AACd,QAAIC,IAAgBC,EAAI,GACpBC,IAAeD,EAAI,EAAK,GACxBE,IAAaF,EAAI,EAAK;AAI1B,IAAAG,EAAY,MAAM;AAChB,MAAIR,EAAM,QAAQ,MAAM,SACtBI,EAAc,QAAQF,EAAE,oDAAyD,IAE/EF,EAAM,QAAQ,MAAM,WAAW,MACjCI,EAAc,QAAQF,EAAE,kDAAuD;AAAA,IAEnF,CAAC;AAED,UAAMO,IAAKJ,EAAI,IAAI,GAEbK,IAAa,CAACC,MAAM;AAExB,MAAAJ,EAAW,QAAQ,CAACA,EAAW;AAAA,IAEjC,GACMK,IAAiB,MAAM;AAC3B,MAAAZ,EAAM,QAAQ,KAAK,MAAM;AAAA,IAC3B,GACMa,IAAa,CAACF,GAAGG,MAAqB;AAC1C,MAAAV,EAAc,QAAQU,GACtBR,EAAa,QAAQK,GACrBX,EAAM,QAAQ,KAAK,MAAM,GACzBA,EAAM,QAAQ,QAAQ;AAAA,IACxB;AAEA,WAAAe,EAAeN,GAAI,CAAAO,MAAST,EAAW,QAAQ,EAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,8 +1,8 @@
1
- declare const _default: import('vue').DefineComponent<Readonly<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  catalog?: any;
3
3
  id?: any;
4
4
  property?: any;
5
- }>, any, {}, {
5
+ }, {}, {}, {
6
6
  token(): any;
7
7
  redirectUri(): string;
8
8
  getIsDraft: import('vuex').Computed;
@@ -12,13 +12,9 @@ declare const _default: import('vue').DefineComponent<Readonly<{
12
12
  convertToInput: import('vuex').ActionMethod;
13
13
  setIsEditMode: import('vuex').ActionMethod;
14
14
  setIsDraft: import('vuex').ActionMethod;
15
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<Readonly<{
15
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
16
16
  catalog?: any;
17
17
  id?: any;
18
18
  property?: any;
19
- }>>>, {
20
- readonly catalog?: any;
21
- readonly id?: any;
22
- readonly property?: any;
23
- }, {}>;
19
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
20
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { mapGetters as s, mapActions as o } from "vuex";
2
- import { openBlock as i, createElementBlock as n, createElementVNode as c } from "vue";
3
- import p from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const d = {
2
+ import { openBlock as i, createElementBlock as n, createElementVNode as p } from "vue";
3
+ import c from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const u = {
5
5
  props: ["id", "property", "catalog"],
6
6
  data() {
7
7
  return {};
@@ -40,19 +40,19 @@ const d = {
40
40
  });
41
41
  }
42
42
  },
43
- beforeRouteEnter(a, e, r) {
44
- r((t) => {
45
- e.fullPath.startsWith(t.redirectUri) ? t.$router.go(-1) : t.setupEditPage();
43
+ beforeRouteEnter(a, t, r) {
44
+ r((e) => {
45
+ t.fullPath.startsWith(e.redirectUri) ? e.$router.go(-1) : e.setupEditPage();
46
46
  });
47
47
  }
48
- }, u = { style: { height: "370px" } }, h = /* @__PURE__ */ c("div", { class: "spinner" }, null, -1), l = [
49
- h
50
- ];
51
- function f(a, e, r, t, g, m) {
52
- return i(), n("div", u, l);
48
+ }, d = { style: { height: "370px" } };
49
+ function l(a, t, r, e, h, f) {
50
+ return i(), n("div", d, t[0] || (t[0] = [
51
+ p("div", { class: "spinner" }, null, -1)
52
+ ]));
53
53
  }
54
- const D = /* @__PURE__ */ p(d, [["render", f]]);
54
+ const y = /* @__PURE__ */ c(u, [["render", l]]);
55
55
  export {
56
- D as default
56
+ y as default
57
57
  };
58
58
  //# sourceMappingURL=DataFetchingComponent.vue.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataFetchingComponent.vue.mjs","sources":["../../../lib/data-provider-interface/components/DataFetchingComponent.vue"],"sourcesContent":["<template>\n <div style=\"height:370px;\">\n <div class=\"spinner\"></div>\n </div>\n</template>\n\n<script>\nimport { mapActions, mapGetters } from 'vuex';\n\nexport default {\n props: ['id', 'property', 'catalog'],\n data() {\n return {};\n },\n computed: {\n ...mapGetters('auth', [\n 'getIsDraft',\n 'getUserData',\n ]),\n token() {\n return this.getUserData.rtpToken;\n },\n redirectUri() {\n return `${this.$env.content.dataProviderInterface.basePath}/${this.property}?locale=${this.$i18n.locale}`;\n },\n },\n methods: {\n ...mapActions('auth', [\n 'setIsEditMode',\n 'setIsDraft',\n ]),\n ...mapActions('dpiStore', [\n 'convertToInput',\n ]),\n async setupEditPage() {\n this.$router.push({\n name: 'DataProviderInterface-Input',\n params: { property: this.property },\n query: { \n locale: this.$route.query.locale,\n edit: true,\n id: !this.getIsDraft && this.property === 'catalogues'\n ? this.catalog\n : this.id,\n catalog: this.catalog,\n fromDraft: this.getIsDraft ? 'true' : undefined,\n },\n })\n\n return;\n\n let endpoint;\n this.setIsEditMode(true);\n const specification = this.$env.content.dataProviderInterface.specification;\n\n if (this.getIsDraft) {\n this.setIsDraft(true);\n endpoint = `${this.$env.api.hubUrl}drafts/datasets/${this.id}.nt?catalogue=${this.catalog}`;\n await this.convertToInput({endpoint, token: this.token, property: this.property, id: this.id, specification: specification });\n } else {\n this.setIsDraft(false);\n if (this.property === 'catalogues') {\n endpoint = `${this.$env.api.hubUrl}catalogues/${this.catalog}.nt`;\n await this.convertToInput({endpoint, token: this.token, property: this.property, id: this.catalog, specification: specification });\n } else {\n endpoint = `${this.$env.api.hubUrl}datasets/${this.id}.nt?useNormalizedId=true`;\n await this.convertToInput({endpoint, token: this.token, property: this.property, id: this.id, specification: specification });\n } \n }\n\n this.$router.push(this.redirectUri).catch(() => {});\n },\n },\n beforeRouteEnter(to, from, next) {\n next(vm => {\n if (from.fullPath.startsWith(vm.redirectUri)) {\n vm.$router.go(-1);\n } else vm.setupEditPage();\n });\n },\n};\n</script>\n"],"names":["_sfc_main","mapGetters","mapActions","to","from","next","vm","_hoisted_1","_createElementVNode","_hoisted_2","_createElementBlock","_hoisted_3"],"mappings":";;;AASA,MAAKA,IAAU;AAAA,EACb,OAAO,CAAC,MAAM,YAAY,SAAS;AAAA,EACnC,OAAO;AACL,WAAO;EACR;AAAA,EACD,UAAU;AAAA,IACR,GAAGC,EAAW,QAAQ;AAAA,MACpB;AAAA,MACA;AAAA,IACF,CAAC;AAAA,IACD,QAAQ;AACN,aAAO,KAAK,YAAY;AAAA,IACzB;AAAA,IACD,cAAc;AACZ,aAAO,GAAG,KAAK,KAAK,QAAQ,sBAAsB,QAAQ,IAAI,KAAK,QAAQ,WAAW,KAAK,MAAM,MAAM;AAAA,IACxG;AAAA,EACF;AAAA,EACD,SAAS;AAAA,IACP,GAAGC,EAAW,QAAQ;AAAA,MACpB;AAAA,MACA;AAAA,IACF,CAAC;AAAA,IACD,GAAGA,EAAW,YAAY;AAAA,MACxB;AAAA,IACF,CAAC;AAAA,IACD,MAAM,gBAAgB;AACpB,WAAK,QAAQ,KAAK;AAAA,QAChB,MAAM;AAAA,QACN,QAAQ,EAAE,UAAU,KAAK,SAAU;AAAA,QACnC,OAAO;AAAA,UACL,QAAQ,KAAK,OAAO,MAAM;AAAA,UAC1B,MAAM;AAAA,UACN,IAAI,CAAC,KAAK,cAAc,KAAK,aAAa,eACtC,KAAK,UACL,KAAK;AAAA,UACT,SAAS,KAAK;AAAA,UACd,WAAW,KAAK,aAAa,SAAS;AAAA,QACvC;AAAA,OACF;AAAA,IAwBF;AAAA,EACF;AAAA,EACD,iBAAiBC,GAAIC,GAAMC,GAAM;AAC/B,IAAAA,EAAK,CAAAC,MAAM;AACT,MAAIF,EAAK,SAAS,WAAWE,EAAG,WAAW,IACzCA,EAAG,QAAQ,GAAG,EAAE,IACXA,EAAG;IACZ,CAAC;AAAA,EACF;AACH,GA/EOC,IAAA,EAAA,OAAA,EAAqB,QAAA,QAAA,EAAA,OACxBC,gBAAAA,EAA2B,OAAA,EAAtB,OAAM,aAAS,MAAA,EAAA;EAApBC;;;cADFC,EAEM,OAFNH,GADFI,CAAA;;;"}
1
+ {"version":3,"file":"DataFetchingComponent.vue.mjs","sources":["../../../lib/data-provider-interface/components/DataFetchingComponent.vue"],"sourcesContent":["<template>\n <div style=\"height:370px;\">\n <div class=\"spinner\"></div>\n </div>\n</template>\n\n<script>\nimport { mapActions, mapGetters } from 'vuex';\n\nexport default {\n props: ['id', 'property', 'catalog'],\n data() {\n return {};\n },\n computed: {\n ...mapGetters('auth', [\n 'getIsDraft',\n 'getUserData',\n ]),\n token() {\n return this.getUserData.rtpToken;\n },\n redirectUri() {\n return `${this.$env.content.dataProviderInterface.basePath}/${this.property}?locale=${this.$i18n.locale}`;\n },\n },\n methods: {\n ...mapActions('auth', [\n 'setIsEditMode',\n 'setIsDraft',\n ]),\n ...mapActions('dpiStore', [\n 'convertToInput',\n ]),\n async setupEditPage() {\n this.$router.push({\n name: 'DataProviderInterface-Input',\n params: { property: this.property },\n query: { \n locale: this.$route.query.locale,\n edit: true,\n id: !this.getIsDraft && this.property === 'catalogues'\n ? this.catalog\n : this.id,\n catalog: this.catalog,\n fromDraft: this.getIsDraft ? 'true' : undefined,\n },\n })\n\n return;\n\n let endpoint;\n this.setIsEditMode(true);\n const specification = this.$env.content.dataProviderInterface.specification;\n\n if (this.getIsDraft) {\n this.setIsDraft(true);\n endpoint = `${this.$env.api.hubUrl}drafts/datasets/${this.id}.nt?catalogue=${this.catalog}`;\n await this.convertToInput({endpoint, token: this.token, property: this.property, id: this.id, specification: specification });\n } else {\n this.setIsDraft(false);\n if (this.property === 'catalogues') {\n endpoint = `${this.$env.api.hubUrl}catalogues/${this.catalog}.nt`;\n await this.convertToInput({endpoint, token: this.token, property: this.property, id: this.catalog, specification: specification });\n } else {\n endpoint = `${this.$env.api.hubUrl}datasets/${this.id}.nt?useNormalizedId=true`;\n await this.convertToInput({endpoint, token: this.token, property: this.property, id: this.id, specification: specification });\n } \n }\n\n this.$router.push(this.redirectUri).catch(() => {});\n },\n },\n beforeRouteEnter(to, from, next) {\n next(vm => {\n if (from.fullPath.startsWith(vm.redirectUri)) {\n vm.$router.go(-1);\n } else vm.setupEditPage();\n });\n },\n};\n</script>\n"],"names":["_sfc_main","mapGetters","mapActions","to","from","next","vm","_hoisted_1","_openBlock","_createElementBlock","_cache","_createElementVNode"],"mappings":";;;AASA,MAAKA,IAAU;AAAA,EACb,OAAO,CAAC,MAAM,YAAY,SAAS;AAAA,EACnC,OAAO;AACL,WAAO;EACR;AAAA,EACD,UAAU;AAAA,IACR,GAAGC,EAAW,QAAQ;AAAA,MACpB;AAAA,MACA;AAAA,IACF,CAAC;AAAA,IACD,QAAQ;AACN,aAAO,KAAK,YAAY;AAAA,IACzB;AAAA,IACD,cAAc;AACZ,aAAO,GAAG,KAAK,KAAK,QAAQ,sBAAsB,QAAQ,IAAI,KAAK,QAAQ,WAAW,KAAK,MAAM,MAAM;AAAA,IACxG;AAAA,EACF;AAAA,EACD,SAAS;AAAA,IACP,GAAGC,EAAW,QAAQ;AAAA,MACpB;AAAA,MACA;AAAA,IACF,CAAC;AAAA,IACD,GAAGA,EAAW,YAAY;AAAA,MACxB;AAAA,IACF,CAAC;AAAA,IACD,MAAM,gBAAgB;AACpB,WAAK,QAAQ,KAAK;AAAA,QAChB,MAAM;AAAA,QACN,QAAQ,EAAE,UAAU,KAAK,SAAU;AAAA,QACnC,OAAO;AAAA,UACL,QAAQ,KAAK,OAAO,MAAM;AAAA,UAC1B,MAAM;AAAA,UACN,IAAI,CAAC,KAAK,cAAc,KAAK,aAAa,eACtC,KAAK,UACL,KAAK;AAAA,UACT,SAAS,KAAK;AAAA,UACd,WAAW,KAAK,aAAa,SAAS;AAAA,QACvC;AAAA,OACF;AAAA,IAwBF;AAAA,EACF;AAAA,EACD,iBAAiBC,GAAIC,GAAMC,GAAM;AAC/B,IAAAA,EAAK,CAAAC,MAAM;AACT,MAAIF,EAAK,SAAS,WAAWE,EAAG,WAAW,IACzCA,EAAG,QAAQ,GAAG,EAAE,IACXA,EAAG;IACZ,CAAC;AAAA,EACF;AACH,GA/EOC,IAAA,EAAA,OAAA,EAAqB,QAAA,QAAA,EAAA;;AAA1B,SAAAC,EAAA,GAAAC,EAEM,OAFNF,GAEMG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IADJC,EAA2B,OAAA,EAAtB,OAAM,UAAS,GAAA,MAAA,EAAA;AAAA;;;"}