From 7341813036053fb3676d6e6afc3948117b91ae28 Mon Sep 17 00:00:00 2001 From: dragos-eu Date: Fri, 7 Jun 2024 17:41:29 +0200 Subject: [PATCH] CA message for examples, fix typo --- .github/ISSUE_TEMPLATE/1 - question.yml | 2 +- ESPD/codelists/external_code_list.json | 14 +-- ESPD/examples/ESPDdownload.js | 17 +--- ESPD/examples/espd.json | 31 ++++++- ESPD/examples/exclusionGrounds.js | 47 +++++----- ESPD/examples/procedureComponent.js | 36 ++++---- ESPD/examples/selectionCriteria.js | 49 +++++----- ESPD/examples/startComponent.js | 97 +++++++++++++------ ESPD/excel/excel.json | 2 +- ESPD/model/espd_v3.3.0.js | 2 +- codelist.js | 8 +- index.html | 14 +-- src/js/header.js | 4 +- src/js/model.js | 2 +- src/js/service.js | 118 ++++++++---------------- 15 files changed, 228 insertions(+), 215 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1 - question.yml b/.github/ISSUE_TEMPLATE/1 - question.yml index 62d3554..d2de73f 100644 --- a/.github/ISSUE_TEMPLATE/1 - question.yml +++ b/.github/ISSUE_TEMPLATE/1 - question.yml @@ -22,7 +22,7 @@ body: ## Full description of the expected behaviour (optional) - ## Link to existing ESDP service, if applicable + ## Link to existing ESPD service, if applicable ## Reference to the ANNEX 2 of Regulation (EU) 2016/7, if applicable diff --git a/ESPD/codelists/external_code_list.json b/ESPD/codelists/external_code_list.json index 0ec3e68..b49cfd5 100644 --- a/ESPD/codelists/external_code_list.json +++ b/ESPD/codelists/external_code_list.json @@ -517,37 +517,37 @@ { "folder": "v3.3.0", "filename": "BooleanGUIControlType.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/BooleanGUIControlType.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/BooleanGUIControlType.gc" }, { "folder": "v3.3.0", "filename": "CriterionElementType.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/CriterionElementType.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/CriterionElementType.gc" }, { "folder": "v3.3.0", "filename": "EOIDType.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/EOIDType.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/EOIDType.gc" }, { "folder": "v3.3.0", "filename": "FinancialRatioType.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/FinancialRatioType.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/FinancialRatioType.gc" }, { "folder": "v3.3.0", "filename": "ProfileExecutionID.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/ProfileExecutionID.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/ProfileExecutionID.gc" }, { "folder": "v3.3.0", "filename": "PropertyGroupType.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/PropertyGroupType.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/PropertyGroupType.gc" }, { "folder": "v3.3.0", "filename": "ResponseDataType.gc", - "uri": "https://github.com/OP-TED/ESDP-EDM/tree/v3.3.0/codelists/gc/ResponseDataType.gc" + "uri": "https://github.com/OP-TED/ESPD-EDM/tree/v3.3.0/codelists/gc/ResponseDataType.gc" }, { "folder": "v3.3.0", diff --git a/ESPD/examples/ESPDdownload.js b/ESPD/examples/ESPDdownload.js index 237db70..8ad9b00 100644 --- a/ESPD/examples/ESPDdownload.js +++ b/ESPD/examples/ESPDdownload.js @@ -5,15 +5,6 @@ Vue.component('ESPDdownload',{ } }, - emits: ['updateESPDDoc'], - - methods: { - updateESPDDoc() { - this.$emit('updateESPDDoc',{ - }) - } - }, - template: `