ep-lib-ts 1.1.19 → 1.1.21

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.
Files changed (62) hide show
  1. package/dist/components/educationals/EpBranchingScenario.vue2.js +2 -2
  2. package/dist/components/educationals/EpInstructions.vue.js +5 -3
  3. package/dist/components/educationals/EpInstructions.vue.js.map +1 -1
  4. package/dist/components/educationals/EpObjective.vue.js +5 -3
  5. package/dist/components/educationals/EpObjective.vue.js.map +1 -1
  6. package/dist/components/educationals/EpResource.vue.js +1 -1
  7. package/dist/components/educationals/EpResource.vue.js.map +1 -1
  8. package/dist/components/educationals/EpSegmentedBox.vue.js +1 -1
  9. package/dist/components/forms/EpRadioSummative.vue.js +1 -46
  10. package/dist/components/forms/EpRadioSummative.vue.js.map +1 -1
  11. package/dist/components/forms/EpRadioSummative.vue2.js +46 -1
  12. package/dist/components/forms/EpRadioSummative.vue2.js.map +1 -1
  13. package/dist/components/interactions/EpAccordeon.vue.js +1 -1
  14. package/dist/components/interactions/EpAccordeon.vue2.js +10 -7
  15. package/dist/components/interactions/EpAccordeon.vue2.js.map +1 -1
  16. package/dist/components/interactions/EpAssociation.vue.js +1 -1
  17. package/dist/components/interactions/EpContentSlider.vue.js +2 -1
  18. package/dist/components/interactions/EpContentSlider.vue.js.map +1 -1
  19. package/dist/components/interactions/EpQuestion.vue.js +1 -1
  20. package/dist/components/interactions/EpQuestion.vue.js.map +1 -1
  21. package/dist/components/interactions/EpSummativeTable.vue.js +1 -1
  22. package/dist/components/medias/EpAudio.vue.js +1 -1
  23. package/dist/components/medias/EpHierarchy.vue2.js +1 -0
  24. package/dist/components/medias/EpHierarchy.vue2.js.map +1 -1
  25. package/dist/components/medias/EpPlaylist.vue.js +80 -0
  26. package/dist/components/medias/EpPlaylist.vue.js.map +1 -0
  27. package/dist/components/medias/EpPlaylist.vue2.js +5 -0
  28. package/dist/components/medias/EpPlaylist.vue2.js.map +1 -0
  29. package/dist/components/tools/AssociationNode.vue.js +1 -82
  30. package/dist/components/tools/AssociationNode.vue.js.map +1 -1
  31. package/dist/components/tools/AssociationNode.vue2.js +82 -1
  32. package/dist/components/tools/AssociationNode.vue2.js.map +1 -1
  33. package/dist/components/tools/BgAudio.vue.js +1 -52
  34. package/dist/components/tools/BgAudio.vue.js.map +1 -1
  35. package/dist/components/tools/BgAudio.vue2.js +52 -1
  36. package/dist/components/tools/BgAudio.vue2.js.map +1 -1
  37. package/dist/components/tools/Details.vue.js +1 -56
  38. package/dist/components/tools/Details.vue.js.map +1 -1
  39. package/dist/components/tools/Details.vue2.js +56 -1
  40. package/dist/components/tools/Details.vue2.js.map +1 -1
  41. package/dist/components/tools/SegmentedBox.vue.js +1 -55
  42. package/dist/components/tools/SegmentedBox.vue.js.map +1 -1
  43. package/dist/components/tools/SegmentedBox.vue2.js +55 -1
  44. package/dist/components/tools/SegmentedBox.vue2.js.map +1 -1
  45. package/dist/components/tools/TextMedia.vue.js +1 -50
  46. package/dist/components/tools/TextMedia.vue.js.map +1 -1
  47. package/dist/components/tools/TextMedia.vue2.js +50 -1
  48. package/dist/components/tools/TextMedia.vue2.js.map +1 -1
  49. package/dist/components/tools/TwoColsMedia.vue2.js +2 -2
  50. package/dist/components/tools/TwoColsMedia.vue2.js.map +1 -1
  51. package/dist/entry/medias/EpPlaylist.d.ts +6 -0
  52. package/dist/entry/medias/EpPlaylist.js +7 -0
  53. package/dist/entry/medias/EpPlaylist.js.map +1 -0
  54. package/dist/index.d.ts +2 -1
  55. package/dist/index.js +162 -159
  56. package/dist/index.js.map +1 -1
  57. package/dist/style.css +70 -70
  58. package/dist/types/educationals/EpInstructions.d.ts +2 -1
  59. package/dist/types/educationals/EpObjective.d.ts +1 -1
  60. package/dist/types/interactions/EpAccordeon.d.ts +1 -0
  61. package/dist/types/medias/EpPlaylist.d.ts +9 -0
  62. package/package.json +2 -2
package/dist/style.css CHANGED
@@ -1,4 +1,68 @@
1
1
 
2
+ .eptimeline-list-enter-active[data-v-6ad2fc60],
3
+ .eptimeline-list-leave-active[data-v-6ad2fc60] {
4
+ transition: all 0.5s ease;
5
+ }
6
+ .eptimeline-list-enter-from[data-v-6ad2fc60],
7
+ .eptimeline-list-leave-to[data-v-6ad2fc60] {
8
+ opacity: 0;
9
+ transform: translateX(30px);
10
+ }
11
+
12
+
13
+ .perspective-1000[data-v-edc221ae] { perspective: 1000px
14
+ }
15
+ .preserve-3d[data-v-edc221ae] { transform-style: preserve-3d
16
+ }
17
+ .backface-hidden[data-v-edc221ae] { backface-visibility: hidden
18
+ }
19
+ .rotate-y-180[data-v-edc221ae] { transform: rotateY(180deg)
20
+ }
21
+
22
+ /* simple fade for the helper badge */
23
+ .fade-enter-active[data-v-edc221ae], .fade-leave-active[data-v-edc221ae] { transition: opacity .3s
24
+ }
25
+ .fade-enter-from[data-v-edc221ae], .fade-leave-to[data-v-edc221ae] { opacity: 0
26
+ }
27
+ /*$vite$:1*/
28
+
29
+ .ep-accordeon-content[data-v-e93025d7] {
30
+ transition: max-height 0.2s ease-out;
31
+ overflow: hidden;
32
+ }
33
+ /*$vite$:1*/
34
+
35
+ .ep-sensible-content[data-v-0098bf11] {
36
+ position: relative;
37
+ }
38
+ /*$vite$:1*/
39
+
40
+ pre {
41
+ white-space: break-spaces;
42
+ }
43
+ /*$vite$:1*/
44
+
45
+ .ep-info-box[data-v-cb6ebbdc] a {
46
+ text-decoration: underline;
47
+ font-weight: 500;
48
+ }
49
+ /*$vite$:1*/
50
+
51
+ .katex[data-v-a9b6227c] {
52
+ font-size: 1.6em;
53
+ }
54
+ /*$vite$:1*/
55
+
56
+ .ep-tree-wrapper[data-v-482cff9d] {
57
+ overflow: auto;
58
+ border: 1px solid #ddd;
59
+ }
60
+ .ep-tree-container[data-v-482cff9d] {
61
+ width: 100%;
62
+ overflow-x: auto;
63
+ }
64
+ /*$vite$:1*/
65
+
2
66
  @keyframes fade-6f6eb558 {
3
67
  0% {
4
68
  opacity: 0;
@@ -38,28 +102,6 @@
38
102
  .slideY[data-v-6f6eb558] {
39
103
  animation: slideY-6f6eb558 1s;
40
104
  }
41
-
42
-
43
- pre {
44
- white-space: break-spaces;
45
- }
46
- /*$vite$:1*/
47
-
48
- .katex[data-v-a9b6227c] {
49
- font-size: 1.6em;
50
- }
51
- /*$vite$:1*/
52
-
53
- .ep-info-box[data-v-cb6ebbdc] a {
54
- text-decoration: underline;
55
- font-weight: 500;
56
- }
57
- /*$vite$:1*/
58
-
59
- .ep-accordeon-content[data-v-e6a01f3c] {
60
- transition: max-height 0.2s ease-out;
61
- overflow: hidden;
62
- }
63
105
  /*$vite$:1*/
64
106
 
65
107
  .shape[data-v-4a99873e] {
@@ -68,32 +110,6 @@ pre {
68
110
  }
69
111
  /*$vite$:1*/
70
112
 
71
- .ep-tree-wrapper[data-v-482cff9d] {
72
- overflow: auto;
73
- border: 1px solid #ddd;
74
- }
75
- .ep-tree-container[data-v-482cff9d] {
76
- width: 100%;
77
- overflow-x: auto;
78
- }
79
- /*$vite$:1*/
80
-
81
- .perspective-1000[data-v-edc221ae] { perspective: 1000px
82
- }
83
- .preserve-3d[data-v-edc221ae] { transform-style: preserve-3d
84
- }
85
- .backface-hidden[data-v-edc221ae] { backface-visibility: hidden
86
- }
87
- .rotate-y-180[data-v-edc221ae] { transform: rotateY(180deg)
88
- }
89
-
90
- /* simple fade for the helper badge */
91
- .fade-enter-active[data-v-edc221ae], .fade-leave-active[data-v-edc221ae] { transition: opacity .3s
92
- }
93
- .fade-enter-from[data-v-edc221ae], .fade-leave-to[data-v-edc221ae] { opacity: 0
94
- }
95
- /*$vite$:1*/
96
-
97
113
  .ep-modal-mask {
98
114
  position: fixed;
99
115
  z-index: 6998;
@@ -133,22 +149,6 @@ pre {
133
149
  }
134
150
  /*$vite$:1*/
135
151
 
136
- .ep-sensible-content[data-v-0098bf11] {
137
- position: relative;
138
- }
139
- /*$vite$:1*/
140
-
141
- .eptimeline-list-enter-active[data-v-6ad2fc60],
142
- .eptimeline-list-leave-active[data-v-6ad2fc60] {
143
- transition: all 0.5s ease;
144
- }
145
- .eptimeline-list-enter-from[data-v-6ad2fc60],
146
- .eptimeline-list-leave-to[data-v-6ad2fc60] {
147
- opacity: 0;
148
- transform: translateX(30px);
149
- }
150
- /*$vite$:1*/
151
-
152
152
  .ep-display-box[data-v-4e1d2bd1] {
153
153
  z-index: 9999;
154
154
  position: absolute;
@@ -156,6 +156,12 @@ pre {
156
156
  }
157
157
  /*$vite$:1*/
158
158
 
159
+ .ep-content-timeline-item[data-v-6a472392] {
160
+ max-height: 0;
161
+ overflow: hidden;
162
+ }
163
+ /*$vite$:1*/
164
+
159
165
  /* Target the top-level KaTeX container and increase the font size */
160
166
  .katex-block[data-v-0d66d7fc] .katex {
161
167
  /* Increase the overall size of the math relative to the parent font size */
@@ -165,10 +171,4 @@ pre {
165
171
  .katex-render[data-v-0d66d7fc] .katex-display {
166
172
  font-size: 1.5em;
167
173
  }
168
- /*$vite$:1*/
169
-
170
- .ep-content-timeline-item[data-v-6a472392] {
171
- max-height: 0;
172
- overflow: hidden;
173
- }
174
174
  /*$vite$:1*/
@@ -3,6 +3,7 @@ export interface EpInstructionsProps {
3
3
  title?: string | null;
4
4
  subtitle?: string | null;
5
5
  instructions: Instructions[];
6
+ noDeployAtNoContent?: boolean;
6
7
  }
7
8
 
8
9
  type Instructions = {
@@ -12,4 +13,4 @@ type Instructions = {
12
13
  src?: string;
13
14
  open?: boolean;
14
15
  cols?: string | number;
15
- };
16
+ };
@@ -1,5 +1,5 @@
1
1
  export interface EpObjectiveProps {
2
2
  nameApproach?: string | null;
3
3
  title?: string | null;
4
- color?: `border-${string}`;
4
+ color?: `border-${string}`;
5
5
  }
@@ -7,4 +7,5 @@ export interface EpAccordeonProps {
7
7
  title?: string | null;
8
8
  subtitle?: string | null;
9
9
  small?: boolean;
10
+ noContent?: boolean;
10
11
  }
@@ -0,0 +1,9 @@
1
+ export interface EpPlaylistProps {
2
+ videos: Video[]
3
+ }
4
+
5
+ export interface Video {
6
+ src: string;
7
+ title: string;
8
+ description?: string;
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep-lib-ts",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -86,4 +86,4 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  }
89
- }
89
+ }