@eeplatform/nuxt-layer-common 1.4.2 → 1.4.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eeplatform/nuxt-layer-common
2
2
 
3
+ ## 1.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 80b1f7f: Remove enrollment preset data
8
+
3
9
  ## 1.4.2
4
10
 
5
11
  ### Patch Changes
@@ -8,21 +8,21 @@ export default function useEnrollment() {
8
8
  divisionName: "",
9
9
  province: "",
10
10
  cityMunicipality: "",
11
- schoolYear: "2025-2026",
11
+ schoolYear: "",
12
12
  gradeLevel: "K1",
13
13
  returningLearner: false,
14
14
  learnerInfo: {
15
15
  psaBirthCertificateNo: "",
16
- lrn: "123123123123",
17
- firstName: "John",
16
+ lrn: "",
17
+ firstName: "",
18
18
  middleName: "",
19
- lastName: "Doe",
19
+ lastName: "",
20
20
  extensionName: "",
21
- birthDate: "01012022",
22
- placeOfBirth: "Altavas",
23
- sex: "Male",
24
- motherTongue: "Ilocano",
25
- age: 3,
21
+ birthDate: "",
22
+ placeOfBirth: "",
23
+ sex: "",
24
+ motherTongue: "",
25
+ age: 0,
26
26
  withDisability: false,
27
27
  disabilities: [],
28
28
  indigenousCommunity: "",
@@ -30,20 +30,20 @@ export default function useEnrollment() {
30
30
  },
31
31
  parentGuardianInfo: {
32
32
  father: {
33
- firstName: "Papa",
34
- lastName: "Papa",
33
+ firstName: "",
34
+ lastName: "",
35
35
  middleName: "",
36
36
  contactNumber: "",
37
37
  },
38
38
  mother: {
39
- firstName: "Mama",
40
- lastName: "Mama",
39
+ firstName: "",
40
+ lastName: "",
41
41
  middleName: "",
42
42
  contactNumber: "",
43
43
  },
44
44
  legalGuardian: {
45
- firstName: "Papa",
46
- lastName: "Papa",
45
+ firstName: "",
46
+ lastName: "",
47
47
  middleName: "",
48
48
  contactNumber: "",
49
49
  },
@@ -53,21 +53,21 @@ export default function useEnrollment() {
53
53
  houseNumber: "",
54
54
  streetName: "",
55
55
  sitio: "",
56
- barangay: "bgy",
57
- municipalityCity: "sample",
58
- province: "sample",
59
- country: "Philippines",
60
- zipCode: "1111",
56
+ barangay: "",
57
+ municipalityCity: "",
58
+ province: "",
59
+ country: "",
60
+ zipCode: "",
61
61
  },
62
62
  permanent: {
63
63
  houseNumber: "",
64
64
  streetName: "",
65
65
  sitio: "",
66
- barangay: "bgy",
67
- municipalityCity: "sample",
68
- province: "sample",
69
- country: "Philippines",
70
- zipCode: "1111",
66
+ barangay: "",
67
+ municipalityCity: "",
68
+ province: "",
69
+ country: "",
70
+ zipCode: "",
71
71
  },
72
72
  },
73
73
  returningLearnerInfo: {
@@ -78,7 +78,7 @@ export default function useEnrollment() {
78
78
  },
79
79
  seniorHighInfo: { track: "", strand: "", semester: "" },
80
80
  remarks: "",
81
- alternativeLearningOptions: ["Online"],
81
+ alternativeLearningOptions: [],
82
82
  isCertifiedAndConsented: true,
83
83
  });
84
84
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eeplatform/nuxt-layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.4.2",
5
+ "version": "1.4.3",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"