ep-lib-ts 1.1.2 → 1.1.4

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 (43) hide show
  1. package/dist/components/basics/EpAvatar.vue.js +1 -55
  2. package/dist/components/basics/EpAvatar.vue.js.map +1 -1
  3. package/dist/components/basics/EpAvatar.vue2.js +55 -1
  4. package/dist/components/basics/EpAvatar.vue2.js.map +1 -1
  5. package/dist/components/basics/EpStackedList.vue.js +46 -56
  6. package/dist/components/basics/EpStackedList.vue.js.map +1 -1
  7. package/dist/components/educationals/EpBranchingScenario.vue2.js +2 -2
  8. package/dist/components/educationals/EpResource.vue.js +1 -1
  9. package/dist/components/educationals/EpResource.vue.js.map +1 -1
  10. package/dist/components/interactions/EpAssociation.vue.js +235 -0
  11. package/dist/components/interactions/EpAssociation.vue.js.map +1 -0
  12. package/dist/components/interactions/EpAssociation.vue2.js +5 -0
  13. package/dist/components/interactions/EpAssociation.vue2.js.map +1 -0
  14. package/dist/components/interactions/EpContentSlider.vue.js +2 -1
  15. package/dist/components/interactions/EpContentSlider.vue.js.map +1 -1
  16. package/dist/components/interactions/EpQuestion.vue.js +1 -1
  17. package/dist/components/interactions/EpQuestion.vue.js.map +1 -1
  18. package/dist/components/medias/EpHierarchy.vue2.js +1 -1
  19. package/dist/components/medias/EpHierarchy.vue2.js.map +1 -1
  20. package/dist/components/tools/AssociationNode.vue.js +5 -0
  21. package/dist/components/tools/AssociationNode.vue.js.map +1 -0
  22. package/dist/components/tools/AssociationNode.vue2.js +58 -0
  23. package/dist/components/tools/AssociationNode.vue2.js.map +1 -0
  24. package/dist/components/tools/Details.vue.js +1 -56
  25. package/dist/components/tools/Details.vue.js.map +1 -1
  26. package/dist/components/tools/Details.vue2.js +56 -1
  27. package/dist/components/tools/Details.vue2.js.map +1 -1
  28. package/dist/components/tools/TextMedia.vue.js +1 -50
  29. package/dist/components/tools/TextMedia.vue.js.map +1 -1
  30. package/dist/components/tools/TextMedia.vue2.js +50 -1
  31. package/dist/components/tools/TextMedia.vue2.js.map +1 -1
  32. package/dist/components/tools/TwoColsMedia.vue2.js +2 -2
  33. package/dist/components/tools/TwoColsMedia.vue2.js.map +1 -1
  34. package/dist/entry/interactions/EpAssociation.d.ts +6 -0
  35. package/dist/entry/interactions/EpAssociation.js +7 -0
  36. package/dist/entry/interactions/EpAssociation.js.map +1 -0
  37. package/dist/index.d.ts +2 -1
  38. package/dist/index.js +154 -151
  39. package/dist/index.js.map +1 -1
  40. package/dist/style.css +68 -68
  41. package/dist/types/Association.d.ts +17 -0
  42. package/dist/types/interactions/EpAssociation.d.ts +8 -0
  43. package/package.json +8 -3
package/dist/index.js CHANGED
@@ -1,126 +1,128 @@
1
- import _sfc_main$N from "./components/basics/EpText.vue.js";
2
- import _sfc_main$M from "./components/basics/EpImg.vue.js";
3
- import _sfc_main$L from "./components/basics/EpCard.vue.js";
4
- import _sfc_main$K from "./components/basics/EpBtn.vue.js";
5
- import _sfc_main$J from "./components/basics/EpChip.vue.js";
6
- import _sfc_main$I from "./components/basics/EpDivider.vue.js";
7
- import _sfc_main$H from "./components/basics/EpSection.vue.js";
8
- import _sfc_main$G from "./components/basics/EpSectionCols.vue.js";
9
- import _sfc_main$F from "./components/basics/EpSpinner.vue.js";
10
- import _sfc_main$E from "./components/basics/EpFlex.vue.js";
11
- import _sfc_main$D from "./components/basics/EpIcon.vue.js";
12
- import _sfc_main$C from "./components/basics/EpTable.vue.js";
13
- import _sfc_main$B from "./components/basics/EpStackedList.vue.js";
14
- import _sfc_main$A from "./components/basics/EpHoverCard.vue.js";
15
- import _sfc_main$z from "./components/charts/EpBarChart.vue.js";
16
- import _sfc_main$y from "./components/charts/EpLineChart.vue.js";
17
- import _sfc_main$x from "./components/charts/EpPieChart.vue.js";
18
- import _sfc_main$w from "./components/charts/EpFunnelChart.vue.js";
19
- import _sfc_main$v from "./components/educationals/EpEdu.vue.js";
20
- import _sfc_main$u from "./components/educationals/EpReading.vue.js";
21
- import _sfc_main$t from "./components/educationals/EpResource.vue.js";
22
- import _sfc_main$s from "./components/educationals/EpScope.vue.js";
23
- import _sfc_main$r from "./components/educationals/EpObjective.vue.js";
24
- import _sfc_main$q from "./components/educationals/EpSpecificObjective.vue.js";
25
- import _sfc_main$p from "./components/educationals/EpIntroduction.vue.js";
26
- import _sfc_main$n from "./components/educationals/EpInstructions.vue.js";
27
- import _sfc_main$m from "./components/educationals/EpDescription.vue.js";
28
- import _sfc_main$l from "./components/educationals/EpConclusion.vue.js";
29
- import _sfc_main$k from "./components/educationals/EpCodeblock.vue.js";
1
+ import _sfc_main$O from "./components/basics/EpText.vue.js";
2
+ import _sfc_main$N from "./components/basics/EpImg.vue.js";
3
+ import _sfc_main$M from "./components/basics/EpCard.vue.js";
4
+ import _sfc_main$L from "./components/basics/EpBtn.vue.js";
5
+ import _sfc_main$K from "./components/basics/EpChip.vue.js";
6
+ import _sfc_main$J from "./components/basics/EpDivider.vue.js";
7
+ import _sfc_main$I from "./components/basics/EpSection.vue.js";
8
+ import _sfc_main$H from "./components/basics/EpSectionCols.vue.js";
9
+ import _sfc_main$G from "./components/basics/EpSpinner.vue.js";
10
+ import _sfc_main$F from "./components/basics/EpFlex.vue.js";
11
+ import _sfc_main$E from "./components/basics/EpIcon.vue.js";
12
+ import _sfc_main$D from "./components/basics/EpTable.vue.js";
13
+ import _sfc_main$C from "./components/basics/EpStackedList.vue.js";
14
+ import _sfc_main$B from "./components/basics/EpHoverCard.vue.js";
15
+ import _sfc_main$A from "./components/charts/EpBarChart.vue.js";
16
+ import _sfc_main$z from "./components/charts/EpLineChart.vue.js";
17
+ import _sfc_main$y from "./components/charts/EpPieChart.vue.js";
18
+ import _sfc_main$x from "./components/charts/EpFunnelChart.vue.js";
19
+ import _sfc_main$w from "./components/educationals/EpEdu.vue.js";
20
+ import _sfc_main$v from "./components/educationals/EpReading.vue.js";
21
+ import _sfc_main$u from "./components/educationals/EpResource.vue.js";
22
+ import _sfc_main$t from "./components/educationals/EpScope.vue.js";
23
+ import _sfc_main$s from "./components/educationals/EpObjective.vue.js";
24
+ import _sfc_main$r from "./components/educationals/EpSpecificObjective.vue.js";
25
+ import _sfc_main$q from "./components/educationals/EpIntroduction.vue.js";
26
+ import _sfc_main$o from "./components/educationals/EpInstructions.vue.js";
27
+ import _sfc_main$n from "./components/educationals/EpDescription.vue.js";
28
+ import _sfc_main$m from "./components/educationals/EpConclusion.vue.js";
29
+ import _sfc_main$l from "./components/educationals/EpCodeblock.vue.js";
30
30
  /* empty css */
31
31
  import Comp$9 from "./components/educationals/EpBranchingScenario.vue.js";
32
- import _sfc_main$j from "./components/educationals/EpDocument.vue.js";
33
- import _sfc_main$o from "./components/educationals/EpSegmentedBox.vue.js";
32
+ import _sfc_main$k from "./components/educationals/EpDocument.vue.js";
33
+ import _sfc_main$p from "./components/educationals/EpSegmentedBox.vue.js";
34
34
  import Comp$8 from "./components/interactions/EpAccordeon.vue.js";
35
- import _sfc_main$i from "./components/interactions/EpContentSlider.vue.js";
36
- import _sfc_main$h from "./components/interactions/EpModal.vue.js";
35
+ import _sfc_main$j from "./components/interactions/EpContentSlider.vue.js";
36
+ import _sfc_main$i from "./components/interactions/EpModal.vue.js";
37
37
  /* empty css */
38
- import _sfc_main$g from "./components/interactions/EpQuestion.vue.js";
38
+ import _sfc_main$h from "./components/interactions/EpQuestion.vue.js";
39
39
  import Comp$7 from "./components/interactions/EpTabs.vue.js";
40
- import _sfc_main$f from "./components/interactions/EpSummativeTable.vue.js";
41
- import _sfc_main$e from "./components/interactions/EpSvgShow.vue.js";
40
+ import _sfc_main$g from "./components/interactions/EpSummativeTable.vue.js";
41
+ import _sfc_main$f from "./components/interactions/EpSvgShow.vue.js";
42
42
  import Comp from "./components/interactions/EpFlipCard.vue.js";
43
- import _sfc_main$d from "./components/medias/EpAudio.vue.js";
44
- import _sfc_main$c from "./components/medias/EpCarousel.vue.js";
45
- import _sfc_main$b from "./components/medias/EpIframe.vue.js";
43
+ import _sfc_main from "./components/interactions/EpAssociation.vue.js";
44
+ import _sfc_main$e from "./components/medias/EpAudio.vue.js";
45
+ import _sfc_main$d from "./components/medias/EpCarousel.vue.js";
46
+ import _sfc_main$c from "./components/medias/EpIframe.vue.js";
46
47
  import Comp$6 from "./components/medias/EpKatex.vue.js";
47
- import _sfc_main$a from "./components/medias/EpLink.vue.js";
48
- import _sfc_main$9 from "./components/medias/EpLinkVersion.vue.js";
49
- import _sfc_main$8 from "./components/medias/EpSoftware.vue.js";
50
- import _sfc_main$7 from "./components/medias/EpSvg.vue.js";
51
- import _sfc_main$6 from "./components/medias/EpTerm.vue.js";
48
+ import _sfc_main$b from "./components/medias/EpLink.vue.js";
49
+ import _sfc_main$a from "./components/medias/EpLinkVersion.vue.js";
50
+ import _sfc_main$9 from "./components/medias/EpSoftware.vue.js";
51
+ import _sfc_main$8 from "./components/medias/EpSvg.vue.js";
52
+ import _sfc_main$7 from "./components/medias/EpTerm.vue.js";
52
53
  import Comp$5 from "./components/medias/EpTimeLine.vue.js";
53
- import _sfc_main$5 from "./components/medias/EpVideo.vue.js";
54
- import _sfc_main$4 from "./components/medias/EpVideoPanopto.vue.js";
55
- import _sfc_main$3 from "./components/medias/EpWordDef.vue.js";
56
- import _sfc_main$2 from "./components/medias/EpCardLink.vue.js";
54
+ import _sfc_main$6 from "./components/medias/EpVideo.vue.js";
55
+ import _sfc_main$5 from "./components/medias/EpVideoPanopto.vue.js";
56
+ import _sfc_main$4 from "./components/medias/EpWordDef.vue.js";
57
+ import _sfc_main$3 from "./components/medias/EpCardLink.vue.js";
57
58
  import Comp$4 from "./components/medias/EpHierarchy.vue.js";
58
59
  import Comp$1 from "./components/medias/EpSensibleImage.vue.js";
59
60
  import Comp$3 from "./components/signages/EpAlert.vue.js";
60
- import _sfc_main$1 from "./components/signages/EpHeader.vue.js";
61
- import _sfc_main from "./components/signages/EpQuote.vue.js";
61
+ import _sfc_main$2 from "./components/signages/EpHeader.vue.js";
62
+ import _sfc_main$1 from "./components/signages/EpQuote.vue.js";
62
63
  import Comp$2 from "./components/signages/EpSkeleton.vue.js";
63
64
  const componentsToInstall = {
64
- EpText: _sfc_main$N,
65
- EpImg: _sfc_main$M,
66
- EpCard: _sfc_main$L,
67
- EpBtn: _sfc_main$K,
68
- EpChip: _sfc_main$J,
69
- EpDivider: _sfc_main$I,
70
- EpSection: _sfc_main$H,
71
- EpSectionCols: _sfc_main$G,
72
- EpSpinner: _sfc_main$F,
73
- EpFlex: _sfc_main$E,
74
- EpIcon: _sfc_main$D,
75
- EpTable: _sfc_main$C,
76
- EpStackedList: _sfc_main$B,
77
- EpHoverCard: _sfc_main$A,
78
- EpBarChart: _sfc_main$z,
79
- EpLineChart: _sfc_main$y,
80
- EpPieChart: _sfc_main$x,
81
- EpFunnelChart: _sfc_main$w,
82
- EpEdu: _sfc_main$v,
83
- EpReading: _sfc_main$u,
84
- EpResource: _sfc_main$t,
85
- EpScope: _sfc_main$s,
86
- EpObjective: _sfc_main$r,
87
- EpSpecificObjective: _sfc_main$q,
88
- EpIntroduction: _sfc_main$p,
89
- EpSegmentedBox: _sfc_main$o,
90
- EpInstructions: _sfc_main$n,
91
- EpDescription: _sfc_main$m,
92
- EpConclusion: _sfc_main$l,
93
- EpCodeblock: _sfc_main$k,
65
+ EpText: _sfc_main$O,
66
+ EpImg: _sfc_main$N,
67
+ EpCard: _sfc_main$M,
68
+ EpBtn: _sfc_main$L,
69
+ EpChip: _sfc_main$K,
70
+ EpDivider: _sfc_main$J,
71
+ EpSection: _sfc_main$I,
72
+ EpSectionCols: _sfc_main$H,
73
+ EpSpinner: _sfc_main$G,
74
+ EpFlex: _sfc_main$F,
75
+ EpIcon: _sfc_main$E,
76
+ EpTable: _sfc_main$D,
77
+ EpStackedList: _sfc_main$C,
78
+ EpHoverCard: _sfc_main$B,
79
+ EpBarChart: _sfc_main$A,
80
+ EpLineChart: _sfc_main$z,
81
+ EpPieChart: _sfc_main$y,
82
+ EpFunnelChart: _sfc_main$x,
83
+ EpEdu: _sfc_main$w,
84
+ EpReading: _sfc_main$v,
85
+ EpResource: _sfc_main$u,
86
+ EpScope: _sfc_main$t,
87
+ EpObjective: _sfc_main$s,
88
+ EpSpecificObjective: _sfc_main$r,
89
+ EpIntroduction: _sfc_main$q,
90
+ EpSegmentedBox: _sfc_main$p,
91
+ EpInstructions: _sfc_main$o,
92
+ EpDescription: _sfc_main$n,
93
+ EpConclusion: _sfc_main$m,
94
+ EpCodeblock: _sfc_main$l,
94
95
  EpBranchingScenario: Comp$9,
95
- EpDocument: _sfc_main$j,
96
+ EpDocument: _sfc_main$k,
96
97
  EpAccordeon: Comp$8,
97
- EpContentSlider: _sfc_main$i,
98
- EpModal: _sfc_main$h,
99
- EpQuestion: _sfc_main$g,
98
+ EpContentSlider: _sfc_main$j,
99
+ EpModal: _sfc_main$i,
100
+ EpQuestion: _sfc_main$h,
100
101
  EpTabs: Comp$7,
101
- EpSummativeTable: _sfc_main$f,
102
- EpSvgShow: _sfc_main$e,
103
- EpAudio: _sfc_main$d,
104
- EpCarousel: _sfc_main$c,
105
- EpIframe: _sfc_main$b,
102
+ EpSummativeTable: _sfc_main$g,
103
+ EpSvgShow: _sfc_main$f,
104
+ EpAudio: _sfc_main$e,
105
+ EpCarousel: _sfc_main$d,
106
+ EpIframe: _sfc_main$c,
106
107
  EpKatex: Comp$6,
107
- EpLink: _sfc_main$a,
108
- EpLinkVersion: _sfc_main$9,
109
- EpSoftware: _sfc_main$8,
110
- EpSvg: _sfc_main$7,
111
- EpTerm: _sfc_main$6,
108
+ EpLink: _sfc_main$b,
109
+ EpLinkVersion: _sfc_main$a,
110
+ EpSoftware: _sfc_main$9,
111
+ EpSvg: _sfc_main$8,
112
+ EpTerm: _sfc_main$7,
112
113
  EpTimeLine: Comp$5,
113
- EpVideo: _sfc_main$5,
114
- EpVideoPanopto: _sfc_main$4,
115
- EpWordDef: _sfc_main$3,
116
- EpCardLink: _sfc_main$2,
114
+ EpVideo: _sfc_main$6,
115
+ EpVideoPanopto: _sfc_main$5,
116
+ EpWordDef: _sfc_main$4,
117
+ EpCardLink: _sfc_main$3,
117
118
  EpHierarchy: Comp$4,
118
119
  EpAlert: Comp$3,
119
- EpHeader: _sfc_main$1,
120
- EpQuote: _sfc_main,
120
+ EpHeader: _sfc_main$2,
121
+ EpQuote: _sfc_main$1,
121
122
  EpSkeleton: Comp$2,
122
123
  EpSensibleImage: Comp$1,
123
- EpFlipCard: Comp
124
+ EpFlipCard: Comp,
125
+ EpAssociation: _sfc_main
124
126
  };
125
127
  const index = {
126
128
  install(app) {
@@ -132,64 +134,65 @@ const index = {
132
134
  export {
133
135
  Comp$8 as EpAccordeon,
134
136
  Comp$3 as EpAlert,
135
- _sfc_main$d as EpAudio,
136
- _sfc_main$z as EpBarChart,
137
+ _sfc_main as EpAssociation,
138
+ _sfc_main$e as EpAudio,
139
+ _sfc_main$A as EpBarChart,
137
140
  Comp$9 as EpBranchingScenario,
138
- _sfc_main$K as EpBtn,
139
- _sfc_main$L as EpCard,
140
- _sfc_main$2 as EpCardLink,
141
- _sfc_main$c as EpCarousel,
142
- _sfc_main$J as EpChip,
143
- _sfc_main$k as EpCodeblock,
144
- _sfc_main$l as EpConclusion,
145
- _sfc_main$i as EpContentSlider,
146
- _sfc_main$m as EpDescription,
147
- _sfc_main$I as EpDivider,
148
- _sfc_main$j as EpDocument,
149
- _sfc_main$v as EpEdu,
150
- _sfc_main$E as EpFlex,
141
+ _sfc_main$L as EpBtn,
142
+ _sfc_main$M as EpCard,
143
+ _sfc_main$3 as EpCardLink,
144
+ _sfc_main$d as EpCarousel,
145
+ _sfc_main$K as EpChip,
146
+ _sfc_main$l as EpCodeblock,
147
+ _sfc_main$m as EpConclusion,
148
+ _sfc_main$j as EpContentSlider,
149
+ _sfc_main$n as EpDescription,
150
+ _sfc_main$J as EpDivider,
151
+ _sfc_main$k as EpDocument,
152
+ _sfc_main$w as EpEdu,
153
+ _sfc_main$F as EpFlex,
151
154
  Comp as EpFlipCard,
152
- _sfc_main$w as EpFunnelChart,
153
- _sfc_main$1 as EpHeader,
155
+ _sfc_main$x as EpFunnelChart,
156
+ _sfc_main$2 as EpHeader,
154
157
  Comp$4 as EpHierarchy,
155
- _sfc_main$A as EpHoverCard,
156
- _sfc_main$D as EpIcon,
157
- _sfc_main$b as EpIframe,
158
- _sfc_main$M as EpImg,
159
- _sfc_main$n as EpInstructions,
160
- _sfc_main$p as EpIntroduction,
158
+ _sfc_main$B as EpHoverCard,
159
+ _sfc_main$E as EpIcon,
160
+ _sfc_main$c as EpIframe,
161
+ _sfc_main$N as EpImg,
162
+ _sfc_main$o as EpInstructions,
163
+ _sfc_main$q as EpIntroduction,
161
164
  Comp$6 as EpKatex,
162
- _sfc_main$y as EpLineChart,
163
- _sfc_main$a as EpLink,
164
- _sfc_main$9 as EpLinkVersion,
165
- _sfc_main$h as EpModal,
166
- _sfc_main$r as EpObjective,
167
- _sfc_main$x as EpPieChart,
168
- _sfc_main$g as EpQuestion,
169
- _sfc_main as EpQuote,
170
- _sfc_main$u as EpReading,
171
- _sfc_main$t as EpResource,
172
- _sfc_main$s as EpScope,
173
- _sfc_main$H as EpSection,
174
- _sfc_main$G as EpSectionCols,
175
- _sfc_main$o as EpSegmentedBox,
165
+ _sfc_main$z as EpLineChart,
166
+ _sfc_main$b as EpLink,
167
+ _sfc_main$a as EpLinkVersion,
168
+ _sfc_main$i as EpModal,
169
+ _sfc_main$s as EpObjective,
170
+ _sfc_main$y as EpPieChart,
171
+ _sfc_main$h as EpQuestion,
172
+ _sfc_main$1 as EpQuote,
173
+ _sfc_main$v as EpReading,
174
+ _sfc_main$u as EpResource,
175
+ _sfc_main$t as EpScope,
176
+ _sfc_main$I as EpSection,
177
+ _sfc_main$H as EpSectionCols,
178
+ _sfc_main$p as EpSegmentedBox,
176
179
  Comp$1 as EpSensibleImage,
177
180
  Comp$2 as EpSkeleton,
178
- _sfc_main$8 as EpSoftware,
179
- _sfc_main$q as EpSpecificObjective,
180
- _sfc_main$F as EpSpinner,
181
- _sfc_main$B as EpStackedList,
182
- _sfc_main$f as EpSummativeTable,
183
- _sfc_main$7 as EpSvg,
184
- _sfc_main$e as EpSvgShow,
185
- _sfc_main$C as EpTable,
181
+ _sfc_main$9 as EpSoftware,
182
+ _sfc_main$r as EpSpecificObjective,
183
+ _sfc_main$G as EpSpinner,
184
+ _sfc_main$C as EpStackedList,
185
+ _sfc_main$g as EpSummativeTable,
186
+ _sfc_main$8 as EpSvg,
187
+ _sfc_main$f as EpSvgShow,
188
+ _sfc_main$D as EpTable,
186
189
  Comp$7 as EpTabs,
187
- _sfc_main$6 as EpTerm,
188
- _sfc_main$N as EpText,
190
+ _sfc_main$7 as EpTerm,
191
+ _sfc_main$O as EpText,
189
192
  Comp$5 as EpTimeLine,
190
- _sfc_main$5 as EpVideo,
191
- _sfc_main$4 as EpVideoPanopto,
192
- _sfc_main$3 as EpWordDef,
193
+ _sfc_main$6 as EpVideo,
194
+ _sfc_main$5 as EpVideoPanopto,
195
+ _sfc_main$4 as EpWordDef,
193
196
  index as default
194
197
  };
195
198
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["// src/index.ts\nimport type { App, Plugin, Component } from 'vue'\n\n// ——— your curated picks ———\nimport EpText from '~/components/basics/EpText.vue'\nimport EpImg from '~/components/basics/EpImg.vue'\nimport EpCard from '~/components/basics/EpCard.vue'\nimport EpBtn from '~/components/basics/EpBtn.vue'\nimport EpChip from '~/components/basics/EpChip.vue'\nimport EpDivider from '~/components/basics/EpDivider.vue'\nimport EpSection from '~/components/basics/EpSection.vue'\nimport EpSectionCols from '~/components/basics/EpSectionCols.vue'\nimport EpSpinner from '~/components/basics/EpSpinner.vue'\nimport EpFlex from '~/components/basics/EpFlex.vue'\nimport EpIcon from '~/components/basics/EpIcon.vue'\nimport EpTable from '~/components/basics/EpTable.vue'\nimport EpStackedList from '~/components/basics/EpStackedList.vue'\nimport EpHoverCard from '~/components/basics/EpHoverCard.vue'\n\nimport EpBarChart from '~/components/charts/EpBarChart.vue'\nimport EpLineChart from '~/components/charts/EpLineChart.vue'\nimport EpPieChart from '~/components/charts/EpPieChart.vue'\nimport EpFunnelChart from '~/components/charts/EpFunnelChart.vue'\n\nimport EpEdu from '~/components/educationals/EpEdu.vue'\nimport EpReading from '~/components/educationals/EpReading.vue'\nimport EpResource from '~/components/educationals/EpResource.vue'\nimport EpScope from '~/components/educationals/EpScope.vue'\nimport EpObjective from '~/components/educationals/EpObjective.vue'\nimport EpSpecificObjective from '~/components/educationals/EpSpecificObjective.vue'\nimport EpIntroduction from '~/components/educationals/EpIntroduction.vue'\nimport EpInstructions from '~/components/educationals/EpInstructions.vue'\nimport EpDescription from '~/components/educationals/EpDescription.vue'\nimport EpConclusion from '~/components/educationals/EpConclusion.vue'\nimport EpCodeblock from '~/components/educationals/EpCodeblock.vue'\nimport EpBranchingScenario from '~/components/educationals/EpBranchingScenario.vue'\nimport EpDocument from '~/components/educationals/EpDocument.vue'\nimport EpSegmentedBox from './components/educationals/EpSegmentedBox.vue'\n\nimport EpAccordeon from '~/components/interactions/EpAccordeon.vue'\nimport EpContentSlider from '~/components/interactions/EpContentSlider.vue'\nimport EpModal from '~/components/interactions/EpModal.vue'\nimport EpQuestion from '~/components/interactions/EpQuestion.vue'\nimport EpTabs from '~/components/interactions/EpTabs.vue'\nimport EpSummativeTable from '~/components/interactions/EpSummativeTable.vue'\nimport EpSvgShow from '~/components/interactions/EpSvgShow.vue'\nimport EpFlipCard from './components/interactions/EpFlipCard.vue'\n\nimport EpAudio from '~/components/medias/EpAudio.vue'\nimport EpCarousel from '~/components/medias/EpCarousel.vue'\nimport EpIframe from '~/components/medias/EpIframe.vue'\nimport EpKatex from '~/components/medias/EpKatex.vue'\nimport EpLink from '~/components/medias/EpLink.vue'\nimport EpLinkVersion from '~/components/medias/EpLinkVersion.vue'\nimport EpSoftware from '~/components/medias/EpSoftware.vue'\nimport EpSvg from '~/components/medias/EpSvg.vue'\nimport EpTerm from '~/components/medias/EpTerm.vue'\nimport EpTimeLine from '~/components/medias/EpTimeLine.vue'\nimport EpVideo from '~/components/medias/EpVideo.vue'\nimport EpVideoPanopto from '~/components/medias/EpVideoPanopto.vue'\nimport EpWordDef from '~/components/medias/EpWordDef.vue'\nimport EpCardLink from '~/components/medias/EpCardLink.vue'\nimport EpHierarchy from '~/components/medias/EpHierarchy.vue'\nimport EpSensibleImage from './components/medias/EpSensibleImage.vue'\n\nimport EpAlert from '~/components/signages/EpAlert.vue'\nimport EpHeader from '~/components/signages/EpHeader.vue'\nimport EpQuote from '~/components/signages/EpQuote.vue'\nimport EpSkeleton from '~/components/signages/EpSkeleton.vue'\n\n// ——— named exports for convenience (doesn't break tree-shaking of per-entry imports) ———\nexport {\n EpText, EpImg, EpCard, EpBtn, EpChip, EpDivider, EpSection, EpSectionCols, EpSpinner, EpFlex, EpIcon,\n EpTable, EpStackedList, EpHoverCard,\n EpBarChart, EpLineChart, EpPieChart, EpFunnelChart,\n EpEdu, EpReading, EpResource, EpScope, EpObjective, EpSpecificObjective, EpIntroduction, EpSegmentedBox,\n EpInstructions, EpDescription, EpConclusion, EpCodeblock, EpBranchingScenario, EpDocument,\n EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpSummativeTable, EpSvgShow,\n EpAudio, EpCarousel, EpIframe, EpKatex, EpLink, EpLinkVersion, EpSoftware, EpSvg, EpTerm, EpTimeLine,\n EpVideo, EpVideoPanopto, EpWordDef, EpCardLink, EpHierarchy,\n EpAlert, EpHeader, EpQuote, EpSkeleton, EpSensibleImage, EpFlipCard\n}\n\n// ——— default plugin registers ONLY what you picked above ———\nconst componentsToInstall = {\n EpText, EpImg, EpCard, EpBtn, EpChip, EpDivider, EpSection, EpSectionCols, EpSpinner, EpFlex, EpIcon,\n EpTable, EpStackedList, EpHoverCard,\n EpBarChart, EpLineChart, EpPieChart, EpFunnelChart,\n EpEdu, EpReading, EpResource, EpScope, EpObjective, EpSpecificObjective, EpIntroduction, EpSegmentedBox,\n EpInstructions, EpDescription, EpConclusion, EpCodeblock, EpBranchingScenario, EpDocument,\n EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpSummativeTable, EpSvgShow,\n EpAudio, EpCarousel, EpIframe, EpKatex, EpLink, EpLinkVersion, EpSoftware, EpSvg, EpTerm, EpTimeLine,\n EpVideo, EpVideoPanopto, EpWordDef, EpCardLink, EpHierarchy,\n EpAlert, EpHeader, EpQuote, EpSkeleton, EpSensibleImage, EpFlipCard\n} as const satisfies Record<string, Component>\n\nexport default {\n install(app: App) {\n for (const [name, c] of Object.entries(componentsToInstall)) {\n app.component(name, c)\n }\n },\n} satisfies Plugin\n"],"names":["EpText","EpImg","EpCard","EpBtn","EpChip","EpDivider","EpSection","EpSectionCols","EpSpinner","EpFlex","EpIcon","EpTable","EpStackedList","EpHoverCard","EpBarChart","EpLineChart","EpPieChart","EpFunnelChart","EpEdu","EpReading","EpResource","EpScope","EpObjective","EpSpecificObjective","EpIntroduction","EpSegmentedBox","EpInstructions","EpDescription","EpConclusion","EpCodeblock","EpBranchingScenario","EpDocument","EpAccordeon","EpContentSlider","EpModal","EpQuestion","EpTabs","EpSummativeTable","EpSvgShow","EpAudio","EpCarousel","EpIframe","EpKatex","EpLink","EpLinkVersion","EpSoftware","EpSvg","EpTerm","EpTimeLine","EpVideo","EpVideoPanopto","EpWordDef","EpCardLink","EpHierarchy","EpAlert","EpHeader","EpQuote","EpSkeleton","EpSensibleImage","EpFlipCard"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoFA,MAAM,sBAAsB;AAAA,EAAA,QAC1BA;AAAAA,EAAA,OAAQC;AAAAA,EAAA,QAAOC;AAAAA,EAAA,OAAQC;AAAAA,EAAA,QAAOC;AAAAA,EAAA,WAAQC;AAAAA,EAAA,WAAWC;AAAAA,EAAA,eAAWC;AAAAA,EAAA,WAAeC;AAAAA,EAAA,QAAWC;AAAAA,EAAA,QAAQC;AAAAA,EAAA,SAC9FC;AAAAA,EAAA,eAASC;AAAAA,EAAA,aAAeC;AAAAA,EAAA,YACxBC;AAAAA,EAAA,aAAYC;AAAAA,EAAA,YAAaC;AAAAA,EAAA,eAAYC;AAAAA,EAAA,OACrCC;AAAAA,EAAA,WAAOC;AAAAA,EAAA,YAAWC;AAAAA,EAAA,SAAYC;AAAAA,EAAA,aAASC;AAAAA,EAAA,qBAAaC;AAAAA,EAAA,gBAAqBC;AAAAA,EAAA,gBAAgBC;AAAAA,EAAA,gBACzFC;AAAAA,EAAA,eAAgBC;AAAAA,EAAA,cAAeC;AAAAA,EAAA,aAAcC;AAAAA,EAAA,qBAAaC;AAAAA,EAAA,YAAqBC;AAAAA,EAAA,aAC/EC;AAAAA,EAAA,iBAAaC;AAAAA,EAAA,SAAiBC;AAAAA,EAAA,YAASC;AAAAA,EAAA,QAAYC;AAAAA,EAAA,kBAAQC;AAAAA,EAAA,WAAkBC;AAAAA,EAAA,SAC7EC;AAAAA,EAAA,YAASC;AAAAA,EAAA,UAAYC;AAAAA,EAAA,SAAUC;AAAAA,EAAA,QAASC;AAAAA,EAAA,eAAQC;AAAAA,EAAA,YAAeC;AAAAA,EAAA,OAAYC;AAAAA,EAAA,QAAOC;AAAAA,EAAA,YAAQC;AAAAA,EAAA,SAC1FC;AAAAA,EAAA,gBAASC;AAAAA,EAAA,WAAgBC;AAAAA,EAAA,YAAWC;AAAAA,EAAA,aAAYC;AAAAA,EAAA,SAChDC;AAAAA,EAAA,UAASC;AAAAA,EAAA,SAAUC;AAAAA,EAAA,YAASC;AAAAA,EAAA,iBAAYC;AAAAA,EAAA,YAAiBC;AAC3D;AAEA,MAAA,QAAe;AAAA,EACb,QAAQ,KAAU;AAChB,eAAW,CAAC,MAAM,CAAC,KAAK,OAAO,QAAQ,mBAAmB,GAAG;AAC3D,UAAI,UAAU,MAAM,CAAC;AAAA,IACvB;AAAA,EACF;AACF;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["// src/index.ts\nimport type { App, Plugin, Component } from 'vue'\n\n// ——— your curated picks ———\nimport EpText from '~/components/basics/EpText.vue'\nimport EpImg from '~/components/basics/EpImg.vue'\nimport EpCard from '~/components/basics/EpCard.vue'\nimport EpBtn from '~/components/basics/EpBtn.vue'\nimport EpChip from '~/components/basics/EpChip.vue'\nimport EpDivider from '~/components/basics/EpDivider.vue'\nimport EpSection from '~/components/basics/EpSection.vue'\nimport EpSectionCols from '~/components/basics/EpSectionCols.vue'\nimport EpSpinner from '~/components/basics/EpSpinner.vue'\nimport EpFlex from '~/components/basics/EpFlex.vue'\nimport EpIcon from '~/components/basics/EpIcon.vue'\nimport EpTable from '~/components/basics/EpTable.vue'\nimport EpStackedList from '~/components/basics/EpStackedList.vue'\nimport EpHoverCard from '~/components/basics/EpHoverCard.vue'\n\nimport EpBarChart from '~/components/charts/EpBarChart.vue'\nimport EpLineChart from '~/components/charts/EpLineChart.vue'\nimport EpPieChart from '~/components/charts/EpPieChart.vue'\nimport EpFunnelChart from '~/components/charts/EpFunnelChart.vue'\n\nimport EpEdu from '~/components/educationals/EpEdu.vue'\nimport EpReading from '~/components/educationals/EpReading.vue'\nimport EpResource from '~/components/educationals/EpResource.vue'\nimport EpScope from '~/components/educationals/EpScope.vue'\nimport EpObjective from '~/components/educationals/EpObjective.vue'\nimport EpSpecificObjective from '~/components/educationals/EpSpecificObjective.vue'\nimport EpIntroduction from '~/components/educationals/EpIntroduction.vue'\nimport EpInstructions from '~/components/educationals/EpInstructions.vue'\nimport EpDescription from '~/components/educationals/EpDescription.vue'\nimport EpConclusion from '~/components/educationals/EpConclusion.vue'\nimport EpCodeblock from '~/components/educationals/EpCodeblock.vue'\nimport EpBranchingScenario from '~/components/educationals/EpBranchingScenario.vue'\nimport EpDocument from '~/components/educationals/EpDocument.vue'\nimport EpSegmentedBox from './components/educationals/EpSegmentedBox.vue'\n\nimport EpAccordeon from '~/components/interactions/EpAccordeon.vue'\nimport EpContentSlider from '~/components/interactions/EpContentSlider.vue'\nimport EpModal from '~/components/interactions/EpModal.vue'\nimport EpQuestion from '~/components/interactions/EpQuestion.vue'\nimport EpTabs from '~/components/interactions/EpTabs.vue'\nimport EpSummativeTable from '~/components/interactions/EpSummativeTable.vue'\nimport EpSvgShow from '~/components/interactions/EpSvgShow.vue'\nimport EpFlipCard from './components/interactions/EpFlipCard.vue'\nimport EpAssociation from './components/interactions/EpAssociation.vue'\n\nimport EpAudio from '~/components/medias/EpAudio.vue'\nimport EpCarousel from '~/components/medias/EpCarousel.vue'\nimport EpIframe from '~/components/medias/EpIframe.vue'\nimport EpKatex from '~/components/medias/EpKatex.vue'\nimport EpLink from '~/components/medias/EpLink.vue'\nimport EpLinkVersion from '~/components/medias/EpLinkVersion.vue'\nimport EpSoftware from '~/components/medias/EpSoftware.vue'\nimport EpSvg from '~/components/medias/EpSvg.vue'\nimport EpTerm from '~/components/medias/EpTerm.vue'\nimport EpTimeLine from '~/components/medias/EpTimeLine.vue'\nimport EpVideo from '~/components/medias/EpVideo.vue'\nimport EpVideoPanopto from '~/components/medias/EpVideoPanopto.vue'\nimport EpWordDef from '~/components/medias/EpWordDef.vue'\nimport EpCardLink from '~/components/medias/EpCardLink.vue'\nimport EpHierarchy from '~/components/medias/EpHierarchy.vue'\nimport EpSensibleImage from './components/medias/EpSensibleImage.vue'\n\nimport EpAlert from '~/components/signages/EpAlert.vue'\nimport EpHeader from '~/components/signages/EpHeader.vue'\nimport EpQuote from '~/components/signages/EpQuote.vue'\nimport EpSkeleton from '~/components/signages/EpSkeleton.vue'\n\n// ——— named exports for convenience (doesn't break tree-shaking of per-entry imports) ———\nexport {\n EpText, EpImg, EpCard, EpBtn, EpChip, EpDivider, EpSection, EpSectionCols, EpSpinner, EpFlex, EpIcon,\n EpTable, EpStackedList, EpHoverCard,\n EpBarChart, EpLineChart, EpPieChart, EpFunnelChart,\n EpEdu, EpReading, EpResource, EpScope, EpObjective, EpSpecificObjective, EpIntroduction, EpSegmentedBox,\n EpInstructions, EpDescription, EpConclusion, EpCodeblock, EpBranchingScenario, EpDocument,\n EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpSummativeTable, EpSvgShow,\n EpAudio, EpCarousel, EpIframe, EpKatex, EpLink, EpLinkVersion, EpSoftware, EpSvg, EpTerm, EpTimeLine,\n EpVideo, EpVideoPanopto, EpWordDef, EpCardLink, EpHierarchy,\n EpAlert, EpHeader, EpQuote, EpSkeleton, EpSensibleImage, EpFlipCard, EpAssociation\n}\n\n// ——— default plugin registers ONLY what you picked above ———\nconst componentsToInstall = {\n EpText, EpImg, EpCard, EpBtn, EpChip, EpDivider, EpSection, EpSectionCols, EpSpinner, EpFlex, EpIcon,\n EpTable, EpStackedList, EpHoverCard,\n EpBarChart, EpLineChart, EpPieChart, EpFunnelChart,\n EpEdu, EpReading, EpResource, EpScope, EpObjective, EpSpecificObjective, EpIntroduction, EpSegmentedBox,\n EpInstructions, EpDescription, EpConclusion, EpCodeblock, EpBranchingScenario, EpDocument,\n EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpSummativeTable, EpSvgShow,\n EpAudio, EpCarousel, EpIframe, EpKatex, EpLink, EpLinkVersion, EpSoftware, EpSvg, EpTerm, EpTimeLine,\n EpVideo, EpVideoPanopto, EpWordDef, EpCardLink, EpHierarchy,\n EpAlert, EpHeader, EpQuote, EpSkeleton, EpSensibleImage, EpFlipCard, EpAssociation\n} as const satisfies Record<string, Component>\n\nexport default {\n install(app: App) {\n for (const [name, c] of Object.entries(componentsToInstall)) {\n app.component(name, c)\n }\n },\n} satisfies Plugin\n"],"names":["EpText","EpImg","EpCard","EpBtn","EpChip","EpDivider","EpSection","EpSectionCols","EpSpinner","EpFlex","EpIcon","EpTable","EpStackedList","EpHoverCard","EpBarChart","EpLineChart","EpPieChart","EpFunnelChart","EpEdu","EpReading","EpResource","EpScope","EpObjective","EpSpecificObjective","EpIntroduction","EpSegmentedBox","EpInstructions","EpDescription","EpConclusion","EpCodeblock","EpBranchingScenario","EpDocument","EpAccordeon","EpContentSlider","EpModal","EpQuestion","EpTabs","EpSummativeTable","EpSvgShow","EpAudio","EpCarousel","EpIframe","EpKatex","EpLink","EpLinkVersion","EpSoftware","EpSvg","EpTerm","EpTimeLine","EpVideo","EpVideoPanopto","EpWordDef","EpCardLink","EpHierarchy","EpAlert","EpHeader","EpQuote","EpSkeleton","EpSensibleImage","EpFlipCard","EpAssociation"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqFA,MAAM,sBAAsB;AAAA,EAAA,QAC1BA;AAAAA,EAAA,OAAQC;AAAAA,EAAA,QAAOC;AAAAA,EAAA,OAAQC;AAAAA,EAAA,QAAOC;AAAAA,EAAA,WAAQC;AAAAA,EAAA,WAAWC;AAAAA,EAAA,eAAWC;AAAAA,EAAA,WAAeC;AAAAA,EAAA,QAAWC;AAAAA,EAAA,QAAQC;AAAAA,EAAA,SAC9FC;AAAAA,EAAA,eAASC;AAAAA,EAAA,aAAeC;AAAAA,EAAA,YACxBC;AAAAA,EAAA,aAAYC;AAAAA,EAAA,YAAaC;AAAAA,EAAA,eAAYC;AAAAA,EAAA,OACrCC;AAAAA,EAAA,WAAOC;AAAAA,EAAA,YAAWC;AAAAA,EAAA,SAAYC;AAAAA,EAAA,aAASC;AAAAA,EAAA,qBAAaC;AAAAA,EAAA,gBAAqBC;AAAAA,EAAA,gBAAgBC;AAAAA,EAAA,gBACzFC;AAAAA,EAAA,eAAgBC;AAAAA,EAAA,cAAeC;AAAAA,EAAA,aAAcC;AAAAA,EAAA,qBAAaC;AAAAA,EAAA,YAAqBC;AAAAA,EAAA,aAC/EC;AAAAA,EAAA,iBAAaC;AAAAA,EAAA,SAAiBC;AAAAA,EAAA,YAASC;AAAAA,EAAA,QAAYC;AAAAA,EAAA,kBAAQC;AAAAA,EAAA,WAAkBC;AAAAA,EAAA,SAC7EC;AAAAA,EAAA,YAASC;AAAAA,EAAA,UAAYC;AAAAA,EAAA,SAAUC;AAAAA,EAAA,QAASC;AAAAA,EAAA,eAAQC;AAAAA,EAAA,YAAeC;AAAAA,EAAA,OAAYC;AAAAA,EAAA,QAAOC;AAAAA,EAAA,YAAQC;AAAAA,EAAA,SAC1FC;AAAAA,EAAA,gBAASC;AAAAA,EAAA,WAAgBC;AAAAA,EAAA,YAAWC;AAAAA,EAAA,aAAYC;AAAAA,EAAA,SAChDC;AAAAA,EAAA,UAASC;AAAAA,EAAA,SAAUC;AAAAA,EAAA,YAASC;AAAAA,EAAA,iBAAYC;AAAAA,EAAA,YAAiBC;AAAAA,EAAA,eAAYC;AACvE;AAEA,MAAA,QAAe;AAAA,EACb,QAAQ,KAAU;AAChB,eAAW,CAAC,MAAM,CAAC,KAAK,OAAO,QAAQ,mBAAmB,GAAG;AAC3D,UAAI,UAAU,MAAM,CAAC;AAAA,IACvB;AAAA,EACF;AACF;"}
package/dist/style.css CHANGED
@@ -1,43 +1,4 @@
1
1
 
2
- .ep-modal-mask {
3
- position: fixed;
4
- z-index: 6998;
5
- top: 0;
6
- left: 0;
7
- width: 100%;
8
- height: 100%;
9
- background-color: rgba(0, 0, 0, 0.5);
10
- display: flex;
11
- transition: opacity 0.3s ease;
12
- }
13
- .ep-modal-container {
14
- margin: auto;
15
- max-height: 95%;
16
- transition: all 0.3s ease;
17
- z-index: 7000;
18
- }
19
- .ep-modal-header h3 {
20
- margin-top: 0;
21
- color: #42b983;
22
- }
23
- .ep-modal-body {
24
- margin: 20px 0;
25
- }
26
- .ep-modal-default-button {
27
- float: right;
28
- }
29
- .ep-modal-enter-from {
30
- opacity: 0;
31
- }
32
- .ep-modal-leave-to {
33
- opacity: 0;
34
- }
35
- .ep-modal-enter-from .ep-modal-container,
36
- .ep-modal-leave-to .ep-modal-container {
37
- transform: scale(1.1);
38
- }
39
-
40
-
41
2
  @keyframes fade-6f6eb558 {
42
3
  0% {
43
4
  opacity: 0;
@@ -77,21 +38,31 @@
77
38
  .slideY[data-v-6f6eb558] {
78
39
  animation: slideY-6f6eb558 1s;
79
40
  }
80
- /*$vite$:1*/
41
+
81
42
 
82
43
  pre {
83
44
  white-space: break-spaces;
84
45
  }
85
46
  /*$vite$:1*/
86
47
 
87
- .ep-accordeon-content[data-v-9a4f2570] {
88
- transition: max-height 0.2s ease-out;
89
- overflow: hidden;
48
+ .perspective-1000[data-v-edc221ae] { perspective: 1000px
49
+ }
50
+ .preserve-3d[data-v-edc221ae] { transform-style: preserve-3d
51
+ }
52
+ .backface-hidden[data-v-edc221ae] { backface-visibility: hidden
53
+ }
54
+ .rotate-y-180[data-v-edc221ae] { transform: rotateY(180deg)
55
+ }
56
+
57
+ /* simple fade for the helper badge */
58
+ .fade-enter-active[data-v-edc221ae], .fade-leave-active[data-v-edc221ae] { transition: opacity .3s
59
+ }
60
+ .fade-enter-from[data-v-edc221ae], .fade-leave-to[data-v-edc221ae] { opacity: 0
90
61
  }
91
62
  /*$vite$:1*/
92
63
 
93
- .ep-sensible-content[data-v-0098bf11] {
94
- position: relative;
64
+ .katex[data-v-a9b6227c] {
65
+ font-size: 1.6em;
95
66
  }
96
67
  /*$vite$:1*/
97
68
 
@@ -106,24 +77,53 @@ pre {
106
77
  }
107
78
  /*$vite$:1*/
108
79
 
109
- .katex[data-v-a9b6227c] {
110
- font-size: 1.6em;
80
+ .ep-accordeon-content[data-v-9a4f2570] {
81
+ transition: max-height 0.2s ease-out;
82
+ overflow: hidden;
111
83
  }
112
84
  /*$vite$:1*/
113
85
 
114
- .perspective-1000[data-v-edc221ae] { perspective: 1000px
86
+ .ep-modal-mask {
87
+ position: fixed;
88
+ z-index: 6998;
89
+ top: 0;
90
+ left: 0;
91
+ width: 100%;
92
+ height: 100%;
93
+ background-color: rgba(0, 0, 0, 0.5);
94
+ display: flex;
95
+ transition: opacity 0.3s ease;
115
96
  }
116
- .preserve-3d[data-v-edc221ae] { transform-style: preserve-3d
97
+ .ep-modal-container {
98
+ margin: auto;
99
+ max-height: 95%;
100
+ transition: all 0.3s ease;
101
+ z-index: 7000;
117
102
  }
118
- .backface-hidden[data-v-edc221ae] { backface-visibility: hidden
103
+ .ep-modal-header h3 {
104
+ margin-top: 0;
105
+ color: #42b983;
119
106
  }
120
- .rotate-y-180[data-v-edc221ae] { transform: rotateY(180deg)
107
+ .ep-modal-body {
108
+ margin: 20px 0;
121
109
  }
122
-
123
- /* simple fade for the helper badge */
124
- .fade-enter-active[data-v-edc221ae], .fade-leave-active[data-v-edc221ae] { transition: opacity .3s
110
+ .ep-modal-default-button {
111
+ float: right;
125
112
  }
126
- .fade-enter-from[data-v-edc221ae], .fade-leave-to[data-v-edc221ae] { opacity: 0
113
+ .ep-modal-enter-from {
114
+ opacity: 0;
115
+ }
116
+ .ep-modal-leave-to {
117
+ opacity: 0;
118
+ }
119
+ .ep-modal-enter-from .ep-modal-container,
120
+ .ep-modal-leave-to .ep-modal-container {
121
+ transform: scale(1.1);
122
+ }
123
+ /*$vite$:1*/
124
+
125
+ .ep-sensible-content[data-v-0098bf11] {
126
+ position: relative;
127
127
  }
128
128
  /*$vite$:1*/
129
129
 
@@ -133,6 +133,12 @@ pre {
133
133
  }
134
134
  /*$vite$:1*/
135
135
 
136
+ .shape[data-v-4a99873e] {
137
+ height: var(--e4ec2c0a);
138
+ width: var(--3f346a72);
139
+ }
140
+ /*$vite$:1*/
141
+
136
142
  .ep-tree-wrapper[data-v-482cff9d] {
137
143
  overflow: auto;
138
144
  border: 1px solid #ddd;
@@ -143,19 +149,6 @@ pre {
143
149
  }
144
150
  /*$vite$:1*/
145
151
 
146
- .shape[data-v-4a99873e] {
147
- height: var(--e4ec2c0a);
148
- width: var(--3f346a72);
149
- }
150
- /*$vite$:1*/
151
-
152
- .ep-display-box[data-v-4e1d2bd1] {
153
- z-index: 9999;
154
- position: absolute;
155
- right: 12rem;
156
- }
157
- /*$vite$:1*/
158
-
159
152
  /* Target the top-level KaTeX container and increase the font size */
160
153
  .katex-block[data-v-0d66d7fc] .katex {
161
154
  /* Increase the overall size of the math relative to the parent font size */
@@ -167,6 +160,13 @@ pre {
167
160
  }
168
161
  /*$vite$:1*/
169
162
 
163
+ .ep-display-box[data-v-4e1d2bd1] {
164
+ z-index: 9999;
165
+ position: absolute;
166
+ right: 12rem;
167
+ }
168
+ /*$vite$:1*/
169
+
170
170
  .ep-content-timeline-item[data-v-6a472392] {
171
171
  max-height: 0;
172
172
  overflow: hidden;
@@ -0,0 +1,17 @@
1
+ export interface LeftOption {
2
+ uid: string;
3
+ text: string;
4
+ answers: string[];
5
+ position?: {
6
+ x: number;
7
+ y: number;
8
+ };
9
+ }
10
+ export interface RightOption {
11
+ uid: string;
12
+ text: string;
13
+ position?: {
14
+ x: number;
15
+ y: number;
16
+ };
17
+ }
@@ -0,0 +1,8 @@
1
+ import { LeftOption, RightOption } from '../Association';
2
+ export interface EpAssociationProps {
3
+ leftOptions: LeftOption[];
4
+ rightOptions: RightOption[];
5
+ interactive?: boolean; // si true, on permet à l'étudiant d'essayer le matching; si false, on affiche juste la bonne réponse
6
+ mustTry?: boolean; // pris en compte seulement lorsque interactive = true. si true, alors l'étudiant ne peut pas voir le corriger sans avoir essayé de faire le matching
7
+ }
8
+
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "ep-lib-ts",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
- "files": ["dist"],
5
+ "files": [
6
+ "dist"
7
+ ],
6
8
  "main": "./dist/index.js",
7
9
  "module": "./dist/index.js",
8
10
  "types": "./dist/index.d.ts",
@@ -19,7 +21,9 @@
19
21
  },
20
22
  "typesVersions": {
21
23
  "*": {
22
- "entry/*": ["dist/entry/*"]
24
+ "entry/*": [
25
+ "dist/entry/*"
26
+ ]
23
27
  }
24
28
  },
25
29
  "scripts": {
@@ -30,6 +34,7 @@
30
34
  "dependencies": {
31
35
  "@lottiefiles/dotlottie-vue": "0.9.2",
32
36
  "@mdi/js": "7.4.47",
37
+ "@vue-flow/core": "^1.48.2",
33
38
  "@vueuse/core": "10.9.0",
34
39
  "@wdns/vue-code-block": "2.3.5",
35
40
  "aframe": "1.7.1",