@worksafevictoria/wcl7.5 1.5.0 → 1.7.0
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/.storybook/preview.js +20 -13
- package/bin/deploy.sh +1 -1
- package/lib/utility.js +10 -8
- package/package.json +6 -5
- package/src/assets/icons/AppFooter/x-ws-footer.svg +10 -0
- package/src/assets/icons/AppFooter/x-ww-footer.svg +28 -0
- package/src/assets/icons/SocialShare/x-icon-white.svg +28 -0
- package/src/assets/styles/modal.scss +51 -0
- package/src/components/Common/CardGrid/index.vue +56 -51
- package/src/components/Common/CardGridItem/card-grid-item-caret.vue +7 -4
- package/src/components/Common/CardGridItem/card-grid-item-icon.vue +15 -19
- package/src/components/Common/CardGridItem/index.vue +77 -63
- package/src/components/Containers/Carousel/index.vue +14 -7
- package/src/components/Containers/HomepageHeader/index.stories.js +60 -36
- package/src/components/Containers/HomepageHeader/index.vue +2 -26
- package/src/components/Containers/HomepageHeaderNew/index.stories.js +15 -15
- package/src/components/Containers/HomepageHeaderNew/index.vue +97 -68
- package/src/components/Containers/SectionGroup/index.vue +1 -1
- package/src/components/Containers/Subheader/index.vue +5 -1
- package/src/components/Global/AppFooter/FooterSocialShare/index.vue +1 -1
- package/src/components/Global/AppFooter/index.vue +14 -7
- package/src/components/Global/AppFooter/styles.scss +3 -0
- package/src/components/Global/AppHeaderNew/styles.scss +10 -15
- package/src/components/Global/BackToTop/index.vue +8 -8
- package/src/components/Global/Cookies/index.stories.js +16 -10
- package/src/components/Global/Cookies/index.vue +280 -243
- package/src/components/Global/Cookies/styles.scss +54 -54
- package/src/components/Global/DirectoryFilters/SingleTaxonomy/index.vue +50 -133
- package/src/components/Global/DirectoryFilters/index.vue +3 -0
- package/src/components/Global/GlobalNotice/index.vue +79 -100
- package/src/components/Global/SocialShare/index.vue +1 -1
- package/src/components/Global/Strip/index.vue +1 -1
- package/src/components/Paragraphs/Accordion/AccordionItem/index.vue +8 -4
- package/src/components/Paragraphs/Accordion/StepperItem/index.vue +23 -23
- package/src/components/Paragraphs/Accordion/index.stories.js +21 -18
- package/src/components/Paragraphs/Accordion/index.vue +52 -48
- package/src/components/Paragraphs/BrowseContent/index.vue +1 -1
- package/src/components/Paragraphs/BrowseContent/setup.vue +284 -0
- package/src/components/Paragraphs/Chart/Constants.js +952 -952
- package/src/components/Paragraphs/Chart/index.vue +232 -241
- package/src/components/Paragraphs/Directory/HSCP/Records/SingleRecord/index.stories.js +34 -0
- package/src/components/Paragraphs/Directory/HSCP/Records/SingleRecord/index.vue +321 -0
- package/src/components/Paragraphs/Directory/HSCP/Records/index.stories.js +19 -0
- package/src/components/Paragraphs/Directory/HSCP/Records/index.vue +345 -0
- package/src/components/Paragraphs/Directory/HSCP/Records/pagination.vue +179 -0
- package/src/components/Paragraphs/Directory/Records/CJ/index.vue +1 -1
- package/src/components/Paragraphs/Directory/Records/ISP/index.vue +1 -1
- package/src/components/Paragraphs/Directory/Records/PRS/index.stories.js +34 -0
- package/src/components/Paragraphs/Directory/Records/PRS/index.vue +5 -1
- package/src/components/Paragraphs/Directory/Records/index.storieshide.js +47 -0
- package/src/components/Paragraphs/Directory/Records/index.vue +52 -33
- package/src/components/Paragraphs/Directory/constants.js +23 -5
- package/src/components/Paragraphs/Directory/index.vue +14 -14
- package/src/components/Paragraphs/Directory/{Records/styles.scss → styles.scss} +5 -3
- package/src/components/Paragraphs/ListGroup/index.vue +5 -1
- package/src/components/Paragraphs/Map/Constants.js +4790 -0
- package/src/components/Paragraphs/Map/index.mdx +29 -0
- package/src/components/Paragraphs/Map/index.stories.js +15 -0
- package/src/components/Paragraphs/Map/index.vue +295 -0
- package/src/components/Paragraphs/Map/postcode_location.json +3543 -0
- package/src/components/Paragraphs/ScrollSpy/index.vue +23 -14
- package/src/components/Paragraphs/SelectableCards/index.vue +15 -12
- package/src/components/Paragraphs/TabbedCards/index.vue +13 -14
- package/src/components/Paragraphs/Tabs/index.vue +19 -17
- package/src/components/Paragraphs/TextMedia/MediaTypes/Video/index.vue +9 -9
- package/src/components/Paragraphs/TextMedia/index.vue +20 -16
- package/src/components/Paragraphs/VideoGrid/index.stories.js +43 -19
- package/src/components/Paragraphs/VideoGrid/index.vue +13 -13
- package/src/components/Paragraphs/Webform/index.stories.js +82 -69
- package/src/components/SubComponents/Breadcrumb/index.vue +4 -0
- package/src/components/SubComponents/CardGroup/index.vue +5 -1
- package/src/components/SubComponents/FormAddressPostcode/index.vue +35 -37
- package/src/components/SubComponents/FormInstance/components/handler/index.vue +25 -29
- package/src/components/SubComponents/FormInstance/components/renderer/index.vue +81 -30
- package/src/components/SubComponents/FormInstance/models/overrides/file.js +38 -40
- package/src/components/SubComponents/FormInstance/services/form-submit-parser.js +22 -15
- package/src/components/SubComponents/FormInstance/services/registry-factory.js +1 -1
- package/src/components/SubComponents/FormInstance/stories/fileupload.stories.js +57 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/fileupload.json +25 -0
- package/src/components/SubComponents/FormInstance/style.scss +2 -2
- package/src/components/SubComponents/FormInstance/tests/address.test.js +4 -4
- package/src/components/SubComponents/FormInstance/tests/checkboxes.test.js +7 -7
- package/src/components/SubComponents/FormInstance/tests/customcomposite.test.js +15 -15
- package/src/components/SubComponents/FormInstance/tests/date.test.js +8 -8
- package/src/components/SubComponents/FormInstance/tests/form-test-utils.js +9 -9
- package/src/components/SubComponents/FormInstance/tests/multiple.test.js +13 -13
- package/src/components/SubComponents/FormInstance/tests/rule-visible.test.js +120 -120
- package/src/components/SubComponents/FormInstance/tests/scale.test.js +6 -6
- package/src/components/SubComponents/FormInstance/tests/url.test.js +13 -10
- package/src/components/SubComponents/Pagination/index.vue +19 -18
- package/src/components/SubComponents/ResourceGroup/index.vue +5 -1
- package/src/components/SubComponents/Search/SearchListing/index.vue +20 -20
- package/src/components/SubComponents/Search/index.vue +42 -35
- package/src/components/SubComponents/VideoThumbnail/index.vue +48 -133
- package/src/includes/scss/vars/src/colors.module.scss +28 -1
- package/src/index.js +25 -3
- package/src/main.js +2 -10
- package/src/mock/carousel-items.js +71 -46
- package/src/mock/course-provider.js +273 -0
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
export const hscpData = [
|
|
2
|
+
{
|
|
3
|
+
type: 'hscp',
|
|
4
|
+
Organisation: 'Australian Nurses and Midwifery Federation - Victorian Branch',
|
|
5
|
+
Main_office_address: 'Level 8/535 Elizabeth St Melbourne VIC 3000',
|
|
6
|
+
Organisation_acronym: 'ANMF',
|
|
7
|
+
Work_phone: '03 9555 9333',
|
|
8
|
+
Toll_free_phone: '1800 555 333',
|
|
9
|
+
Email1: 'ohs@test.com.au',
|
|
10
|
+
Website: 'https://www.anmfvic.asn.au/education-and-training/hsr-training/events',
|
|
11
|
+
Contact_1: 'Christina Groebl',
|
|
12
|
+
Contact_1_Phone: '03 9555 0222',
|
|
13
|
+
Contact_1_Email: 'cgroebl@test.com.au',
|
|
14
|
+
Contact_2_Name: 'Joey Bradford',
|
|
15
|
+
Contact_2_Phone: '03 9555 0666',
|
|
16
|
+
Contact_2_Email: 'jbradford@test.com.au',
|
|
17
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
18
|
+
Training_venues: 'Melbourne CBD, All Regional Victoria - HQ in Melbourne',
|
|
19
|
+
id: '1'
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
type: 'hscp',
|
|
23
|
+
Organisation: 'Chisholm Institute',
|
|
24
|
+
Organisation_acronym: 'Chisholm',
|
|
25
|
+
Main_office_address: '121 Stud Road Dandenong VIC 3175',
|
|
26
|
+
Work_phone: '03 5990 7117',
|
|
27
|
+
Toll_free_phone: '1300 244 746',
|
|
28
|
+
Email1: 'csadmin@chisholm.edu.au',
|
|
29
|
+
Website: 'https://www.chisholm.edu.au/career-fields/workplace-safety',
|
|
30
|
+
Contact_1: 'Francesca Laforgia',
|
|
31
|
+
Contact_1_Email: 'csadmin@chisholm.edu.au',
|
|
32
|
+
Contact_1_Phone: '03 5990 7117',
|
|
33
|
+
Contact_2_Name: '',
|
|
34
|
+
Contact_2_Email: '',
|
|
35
|
+
Contact_2_Phone: '',
|
|
36
|
+
Training_courses: 'HSR initial, HSR refresher - Plant, HSR refresher - Work-related stress',
|
|
37
|
+
Training_venues: 'Cranbourne, Berwick, Mornington Peninsula'
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
type: 'hscp',
|
|
41
|
+
Organisation: 'Action OHS Consulting Pty Ltd',
|
|
42
|
+
Organisation_acronym: 'Action OHS',
|
|
43
|
+
Main_office_address: '5 Cubitt Street Cremorne VIC 3121',
|
|
44
|
+
Work_phone: '',
|
|
45
|
+
Toll_free_phone: '1300 101 647',
|
|
46
|
+
Email1: 'admin@actionohs.com.au',
|
|
47
|
+
Website: 'www.actionhs.com.au/training/',
|
|
48
|
+
Contact_1: '',
|
|
49
|
+
Contact_1_Email: '',
|
|
50
|
+
Contact_1_Phone: '',
|
|
51
|
+
Contact_2_Name: '',
|
|
52
|
+
Contact_2_Email: '',
|
|
53
|
+
Contact_2_Phone: '',
|
|
54
|
+
Training_courses: 'HSR initial, HSR refresher - Plant, HSR refresher - Work-related stress',
|
|
55
|
+
Training_venues: 'Melbourne CBD'
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
type: 'hscp',
|
|
59
|
+
Organisation: 'Ai Group Centre for Education and Training',
|
|
60
|
+
orgAcronyn: 'Ai Group',
|
|
61
|
+
Main_office_address: 'Level 5 441 St Kilda Road Melbourne VIC 3004',
|
|
62
|
+
Work_phone: '',
|
|
63
|
+
Toll_free_phone: '1300 55 66 77',
|
|
64
|
+
Email1: 'training@aigroup.com.au',
|
|
65
|
+
Website: 'https://www.aigroup.com.au/education-training/training-courses/health-safety/',
|
|
66
|
+
Contact_1: 'Rebecca Hayward',
|
|
67
|
+
Contact_1_Email: 'rebecca.hayward@aigroup.com.au',
|
|
68
|
+
Contact_1_Phone: '02 49258320',
|
|
69
|
+
Contact_2_Name: 'Leeanne Lyme',
|
|
70
|
+
Contact_2_Email: 'leeanne.lyme@aigroup.com.au',
|
|
71
|
+
Contact_2_Phone: '02 4925 8310',
|
|
72
|
+
Training_courses: 'HSR refresher, HSR refresher - Work-related violence, HSR refresher - Plant, HSR refresher - Work-related stress,Onsite only',
|
|
73
|
+
Training_venues: 'Melbourne'
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'hscp',
|
|
77
|
+
Organisation: 'Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
78
|
+
Organisation_acronym: 'AILS',
|
|
79
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
80
|
+
Work_phone: '03 8385 7491',
|
|
81
|
+
Toll_free_phone: '',
|
|
82
|
+
Email1: 'admin@ails.edu.au',
|
|
83
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
84
|
+
Contact_1: '',
|
|
85
|
+
Contact_1_Email: '',
|
|
86
|
+
Contact_1_Phone: '',
|
|
87
|
+
Contact_2_Name: '',
|
|
88
|
+
Contact_2_Email: '',
|
|
89
|
+
Contact_2_Phone: '',
|
|
90
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
91
|
+
Training_venues: '',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'hscp',
|
|
95
|
+
Organisation: 'ONE Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
96
|
+
Organisation_acronym: 'AILS',
|
|
97
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
98
|
+
Work_phone: '03 8385 7491',
|
|
99
|
+
Toll_free_phone: '',
|
|
100
|
+
email: 'admin@ails.edu.au',
|
|
101
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
102
|
+
Contact_1: '',
|
|
103
|
+
Contact_1_Email: '',
|
|
104
|
+
Contact_1_Phone: '',
|
|
105
|
+
Contact_2_Name: '',
|
|
106
|
+
Contact_2_Email: '',
|
|
107
|
+
Contact_2_Phone: '',
|
|
108
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
109
|
+
Training_venues: '',
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'hscp',
|
|
113
|
+
Organisation: 'TWO Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
114
|
+
Organisation_acronym: 'AILS',
|
|
115
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
116
|
+
Work_phone: '03 8385 7491',
|
|
117
|
+
Toll_free_phone: '',
|
|
118
|
+
Email1: 'admin@ails.edu.au',
|
|
119
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
120
|
+
Contact_1: '',
|
|
121
|
+
Contact_1_Email: '',
|
|
122
|
+
Contact_1_Phone: '',
|
|
123
|
+
Contact_2_Name: '',
|
|
124
|
+
Contact_2_Email: '',
|
|
125
|
+
Contact_2_Phone: '',
|
|
126
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
127
|
+
Training_venues: '',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'hscp',
|
|
131
|
+
Organisation: 'THREE Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
132
|
+
Organisation_acronym: 'AILS',
|
|
133
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
134
|
+
Work_phone: '03 8385 7491',
|
|
135
|
+
Toll_free_phone: '',
|
|
136
|
+
Email1: 'admin@ails.edu.au',
|
|
137
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
138
|
+
Contact_1: '',
|
|
139
|
+
Contact_1_Email: '',
|
|
140
|
+
Contact_1_Phone: '',
|
|
141
|
+
Contact_2_Name: '',
|
|
142
|
+
Contact_2_Email: '',
|
|
143
|
+
Contact_2_Phone: '',
|
|
144
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
145
|
+
Training_venues: '',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'hscp',
|
|
149
|
+
Organisation: 'FOUR Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
150
|
+
Organisation_acronym: 'AILS',
|
|
151
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
152
|
+
Work_phone: '03 8385 7491',
|
|
153
|
+
Toll_free_phone: '',
|
|
154
|
+
Email1: 'admin@ails.edu.au',
|
|
155
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
156
|
+
Contact_1: '',
|
|
157
|
+
Contact_1_Email: '',
|
|
158
|
+
Contact_1_Phone: '',
|
|
159
|
+
Contact_2_Name: '',
|
|
160
|
+
Contact_2_Email: '',
|
|
161
|
+
Contact_2_Phone: '',
|
|
162
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
163
|
+
Training_venues: '',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'hscp',
|
|
167
|
+
Organisation: 'FIVE Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
168
|
+
Organisation_acronym: 'AILS',
|
|
169
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
170
|
+
Work_phone: '03 8385 7491',
|
|
171
|
+
Toll_free_phone: '',
|
|
172
|
+
Email1: 'admin@ails.edu.au',
|
|
173
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
174
|
+
Contact_1: '',
|
|
175
|
+
Contact_1_Email: '',
|
|
176
|
+
Contact_1_Phone: '',
|
|
177
|
+
Contact_2_Name: '',
|
|
178
|
+
Contact_2_Email: '',
|
|
179
|
+
Contact_2_Phone: '',
|
|
180
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
181
|
+
Training_venues: '',
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'hscp',
|
|
185
|
+
Organisation: 'SIX Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
186
|
+
Organisation_acronym: 'AILS',
|
|
187
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
188
|
+
Work_phone: '03 8385 7491',
|
|
189
|
+
Toll_free_phone: '',
|
|
190
|
+
Email1: 'admin@ails.edu.au',
|
|
191
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
192
|
+
Contact_1: '',
|
|
193
|
+
Contact_1_Email: '',
|
|
194
|
+
Contact_1_Phone: '',
|
|
195
|
+
Contact_2_Name: '',
|
|
196
|
+
Contact_2_Email: '',
|
|
197
|
+
Contact_2_Phone: '',
|
|
198
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
199
|
+
Training_venues: '',
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'hscp',
|
|
203
|
+
Organisation: 'SEVEN Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
204
|
+
Organisation_acronym: 'AILS',
|
|
205
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
206
|
+
Work_phone: '03 8385 7491',
|
|
207
|
+
Toll_free_phone: '',
|
|
208
|
+
Email1: 'admin@ails.edu.au',
|
|
209
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
210
|
+
Contact_1: '',
|
|
211
|
+
Contact_1_Email: '',
|
|
212
|
+
Contact_1_Phone: '',
|
|
213
|
+
Contact_2_Name: '',
|
|
214
|
+
Contact_2_Email: '',
|
|
215
|
+
Contact_2_Phone: '',
|
|
216
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
217
|
+
Training_venues: '',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
type: 'hscp',
|
|
221
|
+
Organisation: 'EIGHT Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
222
|
+
Organisation_acronym: 'AILS',
|
|
223
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
224
|
+
Work_phone: '03 8385 7491',
|
|
225
|
+
Toll_free_phone: '',
|
|
226
|
+
Email1: 'admin@ails.edu.au',
|
|
227
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
228
|
+
Contact_1: '',
|
|
229
|
+
Contact_1_Email: '',
|
|
230
|
+
Contact_1_Phone: '',
|
|
231
|
+
Contact_2_Name: '',
|
|
232
|
+
Contact_2_Email: '',
|
|
233
|
+
Contact_2_Phone: '',
|
|
234
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
235
|
+
Training_venues: '',
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: 'hscp',
|
|
239
|
+
Organisation: 'NINE Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
240
|
+
Organisation_acronym: 'AILS',
|
|
241
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
242
|
+
Work_phone: '03 8385 7491',
|
|
243
|
+
Toll_free_phone: '',
|
|
244
|
+
Email1: 'admin@ails.edu.au',
|
|
245
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
246
|
+
Contact_1: '',
|
|
247
|
+
Contact_1_Email: '',
|
|
248
|
+
Contact_1_Phone: '',
|
|
249
|
+
Contact_2_Name: '',
|
|
250
|
+
Contact_2_Email: '',
|
|
251
|
+
Contact_2_Phone: '',
|
|
252
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
253
|
+
Training_venues: '',
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'hscp',
|
|
257
|
+
Organisation: 'TEN Extra Australian Institute of Leadership and Safety Pty Ltd (AILS)',
|
|
258
|
+
Organisation_acronym: 'AILS',
|
|
259
|
+
Main_office_address: '37 Wentworth Drive Taylors Lakes VIC 3038',
|
|
260
|
+
Work_phone: '03 8385 7491',
|
|
261
|
+
Toll_free_phone: '',
|
|
262
|
+
Email1: 'admin@ails.edu.au',
|
|
263
|
+
Website: 'www.ails.edu.au/category/short-courses/work-safe/',
|
|
264
|
+
Contact_1: '',
|
|
265
|
+
Contact_1_Email: '',
|
|
266
|
+
Contact_1_Phone: '',
|
|
267
|
+
Contact_2_Name: '',
|
|
268
|
+
Contact_2_Email: '',
|
|
269
|
+
Contact_2_Phone: '',
|
|
270
|
+
Training_courses: 'HSR initial, HSR refresher',
|
|
271
|
+
Training_venues: '',
|
|
272
|
+
}
|
|
273
|
+
]
|