cyber-elx 1.2.0 → 1.2.1
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/DEV_DOC/LoginRegisterPagesDev.md +4 -4
- package/DEV_DOC/PaymentPageDev.md +2 -2
- package/DEV_DOC/StudentCourseDetailPageDev.md +1 -1
- package/DEV_DOC/StudentCoursePlayerDev.md +1 -1
- package/DEV_DOC/StudentCssDev.md +4 -0
- package/DEV_DOC/StudentListCoursesPageDev.md +2 -2
- package/DEV_DOC/StudentMyCoursesPageDev.md +2 -2
- package/DEV_DOC/StudentProfileDev.md +1 -1
- package/DEV_DOC/StudentSessionsPageDev.md +1 -1
- package/DEV_DOC/TeacherCssDev.md +4 -0
- package/package.json +1 -1
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
- [Overview](#overview)
|
|
8
8
|
- [Login Page](#login-page)
|
|
9
9
|
- [Component Structure](#component-structure)
|
|
10
|
-
- [Project Colors](#project-colors)
|
|
10
|
+
- [Project Colors (Required)](#project-colors-required)
|
|
11
11
|
- [Available Props](#available-props)
|
|
12
12
|
- [Login Flow Steps](#login-flow-steps)
|
|
13
13
|
- [Events to Emit](#events-to-emit)
|
|
14
14
|
- [Example Login Page:](#example-login-page)
|
|
15
15
|
- [Register Page](#register-page)
|
|
16
16
|
- [Component Structure](#component-structure-1)
|
|
17
|
-
- [Project Colors](#project-colors-1)
|
|
17
|
+
- [Project Colors (Required)](#project-colors-required-1)
|
|
18
18
|
- [Available Props](#available-props-1)
|
|
19
19
|
- [inputsData Object](#inputsdata-object)
|
|
20
20
|
- [Register Flow States](#register-flow-states)
|
|
@@ -51,7 +51,7 @@ The login component must export a module with:
|
|
|
51
51
|
- `template` - HTML template string
|
|
52
52
|
- `style` - CSS styles string (optional but recommended)
|
|
53
53
|
|
|
54
|
-
### Project Colors
|
|
54
|
+
### Project Colors (Required)
|
|
55
55
|
|
|
56
56
|
- Primary: `--elx-primary-color`
|
|
57
57
|
- Secondary: `--elx-secondary-color`
|
|
@@ -294,7 +294,7 @@ The register component must export a module with:
|
|
|
294
294
|
- `template` - HTML template string
|
|
295
295
|
- `style` - CSS styles string (optional but recommended)
|
|
296
296
|
|
|
297
|
-
### Project Colors
|
|
297
|
+
### Project Colors (Required)
|
|
298
298
|
|
|
299
299
|
- Primary: `--elx-primary-color`
|
|
300
300
|
- Secondary: `--elx-secondary-color`
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
- [Overview](#overview)
|
|
8
8
|
- [Payment Page](#payment-page)
|
|
9
9
|
- [Component Structure](#component-structure)
|
|
10
|
-
- [Project Colors](#project-colors)
|
|
10
|
+
- [Project Colors (Required)](#project-colors-required)
|
|
11
11
|
- [Available Props](#available-props)
|
|
12
12
|
- [course Object](#course-object)
|
|
13
13
|
- [user Object](#user-object)
|
|
@@ -45,7 +45,7 @@ The payment component must export a module with:
|
|
|
45
45
|
- `template` - HTML template string
|
|
46
46
|
- `style` - CSS styles string (optional but recommended)
|
|
47
47
|
|
|
48
|
-
### Project Colors
|
|
48
|
+
### Project Colors (Required)
|
|
49
49
|
|
|
50
50
|
- Primary: `--elx-primary-color`
|
|
51
51
|
- Secondary: `--elx-secondary-color`
|
|
@@ -50,7 +50,7 @@ The Student Course Player is rendered when a student opens a course they are enr
|
|
|
50
50
|
└─────────────────────────────────────────────────────────────────┘
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
### Project Colors
|
|
53
|
+
### Project Colors (Required)
|
|
54
54
|
|
|
55
55
|
- Primary: `--elx-primary-color`
|
|
56
56
|
- Secondary: `--elx-secondary-color`
|
package/DEV_DOC/StudentCssDev.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
- [Overview](#overview)
|
|
8
8
|
- [Student List Courses Page](#student-list-courses-page)
|
|
9
9
|
- [Component Structure](#component-structure)
|
|
10
|
-
- [Project Colors](#project-colors)
|
|
10
|
+
- [Project Colors (Required)](#project-colors-required)
|
|
11
11
|
- [Available Props](#available-props)
|
|
12
12
|
- [allCategories Array](#allcategories-array)
|
|
13
13
|
- [coursesList / promotedCourses Arrays](#courseslist--promotedcourses-arrays)
|
|
@@ -60,7 +60,7 @@ The component must export a module with:
|
|
|
60
60
|
- `mounted` - Initialize slider width and resize listener
|
|
61
61
|
- `beforeDestroy` - Clean up resize listener
|
|
62
62
|
|
|
63
|
-
### Project Colors
|
|
63
|
+
### Project Colors (Required)
|
|
64
64
|
|
|
65
65
|
- Primary: `--elx-primary-color`
|
|
66
66
|
- Secondary: `--elx-secondary-color`
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
- [Overview](#overview)
|
|
8
8
|
- [Student My Courses Page](#student-my-courses-page)
|
|
9
9
|
- [Component Structure](#component-structure)
|
|
10
|
-
- [Project Colors](#project-colors)
|
|
10
|
+
- [Project Colors (Required)](#project-colors-required)
|
|
11
11
|
- [Available Props](#available-props)
|
|
12
12
|
- [cardsInfos Array](#cardsinfos-array)
|
|
13
13
|
- [courses Array](#courses-array)
|
|
@@ -51,7 +51,7 @@ The component must export a module with:
|
|
|
51
51
|
- `data` - Local state (search field)
|
|
52
52
|
- `computed` - Computed properties (filteredCourses, headers)
|
|
53
53
|
|
|
54
|
-
### Project Colors
|
|
54
|
+
### Project Colors (Required)
|
|
55
55
|
|
|
56
56
|
- Primary: `--elx-primary-color`
|
|
57
57
|
- Secondary: `--elx-secondary-color`
|
|
@@ -56,7 +56,7 @@ The Student Profile Page displays the current user's information and allows edit
|
|
|
56
56
|
└─────────────────────────────────────────────────────────────┘
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
### Project Colors
|
|
59
|
+
### Project Colors (Required)
|
|
60
60
|
|
|
61
61
|
- Primary: `--elx-primary-color`
|
|
62
62
|
- Secondary: `--elx-secondary-color`
|
package/DEV_DOC/TeacherCssDev.md
CHANGED