ccs-digitalmarketplace-frameworks 4.4.42 → 4.4.44

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.
@@ -2,6 +2,7 @@ name: May require the bidder to resubmit attachment 5b
2
2
  question: Please confirm you and all consortium members understand CCS may require the bidder to either submit or resubmit Attachment 5b – Lots 1/3/4 (Silver) Financial Viability Risk Assessment tool using latest available management accounts (or equivalent) data, such that the impact on FVRA threshold ratios can be understood.
3
3
 
4
4
  type: boolean
5
+ required_value: true
5
6
 
6
7
  depends:
7
8
  - "on": is_consortium
@@ -4,21 +4,19 @@ question: >
4
4
  <p class="govuk-label--m">Please confirm the Scope 1 to 3 emissions detailed in your carbon reduction plan</p>
5
5
 
6
6
  <p class="govuk-hint">tCO2e (Tonne of carbon dioxide equivalent) must be entered for each field as a numeric value, e.g. 20.3</p>
7
-
7
+
8
8
  <p class="govuk-hint">If you are unable to provide any emissions data for your baseline and/or your current/reporting year, please enter a 0.</p>
9
9
 
10
10
  <p class="govuk-label--m">Baseline Year Scope 1 Emissions (tCO2e)</p>
11
-
12
- type: number
13
- unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
14
- unit_position: "before"
15
- limits:
16
- decimal : 0.01
11
+
12
+ type: text
13
+
14
+ pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
17
15
 
18
16
  validations:
19
17
  -
20
18
  name: answer_required
21
- message: You must select an option
22
- -
23
- name: not_a_number
24
19
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
20
+ -
21
+ name: invalid_format
22
+ message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -1,19 +1,14 @@
1
1
  name: Baseline Year Scope 2 Emissions (tCO2e)
2
-
3
2
  question: Baseline Year Scope 2 Emissions (tCO2e)
4
3
 
5
- type: number
6
- unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
7
- unit_position: "before"
8
- limits:
9
- decimal : 0.01
10
-
4
+ type: text
5
+
6
+ pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+
11
8
  validations:
12
9
  -
13
10
  name: answer_required
14
- message: You must select an option
15
-
16
- -
17
- name: not_a_number
18
11
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
19
-
12
+ -
13
+ name: invalid_format
14
+ message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -1,18 +1,14 @@
1
1
  name: Baseline Year Scope 3 Emissions (tCO2e)
2
-
3
2
  question: Baseline Year Scope 3 Emissions (tCO2e)
4
3
 
5
- type: number
6
- unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
7
- unit_position: "before"
8
- limits:
9
- decimal : 0.01
10
-
4
+ type: text
5
+
6
+ pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+
11
8
  validations:
12
9
  -
13
10
  name: answer_required
14
- message: You must select an option
15
-
16
- -
17
- name: not_a_number
18
11
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
12
+ -
13
+ name: invalid_format
14
+ message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -1,18 +1,14 @@
1
1
  name: 'Current / Most Recent Reporting Year Scope 1 Emissions (tCO2e)'
2
-
3
2
  question: 'Current / Most Recent Reporting Year Scope 1 Emissions (tCO2e)'
4
3
 
5
- type: number
6
- unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
7
- unit_position: "before"
8
- limits:
9
- decimal : 0.01
10
-
4
+ type: text
5
+
6
+ pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+
11
8
  validations:
12
9
  -
13
10
  name: answer_required
14
- message: You must select an option
15
-
16
- -
17
- name: not_a_number
18
11
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
12
+ -
13
+ name: invalid_format
14
+ message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -1,19 +1,14 @@
1
1
  name: 'Current / Most Recent Reporting Year Scope 2 Emissions (tCO2e)'
2
-
3
2
  question: 'Current / Most Recent Reporting Year Scope 2 Emissions (tCO2e)'
4
3
 
5
- type: number
6
- unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
7
- unit_position: "before"
8
- limits:
9
- decimal : 0.01
10
-
4
+ type: text
5
+
6
+ pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+
11
8
  validations:
12
9
  -
13
10
  name: answer_required
14
- message: You must select an option
15
-
16
- -
17
- name: not_a_number
18
11
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
19
-
12
+ -
13
+ name: invalid_format
14
+ message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -1,19 +1,14 @@
1
1
  name: 'Current / Most Recent Reporting Year Scope 3 Emissions (tCO2e)'
2
-
3
2
  question: 'Current / Most Recent Reporting Year Scope 3 Emissions (tCO2e)'
4
3
 
5
- type: number
6
- unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
7
- unit_position: "before"
8
- limits:
9
- decimal : 0.01
10
-
4
+ type: text
5
+
6
+ pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+
11
8
  validations:
12
9
  -
13
10
  name: answer_required
14
- message: You must select an option
15
-
16
- -
17
- name: not_a_number
18
11
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
19
-
12
+ -
13
+ name: invalid_format
14
+ message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.42",
3
+ "version": "4.4.44",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",