@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
|
@@ -1,1168 +0,0 @@
|
|
|
1
|
-
import { getNode as K } from "@formkit/core";
|
|
2
|
-
import "@formkit/vue";
|
|
3
|
-
import { PhNumberCircleFive as Z, PhCheckCircle as G, PhLightbulb as X } from "@phosphor-icons/vue";
|
|
4
|
-
import { useWindowScroll as Y } from "@vueuse/core";
|
|
5
|
-
import J from "jquery";
|
|
6
|
-
import { has as I, isNil as B } from "lodash-es";
|
|
7
|
-
import { defineComponent as N, resolveComponent as f, createElementBlock as o, openBlock as s, createCommentVNode as n, createElementVNode as a, createVNode as h, createBlock as S, withModifiers as Q, withCtx as U, Fragment as k, renderList as V, withDirectives as F, normalizeClass as C, toDisplayString as u, vShow as O, createTextVNode as z, ref as M, markRaw as x, getCurrentInstance as ee } from "vue";
|
|
8
|
-
import { useI18n as te } from "vue-i18n";
|
|
9
|
-
import { mapActions as j, mapGetters as H } from "vuex";
|
|
10
|
-
import ie from "../components/InputPageStep.vue.js";
|
|
11
|
-
import se from "../components/Navigation.vue.js";
|
|
12
|
-
import { useFormValues as ae } from "../composables/useDpiFormValues.js";
|
|
13
|
-
import { useDpiStepper as oe } from "../composables/useDpiStepper.js";
|
|
14
|
-
import W from "../config/dcatapdeHappyFlow/converter.js";
|
|
15
|
-
import re from "../HappyFlowComponents/img/Circle.svg.js";
|
|
16
|
-
import le from "../HappyFlowComponents/img/CircleFill.svg.js";
|
|
17
|
-
import de from "../HappyFlowComponents/img/Selected1.svg.js";
|
|
18
|
-
import ne from "../HappyFlowComponents/img/Selected1_2.svg.js";
|
|
19
|
-
import ce from "../HappyFlowComponents/img/Selected2.svg.js";
|
|
20
|
-
import pe from "../HappyFlowComponents/img/Selected2_2.svg.js";
|
|
21
|
-
import ue from "../HappyFlowComponents/img/Selected3.svg.js";
|
|
22
|
-
import he from "../HappyFlowComponents/img/Selected3_2.svg.js";
|
|
23
|
-
import me from "../HappyFlowComponents/img/Selected4.svg.js";
|
|
24
|
-
import fe from "../HappyFlowComponents/img/Selected4_2.svg.js";
|
|
25
|
-
import ge from "../HappyFlowComponents/img/Selected5.svg.js";
|
|
26
|
-
import ve from "../HappyFlowComponents/img/Selected5_2.svg.js";
|
|
27
|
-
import { eventBus as be } from "../HappyFlowComponents/services/eventBus.js";
|
|
28
|
-
import Se from "../HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
29
|
-
import ye from "../HappyFlowComponents/ui/Illustration.vue.js";
|
|
30
|
-
import Ce from "../HappyFlowComponents/ui/LogoV3.vue.js";
|
|
31
|
-
import ke from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
|
|
32
|
-
import Ve from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
|
|
33
|
-
import _e from "./DistributionInputPage.vue.js";
|
|
34
|
-
import De from "./OverviewPage.vue.js";
|
|
35
|
-
import Ie from "./PropertyChooser.vue.js";
|
|
36
|
-
/* empty css */
|
|
37
|
-
/* empty css */
|
|
38
|
-
/* empty css */
|
|
39
|
-
import Te from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
40
|
-
import { useDpiContext as Le } from "../composables/useDpiContext.js";
|
|
41
|
-
import { useEditModeInfo as Pe } from "../composables/useDpiEditMode.js";
|
|
42
|
-
import { useFormSchema as we } from "../composables/useFormSchema.js";
|
|
43
|
-
const Ae = N({
|
|
44
|
-
props: {
|
|
45
|
-
property: {
|
|
46
|
-
required: !0,
|
|
47
|
-
type: String
|
|
48
|
-
},
|
|
49
|
-
context: {},
|
|
50
|
-
id: {
|
|
51
|
-
type: String
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
data() {
|
|
55
|
-
return {
|
|
56
|
-
circles: [re, le],
|
|
57
|
-
images: [de, ce, ue, me, ge],
|
|
58
|
-
selectedImages: [
|
|
59
|
-
ne,
|
|
60
|
-
pe,
|
|
61
|
-
he,
|
|
62
|
-
fe,
|
|
63
|
-
ve
|
|
64
|
-
],
|
|
65
|
-
instance: ee(),
|
|
66
|
-
heightActiveSec: "10vh",
|
|
67
|
-
// formValues: {},
|
|
68
|
-
offsetTopStepper: "60px",
|
|
69
|
-
info: {},
|
|
70
|
-
catalogues: [],
|
|
71
|
-
substepCounter: 0,
|
|
72
|
-
stepCounter: 0,
|
|
73
|
-
byte: !0,
|
|
74
|
-
expandall: !0,
|
|
75
|
-
modalSimpleConf: {
|
|
76
|
-
button: "Ja, abbrechen",
|
|
77
|
-
header: "Wollen Sie wirklich abbrechen?",
|
|
78
|
-
text: "Beim Abbrechen gehen alle eingegebenen Daten unwiderruflich verloren und können nicht wiederhergestellt werden.",
|
|
79
|
-
action: "cancel"
|
|
80
|
-
},
|
|
81
|
-
// activeSubStep: "",
|
|
82
|
-
// steps:{},
|
|
83
|
-
camel2title: (e) => e.replace(/([A-Z])/g, (t) => ` ${t}`).replace(/^./, (t) => t.toUpperCase()).trim()
|
|
84
|
-
};
|
|
85
|
-
},
|
|
86
|
-
components: {
|
|
87
|
-
InputPageStep: ie,
|
|
88
|
-
DistributionInputPage: _e,
|
|
89
|
-
PropertyChooser: Ie,
|
|
90
|
-
Navigation: se,
|
|
91
|
-
LogoV3: Ce,
|
|
92
|
-
ButtonV3: Se,
|
|
93
|
-
TextButtonSmall: Ve,
|
|
94
|
-
Illustration: ye,
|
|
95
|
-
PhLightbulb: X,
|
|
96
|
-
PhCheckCircle: G,
|
|
97
|
-
PhNumberCircleFive: Z,
|
|
98
|
-
ModalSimpleV3: ke
|
|
99
|
-
},
|
|
100
|
-
computed: {
|
|
101
|
-
...H("auth", [
|
|
102
|
-
"getIsEditMode",
|
|
103
|
-
"getUserCatalogIds",
|
|
104
|
-
"getUserData"
|
|
105
|
-
]),
|
|
106
|
-
...H("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
|
|
107
|
-
getTitleStep() {
|
|
108
|
-
return Object.keys(this.formValues).filter(
|
|
109
|
-
(e) => I(this.formValues[e], "dct:title")
|
|
110
|
-
)[0];
|
|
111
|
-
},
|
|
112
|
-
createIDFromTitle() {
|
|
113
|
-
const e = this.formValues[this.getTitleStep]["dct:title"][0]["@value"];
|
|
114
|
-
if (e != null)
|
|
115
|
-
return e.toLowerCase().replace(/ /g, "-");
|
|
116
|
-
},
|
|
117
|
-
getFirstTitleFromForm() {
|
|
118
|
-
try {
|
|
119
|
-
const e = this.formValues[this.getTitleStep];
|
|
120
|
-
return I(e, "dct:title") && e["dct:title"].length > 0 && I(e["dct:title"][0], "@value") && !B(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
|
|
121
|
-
} catch {
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
isInput() {
|
|
125
|
-
return this.$route.params.page !== "overview" && this.$route.params.page !== "distoverview";
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
methods: {
|
|
129
|
-
...j("auth", ["setIsEditMode", "setIsDraft"]),
|
|
130
|
-
...j("dpiStore", [
|
|
131
|
-
"saveFormValues",
|
|
132
|
-
"saveLocalstorageValues",
|
|
133
|
-
"clearAll"
|
|
134
|
-
]),
|
|
135
|
-
update() {
|
|
136
|
-
this.$forceUpdate();
|
|
137
|
-
},
|
|
138
|
-
// Route to the RAP Page
|
|
139
|
-
goToRAP() {
|
|
140
|
-
this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(K(this.activeStep).value)[0];
|
|
141
|
-
},
|
|
142
|
-
// Remove after DPI development is finished - just fills all fields with dummy Data
|
|
143
|
-
fillData() {
|
|
144
|
-
this.formValues = {
|
|
145
|
-
Landing: { happyFlowLandingPage: {} },
|
|
146
|
-
Discoverability: {
|
|
147
|
-
discoverabilityPage: [
|
|
148
|
-
{ isValid: !0 },
|
|
149
|
-
{
|
|
150
|
-
id: "SOCI",
|
|
151
|
-
uri: "http://publications.europa.eu/resource/authority/data-theme/SOCI",
|
|
152
|
-
label: "Bevölkerung und Gesellschaft"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
id: "EDUC",
|
|
156
|
-
uri: "http://publications.europa.eu/resource/authority/data-theme/EDUC",
|
|
157
|
-
label: "Bildung, Kultur und Sport"
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
hvdPage: [
|
|
161
|
-
{
|
|
162
|
-
isValid: !0,
|
|
163
|
-
label: "Erdbeobachtung und Umwelt",
|
|
164
|
-
uri: "http://data.europa.eu/bna/c_dd313021"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
},
|
|
168
|
-
BasicInfos: {
|
|
169
|
-
"dct:title": [
|
|
170
|
-
{
|
|
171
|
-
isValid: !0,
|
|
172
|
-
"@value": "Datensatz mit allen Props neu! Micha",
|
|
173
|
-
"@language": "de"
|
|
174
|
-
}
|
|
175
|
-
],
|
|
176
|
-
"dct:description": [
|
|
177
|
-
{
|
|
178
|
-
isValid: !0,
|
|
179
|
-
"@value": "Description Datensatz",
|
|
180
|
-
"@language": "de"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"dct:modified": [
|
|
184
|
-
{
|
|
185
|
-
isValid: !0,
|
|
186
|
-
"@type": "http://www.w3.org/2001/XMLSchema#date",
|
|
187
|
-
"@value": "2025-07-01"
|
|
188
|
-
}
|
|
189
|
-
],
|
|
190
|
-
"dct:publisher": [
|
|
191
|
-
{
|
|
192
|
-
isValid: !0,
|
|
193
|
-
"foaf:name": "OrgaName",
|
|
194
|
-
"foaf:mbox": "emailOrga@mail.de",
|
|
195
|
-
"foaf:homepage": "orgawebseite.de"
|
|
196
|
-
}
|
|
197
|
-
],
|
|
198
|
-
"dcat:contactPoint": [
|
|
199
|
-
{
|
|
200
|
-
isValid: !0,
|
|
201
|
-
"vcard:fn": "Mobilitätsreferat - Verkehrs- und Verhaltensdaten",
|
|
202
|
-
"vcard:hasEmail": "verkehrsdaten.mor@muenchen.de",
|
|
203
|
-
"vcard:hasTelephone": "0158727522505"
|
|
204
|
-
}
|
|
205
|
-
]
|
|
206
|
-
},
|
|
207
|
-
Covering: {
|
|
208
|
-
"dcatde:politicalGeocodingURI": [{ isValid: !0 }],
|
|
209
|
-
"dcat:temporalResolution": [
|
|
210
|
-
{
|
|
211
|
-
isValid: !0,
|
|
212
|
-
type: "dct:PeriodOfTime",
|
|
213
|
-
"dct:temporal": [
|
|
214
|
-
{
|
|
215
|
-
dataType: "dateTime",
|
|
216
|
-
"dcat:startDate": "2025-07-03",
|
|
217
|
-
"dcat:endDate": "2025-07-18",
|
|
218
|
-
startTime: "12:08",
|
|
219
|
-
endTime: "12:08"
|
|
220
|
-
}
|
|
221
|
-
]
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
DistributionSimple: {
|
|
226
|
-
"dcat:distribution": [
|
|
227
|
-
{
|
|
228
|
-
isValid: !0,
|
|
229
|
-
id: 1,
|
|
230
|
-
"dcat:accessURL": "https://linkzudaten.de",
|
|
231
|
-
"dct:format": {
|
|
232
|
-
label: "GDB",
|
|
233
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/GDB"
|
|
234
|
-
},
|
|
235
|
-
"dct:title": "Dist Titel",
|
|
236
|
-
documentations: [
|
|
237
|
-
{
|
|
238
|
-
id: 1,
|
|
239
|
-
"dcat:accessURL": "",
|
|
240
|
-
"dct:format": "STL",
|
|
241
|
-
"dct:title": "Dokumentation Titel",
|
|
242
|
-
"dct:description": "Dokumentation Description",
|
|
243
|
-
"dcat:downloadURL": "https://dloadURL.de"
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
conformsToItems: [
|
|
247
|
-
{
|
|
248
|
-
id: 1,
|
|
249
|
-
"dcat:accessURL": "",
|
|
250
|
-
"dct:title": "Conforms To Titel",
|
|
251
|
-
"dcat:downloadURL": "https://konformsto.de"
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
|
-
policyItems: [
|
|
255
|
-
{
|
|
256
|
-
id: 1,
|
|
257
|
-
"dcat:accessURL": "",
|
|
258
|
-
"dcat:downloadURL": "Https://regelwerk.de"
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
accessServices: [
|
|
262
|
-
{
|
|
263
|
-
id: 1,
|
|
264
|
-
"dcat:accessURL": "",
|
|
265
|
-
"dct:title": "Ausliefernder Datenservice Titel",
|
|
266
|
-
"dct:description": "Ausliefernder Datenservice Beschreibung",
|
|
267
|
-
"dcat:downloadURL": "https://ausliefernderDatenservice.de"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"dct:modified": "2025-07-03",
|
|
271
|
-
"dct:issued": "2025-07-01",
|
|
272
|
-
"dct:description": "Dist Beschreibung",
|
|
273
|
-
"dcatde:licenseAttributionByText": "Namensnennungstext für By-Clauses",
|
|
274
|
-
"dct:accessRights": "https://zugaenglichkeit.url",
|
|
275
|
-
"dcatap:availability": {
|
|
276
|
-
label: "AVAILABLE",
|
|
277
|
-
uri: "http://publications.europa.eu/resource/authority/planned-availability/AVAILABLE"
|
|
278
|
-
},
|
|
279
|
-
"dct:language": {
|
|
280
|
-
label: "ABK (ABK)",
|
|
281
|
-
uri: "http://publications.europa.eu/resource/authority/language/ABK"
|
|
282
|
-
},
|
|
283
|
-
"dcat:byteSize": "51",
|
|
284
|
-
"dcat:mediaType": {
|
|
285
|
-
label: "CSS",
|
|
286
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/CSS"
|
|
287
|
-
},
|
|
288
|
-
"dcat:compressFormat": {
|
|
289
|
-
label: "DOC",
|
|
290
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/DOC"
|
|
291
|
-
},
|
|
292
|
-
"dcat:packageFormat": {
|
|
293
|
-
label: "FMX4_ZIP",
|
|
294
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/FMX4_ZIP"
|
|
295
|
-
},
|
|
296
|
-
"adms:status": "",
|
|
297
|
-
checksum: {
|
|
298
|
-
title: "31",
|
|
299
|
-
"spdx:checksum": "sha384",
|
|
300
|
-
uri: "http://spdx.org/rdf/terms#checksumAlgorithm_sha384"
|
|
301
|
-
},
|
|
302
|
-
changeLicense: { title: "", "dcterms:license": "" },
|
|
303
|
-
showErrorFormat: !1,
|
|
304
|
-
formatErrorMessage: "",
|
|
305
|
-
showErrorDownloadURL: !1
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
isValid: !0,
|
|
309
|
-
id: 1,
|
|
310
|
-
"dcat:accessURL": "https://linkzudatenZWEI.de",
|
|
311
|
-
"dct:format": {
|
|
312
|
-
label: "GDB",
|
|
313
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/GDB"
|
|
314
|
-
},
|
|
315
|
-
"dct:title": "Dist Titel ZWEI",
|
|
316
|
-
documentations: [
|
|
317
|
-
{
|
|
318
|
-
id: 1,
|
|
319
|
-
"dcat:accessURL": "",
|
|
320
|
-
"dct:format": "STL",
|
|
321
|
-
"dct:title": "Dokumentation Titel ZWEI",
|
|
322
|
-
"dct:description": "Dokumentation Description",
|
|
323
|
-
"dcat:downloadURL": "https://dloadURL.de"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
conformsToItems: [
|
|
327
|
-
{
|
|
328
|
-
id: 1,
|
|
329
|
-
"dcat:accessURL": "",
|
|
330
|
-
"dct:title": "Conforms To Titel",
|
|
331
|
-
"dcat:downloadURL": "https://konformsto.de"
|
|
332
|
-
}
|
|
333
|
-
],
|
|
334
|
-
policyItems: [
|
|
335
|
-
{
|
|
336
|
-
id: 1,
|
|
337
|
-
"dcat:accessURL": "",
|
|
338
|
-
"dcat:downloadURL": "Https://regelwerk.de"
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
accessServices: [
|
|
342
|
-
{
|
|
343
|
-
id: 1,
|
|
344
|
-
"dcat:accessURL": "",
|
|
345
|
-
"dct:title": "Ausliefernder Datenservice Titel",
|
|
346
|
-
"dct:description": "Ausliefernder Datenservice Beschreibung",
|
|
347
|
-
"dcat:downloadURL": "https://ausliefernderDatenservice.de"
|
|
348
|
-
}
|
|
349
|
-
],
|
|
350
|
-
"dct:modified": "2025-07-03",
|
|
351
|
-
"dct:issued": "2025-07-01",
|
|
352
|
-
"dct:description": "Dist BeschreibungZWEI",
|
|
353
|
-
"dcatde:licenseAttributionByText": "Namensnennungstext für By-Clauses ZWEI",
|
|
354
|
-
"dct:accessRights": "https://zugaenglichkeitZWEI.url",
|
|
355
|
-
"dcatap:availability": {
|
|
356
|
-
label: "AVAILABLE",
|
|
357
|
-
uri: "http://publications.europa.eu/resource/authority/planned-availability/AVAILABLE"
|
|
358
|
-
},
|
|
359
|
-
"dct:language": {
|
|
360
|
-
label: "ABK (ABK)",
|
|
361
|
-
uri: "http://publications.europa.eu/resource/authority/language/ABK"
|
|
362
|
-
},
|
|
363
|
-
"dcat:byteSize": "51",
|
|
364
|
-
"dcat:mediaType": {
|
|
365
|
-
label: "CSS",
|
|
366
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/CSS"
|
|
367
|
-
},
|
|
368
|
-
"dcat:compressFormat": {
|
|
369
|
-
label: "DOC",
|
|
370
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/DOC"
|
|
371
|
-
},
|
|
372
|
-
"dcat:packageFormat": {
|
|
373
|
-
label: "FMX4_ZIP",
|
|
374
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/FMX4_ZIP"
|
|
375
|
-
},
|
|
376
|
-
"adms:status": "",
|
|
377
|
-
checksum: {
|
|
378
|
-
title: "31",
|
|
379
|
-
"spdx:checksum": "sha384",
|
|
380
|
-
uri: "http://spdx.org/rdf/terms#checksumAlgorithm_sha384"
|
|
381
|
-
},
|
|
382
|
-
changeLicense: { title: "", "dcterms:license": "" },
|
|
383
|
-
showErrorFormat: !1,
|
|
384
|
-
formatErrorMessage: "",
|
|
385
|
-
showErrorDownloadURL: !1
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
isValid: !0,
|
|
389
|
-
id: 1,
|
|
390
|
-
"dcat:accessURL": "https://linkzudatenDREI.de",
|
|
391
|
-
"dct:format": {
|
|
392
|
-
label: "GDB",
|
|
393
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/GDB"
|
|
394
|
-
},
|
|
395
|
-
"dct:title": "Dist Titel DREI",
|
|
396
|
-
documentations: [
|
|
397
|
-
{
|
|
398
|
-
id: 1,
|
|
399
|
-
"dcat:accessURL": "",
|
|
400
|
-
"dct:format": "STL",
|
|
401
|
-
"dct:title": "Dokumentation Titel DREI",
|
|
402
|
-
"dct:description": "Dokumentation Description",
|
|
403
|
-
"dcat:downloadURL": "https://dloadURL.de"
|
|
404
|
-
}
|
|
405
|
-
],
|
|
406
|
-
conformsToItems: [
|
|
407
|
-
{
|
|
408
|
-
id: 1,
|
|
409
|
-
"dcat:accessURL": "",
|
|
410
|
-
"dct:title": "Conforms To Titel",
|
|
411
|
-
"dcat:downloadURL": "https://konformsto.de"
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
policyItems: [
|
|
415
|
-
{
|
|
416
|
-
id: 1,
|
|
417
|
-
"dcat:accessURL": "",
|
|
418
|
-
"dcat:downloadURL": "Https://regelwerk.de"
|
|
419
|
-
}
|
|
420
|
-
],
|
|
421
|
-
accessServices: [
|
|
422
|
-
{
|
|
423
|
-
id: 1,
|
|
424
|
-
"dcat:accessURL": "",
|
|
425
|
-
"dct:title": "Ausliefernder Datenservice Titel",
|
|
426
|
-
"dct:description": "Ausliefernder Datenservice Beschreibung",
|
|
427
|
-
"dcat:downloadURL": "https://ausliefernderDatenservice.de"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"dct:modified": "2025-07-03",
|
|
431
|
-
"dct:issued": "2025-07-01",
|
|
432
|
-
"dct:description": "Dist BeschreibungDREI",
|
|
433
|
-
"dcatde:licenseAttributionByText": "Namensnennungstext für By-Clauses DREI",
|
|
434
|
-
"dct:accessRights": "https://zugaenglichkeitDREI.url",
|
|
435
|
-
"dcatap:availability": {
|
|
436
|
-
label: "AVAILABLE",
|
|
437
|
-
uri: "http://publications.europa.eu/resource/authority/planned-availability/AVAILABLE"
|
|
438
|
-
},
|
|
439
|
-
"dct:language": {
|
|
440
|
-
label: "ABK (ABK)",
|
|
441
|
-
uri: "http://publications.europa.eu/resource/authority/language/ABK"
|
|
442
|
-
},
|
|
443
|
-
"dcat:byteSize": "51",
|
|
444
|
-
"dcat:mediaType": {
|
|
445
|
-
label: "CSS",
|
|
446
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/CSS"
|
|
447
|
-
},
|
|
448
|
-
"dcat:compressFormat": {
|
|
449
|
-
label: "DOC",
|
|
450
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/DOC"
|
|
451
|
-
},
|
|
452
|
-
"dcat:packageFormat": {
|
|
453
|
-
label: "FMX4_ZIP",
|
|
454
|
-
uri: "http://publications.europa.eu/resource/authority/file-type/FMX4_ZIP"
|
|
455
|
-
},
|
|
456
|
-
"adms:status": "",
|
|
457
|
-
checksum: {
|
|
458
|
-
title: "31",
|
|
459
|
-
"spdx:checksum": "sha384",
|
|
460
|
-
uri: "http://spdx.org/rdf/terms#checksumAlgorithm_sha384"
|
|
461
|
-
},
|
|
462
|
-
changeLicense: { title: "", "dcterms:license": "" },
|
|
463
|
-
showErrorFormat: !1,
|
|
464
|
-
formatErrorMessage: "",
|
|
465
|
-
showErrorDownloadURL: !1
|
|
466
|
-
}
|
|
467
|
-
],
|
|
468
|
-
"dct:license": [
|
|
469
|
-
{
|
|
470
|
-
isValid: !0,
|
|
471
|
-
"dcterms:license": "CC_BY_3_0",
|
|
472
|
-
title: "Datenbereitsteller Lizenz",
|
|
473
|
-
uri: "http://publications.europa.eu/resource/authority/licence/CC_BY_3_0"
|
|
474
|
-
}
|
|
475
|
-
]
|
|
476
|
-
},
|
|
477
|
-
ReviewAndPublish: { reviewAndPublishPage: [{ isValid: !0 }] },
|
|
478
|
-
Additionals: {
|
|
479
|
-
"dcatde:geocodingDescription": [{ "@value": "Geocoding Desc" }],
|
|
480
|
-
"dct:identifier": [{ "@value": "Identifier" }],
|
|
481
|
-
"adms:versionNotes": [{ "@value": "sadsds" }],
|
|
482
|
-
"dcatde:legalBasis": [{ "@value": "sdfsdf" }],
|
|
483
|
-
"dct:relation": [{ "@id": "https://sdsdfljn.de" }],
|
|
484
|
-
"dcat:landingPage": [{ "@id": "https://dfdfgdfg.de" }],
|
|
485
|
-
"dct:language": [
|
|
486
|
-
{
|
|
487
|
-
"@value": "Rarotonganisch",
|
|
488
|
-
uri: "http://publications.europa.eu/resource/authority/language/RAR"
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"dct:conformsTo": [
|
|
492
|
-
{ "rdfs:label": "relatesto", "@id": "https://realtes.to" }
|
|
493
|
-
],
|
|
494
|
-
"dct:accessRights": [
|
|
495
|
-
{
|
|
496
|
-
"@value": "sensibel",
|
|
497
|
-
uri: "http://publications.europa.eu/resource/authority/access-right/SENSITIVE"
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"dct:provenance": [{ "rdfs:label": "fdgfgd" }],
|
|
501
|
-
"dct:accrualPeriodicity": [
|
|
502
|
-
{
|
|
503
|
-
"@value": "niemals",
|
|
504
|
-
uri: "http://publications.europa.eu/resource/authority/frequency/NEVER"
|
|
505
|
-
}
|
|
506
|
-
],
|
|
507
|
-
"dct:type": [
|
|
508
|
-
{
|
|
509
|
-
"@value": "Geodaten",
|
|
510
|
-
uri: "http://publications.europa.eu/resource/authority/dataset-type/GEOSPATIAL"
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
|
-
"prov:wasGeneratedBy": [{ "@id": "https://dfdfgdfg.gr" }],
|
|
514
|
-
"dcat:spatialResolutionInMeters": [{ "@value": "121351" }],
|
|
515
|
-
"dcat:temporalResolution": [
|
|
516
|
-
{
|
|
517
|
-
Year: "2025",
|
|
518
|
-
Month: "11",
|
|
519
|
-
Day: "11",
|
|
520
|
-
Hour: "11",
|
|
521
|
-
Minute: "11",
|
|
522
|
-
Second: "1"
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"prov:qualifiedAttribution": [{ "@id": "https://sdfsdf.de" }],
|
|
526
|
-
"dcat:qualifiedRelation": [{ "@id": "https://sdfsdfs.de" }],
|
|
527
|
-
"dct:isReferencedBy": [{ "@id": "https://asdasda.de" }],
|
|
528
|
-
"dct:source": [{ "@id": "https://asdijhdf.de" }],
|
|
529
|
-
"dct:hasVersion": [{ "@id": "https://asdasda.de" }],
|
|
530
|
-
"dct:isVersionOf": [{ "@id": "https://asdasd.de" }],
|
|
531
|
-
"dct:creator": [
|
|
532
|
-
{
|
|
533
|
-
"foaf:name": "asdasd",
|
|
534
|
-
"foaf:mbox": "asdasd@mail.de",
|
|
535
|
-
"foaf:homepage": "homepage.de"
|
|
536
|
-
}
|
|
537
|
-
],
|
|
538
|
-
"dct:contributor": [
|
|
539
|
-
{
|
|
540
|
-
"foaf:mbox": "asdasdasd@mail.de",
|
|
541
|
-
"foaf:name": "kjabskdjabs",
|
|
542
|
-
"foaf:homepage": "kahsbdkhasbd.de"
|
|
543
|
-
}
|
|
544
|
-
]
|
|
545
|
-
}
|
|
546
|
-
}, console.log(this.$formkit.get("dpiForm"));
|
|
547
|
-
},
|
|
548
|
-
getCircles(e) {
|
|
549
|
-
return e === this.substepCounter ? this.circles[1] : this.circles[0];
|
|
550
|
-
},
|
|
551
|
-
handleDistributionsValidation(e) {
|
|
552
|
-
be.emit("nextClicked", e);
|
|
553
|
-
},
|
|
554
|
-
gotToHome() {
|
|
555
|
-
window.location.href = this.$router.resolve({
|
|
556
|
-
name: "DPI-Home-HappyFlow"
|
|
557
|
-
}).href;
|
|
558
|
-
},
|
|
559
|
-
navTrigger(e, t) {
|
|
560
|
-
try {
|
|
561
|
-
let i = [];
|
|
562
|
-
if (Object.keys(this.steps).forEach((d, p) => {
|
|
563
|
-
let b = {
|
|
564
|
-
step: d,
|
|
565
|
-
substeps: this.subSteps[p],
|
|
566
|
-
substepCount: Object.keys(this.subSteps[p]).length
|
|
567
|
-
};
|
|
568
|
-
i.push(b);
|
|
569
|
-
}), e === "next" && (i[this.stepCounter].substepCount > 1 ? (this.substepCounter + 1 === i[this.stepCounter].substepCount ? (this.stepCounter++, this.activeStep = i[this.stepCounter].step, this.activeSubStep = Object.keys(
|
|
570
|
-
i[this.stepCounter].substeps
|
|
571
|
-
)[0], this.substepCounter = 0) : (this.substepCounter++, this.activeSubStep = Object.keys(
|
|
572
|
-
i[this.stepCounter].substeps
|
|
573
|
-
)[this.substepCounter]), this.handleDistributionsValidation(this.activeSubStep), this.activeStep === "ReviewAndPublish" && (this.formValues.ReviewAndPublish.reviewAndPublishPage.isValid = !0)) : this.stepCounter != i.length - 1 && (this.stepCounter++, this.activeSubStep = Object.keys(
|
|
574
|
-
i[this.stepCounter].substeps
|
|
575
|
-
)[0], this.activeStep = i[this.stepCounter].step)), e === "prev" && (i[this.stepCounter].substepCount > 1 ? this.substepCounter > 0 ? (this.substepCounter--, this.activeSubStep = Object.keys(
|
|
576
|
-
i[this.stepCounter].substeps
|
|
577
|
-
)[this.substepCounter]) : (this.stepCounter--, this.activeStep = i[this.stepCounter].step, this.substepCounter = Object.keys(i[this.stepCounter].substeps).length - 1, this.activeSubStep = Object.keys(
|
|
578
|
-
i[this.stepCounter].substeps
|
|
579
|
-
)[this.substepCounter]) : (this.substepCounter = Object.keys(i[this.stepCounter - 1].substeps).length - 1, this.stepCounter--, this.activeSubStep = Object.keys(
|
|
580
|
-
i[this.stepCounter].substeps
|
|
581
|
-
)[this.substepCounter], this.activeStep = i[this.stepCounter].step)), e === "publish") {
|
|
582
|
-
let d = "auth/createDataset";
|
|
583
|
-
W(
|
|
584
|
-
this.formValues,
|
|
585
|
-
this.dpiContext,
|
|
586
|
-
this.getUserData,
|
|
587
|
-
this.$env.api.hubUrl
|
|
588
|
-
).then((p) => {
|
|
589
|
-
this.dispatchDataToDPI(
|
|
590
|
-
p.body,
|
|
591
|
-
d,
|
|
592
|
-
p.actionParams,
|
|
593
|
-
"publish"
|
|
594
|
-
);
|
|
595
|
-
}).catch((p) => {
|
|
596
|
-
console.error("Fehler beim Senden der Daten:", p);
|
|
597
|
-
}), setTimeout(() => {
|
|
598
|
-
window.location.href = this.$router.resolve({
|
|
599
|
-
name: "DPI-Home-HappyFlow"
|
|
600
|
-
}).href;
|
|
601
|
-
}, 1e3);
|
|
602
|
-
}
|
|
603
|
-
if (e === "draft") {
|
|
604
|
-
let d = "auth/createUserDraft";
|
|
605
|
-
W(
|
|
606
|
-
this.formValues,
|
|
607
|
-
this.dpiContext,
|
|
608
|
-
this.getUserData,
|
|
609
|
-
this.$env.api.hubUrl
|
|
610
|
-
).then((p) => {
|
|
611
|
-
this.dispatchDataToDPI(
|
|
612
|
-
p.body,
|
|
613
|
-
d,
|
|
614
|
-
p.actionParams,
|
|
615
|
-
"draft"
|
|
616
|
-
);
|
|
617
|
-
}).catch((p) => {
|
|
618
|
-
console.error("Fehler beim Senden der Daten:", p);
|
|
619
|
-
}), setTimeout(() => {
|
|
620
|
-
window.location.href = this.$router.resolve({
|
|
621
|
-
name: "DPI-Home-HappyFlow"
|
|
622
|
-
}).href;
|
|
623
|
-
}, 1e3);
|
|
624
|
-
}
|
|
625
|
-
} catch (i) {
|
|
626
|
-
console.log(i);
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
async dispatchDataToDPI(e, t, i, d) {
|
|
630
|
-
var p, b;
|
|
631
|
-
console.log("body:", e, t, "params:", i, d);
|
|
632
|
-
try {
|
|
633
|
-
d === "publish" && (i.token = this.getUserData.rtpToken, console.log(i.token), i.url = `${this.$env.api.hubUrl}catalogues/${i.catalog}/datasets/origin?originalId=${i.id}`, await this.$store.dispatch(t, i)), d === "draft" && await this.$store.dispatch(t, i), (p = this.$Progress) == null || p.finish(), this.clearAll();
|
|
634
|
-
} catch (y) {
|
|
635
|
-
console.error(y), (b = this.$Progress) == null || b.fail();
|
|
636
|
-
}
|
|
637
|
-
},
|
|
638
|
-
dropdownCLick() {
|
|
639
|
-
const e = document.querySelectorAll(".formkitProperty h4");
|
|
640
|
-
this.expandall && e.forEach((t, i) => {
|
|
641
|
-
t.classList.add("dpiChevUp"), t.nextElementSibling.classList.remove("d-none");
|
|
642
|
-
}), this.expandall || e.forEach((t, i) => {
|
|
643
|
-
t.classList.remove("dpiChevUp"), t.nextElementSibling.classList.add("d-none");
|
|
644
|
-
});
|
|
645
|
-
},
|
|
646
|
-
clearForm() {
|
|
647
|
-
this.$formkit.reset("dpi");
|
|
648
|
-
},
|
|
649
|
-
scrollToTop() {
|
|
650
|
-
window.scrollTo(0, 0);
|
|
651
|
-
},
|
|
652
|
-
initInputPage() {
|
|
653
|
-
this.activeSubStep = this.activeSubStep || "Landing";
|
|
654
|
-
const e = this.getSchema(this.property).value, t = Object.keys(e).find(
|
|
655
|
-
(i) => e[i].map((d) => d.name).includes("dct:issued") || e[i].map((d) => d.name).includes("dct:modified")
|
|
656
|
-
);
|
|
657
|
-
this.$formkit.setLocale("de"), localStorage.getItem("dpi_editmode") === "true" && t != null && e[t].forEach((i) => {
|
|
658
|
-
(i.identifier === "issued" || i.identifier === "modified") && (i.children[1].props.else.validation = "", i.children[1].props.else["validation-visibility"] = "", i.children[1].props.then.validation = "", i.children[1].props.then["validation-visibility"] = "", i.children[1].props.then.validation = "", i.children[1].props.then["validation-visibility"] = "");
|
|
659
|
-
}), localStorage.getItem("dpi_editmode") === "false" && (this.setIsDraft(!1), this.setIsEditMode(!1)), this.$nextTick(() => {
|
|
660
|
-
J('[data-toggle="tooltip"]').tooltip({
|
|
661
|
-
container: "body"
|
|
662
|
-
}), setTimeout(() => {
|
|
663
|
-
document.querySelectorAll(".formkitProperty h4").forEach((d, p) => {
|
|
664
|
-
d.parentElement.parentElement.classList.contains(
|
|
665
|
-
"formkitWrapRepeatable"
|
|
666
|
-
) || (p != 0 && p != 1 && p != 2 && p != 3 && d.nextElementSibling.classList.toggle("d-none"), d.addEventListener("click", () => {
|
|
667
|
-
d.classList.toggle("dpiChevUp"), d.nextElementSibling.classList.toggle("d-none");
|
|
668
|
-
}));
|
|
669
|
-
}), document.querySelectorAll(".formkitProperty");
|
|
670
|
-
});
|
|
671
|
-
});
|
|
672
|
-
},
|
|
673
|
-
createDatasetID() {
|
|
674
|
-
const e = this.formValues[this.getTitleStep];
|
|
675
|
-
!I(e, "datasetID") || B(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
|
|
676
|
-
},
|
|
677
|
-
generateandTranslateSchema(e) {
|
|
678
|
-
for (let t = 0; t < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; t++)
|
|
679
|
-
this.createSchema({
|
|
680
|
-
property: e,
|
|
681
|
-
page: this.getNavSteps(
|
|
682
|
-
this.$env.content.dataProviderInterface.specification
|
|
683
|
-
)[e][t],
|
|
684
|
-
specification: this.$env.content.dataProviderInterface.specification
|
|
685
|
-
}), this.translateSchema({
|
|
686
|
-
property: e,
|
|
687
|
-
page: this.getNavSteps(
|
|
688
|
-
this.$env.content.dataProviderInterface.specification
|
|
689
|
-
)[e][t]
|
|
690
|
-
});
|
|
691
|
-
}
|
|
692
|
-
},
|
|
693
|
-
created() {
|
|
694
|
-
this.$route.query.edit === "false" && this.clearAll(), this.generateandTranslateSchema(this.property), this.property === "datasets" && this.generateandTranslateSchema("distributions");
|
|
695
|
-
},
|
|
696
|
-
mounted() {
|
|
697
|
-
this.initInputPage();
|
|
698
|
-
},
|
|
699
|
-
watch: {
|
|
700
|
-
activeStep: {
|
|
701
|
-
handler() {
|
|
702
|
-
this.scrollToTop();
|
|
703
|
-
}
|
|
704
|
-
},
|
|
705
|
-
getFirstTitleFromForm: {
|
|
706
|
-
handler(e, t) {
|
|
707
|
-
e !== t && (localStorage.getItem("dpi_editmode") === "false" && (this.setIsDraft(!1), this.setIsEditMode(!1)), this.isEditMode);
|
|
708
|
-
}
|
|
709
|
-
},
|
|
710
|
-
// the schema is a computed value which gets computed only once so on language change this value must be re-computed
|
|
711
|
-
"$i18n.locale": {
|
|
712
|
-
handler() {
|
|
713
|
-
this.generateandTranslateSchema(this.property), this.property === "datasets" && this.generateandTranslateSchema("distributions");
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
beforeRouteEnter(e, t, i) {
|
|
718
|
-
i((d) => {
|
|
719
|
-
t.name && !t.name.startsWith("DataProviderInterface") && d.clearAll();
|
|
720
|
-
});
|
|
721
|
-
},
|
|
722
|
-
setup() {
|
|
723
|
-
const e = Le(), { isEditMode: t } = Pe(), {
|
|
724
|
-
steps: i,
|
|
725
|
-
activeStep: d,
|
|
726
|
-
subSteps: p,
|
|
727
|
-
visitedSteps: b,
|
|
728
|
-
previousStep: y,
|
|
729
|
-
nextStep: m,
|
|
730
|
-
stepPlugin: _,
|
|
731
|
-
goToNextStep: T,
|
|
732
|
-
goToPreviousStep: D
|
|
733
|
-
} = oe(), { formValues: L } = ae(), { t: P, te: w } = te(), A = M(!1), { translateSchema: $, createSchema: R, getSchema: E } = we({
|
|
734
|
-
t: P,
|
|
735
|
-
te: w
|
|
736
|
-
}), r = () => {
|
|
737
|
-
let { x: g, y: q } = Y({ behavior: "smooth" });
|
|
738
|
-
q.value = 0;
|
|
739
|
-
}, c = (g) => (i[g].errorCount > 0 || i[g].blockingCount > 0) && b.value.includes(g), l = x({ OverviewPage: De }), v = M("");
|
|
740
|
-
return t.value && (d.value = "ReviewAndPublish", v.value = "reviewAndPublishPage"), {
|
|
741
|
-
steps: i,
|
|
742
|
-
visitedSteps: b,
|
|
743
|
-
activeStep: d,
|
|
744
|
-
activeSubStep: v,
|
|
745
|
-
subSteps: p,
|
|
746
|
-
previousStep: y,
|
|
747
|
-
nextStep: m,
|
|
748
|
-
stepPlugin: _,
|
|
749
|
-
checkStepValidity: c,
|
|
750
|
-
goToNextStep: T,
|
|
751
|
-
goToPreviousStep: D,
|
|
752
|
-
scrollToTop: r,
|
|
753
|
-
library: l,
|
|
754
|
-
isEditMode: t,
|
|
755
|
-
translateSchema: $,
|
|
756
|
-
createSchema: R,
|
|
757
|
-
getSchema: E,
|
|
758
|
-
dpiContext: e,
|
|
759
|
-
formValues: L,
|
|
760
|
-
activeSimpleModal: A
|
|
761
|
-
};
|
|
762
|
-
}
|
|
763
|
-
}), $e = { class: "form-container V3-typography" }, Re = {
|
|
764
|
-
key: 0,
|
|
765
|
-
ref: "fkInputContainer",
|
|
766
|
-
class: "inputContainer"
|
|
767
|
-
}, Ee = { class: "formContainer formkit" }, Be = { key: 0 }, Ue = { class: "dpiV3_stepper draftStepper" }, Fe = {
|
|
768
|
-
key: 0,
|
|
769
|
-
class: "draftCTA"
|
|
770
|
-
}, Oe = {
|
|
771
|
-
key: 1,
|
|
772
|
-
class: "draftCTA"
|
|
773
|
-
}, ze = { key: 1 }, Me = {
|
|
774
|
-
key: 0,
|
|
775
|
-
class: "dpiV3_stepper"
|
|
776
|
-
}, je = { class: "dpiV3_steps" }, He = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"], Ze = ["textContent"], Ge = { style: { "vertical-align": "middle" } }, Xe = { class: "dpiV3_subStepWrapper" }, Ye = {
|
|
777
|
-
key: 0,
|
|
778
|
-
class: "dpiV3_seperatorHorizontalStepper"
|
|
779
|
-
}, Je = {
|
|
780
|
-
key: 1,
|
|
781
|
-
class: "dpiV3_seperatorHorizontalStepperFat"
|
|
782
|
-
}, Ne = {
|
|
783
|
-
key: 2,
|
|
784
|
-
class: "dpiV3_subStep"
|
|
785
|
-
}, Qe = { class: "dpiV3_subStepInner" }, xe = { class: "dpiV3_subStepCircleWrap" }, et = ["src"], tt = { style: { height: "20px", display: "flex", "align-items": "center" } }, it = {
|
|
786
|
-
key: 0,
|
|
787
|
-
class: "dpiV3_step dpiV3_inactiveStep"
|
|
788
|
-
}, st = {
|
|
789
|
-
key: 1,
|
|
790
|
-
class: "dpiV3_stepperLanding"
|
|
791
|
-
}, at = { class: "dpiV3_bydata_logo_wordmark" }, ot = { class: "dpiV3_Illustration-Start" }, rt = {
|
|
792
|
-
key: 2,
|
|
793
|
-
class: "steps"
|
|
794
|
-
}, lt = ["data-step-active", "data-step-valid", "onClick"], dt = { class: "stepBubbleWrap" }, nt = { class: "circle stepCircle" }, ct = ["textContent"], pt = {
|
|
795
|
-
key: 0,
|
|
796
|
-
class: "seperatorHorizontalStepper"
|
|
797
|
-
}, ut = {
|
|
798
|
-
key: 0,
|
|
799
|
-
class: "step inactiveStep"
|
|
800
|
-
}, ht = { style: { width: "100%" } }, mt = {
|
|
801
|
-
key: 0,
|
|
802
|
-
class: "dpiV3_CTALanding"
|
|
803
|
-
}, ft = {
|
|
804
|
-
key: 1,
|
|
805
|
-
class: "dpiV3_CTA_RaP"
|
|
806
|
-
}, gt = { class: "dpiV3_CTANav" }, vt = { class: "dpiV3_CTANav" }, bt = {
|
|
807
|
-
key: 3,
|
|
808
|
-
class: "dpiV3_Content_InputPage"
|
|
809
|
-
}, St = { class: "dpiV3_Card_Tips" }, yt = { class: "dpiV3_Icon_Title" }, Ct = { class: "dpiV3_Info-Text dpiV3_activeStepName" }, kt = { class: "dpiV3_CT-Content" }, Vt = { class: "dpiV3_copy_large_regular dpiV3_hvd_frame3846" }, _t = { class: "dpiV3_hvd_frame3846" }, Dt = { class: "dpiV3_copy_large_semi_bold" }, It = { class: "dpiV3_copy_large_regular" }, Tt = { class: "dpiV3_hvd_frame3846" }, Lt = { class: "dpiV3_copy_large_semi_bold" }, Pt = { class: "dpiV3_copy_large_regular" }, wt = { class: "dpiV3_hvd_frame3846" }, At = { class: "dpiV3_copy_large_semi_bold" }, $t = { class: "dpiV3_copy_large_regular" }, Rt = { class: "dpiV3_hvd_frame3846" }, Et = { class: "dpiV3_copy_large_semi_bold" }, Bt = { class: "dpiV3_copy_large_regular" }, Ut = {
|
|
810
|
-
key: 5,
|
|
811
|
-
class: "p-1"
|
|
812
|
-
};
|
|
813
|
-
function Ft(e, t, i, d, p, b) {
|
|
814
|
-
const y = f("TextButtonSmall"), m = f("ButtonV3"), _ = f("LogoV3"), T = f("PhNumberCircleFive"), D = f("PhCheckCircle"), L = f("Illustration"), P = f("FormKitSchema"), w = f("PhLightbulb"), A = f("DistributionInputPage"), $ = f("InputPageStep"), R = f("FormKit"), E = f("ModalSimpleV3");
|
|
815
|
-
return s(), o("div", $e, [
|
|
816
|
-
e.isInput ? (s(), o("div", Re, [
|
|
817
|
-
a("div", Ee, [
|
|
818
|
-
h(R, {
|
|
819
|
-
id: "dpiForm",
|
|
820
|
-
modelValue: e.formValues,
|
|
821
|
-
"onUpdate:modelValue": t[7] || (t[7] = (r) => e.formValues = r),
|
|
822
|
-
type: "form",
|
|
823
|
-
actions: !1,
|
|
824
|
-
plugins: [e.stepPlugin],
|
|
825
|
-
class: "d-flex",
|
|
826
|
-
onSubmit: t[8] || (t[8] = Q(() => {
|
|
827
|
-
}, ["prevent"]))
|
|
828
|
-
}, {
|
|
829
|
-
default: U(() => [
|
|
830
|
-
e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (s(), o("div", Be, [
|
|
831
|
-
a("div", Ue, [
|
|
832
|
-
h(y, {
|
|
833
|
-
"button-text": "Übersicht",
|
|
834
|
-
"icon-start": "CaretLeft",
|
|
835
|
-
"icon-name": "caretLeft",
|
|
836
|
-
onClick: e.gotToHome
|
|
837
|
-
}, null, 8, ["onClick"]),
|
|
838
|
-
a("div", null, [
|
|
839
|
-
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), o("div", Fe, [
|
|
840
|
-
h(m, {
|
|
841
|
-
"button-text": "Veröffentlichung aufheben",
|
|
842
|
-
size: "large",
|
|
843
|
-
onClick: e.todoHandler
|
|
844
|
-
}, null, 8, ["onClick"]),
|
|
845
|
-
h(m, {
|
|
846
|
-
"button-text": "Veröffentlicht ansehen",
|
|
847
|
-
variant: "secondary",
|
|
848
|
-
size: "large",
|
|
849
|
-
"icon-end": "Out",
|
|
850
|
-
onClick: e.todoHandler
|
|
851
|
-
}, null, 8, ["onClick"])
|
|
852
|
-
])) : (s(), o("div", Oe, [
|
|
853
|
-
h(m, {
|
|
854
|
-
"button-text": "Veröffentlichen",
|
|
855
|
-
size: "large",
|
|
856
|
-
onClick: t[0] || (t[0] = (r) => e.navTrigger("publish"))
|
|
857
|
-
})
|
|
858
|
-
]))
|
|
859
|
-
])
|
|
860
|
-
])
|
|
861
|
-
])) : (s(), o("div", ze, [
|
|
862
|
-
e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (s(), o("div", Me, [
|
|
863
|
-
h(_),
|
|
864
|
-
a("ul", je, [
|
|
865
|
-
(s(!0), o(k, null, V(e.steps, (r, c, l) => F((s(), o("li", {
|
|
866
|
-
key: r,
|
|
867
|
-
class: C(["dpiV3_step", {
|
|
868
|
-
dpiV3_activeItem: e.activeStep === c,
|
|
869
|
-
inactiveStep: c != e.activeStep,
|
|
870
|
-
"has-errors": e.checkStepValidity(c)
|
|
871
|
-
}]),
|
|
872
|
-
"data-step-active": e.activeStep === c,
|
|
873
|
-
"data-step-valid": r.valid && r.errorCount === 0
|
|
874
|
-
}, [
|
|
875
|
-
a("div", We, [
|
|
876
|
-
a("div", {
|
|
877
|
-
class: C({
|
|
878
|
-
dpiV3_activeStepName: c === e.activeStep,
|
|
879
|
-
formerlyVisitedStep: e.stepCounter > l,
|
|
880
|
-
"copy-small-regular": e.stepCounter > l
|
|
881
|
-
})
|
|
882
|
-
}, [
|
|
883
|
-
e.activeStep === c && l < 5 ? (s(), o("img", {
|
|
884
|
-
key: 0,
|
|
885
|
-
class: "dpiV3_circle dpiV3_stepCircle",
|
|
886
|
-
src: e.selectedImages[l - 1],
|
|
887
|
-
alt: "Selected Icon"
|
|
888
|
-
}, null, 8, qe)) : n("", !0),
|
|
889
|
-
e.activeStep === c && l === 5 ? (s(), S(T, {
|
|
890
|
-
key: 1,
|
|
891
|
-
size: 28,
|
|
892
|
-
color: "#009FE3",
|
|
893
|
-
weight: "fill"
|
|
894
|
-
})) : n("", !0),
|
|
895
|
-
l < e.stepCounter ? (s(), S(D, {
|
|
896
|
-
key: 2,
|
|
897
|
-
size: 28,
|
|
898
|
-
color: "#70CC44",
|
|
899
|
-
weight: "fill"
|
|
900
|
-
})) : n("", !0),
|
|
901
|
-
l > e.stepCounter ? (s(), o("img", {
|
|
902
|
-
key: 3,
|
|
903
|
-
class: "dpiV3_circle dpiV3_stepCircle",
|
|
904
|
-
src: e.images[l - 1],
|
|
905
|
-
alt: "Selected Icon"
|
|
906
|
-
}, null, 8, Ke)) : n("", !0),
|
|
907
|
-
e.checkStepValidity(c) ? (s(), o("span", {
|
|
908
|
-
key: 4,
|
|
909
|
-
class: "dpiV3_step--errors",
|
|
910
|
-
textContent: u(r.errorCount + r.blockingCount)
|
|
911
|
-
}, null, 8, Ze)) : n("", !0),
|
|
912
|
-
a("span", Ge, u(e.$t(`message.dataupload.steps.${c}Step`)), 1)
|
|
913
|
-
], 2),
|
|
914
|
-
a("div", Xe, [
|
|
915
|
-
l + 1 != Object.keys(e.steps).length - 1 && l >= e.stepCounter ? (s(), o("div", Ye)) : n("", !0),
|
|
916
|
-
l + 1 != Object.keys(e.steps).length - 1 && l < e.stepCounter ? (s(), o("div", Je)) : n("", !0),
|
|
917
|
-
e.activeStep === c ? (s(), o("div", Ne, [
|
|
918
|
-
e.stepCounter < 5 ? (s(!0), o(k, { key: 0 }, V(Object.keys(
|
|
919
|
-
e.subSteps[l]
|
|
920
|
-
), (v, g) => (s(), o("div", Qe, [
|
|
921
|
-
a("div", xe, [
|
|
922
|
-
e.substepCounter > g ? (s(), S(D, {
|
|
923
|
-
key: 0,
|
|
924
|
-
size: 20,
|
|
925
|
-
color: "#009FE3"
|
|
926
|
-
})) : (s(), o("img", {
|
|
927
|
-
key: 1,
|
|
928
|
-
src: e.getCircles(g),
|
|
929
|
-
alt: "circle"
|
|
930
|
-
}, null, 8, et)),
|
|
931
|
-
g != Object.keys(e.subSteps[l]).length - 1 ? (s(), o("div", {
|
|
932
|
-
key: 2,
|
|
933
|
-
class: C(["dpiV3_seperatorHorizontalStepperInner", {
|
|
934
|
-
dpiV3_seperatorHorizontalStepperInnerVisited: e.substepCounter > g
|
|
935
|
-
}])
|
|
936
|
-
}, null, 2)) : n("", !0)
|
|
937
|
-
]),
|
|
938
|
-
a("div", tt, [
|
|
939
|
-
a("span", {
|
|
940
|
-
class: C(["large-regular dpiV3_substepText", {
|
|
941
|
-
dpiV3_activeStepDesc: v === e.activeSubStep,
|
|
942
|
-
formerlyVisitedStep: e.substepCounter > g
|
|
943
|
-
}])
|
|
944
|
-
}, u(e.$t(
|
|
945
|
-
`message.dataupload.steps.${v.replace(/_\d+$/, "")}`
|
|
946
|
-
)), 3)
|
|
947
|
-
])
|
|
948
|
-
]))), 256)) : n("", !0)
|
|
949
|
-
])) : n("", !0)
|
|
950
|
-
])
|
|
951
|
-
])
|
|
952
|
-
], 10, He)), [
|
|
953
|
-
[O, c !== "Landing" && c !== "Additionals"]
|
|
954
|
-
])), 128)),
|
|
955
|
-
e.activeStep === "Overview" ? (s(), o("li", it, t[11] || (t[11] = [
|
|
956
|
-
a("div", { class: "dpiV3_circle dpiV3_stepCircle" }, null, -1)
|
|
957
|
-
]))) : n("", !0)
|
|
958
|
-
])
|
|
959
|
-
])) : (s(), o("div", st, [
|
|
960
|
-
a("div", at, [
|
|
961
|
-
h(_)
|
|
962
|
-
]),
|
|
963
|
-
a("div", ot, [
|
|
964
|
-
h(L, { "illustration-name": "start" })
|
|
965
|
-
])
|
|
966
|
-
]))
|
|
967
|
-
])),
|
|
968
|
-
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (s(), o("ul", rt, [
|
|
969
|
-
(s(!0), o(k, null, V(e.steps, (r, c, l) => (s(), o("li", {
|
|
970
|
-
key: r,
|
|
971
|
-
class: C(["step", {
|
|
972
|
-
activeItem: e.activeStep === c,
|
|
973
|
-
inactiveStep: c != e.activeStep,
|
|
974
|
-
"has-errors": e.checkStepValidity(c)
|
|
975
|
-
}]),
|
|
976
|
-
"data-step-active": e.activeStep === c,
|
|
977
|
-
"data-step-valid": r.valid && r.errorCount === 0,
|
|
978
|
-
onClick: (v) => {
|
|
979
|
-
e.activeStep = c, e.update(), e.scrollToTop();
|
|
980
|
-
}
|
|
981
|
-
}, [
|
|
982
|
-
a("div", dt, [
|
|
983
|
-
a("div", nt, u(l + 1), 1),
|
|
984
|
-
e.checkStepValidity(c) ? (s(), o("span", {
|
|
985
|
-
key: 0,
|
|
986
|
-
class: "step--errors",
|
|
987
|
-
textContent: u(r.errorCount + r.blockingCount)
|
|
988
|
-
}, null, 8, ct)) : n("", !0),
|
|
989
|
-
z(u(e.$t(`message.dataupload.steps.${c}Step`)), 1)
|
|
990
|
-
]),
|
|
991
|
-
l != Object.keys(e.steps).length ? (s(), o("div", pt)) : n("", !0)
|
|
992
|
-
], 10, lt))), 128)),
|
|
993
|
-
e.activeStep === "Overview" ? (s(), o("li", ut, t[12] || (t[12] = [
|
|
994
|
-
a("div", { class: "circle stepCircle" }, null, -1)
|
|
995
|
-
]))) : n("", !0)
|
|
996
|
-
])) : n("", !0),
|
|
997
|
-
(s(!0), o(k, null, V(e.getNavSteps(
|
|
998
|
-
e.$env.content.dataProviderInterface.specification
|
|
999
|
-
)[e.property], (r, c) => (s(), S($, {
|
|
1000
|
-
key: c,
|
|
1001
|
-
name: r
|
|
1002
|
-
}, {
|
|
1003
|
-
default: U(() => [
|
|
1004
|
-
(s(!0), o(k, null, V(Object.keys(
|
|
1005
|
-
e.getSchema(e.property).value[r]
|
|
1006
|
-
).length, (l, v) => F((s(), o("div", ht, [
|
|
1007
|
-
r !== "Distributions" && r !== "Additionals" ? (s(), S(P, {
|
|
1008
|
-
key: 0,
|
|
1009
|
-
schema: e.getSchema(e.property).value[r][v],
|
|
1010
|
-
library: e.library,
|
|
1011
|
-
"final-values": e.formValues,
|
|
1012
|
-
onHandleNav: () => {
|
|
1013
|
-
}
|
|
1014
|
-
}, null, 8, ["schema", "library", "final-values"])) : n("", !0)
|
|
1015
|
-
], 512)), [
|
|
1016
|
-
[
|
|
1017
|
-
O,
|
|
1018
|
-
Object.values(
|
|
1019
|
-
e.getSchema(e.property).value[r][v]
|
|
1020
|
-
)[0] === e.activeSubStep.replace(/_\d+$/, "") || r === "Landing"
|
|
1021
|
-
]
|
|
1022
|
-
])), 256)),
|
|
1023
|
-
e.activeStep === "Landing" ? (s(), o("div", mt, [
|
|
1024
|
-
h(m, {
|
|
1025
|
-
"button-text": "Abbrechen",
|
|
1026
|
-
size: "large",
|
|
1027
|
-
variant: "tertiary",
|
|
1028
|
-
onClick: t[1] || (t[1] = (l) => e.activeSimpleModal = !0)
|
|
1029
|
-
}),
|
|
1030
|
-
h(m, {
|
|
1031
|
-
"button-text": "Datenbereitstellung starten",
|
|
1032
|
-
size: "large",
|
|
1033
|
-
onClick: t[2] || (t[2] = (l) => e.navTrigger("next"))
|
|
1034
|
-
})
|
|
1035
|
-
])) : n("", !0),
|
|
1036
|
-
e.activeStep === "ReviewAndPublish" ? (s(), o("div", ft, [
|
|
1037
|
-
a("div", gt, [
|
|
1038
|
-
h(m, {
|
|
1039
|
-
"button-text": "Als Entwurf speichern",
|
|
1040
|
-
size: "large",
|
|
1041
|
-
variant: "secondary",
|
|
1042
|
-
onClick: t[3] || (t[3] = (l) => e.navTrigger("draft"))
|
|
1043
|
-
}),
|
|
1044
|
-
h(m, {
|
|
1045
|
-
"button-text": "Veröffentlichen",
|
|
1046
|
-
size: "large",
|
|
1047
|
-
onClick: t[4] || (t[4] = (l) => e.formValues[e.activeStep][e.activeSubStep][0].isValid === !0 ? e.navTrigger("publish") : e.formValues[e.activeStep][e.activeSubStep][0].isValid = !1)
|
|
1048
|
-
})
|
|
1049
|
-
])
|
|
1050
|
-
])) : n("", !0),
|
|
1051
|
-
e.activeStep !== "Landing" && e.activeStep !== "ReviewAndPublish" ? (s(), o("div", {
|
|
1052
|
-
key: 2,
|
|
1053
|
-
class: C(["dpiV3_CTA", {
|
|
1054
|
-
dpiV3_activeInfobox: e.activeSubStep.includes("hvdPage")
|
|
1055
|
-
}])
|
|
1056
|
-
}, [
|
|
1057
|
-
h(m, {
|
|
1058
|
-
"button-text": "Abbrechen",
|
|
1059
|
-
size: "large",
|
|
1060
|
-
variant: "tertiary",
|
|
1061
|
-
onClick: e.cancelWizard
|
|
1062
|
-
}, null, 8, ["onClick"]),
|
|
1063
|
-
a("div", vt, [
|
|
1064
|
-
e.activeStep !== "Landing" ? (s(), S(m, {
|
|
1065
|
-
key: 0,
|
|
1066
|
-
"icon-start": "CaretLeft",
|
|
1067
|
-
"button-text": "Zurück",
|
|
1068
|
-
size: "large",
|
|
1069
|
-
variant: "secondary",
|
|
1070
|
-
onClick: t[5] || (t[5] = (l) => e.navTrigger("prev"))
|
|
1071
|
-
})) : n("", !0),
|
|
1072
|
-
h(m, {
|
|
1073
|
-
"icon-end": "CaretRight",
|
|
1074
|
-
"button-text": "Weiter",
|
|
1075
|
-
size: "large",
|
|
1076
|
-
onClick: t[6] || (t[6] = (l) => e.formValues[e.activeStep][e.activeSubStep][0].isValid === !0 ? e.navTrigger("next") : (e.formValues[e.activeStep][e.activeSubStep][0].isValid = !1, e.handleDistributionsValidation(e.activeSubStep)))
|
|
1077
|
-
})
|
|
1078
|
-
])
|
|
1079
|
-
], 2)) : n("", !0),
|
|
1080
|
-
e.activeSubStep.includes("hvdPage") ? (s(), o("div", bt, [
|
|
1081
|
-
a("div", St, [
|
|
1082
|
-
a("div", yt, [
|
|
1083
|
-
h(w, {
|
|
1084
|
-
size: 32,
|
|
1085
|
-
color: "#009fe3"
|
|
1086
|
-
}),
|
|
1087
|
-
a("div", Ct, u(e.$t("message.dataupload.datasets.hvdPage.tips-hvd")), 1)
|
|
1088
|
-
]),
|
|
1089
|
-
a("div", kt, [
|
|
1090
|
-
a("div", Vt, u(e.$t("message.dataupload.datasets.hvdPage.tips-text")), 1),
|
|
1091
|
-
a("div", _t, [
|
|
1092
|
-
a("div", Dt, " 1. " + u(e.$t(
|
|
1093
|
-
"message.dataupload.datasets.hvdPage.tips-question-1"
|
|
1094
|
-
)), 1),
|
|
1095
|
-
a("ul", It, [
|
|
1096
|
-
a("li", null, u(e.$t(
|
|
1097
|
-
"message.dataupload.datasets.hvdPage.hvd-category-1"
|
|
1098
|
-
)), 1),
|
|
1099
|
-
a("li", null, u(e.$t(
|
|
1100
|
-
"message.dataupload.datasets.hvdPage.hvd-category-2"
|
|
1101
|
-
)), 1),
|
|
1102
|
-
a("li", null, u(e.$t(
|
|
1103
|
-
"message.dataupload.datasets.hvdPage.hvd-category-3"
|
|
1104
|
-
)), 1),
|
|
1105
|
-
a("li", null, u(e.$t(
|
|
1106
|
-
"message.dataupload.datasets.hvdPage.hvd-category-4"
|
|
1107
|
-
)), 1),
|
|
1108
|
-
a("li", null, u(e.$t(
|
|
1109
|
-
"message.dataupload.datasets.hvdPage.hvd-category-5"
|
|
1110
|
-
)), 1),
|
|
1111
|
-
a("li", null, u(e.$t(
|
|
1112
|
-
"message.dataupload.datasets.hvdPage.hvd-category-6"
|
|
1113
|
-
)), 1)
|
|
1114
|
-
])
|
|
1115
|
-
]),
|
|
1116
|
-
a("div", Tt, [
|
|
1117
|
-
a("div", Lt, " 2. " + u(e.$t(
|
|
1118
|
-
"message.dataupload.datasets.hvdPage.tips-question-2"
|
|
1119
|
-
)), 1),
|
|
1120
|
-
a("p", Pt, u(e.$t("message.dataupload.datasets.hvdPage.tips-example-2")), 1)
|
|
1121
|
-
]),
|
|
1122
|
-
a("div", wt, [
|
|
1123
|
-
a("div", At, " 3. " + u(e.$t(
|
|
1124
|
-
"message.dataupload.datasets.hvdPage.tips-question-3"
|
|
1125
|
-
)), 1),
|
|
1126
|
-
a("p", $t, u(e.$t("message.dataupload.datasets.hvdPage.tips-example-3")), 1)
|
|
1127
|
-
]),
|
|
1128
|
-
a("div", Rt, [
|
|
1129
|
-
a("div", Et, " 4. " + u(e.$t(
|
|
1130
|
-
"message.dataupload.datasets.hvdPage.tips-question-4"
|
|
1131
|
-
)), 1),
|
|
1132
|
-
a("p", Bt, u(e.$t("message.dataupload.datasets.hvdPage.tips-example-4")), 1)
|
|
1133
|
-
])
|
|
1134
|
-
])
|
|
1135
|
-
])
|
|
1136
|
-
])) : n("", !0),
|
|
1137
|
-
r === "Distributions" ? (s(), S(A, {
|
|
1138
|
-
key: 4,
|
|
1139
|
-
schema: e.getSchema("distributions"),
|
|
1140
|
-
values: e.formValues
|
|
1141
|
-
}, null, 8, ["schema", "values"])) : n("", !0),
|
|
1142
|
-
r === "Mandatory" ? (s(), o("p", Ut, [
|
|
1143
|
-
t[13] || (t[13] = a("b", null, "*", -1)),
|
|
1144
|
-
z(" " + u(e.$t("message.dataupload.info.mandatory")), 1)
|
|
1145
|
-
])) : n("", !0)
|
|
1146
|
-
]),
|
|
1147
|
-
_: 2
|
|
1148
|
-
}, 1032, ["name"]))), 128))
|
|
1149
|
-
]),
|
|
1150
|
-
_: 1
|
|
1151
|
-
}, 8, ["modelValue", "plugins"]),
|
|
1152
|
-
e.activeSimpleModal ? (s(), S(E, {
|
|
1153
|
-
key: 0,
|
|
1154
|
-
buttons: e.modalSimpleConf.button,
|
|
1155
|
-
"header-text": e.modalSimpleConf.header,
|
|
1156
|
-
text: e.modalSimpleConf.text,
|
|
1157
|
-
action: e.modalSimpleConf.action,
|
|
1158
|
-
onClose: t[9] || (t[9] = (r) => e.activeSimpleModal = !1),
|
|
1159
|
-
onActionHandling: t[10] || (t[10] = (r) => e.gotToHome())
|
|
1160
|
-
}, null, 8, ["buttons", "header-text", "text", "action"])) : n("", !0)
|
|
1161
|
-
])
|
|
1162
|
-
], 512)) : n("", !0)
|
|
1163
|
-
]);
|
|
1164
|
-
}
|
|
1165
|
-
const Ii = /* @__PURE__ */ Te(Ae, [["render", Ft]]);
|
|
1166
|
-
export {
|
|
1167
|
-
Ii as default
|
|
1168
|
-
};
|