@asd20/ui 3.2.508 → 3.2.510

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.508",
8
+ "version": "3.2.510",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -134,6 +134,8 @@
134
134
  <h3 v-if="minSalary !== 0 && minSalary === maxSalary">
135
135
  ${{ String(minSalary).replace(/(.)(?=(\d{3})+$)/g, '$1,') }}
136
136
  </h3>
137
+ <br/>
138
+ <p>This salary calculator is for estimation purposes only. Candidates selected for employment will be presented an official offer based on education and experience as described in the Non-Administrative Licensed (Teacher) Staff Salary Information Procedure (GCBA-1-R).</p>
137
139
  </div>
138
140
 
139
141
  <!-- Feeds -->
@@ -483,7 +485,7 @@ export default {
483
485
  {
484
486
  id: '24',
485
487
  scheduleTitle: 'Licensed Teacher',
486
- requiredEducationLevel: "Master's Degree + 32 Credits/EdS",
488
+ requiredEducationLevel: "Master's Degree + 32 Credits",
487
489
  minYearsOfExperience: 0,
488
490
  maxYearsOfExperience: 4,
489
491
  minSalary: 54810,
@@ -492,7 +494,7 @@ export default {
492
494
  {
493
495
  id: '25',
494
496
  scheduleTitle: 'Licensed Teacher',
495
- requiredEducationLevel: "Master's Degree + 32 Credits/EdS",
497
+ requiredEducationLevel: "Master's Degree + 32 Credits",
496
498
  minYearsOfExperience: 5,
497
499
  maxYearsOfExperience: 9,
498
500
  minSalary: 56060,
@@ -501,7 +503,7 @@ export default {
501
503
  {
502
504
  id: '26',
503
505
  scheduleTitle: 'Licensed Teacher',
504
- requiredEducationLevel: "Master's Degree + 32 Credits/EdS",
506
+ requiredEducationLevel: "Master's Degree + 32 Credits",
505
507
  minYearsOfExperience: 10,
506
508
  maxYearsOfExperience: 14,
507
509
  minSalary: 57728,
@@ -510,7 +512,7 @@ export default {
510
512
  {
511
513
  id: '27',
512
514
  scheduleTitle: 'Licensed Teacher',
513
- requiredEducationLevel: "Master's Degree + 32 Credits/EdS",
515
+ requiredEducationLevel: "Master's Degree + 32 Credits",
514
516
  minYearsOfExperience: 15,
515
517
  maxYearsOfExperience: 19,
516
518
  minSalary: 61539,