@piveau/dpi 0.1.0-beta.9 → 0.1.0-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/dpi.css +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/DPIMenu.vue.js +80 -91
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/DataProviderInterface.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/BlogDPIHome.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/CommunityDPI.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ComponentLibrary.vue.js +2 -2
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ConsultingDPI.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/FAQDPIHome.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +139 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ServiceDPIHome.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +155 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/ButtonV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/CheckboxV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/Chip.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/CloseOpenButtonV3.vue.js +12 -11
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/CrossOutButton.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/DatasetStatus.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +256 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/Illustration.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/InputField.vue.js +2 -2
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/InputV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/LogoV3.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/ModalSimpleV3.vue.js +11 -11
- package/dist/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +654 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/MoreButton.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +77 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +191 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/AvailabilityV3.vue.js +13 -13
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +166 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +153 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +194 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +298 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/FileFormatV3.vue.js +7 -10
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +136 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +109 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +68 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +213 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +106 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +614 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +126 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +68 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +363 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +62 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +101 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/StateTag.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/SwitchV3.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +284 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/TextAreaV3.vue.js +20 -15
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/TextButtonLarge.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/TextButtonSmall.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +70 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/BasicInfosPage.vue.js +1 -1
- package/dist/data-provider-interface/components/ContactPage.vue.js +294 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/CoveringPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/DataFetchingComponent.vue.js +1 -1
- package/dist/data-provider-interface/components/DiscoverabilityPage.vue.js +60 -0
- package/dist/data-provider-interface/components/DistLicense.vue.js +259 -0
- package/dist/data-provider-interface/components/DistributionSimplePage.vue.js +1271 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/DistributionStepper.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/Dropup.vue.js +7 -7
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/FileUpload.vue.js +1 -1
- package/dist/data-provider-interface/components/HVDPage.vue.js +128 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/HappyFlowLandingPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/InfoSlot.vue.js +6 -6
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/LanguageSelector.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/Navigation.vue.js +1 -1
- package/dist/data-provider-interface/components/PolGeoUriPage.vue.js +124 -0
- package/dist/data-provider-interface/components/PublisherPage.vue.js +206 -0
- package/dist/data-provider-interface/components/ReviewAndPublishPage.vue.js +477 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SpatialInput.vue.js +1 -1
- package/dist/data-provider-interface/components/TempResPage.vue.js +291 -0
- package/dist/data-provider-interface/components/TempResPageInModal.vue.js +392 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/TitelPage.vue.js +5 -5
- package/dist/data-provider-interface/components/UpdateDate.vue.js +79 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/dpiV3Description.vue.js +8 -7
- package/dist/data-provider-interface/composables/useDpiSimpleLoader.js +546 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/vocab-prefixes.js +1 -1
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/converter.js +559 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/input-definition.js +104 -152
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/page-content-config.js +9 -2
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/authStore.js +11 -11
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/DistributionOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/DraftsPage.vue.js +4 -4
- package/dist/data-provider-interface/views/InputPage.vue.js +853 -0
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/LinkedDataViewer.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/CatalogueOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/DatasetOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/DistributionOverview.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/SpecialProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/StringProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/URIProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/URLProp.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/PropertyEntry.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/PropertyChooser.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/UserCataloguesPage.vue.js +1 -1
- package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/UserProfilePage.vue.js +1 -1
- package/dist/{packages/dpi/src/form → form}/FormKitGroup.vue.js +1 -1
- package/dist/{packages/dpi/src/form → form}/Repeatable.vue.js +1 -1
- package/dist/index.js +57 -57
- package/dist/msw/handlers.js +110 -0
- package/dist/msw/vocabularies-search/access-right.json.js +7 -0
- package/dist/msw/vocabularies-search/adms.json.js +7 -0
- package/dist/msw/vocabularies-search/continent.json.js +7 -0
- package/dist/msw/vocabularies-search/contributors.json.js +7 -0
- package/dist/msw/vocabularies-search/corporate-body.json.js +7 -0
- package/dist/msw/vocabularies-search/country.json.js +7 -0
- package/dist/msw/vocabularies-search/data-theme.json.js +7 -0
- package/dist/msw/vocabularies-search/dataset-status.json.js +7 -0
- package/dist/msw/vocabularies-search/dataset-type.json.js +7 -0
- package/dist/msw/vocabularies-search/dataset-types.json.js +7 -0
- package/dist/msw/vocabularies-search/distribution-type.json.js +7 -0
- package/dist/msw/vocabularies-search/file-type.json.js +7 -0
- package/dist/msw/vocabularies-search/frequency.json.js +7 -0
- package/dist/msw/vocabularies-search/hash-algorithms.json.js +7 -0
- package/dist/msw/vocabularies-search/hvd-category.json.js +7 -0
- package/dist/msw/vocabularies-search/iana-media-types.json.js +7 -0
- package/dist/msw/vocabularies-search/language.json.js +7 -0
- package/dist/msw/vocabularies-search/licence.json.js +7 -0
- package/dist/msw/vocabularies-search/licenses.json.js +7 -0
- package/dist/msw/vocabularies-search/place.json.js +7 -0
- package/dist/msw/vocabularies-search/planned-availability.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-district-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-government-district-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-level.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-municipal-association-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-municipality-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-regional-key.json.js +7 -0
- package/dist/msw/vocabularies-search/political-geocoding-state-key.json.js +7 -0
- package/dist/msw/vocabularies-search/spdx-checksum-algorithm.json.js +7 -0
- package/dist/msw.d.ts +1 -0
- package/dist/msw.js +6 -0
- package/dist/styles/_dpi.scss +1614 -0
- package/dist/styles/_maps.scss +24 -0
- package/dist/styles/_variables.scss +973 -0
- package/dist/{packages/dpi/src/widgets → widgets}/AppLink.vue.js +1 -1
- package/package.json +38 -22
- package/dist/node_modules/.pnpm/@piveau_jsonld@file_bin_piveau-jsonld-1.0.0-beta.10.tgz_jsonld@8.3.3_web-streams-polyfill@3.3.3_/node_modules/@piveau/jsonld/dist/index.js +0 -591
- package/dist/node_modules/.pnpm/change-case@5.4.4/node_modules/change-case/dist/index.js +0 -61
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +0 -109
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +0 -135
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +0 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +0 -231
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +0 -566
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +0 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +0 -157
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +0 -113
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +0 -116
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +0 -157
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +0 -227
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +0 -70
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LicenseAttributionByText.vue.js +0 -46
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +0 -130
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +0 -67
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +0 -157
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +0 -106
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +0 -248
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +0 -79
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +0 -116
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +0 -134
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +0 -45
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +0 -69
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +0 -210
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +0 -69
- package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +0 -246
- package/dist/packages/dpi/src/data-provider-interface/components/DiscoverabilityPage.vue.js +0 -60
- package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +0 -158
- package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +0 -1159
- package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +0 -108
- package/dist/packages/dpi/src/data-provider-interface/components/PolGeoUriPage.vue.js +0 -81
- package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +0 -176
- package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +0 -422
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +0 -211
- package/dist/packages/dpi/src/data-provider-interface/components/UpdateDate.vue.js +0 -75
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +0 -383
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +0 -201
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +0 -1168
- /package/dist/{packages/dpi/src/composables → composables}/useRuntimeEnv.js +0 -0
- /package/dist/{packages/dpi/src/composables → composables}/useTed.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/DataProviderInterface.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/DPIHome.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/CheckCircleFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Circle.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/CircleFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/DatenbereitstellerV3.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Ellipse2Error.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Ellipse2Published.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Ellipse2Warning.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/FurV3.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/IllustrationCelebrate.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/IllustrationStart.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/InfoFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected1.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected1_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected2_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected3.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected3_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected4.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected4_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected5.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/Selected5_2.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/WarningFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/bydata_logo_blue_small.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/iconRight.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/img/x-circleFill.svg.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/services/eventBus.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/DpiModalBase.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/ByteSizeV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/DescriptionV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/IssuedDateV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/HappyFlowComponents/ui/OptionalInformation/ModifiedDateV3.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/AutocompleteInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/ConditionalInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/InputPageStep.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/InputPageStep.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/Navigation.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SelectControlledGroup.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SelectControlledGroup.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SimpleAccessURLInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SimpleInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/SimpleSelect.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/TheErrorDialog.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/TheErrorDialog.vue2.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/components/UniqueIdentifierInput.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/aucotomplete.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiContext.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiEditMode.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiFormValues.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiStepper.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useDpiUtils.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useErrorDialog.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useFormSchema.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/composables/useRequestUriName.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/input-definition.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/page-content-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatap/vocab-prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/input-definition.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/page-content-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapde/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeHappyFlow/vocab-prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/format-types.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/input-definition.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/page-content-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dcatapdeODB/vocab-prefixes.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/dpi-spec-config.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/config/selector-languages.json.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/plugins/userConfigShimPlugin.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/index.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/catalogueDetailsStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/cataloguesStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/datasetDetailsStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/datasetsStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/dpiStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/navigationStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/store/modules/snackbarStore.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/general-helper.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/injectionKeys.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/translation-helper.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/utils/useSteps.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/DistributionInputPage.vue.js +0 -0
- /package/dist/{packages/dpi/src/data-provider-interface → data-provider-interface}/views/OverviewPage/Properties/MultilingualProp.vue.js +0 -0
- /package/dist/{packages/dpi/src/filters → filters}/dateFilters.js +0 -0
- /package/dist/{packages/dpi/src/form → form}/Repeatable.vue2.js +0 -0
- /package/dist/{packages/dpi/src/form → form}/inputDefinitions.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/draftApi.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/helpers.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/identifiersApi.js +0 -0
- /package/dist/{packages/dpi/src/utils → utils}/jwt.js +0 -0
|
@@ -2,7 +2,7 @@ import { mapActions as c, mapGetters as u } from "vuex";
|
|
|
2
2
|
import h from "axios";
|
|
3
3
|
import { createElementBlock as l, openBlock as d, createElementVNode as a, withDirectives as m, toDisplayString as p, vModelText as f } from "vue";
|
|
4
4
|
/* empty css */
|
|
5
|
-
import y from "
|
|
5
|
+
import y from "../../_virtual/_plugin-vue_export-helper.js";
|
|
6
6
|
const g = {
|
|
7
7
|
props: {
|
|
8
8
|
name: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import m from "./PropertyEntry.vue.js";
|
|
2
2
|
import { mapGetters as u } from "vuex";
|
|
3
3
|
import { resolveComponent as v, createElementBlock as s, openBlock as l, createCommentVNode as r, createElementVNode as e, toDisplayString as c, Fragment as b, renderList as _, createVNode as f } from "vue";
|
|
4
|
-
import h from "
|
|
4
|
+
import h from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const y = {
|
|
6
6
|
data() {
|
|
7
7
|
return {
|
|
@@ -4,7 +4,7 @@ import { mapGetters as R } from "vuex";
|
|
|
4
4
|
import L from "axios";
|
|
5
5
|
import { resolveComponent as g, createElementBlock as d, createCommentVNode as u, openBlock as o, createElementVNode as t, toDisplayString as l, createVNode as p, Fragment as b, renderList as v, createTextVNode as I } from "vue";
|
|
6
6
|
/* empty css */
|
|
7
|
-
import U from "
|
|
7
|
+
import U from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
8
8
|
const w = {
|
|
9
9
|
data() {
|
|
10
10
|
return {
|
|
@@ -5,7 +5,7 @@ import { truncate as I } from "../../../utils/helpers.js";
|
|
|
5
5
|
import S from "../../utils/general-helper.js";
|
|
6
6
|
import { resolveComponent as R, createElementBlock as e, openBlock as t, createElementVNode as s, toDisplayString as i, Fragment as g, renderList as v, createVNode as y, createTextVNode as h, createCommentVNode as b } from "vue";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import U from "
|
|
8
|
+
import U from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
9
9
|
const C = {
|
|
10
10
|
props: {
|
|
11
11
|
dpiLocale: String,
|
|
@@ -5,7 +5,7 @@ import O from "./URIProp.vue.js";
|
|
|
5
5
|
import "zod";
|
|
6
6
|
import { resolveComponent as w, createElementBlock as l, openBlock as d, Fragment as y, createCommentVNode as i, createElementVNode as u, toDisplayString as a, createTextVNode as o, createVNode as f, withCtx as m, createBlock as R, renderList as V } from "vue";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import j from "
|
|
8
|
+
import j from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
9
9
|
const U = {
|
|
10
10
|
props: {
|
|
11
11
|
property: String,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementBlock as e, openBlock as a, Fragment as d, createElementVNode as o, toDisplayString as r, createCommentVNode as l, renderList as c, createTextVNode as s } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import y from "
|
|
3
|
+
import y from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _ = {
|
|
5
5
|
props: {
|
|
6
6
|
property: String,
|
|
@@ -5,7 +5,7 @@ import { useDpiContext as h } from "../../../composables/useDpiContext.js";
|
|
|
5
5
|
import { useAutocomplete as p } from "../../../composables/aucotomplete.js";
|
|
6
6
|
import { createElementBlock as r, openBlock as i, Fragment as m, createCommentVNode as c, toDisplayString as o, normalizeClass as g, renderList as v } from "vue";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import _ from "
|
|
8
|
+
import _ from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
9
9
|
const b = {
|
|
10
10
|
data() {
|
|
11
11
|
return {
|
|
@@ -2,7 +2,7 @@ import "zod";
|
|
|
2
2
|
import h from "../../../../widgets/AppLink.vue.js";
|
|
3
3
|
import { has as k, isNil as x, isEmpty as g } from "lodash-es";
|
|
4
4
|
import { resolveComponent as v, createElementBlock as n, openBlock as o, Fragment as p, createElementVNode as y, createCommentVNode as r, toDisplayString as s, createVNode as E, withCtx as c, createTextVNode as l, withDirectives as V, vModelText as w, renderList as O, createBlock as f } from "vue";
|
|
5
|
-
import P from "
|
|
5
|
+
import P from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
6
6
|
const U = {
|
|
7
7
|
data() {
|
|
8
8
|
return {
|
|
@@ -6,7 +6,7 @@ import f from "./Properties/MultilingualProp.vue.js";
|
|
|
6
6
|
import S from "../../utils/general-helper.js";
|
|
7
7
|
import "lodash-es";
|
|
8
8
|
import { resolveComponent as l, createElementBlock as a, openBlock as t, createCommentVNode as r, createBlock as o, createVNode as n, Fragment as k, renderList as R } from "vue";
|
|
9
|
-
import U from "
|
|
9
|
+
import U from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
10
10
|
const h = {
|
|
11
11
|
components: {
|
|
12
12
|
URIProp: _,
|
|
@@ -6,7 +6,7 @@ import x from "./OverviewPage/CatalogueOverview.vue.js";
|
|
|
6
6
|
import { useIntersectionObserver as _ } from "@vueuse/core";
|
|
7
7
|
import { resolveComponent as n, createElementBlock as r, openBlock as o, Fragment as C, createElementVNode as s, createCommentVNode as c, createTextVNode as I, createVNode as k, toDisplayString as D, createBlock as f, createStaticVNode as L, useTemplateRef as O, ref as V, getCurrentInstance as A } from "vue";
|
|
8
8
|
/* empty css */
|
|
9
|
-
import E from "
|
|
9
|
+
import E from "../../_virtual/_plugin-vue_export-helper.js";
|
|
10
10
|
const P = {
|
|
11
11
|
components: {
|
|
12
12
|
LanguageSelector: y,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, createElementBlock as r, openBlock as n, createCommentVNode as s, createElementVNode as o, createTextVNode as i, Fragment as p, renderList as a, toDisplayString as m } from "vue";
|
|
2
|
-
import u from "
|
|
2
|
+
import u from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
3
|
const f = d({
|
|
4
4
|
props: {
|
|
5
5
|
properties: {},
|
|
@@ -5,7 +5,7 @@ import M from "axios";
|
|
|
5
5
|
import { useRouter as N, useRoute as P } from "vue-router";
|
|
6
6
|
import { has as i, isNil as u } from "lodash-es";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import U from "
|
|
8
|
+
import U from "../../_virtual/_plugin-vue_export-helper.js";
|
|
9
9
|
const j = { class: "catOverview" }, x = { class: "d-flex flex-column bg-transparent container-fluid justify-content-between content" }, E = { class: "small-headline" }, Q = { class: "m-0" }, S = ["onClick"], V = {
|
|
10
10
|
__name: "UserCataloguesPage",
|
|
11
11
|
setup(B) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { mapGetters as c } from "vuex";
|
|
2
2
|
import { createElementBlock as r, openBlock as o, createElementVNode as e, createCommentVNode as d, createTextVNode as l, toDisplayString as i, Fragment as u, renderList as p, getCurrentInstance as m } from "vue";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import f from "
|
|
4
|
+
import f from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const _ = {
|
|
6
6
|
name: "DataProviderInterface-UserProfile",
|
|
7
7
|
// props: [],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { token as l } from "@formkit/utils";
|
|
2
2
|
import { resolveComponent as m, createElementBlock as s, openBlock as i, Fragment as d, renderList as p, normalizeClass as u, createElementVNode as o, toDisplayString as h, renderSlot as _, createVNode as f } from "vue";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import k from "
|
|
4
|
+
import k from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const v = {
|
|
6
6
|
props: {
|
|
7
7
|
name: String,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import o from "./Repeatable.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import t from "
|
|
3
|
+
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-49be454c"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
package/dist/index.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import { default as vo } from "./
|
|
2
|
-
import t from "./
|
|
3
|
-
import e from "./
|
|
4
|
-
import r from "./
|
|
5
|
-
import m from "./
|
|
6
|
-
import i from "./
|
|
7
|
-
import n from "./
|
|
8
|
-
import p from "./
|
|
9
|
-
import a from "./
|
|
10
|
-
import { default as Po } from "./
|
|
11
|
-
import f from "./
|
|
12
|
-
import s from "./
|
|
13
|
-
import u from "./
|
|
14
|
-
import { default as wo } from "./
|
|
15
|
-
import { default as Oo } from "./
|
|
16
|
-
import x from "./
|
|
17
|
-
import c from "./
|
|
18
|
-
import l from "./
|
|
19
|
-
import g from "./
|
|
20
|
-
import d from "./
|
|
21
|
-
import D from "./
|
|
22
|
-
import v from "./
|
|
23
|
-
import C from "./
|
|
24
|
-
import P from "./
|
|
25
|
-
import I from "./
|
|
26
|
-
import w from "./
|
|
27
|
-
import { config as Mo } from "./
|
|
28
|
-
import { default as ho } from "./
|
|
29
|
-
import { injectionKey as Bo, userConfigShimPlugin as Lo } from "./
|
|
30
|
-
import { dpiContextKey as Fo, setupDpiContext as To, useDpiContext as _o } from "./
|
|
31
|
-
import { useDpiStepper as Ao } from "./
|
|
32
|
-
import { useDpiEditMode as ko, useEditModeInfo as qo } from "./
|
|
33
|
-
import { useRequestUriName as No } from "./
|
|
34
|
-
import { useFormSchema as $o } from "./
|
|
35
|
-
import * as H from "./
|
|
36
|
-
import * as z from "./
|
|
37
|
-
import * as G from "./
|
|
38
|
-
import * as J from "./
|
|
39
|
-
import * as Q from "./
|
|
40
|
-
import * as W from "./
|
|
41
|
-
import * as X from "./
|
|
42
|
-
import * as Y from "./
|
|
43
|
-
import * as Z from "./
|
|
44
|
-
import * as oo from "./
|
|
45
|
-
import * as to from "./
|
|
46
|
-
import * as eo from "./
|
|
47
|
-
import * as ro from "./
|
|
48
|
-
import * as mo from "./
|
|
49
|
-
import * as io from "./
|
|
50
|
-
import * as no from "./
|
|
51
|
-
import * as po from "./
|
|
52
|
-
import * as ao from "./
|
|
53
|
-
import * as fo from "./
|
|
54
|
-
import * as so from "./
|
|
55
|
-
import * as uo from "./
|
|
56
|
-
import * as xo from "./
|
|
57
|
-
import * as co from "./
|
|
1
|
+
import { default as vo } from "./form/inputDefinitions.js";
|
|
2
|
+
import t from "./data-provider-interface/components/AutocompleteInput.vue.js";
|
|
3
|
+
import e from "./data-provider-interface/components/ConditionalInput.vue.js";
|
|
4
|
+
import r from "./data-provider-interface/components/DataFetchingComponent.vue.js";
|
|
5
|
+
import m from "./data-provider-interface/components/Dropup.vue.js";
|
|
6
|
+
import i from "./data-provider-interface/components/FileUpload.vue.js";
|
|
7
|
+
import n from "./data-provider-interface/components/InfoSlot.vue.js";
|
|
8
|
+
import p from "./data-provider-interface/components/LanguageSelector.vue.js";
|
|
9
|
+
import a from "./data-provider-interface/components/Navigation.vue.js";
|
|
10
|
+
import { default as Po } from "./data-provider-interface/components/ReviewAndPublishPage.vue.js";
|
|
11
|
+
import f from "./data-provider-interface/components/UniqueIdentifierInput.vue.js";
|
|
12
|
+
import s from "./data-provider-interface/DataProviderInterface.vue.js";
|
|
13
|
+
import u from "./data-provider-interface/DPIMenu.vue.js";
|
|
14
|
+
import { default as wo } from "./data-provider-interface/HappyFlowComponents/ComponentLibrary.vue.js";
|
|
15
|
+
import { default as Oo } from "./data-provider-interface/HappyFlowComponents/DPIHome.vue.js";
|
|
16
|
+
import x from "./data-provider-interface/views/DistributionOverview.vue.js";
|
|
17
|
+
import c from "./data-provider-interface/views/DraftsPage.vue.js";
|
|
18
|
+
import l from "./data-provider-interface/views/InputPage.vue.js";
|
|
19
|
+
import g from "./data-provider-interface/views/LinkedDataViewer.vue.js";
|
|
20
|
+
import d from "./data-provider-interface/views/OverviewPage.vue.js";
|
|
21
|
+
import D from "./data-provider-interface/views/OverviewPage/CatalogueOverview.vue.js";
|
|
22
|
+
import v from "./data-provider-interface/views/OverviewPage/DatasetOverview.vue.js";
|
|
23
|
+
import C from "./data-provider-interface/views/OverviewPage/DistributionOverview.vue.js";
|
|
24
|
+
import P from "./data-provider-interface/views/OverviewPage/PropertyEntry.vue.js";
|
|
25
|
+
import I from "./data-provider-interface/views/UserCataloguesPage.vue.js";
|
|
26
|
+
import w from "./data-provider-interface/views/UserProfilePage.vue.js";
|
|
27
|
+
import { config as Mo } from "./data-provider-interface/config/dpi-spec-config.js";
|
|
28
|
+
import { default as ho } from "./data-provider-interface/store/index.js";
|
|
29
|
+
import { injectionKey as Bo, userConfigShimPlugin as Lo } from "./data-provider-interface/plugins/userConfigShimPlugin.js";
|
|
30
|
+
import { dpiContextKey as Fo, setupDpiContext as To, useDpiContext as _o } from "./data-provider-interface/composables/useDpiContext.js";
|
|
31
|
+
import { useDpiStepper as Ao } from "./data-provider-interface/composables/useDpiStepper.js";
|
|
32
|
+
import { useDpiEditMode as ko, useEditModeInfo as qo } from "./data-provider-interface/composables/useDpiEditMode.js";
|
|
33
|
+
import { useRequestUriName as No } from "./data-provider-interface/composables/useRequestUriName.js";
|
|
34
|
+
import { useFormSchema as $o } from "./data-provider-interface/composables/useFormSchema.js";
|
|
35
|
+
import * as H from "./data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
36
|
+
import * as z from "./data-provider-interface/HappyFlowComponents/ui/CheckboxV3.vue.js";
|
|
37
|
+
import * as G from "./data-provider-interface/HappyFlowComponents/ui/Chip.vue.js";
|
|
38
|
+
import * as J from "./data-provider-interface/HappyFlowComponents/ui/CloseOpenButtonV3.vue.js";
|
|
39
|
+
import * as Q from "./data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.js";
|
|
40
|
+
import * as W from "./data-provider-interface/HappyFlowComponents/ui/DatasetStatus.vue.js";
|
|
41
|
+
import * as X from "./data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js";
|
|
42
|
+
import * as Y from "./data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js";
|
|
43
|
+
import * as Z from "./data-provider-interface/HappyFlowComponents/ui/Illustration.vue.js";
|
|
44
|
+
import * as oo from "./data-provider-interface/HappyFlowComponents/ui/InputField.vue.js";
|
|
45
|
+
import * as to from "./data-provider-interface/HappyFlowComponents/ui/InputV3.vue.js";
|
|
46
|
+
import * as eo from "./data-provider-interface/HappyFlowComponents/ui/LogoV3.vue.js";
|
|
47
|
+
import * as ro from "./data-provider-interface/HappyFlowComponents/ui/ModalSimpleV3.vue.js";
|
|
48
|
+
import * as mo from "./data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js";
|
|
49
|
+
import * as io from "./data-provider-interface/HappyFlowComponents/ui/MoreButton.vue.js";
|
|
50
|
+
import * as no from "./data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js";
|
|
51
|
+
import * as po from "./data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js";
|
|
52
|
+
import * as ao from "./data-provider-interface/HappyFlowComponents/ui/SwitchV3.vue.js";
|
|
53
|
+
import * as fo from "./data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js";
|
|
54
|
+
import * as so from "./data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js";
|
|
55
|
+
import * as uo from "./data-provider-interface/HappyFlowComponents/ui/TextButtonLarge.vue.js";
|
|
56
|
+
import * as xo from "./data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.js";
|
|
57
|
+
import * as co from "./data-provider-interface/HappyFlowComponents/ui/Toast.vue.js";
|
|
58
58
|
function lo(o) {
|
|
59
59
|
o.component("AutocompleteInput", t), o.component("ConditionalInput", e), o.component("DataFetchingComponent", r), o.component("Dropup", m), o.component("FileUpload", i), o.component("InfoSlot", n), o.component("LanguageSelector", p), o.component("Navigation", a), o.component("UniqueIdentifierInput", f), o.component("CatalogueOverview", D), o.component("DatasetOverview", v), o.component("DistributionOverview", C), o.component("PropertyEntry", P), o.component("DistOverview", x), o.component("DraftsPage", c), o.component("InputPage", l), o.component("LinkedDataViewer", g), o.component("OverviewPage", d), o.component("UserCataloguesPage", I), o.component("UserProfilePage", w), o.component("DataProviderInterface", s), o.component("DpiMenu", u);
|
|
60
60
|
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { http as d, HttpResponse as o } from "msw";
|
|
2
|
+
import g from "./vocabularies-search/access-right.json.js";
|
|
3
|
+
import h from "./vocabularies-search/adms.json.js";
|
|
4
|
+
import b from "./vocabularies-search/continent.json.js";
|
|
5
|
+
import v from "./vocabularies-search/contributors.json.js";
|
|
6
|
+
import M from "./vocabularies-search/corporate-body.json.js";
|
|
7
|
+
import w from "./vocabularies-search/country.json.js";
|
|
8
|
+
import T from "./vocabularies-search/data-theme.json.js";
|
|
9
|
+
import k from "./vocabularies-search/dataset-status.json.js";
|
|
10
|
+
import G from "./vocabularies-search/dataset-type.json.js";
|
|
11
|
+
import S from "./vocabularies-search/dataset-types.json.js";
|
|
12
|
+
import W from "./vocabularies-search/distribution-type.json.js";
|
|
13
|
+
import x from "./vocabularies-search/file-type.json.js";
|
|
14
|
+
import K from "./vocabularies-search/frequency.json.js";
|
|
15
|
+
import L from "./vocabularies-search/hash-algorithms.json.js";
|
|
16
|
+
import R from "./vocabularies-search/hvd-category.json.js";
|
|
17
|
+
import X from "./vocabularies-search/iana-media-types.json.js";
|
|
18
|
+
import $ from "./vocabularies-search/language.json.js";
|
|
19
|
+
import j from "./vocabularies-search/licence.json.js";
|
|
20
|
+
import q from "./vocabularies-search/licenses.json.js";
|
|
21
|
+
import A from "./vocabularies-search/place.json.js";
|
|
22
|
+
import C from "./vocabularies-search/planned-availability.json.js";
|
|
23
|
+
import V from "./vocabularies-search/political-geocoding-district-key.json.js";
|
|
24
|
+
import B from "./vocabularies-search/political-geocoding-government-district-key.json.js";
|
|
25
|
+
import D from "./vocabularies-search/political-geocoding-level.json.js";
|
|
26
|
+
import H from "./vocabularies-search/political-geocoding-municipal-association-key.json.js";
|
|
27
|
+
import P from "./vocabularies-search/political-geocoding-municipality-key.json.js";
|
|
28
|
+
import z from "./vocabularies-search/political-geocoding-regional-key.json.js";
|
|
29
|
+
import O from "./vocabularies-search/political-geocoding-state-key.json.js";
|
|
30
|
+
import U from "./vocabularies-search/spdx-checksum-algorithm.json.js";
|
|
31
|
+
const f = {
|
|
32
|
+
"access-right": g,
|
|
33
|
+
adms: h,
|
|
34
|
+
continent: b,
|
|
35
|
+
contributors: v,
|
|
36
|
+
"corporate-body": M,
|
|
37
|
+
country: w,
|
|
38
|
+
"dataset-status": k,
|
|
39
|
+
"dataset-type": G,
|
|
40
|
+
"dataset-types": S,
|
|
41
|
+
"data-theme": T,
|
|
42
|
+
"file-type": x,
|
|
43
|
+
frequency: K,
|
|
44
|
+
"hash-algorithms": L,
|
|
45
|
+
"hvd-category": R,
|
|
46
|
+
language: $,
|
|
47
|
+
licence: j,
|
|
48
|
+
licenses: q,
|
|
49
|
+
place: A,
|
|
50
|
+
"planned-availability": C,
|
|
51
|
+
"political-geocoding-district-key": V,
|
|
52
|
+
"political-geocoding-government-district-key": B,
|
|
53
|
+
"political-geocoding-level": D,
|
|
54
|
+
"political-geocoding-municipal-association-key": H,
|
|
55
|
+
"political-geocoding-municipality-key": P,
|
|
56
|
+
"political-geocoding-regional-key": z,
|
|
57
|
+
"political-geocoding-state-key": O,
|
|
58
|
+
"spdx-checksum-algorithm": U,
|
|
59
|
+
"iana-media-types": X,
|
|
60
|
+
"distribution-type": W
|
|
61
|
+
}, _ = (c) => {
|
|
62
|
+
const u = c.endsWith("/") ? c.slice(0, -1) : c;
|
|
63
|
+
return [
|
|
64
|
+
d.get(`${u}/vocabularies/:vocabulary`, ({ params: n, request: m }) => {
|
|
65
|
+
const { vocabulary: t } = n, e = f[t];
|
|
66
|
+
if (!e)
|
|
67
|
+
return new o(null, {
|
|
68
|
+
status: 404,
|
|
69
|
+
statusText: `Vocabulary '${t}' not found`,
|
|
70
|
+
headers: { "X-MSW": "true" }
|
|
71
|
+
});
|
|
72
|
+
const r = new URL(m.url).searchParams.get("q");
|
|
73
|
+
if (!r)
|
|
74
|
+
return o.json(e, { headers: { "X-MSW": "true" } });
|
|
75
|
+
const s = r.toLowerCase(), i = e.result.results.filter((l) => Object.values(l.pref_label).some(
|
|
76
|
+
(y) => y.toLowerCase().includes(s)
|
|
77
|
+
));
|
|
78
|
+
return o.json({
|
|
79
|
+
result: {
|
|
80
|
+
...e.result,
|
|
81
|
+
count: i.length,
|
|
82
|
+
results: i
|
|
83
|
+
}
|
|
84
|
+
}, { headers: { "X-MSW": "true" } });
|
|
85
|
+
}),
|
|
86
|
+
d.get(`${u}/vocabularies/:vocabulary/vocable`, ({ params: n, request: m }) => {
|
|
87
|
+
var s, i, l;
|
|
88
|
+
const { vocabulary: t } = n, a = new URL(m.url).searchParams.get("resource");
|
|
89
|
+
if (!a)
|
|
90
|
+
return new o(null, {
|
|
91
|
+
status: 404,
|
|
92
|
+
statusText: `Vocabulary '${t}' not found`,
|
|
93
|
+
headers: { "X-MSW": "true" }
|
|
94
|
+
});
|
|
95
|
+
const r = (l = (i = (s = f[t]) == null ? void 0 : s.result) == null ? void 0 : i.results) == null ? void 0 : l.find((p) => p.resource === a);
|
|
96
|
+
return r ? o.json({
|
|
97
|
+
result: r
|
|
98
|
+
}, { headers: { "X-MSW": "true" } }) : new o(null, {
|
|
99
|
+
status: 404,
|
|
100
|
+
statusText: `Vocable '${a}' not found in vocabulary '${t}'`,
|
|
101
|
+
headers: { "X-MSW": "true" }
|
|
102
|
+
});
|
|
103
|
+
})
|
|
104
|
+
];
|
|
105
|
+
}, Tt = _("http://msw");
|
|
106
|
+
export {
|
|
107
|
+
_ as createHandlers,
|
|
108
|
+
Tt as handlers,
|
|
109
|
+
f as vocabularyMap
|
|
110
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = { index: "vocabulary", count: 7, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { sv: "icke-offentligt", mt: "mhux pubbliku", ga: "neamhphoiblí", fi: "ei-julkinen", de: "nicht öffentlich", nl: "niet-openbaar", pt: "não público", nb: "ikke-allmenn tilgang", sk: "neverejné", et: "mitteavalik", lt: "neviešas", ro: "neaccesibil publicului", nn: "ikkje-allmenn tilgang", sl: "nejavno", cs: "neveřejné", el: "μη δημόσιο", en: "non-public", hu: "nem nyilvános", hr: "nije za javnu objavu", fr: "non public", lv: "nav publisks", it: "non pubblico", pl: "niepubliczny", da: "ikke-offentlig", es: "no público", bg: "непубличен", no: "ikke-allmenn tilgang" }, index: "vocabulary", id: "NON_PUBLIC", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC" }, { pref_label: { hr: "osjetljivo", sv: "känsligt", sk: "citlivé", hu: "érzékeny", da: "følsom", it: "sensibile", nl: "gevoelig", mt: "sensittiv", fi: "arkaluonteinen", fr: "sensible", et: "tundlik", sl: "občutljivo", de: "sensibel", ga: "íogair", pl: "sensytywny", lv: "sensitīvs", ro: "sensibil", el: "ευαίσθητο", lt: "neskelbtinas", pt: "sensível", en: "sensitive", es: "sensible", cs: "citlivé", bg: "чувствителен" }, index: "vocabulary", id: "SENSITIVE", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/SENSITIVE" }, { pref_label: { fi: "Alustavat tiedot", it: "Dati provvisori", ro: "Date provizorii", et: "Esialgsed andmed", nl: "Voorlopige gegevens", pt: "Dados provisórios", en: "Provisional data", hu: "Ideiglenes adatok", de: "Vorläufige Daten", sl: "Začasni podatki", pl: "Dane tymczasowe", sv: "Tillfälliga uppgifter", bg: "Неокончателни данни", es: "Datos provisionales", ga: "Sonraí sealadacha", lv: "Provizoriski dati", el: "Προσωρινά δεδομένα", sk: "Predbežné údaje", fr: "Données provisoires", mt: "Dejta provviżorja", lt: "Laikinieji duomenys", hr: "Privremeni podaci", cs: "Předběžné údaje", da: "Midlertidige data" }, index: "vocabulary", id: "OP_DATPRO", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/OP_DATPRO" }, { pref_label: { sl: "javno", el: "δημόσιο", mt: "pubbliku", nl: "openbaar", pl: "publiczny", et: "avalik", hr: "za javnu objavu", pt: "público", lt: "viešas", fi: "julkinen", fr: "public", es: "público", it: "pubblico", da: "offentlig", sv: "offentligt", ga: "poiblí", no: "allmenn tilgang", en: "public", sk: "verejné", cs: "veřejné", bg: "публичен", nb: "allmenn tilgang", lv: "publiski pieejams", hu: "nyilvános", de: "öffentlich", nn: "allmenn tilgang", ro: "public" }, index: "vocabulary", id: "PUBLIC", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/PUBLIC" }, { pref_label: { hu: "korlátozott terjesztésű", lt: "taikomi ribojimai", cs: "vyhrazeno", it: "limitato", es: "restringido", hr: "ograničen pristup", da: "begrænset", nl: "beperkt", lv: "ierobežotas pieejamības", pt: "restrito", ga: "teoranta", pl: "zastrzeżony", de: "eingeschränkt", en: "restricted", bg: "с ограничен достъп", el: "περιορισμένης χρήσης", fr: "restreint", fi: "rajoitettu", sk: "vyhradené", ro: "cu acces restricționat", sv: "begränsad åtkomst", sl: "interno", et: "piiratud", mt: "ristrett" }, index: "vocabulary", id: "RESTRICTED", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/RESTRICTED" }, { pref_label: { fr: "confidentiel", sk: "dôverné", mt: "kunfidenzjali", de: "vertraulich", da: "fortrolig", el: "εμπιστευτικό", bg: "поверителен", hr: "povjerljivo", lv: "konfidenciāls", sl: "zaupno", nl: "vertrouwelijk", es: "confidencial", hu: "bizalmas", sv: "konfidentiellt", it: "riservato", et: "konfidentsiaalne", en: "confidential", lt: "konfidencialus", ga: "rúnda", cs: "důvěrné", pl: "poufny", fi: "luottamuksellinen", ro: "confidențial", pt: "confidencial" }, index: "vocabulary", id: "CONFIDENTIAL", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/CONFIDENTIAL" }, { pref_label: { es: "normal", sk: "normálne", de: "normal", pt: "normal", hu: "normál", sl: "običajno", et: "tavaline", el: "κανονικό", ga: "normálta", it: "normale", fi: "tavanomainen", ro: "normal", nl: "normaal", lv: "parasts", en: "normal", bg: "нормален", mt: "normali", lt: "normalus", pl: "zwykły", cs: "obvyklé", hr: "tipično", da: "normal", sv: "normal åtkomst", fr: "normal" }, index: "vocabulary", id: "NORMAL", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/NORMAL" }] }, i = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
i as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = /* @__PURE__ */ JSON.parse('{"index":"vocabulary","count":72,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"en":"Company"},"index":"vocabulary","id":"Company","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/Company"},{"pref_label":{"en":"Supra-national authority"},"index":"vocabulary","id":"SupraNationalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/SupraNationalAuthority"},{"pref_label":{"en":"Datalog"},"index":"vocabulary","id":"Datalog","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Datalog"},{"pref_label":{"en":"Domain Model"},"index":"vocabulary","id":"DomainModel","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/DomainModel"},{"pref_label":{"en":"Schema"},"index":"vocabulary","id":"Schema","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Schema"},{"pref_label":{"en":"Semantic"},"index":"vocabulary","id":"Semantic","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Semantic"},{"pref_label":{"en":"National authority"},"index":"vocabulary","id":"NationalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/NationalAuthority"},{"pref_label":{"en":"Jurisdiction within the EU"},"index":"vocabulary","id":"JurisdictionWithinTheEU","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/JurisdictionWithinTheEU"},{"pref_label":{"en":"Mapping"},"index":"vocabulary","id":"Mapping","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Mapping"},{"pref_label":{"en":"Private Individual(s)"},"index":"vocabulary","id":"PrivateIndividual(s)","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/PrivateIndividual(s)"},{"pref_label":{"en":"Relax NG"},"index":"vocabulary","id":"RelaxNG","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RelaxNG"},{"pref_label":{"en":"No derivative work"},"index":"vocabulary","id":"NoDerivativeWork","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/NoDerivativeWork"},{"pref_label":{"en":"Non-Profit Organisation"},"index":"vocabulary","id":"NonProfitOrganisation","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/NonProfitOrganisation"},{"pref_label":{"en":"Royalties required"},"index":"vocabulary","id":"RoyaltiesRequired","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/RoyaltiesRequired"},{"pref_label":{"en":"XML Schema"},"index":"vocabulary","id":"XMLSchema","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/XMLSchema"},{"pref_label":{"en":"Syntax Encoding Scheme"},"index":"vocabulary","id":"SyntaxEncodingScheme","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/SyntaxEncodingScheme"},{"pref_label":{"en":"Archimate"},"index":"vocabulary","id":"Archimate","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Archimate"},{"pref_label":{"en":"Simple Knowledge Organization System"},"index":"vocabulary","id":"SKOS","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SKOS"},{"pref_label":{"en":"Withdrawn"},"index":"vocabulary","id":"Withdrawn","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/Withdrawn"},{"pref_label":{"en":"Nominal cost"},"index":"vocabulary","id":"NominalCost","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/NominalCost"},{"pref_label":{"en":"Regional authority"},"index":"vocabulary","id":"RegionalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/RegionalAuthority"},{"pref_label":{"en":"Knowledge Interchange Format"},"index":"vocabulary","id":"KIF","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/KIF"},{"pref_label":{"en":"Rule Markup Langauge"},"index":"vocabulary","id":"RuleML","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RuleML"},{"pref_label":{"en":"Information Exchange Package Description"},"index":"vocabulary","id":"InformationExchangePackageDescription","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/InformationExchangePackageDescription"},{"pref_label":{"en":"Attribution"},"index":"vocabulary","id":"Attribution","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/Attribution"},{"pref_label":{"en":"Non-Governmental Organisation"},"index":"vocabulary","id":"NonGovernmentalOrganisation","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/NonGovernmentalOrganisation"},{"pref_label":{"en":"Common logic"},"index":"vocabulary","id":"CommonLogic","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/CommonLogic"},{"pref_label":{"en":"Unified Modelling Language"},"index":"vocabulary","id":"UML","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/UML"},{"pref_label":{"en":"Document Type Definition"},"index":"vocabulary","id":"DTD","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/DTD"},{"pref_label":{"en":"Technical"},"index":"vocabulary","id":"Technical","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Technical"},{"pref_label":{"en":"Grant back"},"index":"vocabulary","id":"GrantBack","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/GrantBack"},{"pref_label":{"en":"Industry consortium"},"index":"vocabulary","id":"IndustryConsortium","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/IndustryConsortium"},{"pref_label":{"en":"Semantic Web Rule Language"},"index":"vocabulary","id":"SWRL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SWRL"},{"pref_label":{"en":"Political"},"index":"vocabulary","id":"Political","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Political"},{"pref_label":{"en":"Schematron"},"index":"vocabulary","id":"Schematron","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Schematron"},{"pref_label":{"en":"SPARQL Query Language for RDF"},"index":"vocabulary","id":"SPARQL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SPARQL"},{"pref_label":{"en":"Ontology"},"index":"vocabulary","id":"Ontology","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Ontology"},{"pref_label":{"en":"Taxonomy"},"index":"vocabulary","id":"Taxonomy","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Taxonomy"},{"pref_label":{"en":"Legal"},"index":"vocabulary","id":"Legal","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Legal"},{"pref_label":{"en":"Under development"},"index":"vocabulary","id":"UnderDevelopment","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/UnderDevelopment"},{"pref_label":{"en":"Web Service Description Language"},"index":"vocabulary","id":"WSDL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/WSDL"},{"pref_label":{"en":"Code List"},"index":"vocabulary","id":"CodeList","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/CodeList"},{"pref_label":{"en":"Topic Maps"},"index":"vocabulary","id":"TopicMaps","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/TopicMaps"},{"pref_label":{"en":"Thesaurus"},"index":"vocabulary","id":"Thesaurus","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Thesaurus"},{"pref_label":{"en":"Deprecated"},"index":"vocabulary","id":"Deprecated","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/Deprecated"},{"pref_label":{"en":"Web Service Modelling Ontology"},"index":"vocabulary","id":"WSMO","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/WSMO"},{"pref_label":{"en":"Human Language"},"index":"vocabulary","id":"HumanLanguage","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/HumanLanguage"},{"pref_label":{"en":"Local Authority"},"index":"vocabulary","id":"LocalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/LocalAuthority"},{"pref_label":{"en":"Core Component"},"index":"vocabulary","id":"CoreComponent","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/CoreComponent"},{"pref_label":{"en":"Academia/Scientific organisation"},"index":"vocabulary","id":"Academia-ScientificOrganisation","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/Academia-ScientificOrganisation"},{"pref_label":{"en":"Other restrictive clauses"},"index":"vocabulary","id":"OtherRestrictiveClauses","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/OtherRestrictiveClauses"},{"pref_label":{"en":"Unknown IPR"},"index":"vocabulary","id":"UnknownIPR","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/UnknownIPR"},{"pref_label":{"en":"Integration Definition"},"index":"vocabulary","id":"IDEF","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/IDEF"},{"pref_label":{"en":"Non-commercial use only"},"index":"vocabulary","id":"NonCommercialUseOnly","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/NonCommercialUseOnly"},{"pref_label":{"en":"Reserved names / endorsement / official status"},"index":"vocabulary","id":"ReservedNames-Endorsement-OfficialStatus","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/ReservedNames-Endorsement-OfficialStatus"},{"pref_label":{"en":"Resource Description Framework Schema"},"index":"vocabulary","id":"RDFSchema","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RDFSchema"},{"pref_label":{"en":"SPARQL Inference Notation"},"index":"vocabulary","id":"SPIN","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SPIN"},{"pref_label":{"en":"Web Ontology Language Full/DL/Lite"},"index":"vocabulary","id":"OWL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/OWL"},{"pref_label":{"en":"Service Description"},"index":"vocabulary","id":"ServiceDescription","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/ServiceDescription"},{"pref_label":{"en":"Prolog"},"index":"vocabulary","id":"Prolog","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Prolog"},{"pref_label":{"en":"Name Authority List"},"index":"vocabulary","id":"NameAuthorityList","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/NameAuthorityList"},{"pref_label":{"en":"genericode"},"index":"vocabulary","id":"Genericode","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Genericode"},{"pref_label":{"en":"Semantics of Business Vocabulary and Rules"},"index":"vocabulary","id":"SBVR","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SBVR"},{"pref_label":{"en":"Rule Interchange Format"},"index":"vocabulary","id":"RIF","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RIF"},{"pref_label":{"en":"Public domain"},"index":"vocabulary","id":"PublicDomain","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/PublicDomain"},{"pref_label":{"en":"Diagram"},"index":"vocabulary","id":"Diagram","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Diagram"},{"pref_label":{"en":"Business Process Modeling Notation"},"index":"vocabulary","id":"BPMN","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/BPMN"},{"pref_label":{"en":"Known patent encumbrance"},"index":"vocabulary","id":"KnownPatentEncumbrance","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/KnownPatentEncumbrance"},{"pref_label":{"en":"Standardisation body"},"index":"vocabulary","id":"StandardisationBody","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/StandardisationBody"},{"pref_label":{"en":"Viral effect (a.k.a. Share-alike)"},"index":"vocabulary","id":"ViralEffect-ShareAlike","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/ViralEffect-ShareAlike"},{"pref_label":{"en":"Completed"},"index":"vocabulary","id":"Completed","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/Completed"},{"pref_label":{"en":"Organisational"},"index":"vocabulary","id":"Organisational","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Organisational"}]}'), r = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
r as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = { index: "vocabulary", count: 8, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { de: "Europa", fi: "Eurooppa", et: "Euroopa", fr: "Europe", sk: "Európa", pt: "Europa", en: "Europe", ro: "Europa", cs: "Evropa", hu: "Európa", nl: "Europa", da: "Europa", pl: "Europa", sl: "Evropa", ga: "An Eoraip", lt: "Europa", hr: "Europa", es: "Europa", sv: "Europa", mt: "L-Ewropa", bg: "Европа", lv: "Eiropa", el: "Ευρώπη", it: "Europa" }, index: "vocabulary", id: "EUROPE", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/EUROPE" }, { pref_label: { fi: "Afrikka", es: "África", sk: "Afrika", el: "Αφρική", en: "Africa", de: "Afrika", mt: "L-Afrika", sl: "Afrika", fr: "Afrique", nl: "Afrika", lt: "Afrika", et: "Aafrika", bg: "Африка", ro: "Africa", pt: "África", sv: "Afrika", ga: "An Afraic", cs: "Afrika", hr: "Afrika", da: "Afrika", hu: "Afrika", pl: "Afryka", it: "Africa", lv: "Āfrika" }, index: "vocabulary", id: "AFRICA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/AFRICA" }, { pref_label: { de: "Amerika", fi: "Amerikka", da: "Amerika", es: "América", el: "Αμερική", lv: "Amerika", hr: "Amerika", ga: "Meiriceá", nl: "Amerika", sv: "Amerika", fr: "Amérique", pl: "Ameryka", ro: "America", sk: "Amerika", et: "Ameerika", pt: "América", it: "America", sl: "Amerika", bg: "Америка", hu: "Amerika", mt: "L-Amerika", cs: "Amerika", en: "America", lt: "Amerika" }, index: "vocabulary", id: "AMERICA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/AMERICA" }, { pref_label: { mt: "L-Antartika", lt: "Antarktida", it: "Antartide", sv: "Antarktis", cs: "Antarktida", sk: "Antarktída", nl: "Antarctica", de: "Antarktis", ro: "Antarctica", ga: "Antartaice", sl: "Antarktika", bg: "Антарктида", da: "Antarktis", es: "Antártida", fr: "Antarctique", et: "Antarktis", hu: "Antarktisz", lv: "Antarktīda", el: "Ανταρκτική", hr: "Antarktika", fi: "Etelämanner", pt: "Antártida", pl: "Antarktyda", en: "Antarctica" }, index: "vocabulary", id: "ANTARCTICA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/ANTARCTICA" }, { pref_label: { sl: "Azija", en: "Asia", it: "Asia", hr: "Azija", lt: "Azija", da: "Asien", lv: "Āzija", nl: "Azië", ro: "Asia", hu: "Ázsia", fr: "Asie", pt: "Ásia", cs: "Asie", mt: "L-Asja", bg: "Азия", el: "Ασία", sv: "Asien", es: "Asia", et: "Aasia", pl: "Azja", fi: "Aasia", de: "Asien", sk: "Ázia", ga: "An Áise" }, index: "vocabulary", id: "ASIA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/ASIA" }, { pref_label: { nl: "Voorlopige gegevens", sv: "Tillfälliga uppgifter", da: "Midlertidige data", sl: "Začasni podatki", pt: "Dados provisórios", fi: "Alustavat tiedot", et: "Esialgsed andmed", hr: "Privremeni podaci", lv: "Provizoriski dati", el: "Προσωρινά δεδομένα", it: "Dati provvisori", mt: "Dejta provviżorja", fr: "Données provisoires", de: "Vorläufige Daten", ga: "Sonraí sealadacha", sk: "Predbežné údaje", hu: "Ideiglenes adatok", es: "Datos provisionales", bg: "НЕОКОНЧАТЕЛНИ ДАННИ", cs: "Předběžné údaje", pl: "Dane tymczasowe", lt: "Laikinieji duomenys", ro: "Date provizorii", en: "Provisional data" }, index: "vocabulary", id: "OP_DATPRO", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/OP_DATPRO" }, { pref_label: { es: "Instituciones de la UE", hr: "Institucije EU-a", sk: "Inštitúcie EÚ", et: "ELi institutsioonid", fr: "Institutions de l'UE", lt: "ES institucijos", hu: "Uniós intézmények", bg: "Институции в ЕС", cs: "Instituce EU", lv: "ES iestādes", nl: "EU-instellingen", pl: "Instytucje UE", da: "EU-institutioner", no: "EU-institusjoner", de: "EU Institutionen", mt: "Istituzzjonijiet tal-UE", ro: "Instituții ale UE", pt: "Instituições da UE", sl: "Institucije Evropske unije", ga: "Institiúidí AE", sv: "EU-institutioner", en: "EU institutions", it: "Istituzioni dell'UE", fi: "EU:n instituutiot", el: "Θεσμικά όργανα της ΕΕ" }, index: "vocabulary", id: "EUINST", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/EUINST" }, { pref_label: { de: "Ozeanien", ga: "An Aigéine", hr: "Oceanija", hu: "Óceánia", et: "Okeaania", cs: "Oceánie", bg: "Океания", mt: "L-Oċeanja", fi: "Oseania", da: "Oceanien", el: "Ωκεανία", sv: "Oceanien", en: "Oceania", pt: "Oceânia", sk: "Oceánia", lv: "Okeānija", fr: "Océanie", it: "Oceania", sl: "Oceanija", ro: "Oceania", es: "Oceanía", lt: "Okeanija", pl: "Oceania", nl: "Oceanië" }, index: "vocabulary", id: "OCEANIA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/OCEANIA" }] }, i = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
i as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
const e = /* @__PURE__ */ JSON.parse('{"index":"vocabulary","count":69,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"de":"Deutsches Patent- und Markenamt"},"index":"vocabulary","id":"deutschesPatentUndMarkenamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/deutschesPatentUndMarkenamt","alt_label":{"de":"deutschesPatentUndMarkenamt"}},{"pref_label":{"de":"open bydata"},"index":"vocabulary","id":"openDataBayern","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataBayern","alt_label":{"de":"openDataBayern"}},{"pref_label":{"de":"Stadt Oldenburg"},"index":"vocabulary","id":"stadtOldenburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtOldenburg","alt_label":{"de":"stadtOldenburg"}},{"pref_label":{"de":"OpenGovernmentDataPortal RheinlandPfalz"},"index":"vocabulary","id":"openGovernmentDataPortalRheinlandPfalz","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openGovernmentDataPortalRheinlandPfalz","alt_label":{"de":"openGovernmentDataPortalRheinlandPfalz"}},{"pref_label":{"de":"Bundesministerium für Familie, Senioren, Frauen und Jugend"},"index":"vocabulary","id":"bundesministeriumFuerFamilieSeniorenFrauenUndJugend","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerFamilieSeniorenFrauenUndJugend","alt_label":{"de":"bundesministeriumFuerFamilieSeniorenFrauenUndJugend"}},{"pref_label":{"de":"OpenAgrar Repositorium der Forschungseinrichtungen des BMEL"},"index":"vocabulary","id":"openAgrarRepositoriumDerForschungseinrichtungenDesBMEL","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openAgrarRepositoriumDerForschungseinrichtungenDesBMEL","alt_label":{"de":"openAgrarRepositoriumDerForschungseinrichtungenDesBMEL"}},{"pref_label":{"de":"Metropolregion Rhein-Neckar"},"index":"vocabulary","id":"metropolregionRheinNeckar","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/metropolregionRheinNeckar","alt_label":{"de":"metropolregionRheinNeckar"}},{"pref_label":{"de":"Bundesministerium des Innern und Heimat"},"index":"vocabulary","id":"bundesministeriumDesInnernUndHeimat","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumDesInnernUndHeimat","alt_label":{"de":"bundesministeriumDesInnernUndHeimat"}},{"pref_label":{"de":"Bundesministerium für Ernährung und Landwirtschaft"},"index":"vocabulary","id":"bundesministeriumFuerErnaehrungUndLandwirtschaft","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerErnaehrungUndLandwirtschaft","alt_label":{"de":"bundesministeriumFuerErnaehrungUndLandwirtschaft"}},{"pref_label":{"de":"Open Data Bund"},"index":"vocabulary","id":"openDataBund","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataBund","alt_label":{"de":"openDataBund"}},{"pref_label":{"de":"Auswärtiges Amt"},"index":"vocabulary","id":"auswaertigesAmt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/auswaertigesAmt","alt_label":{"de":"auswaertigesAmt"}},{"pref_label":{"de":"Bundesversicherungsamt"},"index":"vocabulary","id":"bundesversicherungsamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesversicherungsamt","alt_label":{"de":"bundesversicherungsamt"}},{"pref_label":{"de":"Bundesministerium für wirtschaftliche Zusammenarbeit und Entwicklung\\n "},"index":"vocabulary","id":"bundesministeriumFuerWirtschaftlicheZusammenarbeitUndEntwicklung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerWirtschaftlicheZusammenarbeitUndEntwicklung","alt_label":{"de":"bundesministeriumFuerWirtschaftlicheZusammenarbeitUndEntwicklung"}},{"pref_label":{"de":"Mobilithek des Bundesministeriums für Digitales und Verkehr"},"index":"vocabulary","id":"mobilithek","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/mobilithek","alt_label":{"de":"mobilithek"}},{"pref_label":{"de":"Bundesanstalt für Arbeitsschutz und Arbeitsmedizin"},"index":"vocabulary","id":"bundesanstaltFuerArbeitsschutzUndArbeitsmedizin","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesanstaltFuerArbeitsschutzUndArbeitsmedizin","alt_label":{"de":"bundesanstaltFuerArbeitsschutzUndArbeitsmedizin"}},{"pref_label":{"de":"Bundesverwaltungsamt"},"index":"vocabulary","id":"bundesverwaltungsamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesverwaltungsamt","alt_label":{"de":"bundesverwaltungsamt"}},{"pref_label":{"de":"Land Niedersachsen"},"index":"vocabulary","id":"landNiedersachsen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landNiedersachsen","alt_label":{"de":"landNiedersachsen"}},{"pref_label":{"de":"Bundesamt für Verbraucherschutz und Lebensmittelsicherheit"},"index":"vocabulary","id":"bundesamtFuerVerbraucherschutzUndLebensmittelsicherheit","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerVerbraucherschutzUndLebensmittelsicherheit","alt_label":{"de":"bundesamtFuerVerbraucherschutzUndLebensmittelsicherheit"}},{"pref_label":{"de":"Transparenzportal Bremen"},"index":"vocabulary","id":"transparenzportalBremen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/transparenzportalBremen","alt_label":{"de":"transparenzportalBremen"}},{"pref_label":{"de":"Paul-Ehrlich-Institut"},"index":"vocabulary","id":"paulEhrlichInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/paulEhrlichInstitut","alt_label":{"de":"paulEhrlichInstitut"}},{"pref_label":{"de":"Berlin Open Data"},"index":"vocabulary","id":"berlinOpenData","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/berlinOpenData","alt_label":{"de":"berlinOpenData"}},{"pref_label":{"de":"Bundesanstalt für Materialforschung und -prüfung (BAM)"},"index":"vocabulary","id":"bundesanstaltFuerMaterialforschungUndPruefung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesanstaltFuerMaterialforschungUndPruefung","alt_label":{"de":"bundesanstaltFuerMaterialforschungUndPruefung"}},{"pref_label":{"de":"Statistisches Bundesamt"},"index":"vocabulary","id":"destatis","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/destatis","alt_label":{"de":"destatis"}},{"pref_label":{"de":"Bundesamt für Justiz"},"index":"vocabulary","id":"bundesamtFuerJustiz","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerJustiz","alt_label":{"de":"bundesamtFuerJustiz"}},{"pref_label":{"de":"Bundessortenamt"},"index":"vocabulary","id":"bundessortenamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundessortenamt","alt_label":{"de":"bundessortenamt"}},{"pref_label":{"de":"mCloud"},"index":"vocabulary","id":"mCloud","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/mCloud","alt_label":{"de":"mCloud"}},{"pref_label":{"de":"ITZ-Bund"},"index":"vocabulary","id":"itzBund","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/itzBund","alt_label":{"de":"itzBund"}},{"pref_label":{"de":"Die Regionaldatenbank Deutschland"},"index":"vocabulary","id":"regionalstatistik","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/regionalstatistik","alt_label":{"de":"regionalstatistik"}},{"pref_label":{"de":"Bundesministerium der Finanzen"},"index":"vocabulary","id":"bundesministeriumDerFinanzen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumDerFinanzen","alt_label":{"de":"bundesministeriumDerFinanzen"}},{"pref_label":{"de":"Land Schleswig-Holstein"},"index":"vocabulary","id":"schleswigHolstein","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/schleswigHolstein","alt_label":{"de":"schleswigHolstein"}},{"pref_label":{"de":"Open-Data-Portal der Hanse- und Universitätsstadt Rostock"},"index":"vocabulary","id":"openDataHRO","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataHRO","alt_label":{"de":"openDataHRO"}},{"pref_label":{"de":"Bundesausgleichsamt"},"index":"vocabulary","id":"bundesausgleichsamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesausgleichsamt","alt_label":{"de":"bundesausgleichsamt"}},{"pref_label":{"de":"Bundesministerium für Arbeit und Soziales"},"index":"vocabulary","id":"bundesministeriumFuerArbeitUndSoziales","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerArbeitUndSoziales","alt_label":{"de":"bundesministeriumFuerArbeitUndSoziales"}},{"pref_label":{"de":"Hessen"},"index":"vocabulary","id":"hessen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/hessen","alt_label":{"de":"hessen"}},{"pref_label":{"de":"Max Rubner Institut"},"index":"vocabulary","id":"maxRubnerInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/maxRubnerInstitut","alt_label":{"de":"maxRubnerInstitut"}},{"pref_label":{"de":"Open.NRW"},"index":"vocabulary","id":"openNRW","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openNRW","alt_label":{"de":"openNRW"}},{"pref_label":{"de":"Statistisches Bundesamt"},"index":"vocabulary","id":"genesisDestatis","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/genesisDestatis","alt_label":{"de":"genesisDestatis"}},{"pref_label":{"de":"Open Data Brandenburg"},"index":"vocabulary","id":"openDataBrandenburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataBrandenburg","alt_label":{"de":"openDataBrandenburg"}},{"pref_label":{"de":"Stadtwerke Osnabrück"},"index":"vocabulary","id":"SWONetzGmbH","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/SWONetzGmbH","alt_label":{"de":"SWONetzGmbH"}},{"pref_label":{"de":"Bundesamt für Wirtschaft und Ausfuhrkontrolle"},"index":"vocabulary","id":"bundesamtFuerWirtschaftUndAusfuhrkontrolle","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerWirtschaftUndAusfuhrkontrolle","alt_label":{"de":"bundesamtFuerWirtschaftUndAusfuhrkontrolle"}},{"pref_label":{"de":"Transparenzportal Hamburg"},"index":"vocabulary","id":"transparenzportalHamburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/transparenzportalHamburg","alt_label":{"de":"transparenzportalHamburg"}},{"pref_label":{"de":"Friedrich Loeffler Institut"},"index":"vocabulary","id":"friedrichLoefflerInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/friedrichLoefflerInstitut","alt_label":{"de":"friedrichLoefflerInstitut"}},{"pref_label":{"de":"Bundesamt für Bauwesen und Raumordnung (BBR)"},"index":"vocabulary","id":"bundesamtFuerBauwesenUndRaumordnung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerBauwesenUndRaumordnung","alt_label":{"de":"bundesamtFuerBauwesenUndRaumordnung"}},{"pref_label":{"de":"Bundesministerium für Bildung und Forschung"},"index":"vocabulary","id":"bundesministeriumFuerBildungUndForschung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerBildungUndForschung","alt_label":{"de":"bundesministeriumFuerBildungUndForschung"}},{"pref_label":{"de":"Daten.BW"},"index":"vocabulary","id":"datenBW","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/datenBW","alt_label":{"de":"datenBW"}},{"pref_label":{"de":"Bundeszentralamt für Steuern"},"index":"vocabulary","id":"bundeszentralamtFuerSteuern","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundeszentralamtFuerSteuern","alt_label":{"de":"bundeszentralamtFuerSteuern"}},{"pref_label":{"de":"Stadt Freiburg im Breisgau"},"index":"vocabulary","id":"stadtFreiburgImBreisgau","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtFreiburgImBreisgau","alt_label":{"de":"stadtFreiburgImBreisgau"}},{"pref_label":{"de":"Land Mecklenburg-Vorpommern"},"index":"vocabulary","id":"mecklenburgVorpommern","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/mecklenburgVorpommern","alt_label":{"de":"mecklenburgVorpommern"}},{"pref_label":{"de":"Stadt Augsburg"},"index":"vocabulary","id":"stadtAugsburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtAugsburg","alt_label":{"de":"stadtAugsburg"}},{"pref_label":{"de":"Bundesinstitut für Bau-, Stadt- und Raumforschung (BBSR) im Bundesamt für Bauwesen\\n und Raumordnung (BBR)\\n "},"index":"vocabulary","id":"bundesinstitutFuerBauStadtUndRaumforschungImBundesamtFuerBauwesenundRaumordnung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesinstitutFuerBauStadtUndRaumforschungImBundesamtFuerBauwesenundRaumordnung","alt_label":{"de":"bundesinstitutFuerBauStadtUndRaumforschungImBundesamtFuerBauwesenundRaumordnung\\n "}},{"pref_label":{"de":"Bundesministerium der Verteidigung"},"index":"vocabulary","id":"bundesministeriumDerVerteidigung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumDerVerteidigung","alt_label":{"de":"bundesministeriumDerVerteidigung"}},{"pref_label":{"de":"Deutsche Rentenversicherung Bund"},"index":"vocabulary","id":"deutscheRentenversicherungBund","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/deutscheRentenversicherungBund","alt_label":{"de":"deutscheRentenversicherungBund"}},{"pref_label":{"de":"Robert Koch-Institut"},"index":"vocabulary","id":"robertKochInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/robertKochInstitut","alt_label":{"de":"robertKochInstitut"}},{"pref_label":{"de":"Die Beauftragte der Bundesregierung für Kultur und Medien"},"index":"vocabulary","id":"dieBeauftragteDerBundesregierungFuerKulturUndMedien","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/dieBeauftragteDerBundesregierungFuerKulturUndMedien","alt_label":{"de":"dieBeauftragteDerBundesregierungFuerKulturUndMedien"}},{"pref_label":{"de":"Stadt Frankfurt am Main"},"index":"vocabulary","id":"stadtFrankfurtAmMain","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtFrankfurtAmMain","alt_label":{"de":"stadtFrankfurtAmMain"}},{"pref_label":{"de":"Land Brandenburg"},"index":"vocabulary","id":"landBrandenburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landBrandenburg","alt_label":{"de":"landBrandenburg"}},{"pref_label":{"de":"Stadt Nürnberg"},"index":"vocabulary","id":"stadtNuernberg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtNuernberg","alt_label":{"de":"stadtNuernberg"}},{"pref_label":{"de":"Umweltbundesamt"},"index":"vocabulary","id":"umweltbundesamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/umweltbundesamt","alt_label":{"de":"umweltbundesamt"}},{"pref_label":{"de":"Der Bundesbeauftragte für den Datenschutz und die Informationsfreiheit\\n "},"index":"vocabulary","id":"derBundesbeauftragteFuerDenDatenschutzUndDieInformationsfreiheit","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/derBundesbeauftragteFuerDenDatenschutzUndDieInformationsfreiheit","alt_label":{"de":"derBundesbeauftragteFuerDenDatenschutzUndDieInformationsfreiheit"}},{"pref_label":{"de":"Bundesministerium für Wirtschaft und Energie"},"index":"vocabulary","id":"bundesministeriumFuerWirtschaftUndEnergie","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerWirtschaftUndEnergie","alt_label":{"de":"bundesministeriumFuerWirtschaftUndEnergie"}},{"pref_label":{"de":"Deutsche Nationalbibliothek"},"index":"vocabulary","id":"deutscheNationalbibliothek","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/deutscheNationalbibliothek","alt_label":{"de":"deutscheNationalbibliothek"}},{"pref_label":{"de":"GovData – das Datenportal für Deutschland"},"index":"vocabulary","id":"govData","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/govData","alt_label":{"de":"govData"}},{"pref_label":{"de":"Bundesarchiv"},"index":"vocabulary","id":"bundesarchiv","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesarchiv","alt_label":{"de":"bundesarchiv"}},{"pref_label":{"de":"Geodateninfrastruktur Deutschland"},"index":"vocabulary","id":"gdiDE","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/gdiDE","alt_label":{"de":"gdiDE"}},{"pref_label":{"de":"Generalzolldirektion"},"index":"vocabulary","id":"generalzolldirektion","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/generalzolldirektion","alt_label":{"de":"generalzolldirektion"}},{"pref_label":{"de":"Land Sachsen-Anhalt"},"index":"vocabulary","id":"landSachsenAnhalt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landSachsenAnhalt","alt_label":{"de":"landSachsenAnhalt"}},{"pref_label":{"de":"FITKO (Föderale IT-Kooperation)"},"index":"vocabulary","id":"fitko","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/fitko","alt_label":{"de":"fitko"}},{"pref_label":{"de":"Landeshauptstadt München"},"index":"vocabulary","id":"landeshauptstadtMuenchen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landeshauptstadtMuenchen","alt_label":{"de":"landeshauptstadtMuenchen"}},{"pref_label":{"de":"Freistaat Sachsen"},"index":"vocabulary","id":"freistaatSachsen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/freistaatSachsen","alt_label":{"de":"freistaatSachsen"}}]}'), t = {
|
|
2
|
+
result: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
t as default,
|
|
6
|
+
e as result
|
|
7
|
+
};
|