cyber-elx 1.2.3 → 1.2.5

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.
@@ -79,7 +79,7 @@ The Student Course Detail Page is rendered when a student views a specific cours
79
79
  | `pdf` | `mdi-file-pdf-box` | PDF document |
80
80
  | `quiz` | `mdi-clipboard-text-outline` | Quiz/assessment |
81
81
  | `iframe` | `mdi-picture-in-picture-bottom-right-outline` | Embedded iframe content |
82
- | (other) | `mdi-file` | Default file icon |
82
+ | (other) | `mdi-play-box` | Default icon for other element types |
83
83
 
84
84
  ### Local State (data)
85
85
 
@@ -157,7 +157,7 @@ If you want another text, just put it in English.
157
157
  | Pattern | Description |
158
158
  |---------|-------------|
159
159
  | `@PV/courses/courses` | Link to courses list page (router-link) |
160
- | `@PVP/course-payment/{id}` | Link to payment page (opens in new tab) |
160
+ | `@PVP/course-payment/{id}` | Link to payment/request page (opens in new tab) |
161
161
 
162
162
  ### Example Student Course Detail Page:
163
163
  ```js
@@ -211,7 +211,7 @@ module.exports = {
211
211
  <v-icon v-else-if="getElementById(elId).type == 'video'">mdi-youtube</v-icon>
212
212
  <v-icon v-else-if="getElementById(elId).type == 'pdf'">mdi-file-pdf-box</v-icon>
213
213
  <v-icon v-else-if="getElementById(elId).type == 'iframe'">mdi-picture-in-picture-bottom-right-outline</v-icon>
214
- <v-icon v-else>mdi-file</v-icon>
214
+ <v-icon v-else>mdi-play-box</v-icon>
215
215
  <span>{{ getElementById(elId).title }}</span>
216
216
  </div>
217
217
  <div class="lesson-right">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyber-elx",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "CyberOcean CLI tool to upload/download ELX custom pages",
5
5
  "main": "src/index.js",
6
6
  "bin": {