-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
420 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Vue.component('ESPDdownload',{ | ||
data(){ | ||
return { | ||
show: true | ||
} | ||
}, | ||
|
||
emits: ['updateESPDDoc'], | ||
|
||
methods: { | ||
updateESPDDoc() { | ||
this.$emit('updateESPDDoc',{ | ||
}) | ||
} | ||
}, | ||
|
||
template: ` | ||
<template> | ||
<b-conatiner> | ||
<b-row> | ||
<b-col> | ||
<div> | ||
<h6>Finish</h6> | ||
</div> | ||
</b-col> | ||
</b-row> | ||
<b-row> | ||
<b-col> | ||
<div class="accordion" role="tablist"> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-1 variant="info">A. Save ESPD</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-1" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
</div> | ||
</b-col> | ||
</b-row> | ||
</b-container> | ||
</template> | ||
` | ||
|
||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
Vue.component('exclusionGrounds', { | ||
data(){ | ||
return { | ||
show: true | ||
} | ||
}, | ||
|
||
emits: ['updateESPDDoc'], | ||
|
||
methods: { | ||
updateESPDDoc() { | ||
this.$emit('updateESPDDoc',{ | ||
}) | ||
} | ||
}, | ||
|
||
template: ` | ||
<template> | ||
<b-conatiner> | ||
<b-row> | ||
<b-col> | ||
<div> | ||
<h6>Part III: Exclusion grounds</h6> | ||
</div> | ||
</b-col> | ||
</b-row> | ||
<b-row> | ||
<b-col> | ||
<div class="accordion" role="tablist"> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-1 variant="info">A: Grounds relating to criminal convictions</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-1" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-2 variant="info">B: Grounds relating to the payment of taxes or social security contributions </b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-2" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-3 variant="info">C: Grounds relating to insolvency, conflicts of interests or professional misconduct</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-3" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-4 variant="info">D: Purely national exclusion grounds</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-4" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
</div> | ||
</b-col> | ||
</b-row> | ||
</b-container> | ||
</template> | ||
` | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
Vue.component('selectionCriteria',{ | ||
data(){ | ||
return { | ||
show: true | ||
} | ||
}, | ||
|
||
emits: ['updateESPDDoc'], | ||
|
||
methods: { | ||
updateESPDDoc() { | ||
this.$emit('updateESPDDoc',{ | ||
}) | ||
} | ||
}, | ||
|
||
template: ` | ||
<template> | ||
<b-conatiner> | ||
<b-row> | ||
<b-col> | ||
<div> | ||
<h6>Part IV: Selection criteria</h6> | ||
</div> | ||
</b-col> | ||
</b-row> | ||
<b-row> | ||
<b-col> | ||
<div class="accordion" role="tablist"> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-1 variant="info">A: Suitability</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-1" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-2 variant="info">B: Economic and financial standing</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-2" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-3 variant="info">C: Technical and professional ability</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-3" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
<b-card no-body class="mb-1"> | ||
<b-card-header header-tag="header" class="p-1" role="tab"> | ||
<b-button block v-b-toggle.accordion-4 variant="info">D: Quality assurance schemes and environmental management standards</b-button> | ||
</b-card-header> | ||
<b-collapse id="accordion-4" accordion="my-accordion" role="tabpanel"> | ||
<b-card-body> | ||
</b-card-body> | ||
</b-collapse> | ||
</b-card> | ||
</div> | ||
</b-col> | ||
</b-row> | ||
</b-container> | ||
</template> | ||
` | ||
|
||
}) |
Oops, something went wrong.