ep-lib-ts 1.1.3 → 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.
- package/dist/components/basics/EpAvatar.vue.js +1 -55
- package/dist/components/basics/EpAvatar.vue.js.map +1 -1
- package/dist/components/basics/EpAvatar.vue2.js +55 -1
- package/dist/components/basics/EpAvatar.vue2.js.map +1 -1
- package/dist/components/basics/EpStackedList.vue.js +1 -1
- package/dist/components/educationals/EpBranchingScenario.vue2.js +2 -2
- package/dist/components/educationals/EpResource.vue.js +1 -1
- package/dist/components/educationals/EpResource.vue.js.map +1 -1
- package/dist/components/interactions/EpAssociation.vue.js +235 -0
- package/dist/components/interactions/EpAssociation.vue.js.map +1 -0
- package/dist/components/interactions/EpAssociation.vue2.js +5 -0
- package/dist/components/interactions/EpAssociation.vue2.js.map +1 -0
- package/dist/components/interactions/EpContentSlider.vue.js +2 -1
- package/dist/components/interactions/EpContentSlider.vue.js.map +1 -1
- package/dist/components/interactions/EpQuestion.vue.js +1 -1
- package/dist/components/interactions/EpQuestion.vue.js.map +1 -1
- package/dist/components/medias/EpHierarchy.vue2.js +1 -1
- package/dist/components/medias/EpHierarchy.vue2.js.map +1 -1
- package/dist/components/tools/AssociationNode.vue.js +5 -0
- package/dist/components/tools/AssociationNode.vue.js.map +1 -0
- package/dist/components/tools/AssociationNode.vue2.js +58 -0
- package/dist/components/tools/AssociationNode.vue2.js.map +1 -0
- package/dist/components/tools/Details.vue.js +1 -56
- package/dist/components/tools/Details.vue.js.map +1 -1
- package/dist/components/tools/Details.vue2.js +56 -1
- package/dist/components/tools/Details.vue2.js.map +1 -1
- package/dist/components/tools/TextMedia.vue.js +1 -50
- package/dist/components/tools/TextMedia.vue.js.map +1 -1
- package/dist/components/tools/TextMedia.vue2.js +50 -1
- package/dist/components/tools/TextMedia.vue2.js.map +1 -1
- package/dist/components/tools/TwoColsMedia.vue2.js +2 -2
- package/dist/components/tools/TwoColsMedia.vue2.js.map +1 -1
- package/dist/entry/interactions/EpAssociation.d.ts +6 -0
- package/dist/entry/interactions/EpAssociation.js +7 -0
- package/dist/entry/interactions/EpAssociation.js.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +154 -151
- package/dist/index.js.map +1 -1
- package/dist/style.css +48 -48
- package/dist/types/Association.d.ts +17 -0
- package/dist/types/interactions/EpAssociation.d.ts +8 -0
- package/package.json +8 -3
package/dist/index.js
CHANGED
|
@@ -1,126 +1,128 @@
|
|
|
1
|
-
import _sfc_main$
|
|
2
|
-
import _sfc_main$
|
|
3
|
-
import _sfc_main$
|
|
4
|
-
import _sfc_main$
|
|
5
|
-
import _sfc_main$
|
|
6
|
-
import _sfc_main$
|
|
7
|
-
import _sfc_main$
|
|
8
|
-
import _sfc_main$
|
|
9
|
-
import _sfc_main$
|
|
10
|
-
import _sfc_main$
|
|
11
|
-
import _sfc_main$
|
|
12
|
-
import _sfc_main$
|
|
13
|
-
import _sfc_main$
|
|
14
|
-
import _sfc_main$
|
|
15
|
-
import _sfc_main$
|
|
16
|
-
import _sfc_main$
|
|
17
|
-
import _sfc_main$
|
|
18
|
-
import _sfc_main$
|
|
19
|
-
import _sfc_main$
|
|
20
|
-
import _sfc_main$
|
|
21
|
-
import _sfc_main$
|
|
22
|
-
import _sfc_main$
|
|
23
|
-
import _sfc_main$
|
|
24
|
-
import _sfc_main$
|
|
25
|
-
import _sfc_main$
|
|
26
|
-
import _sfc_main$
|
|
27
|
-
import _sfc_main$
|
|
28
|
-
import _sfc_main$
|
|
29
|
-
import _sfc_main$
|
|
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$
|
|
33
|
-
import _sfc_main$
|
|
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$
|
|
36
|
-
import _sfc_main$
|
|
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$
|
|
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$
|
|
41
|
-
import _sfc_main$
|
|
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
|
|
44
|
-
import _sfc_main$
|
|
45
|
-
import _sfc_main$
|
|
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$
|
|
48
|
-
import _sfc_main$
|
|
49
|
-
import _sfc_main$
|
|
50
|
-
import _sfc_main$
|
|
51
|
-
import _sfc_main$
|
|
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$
|
|
54
|
-
import _sfc_main$
|
|
55
|
-
import _sfc_main$
|
|
56
|
-
import _sfc_main$
|
|
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$
|
|
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$
|
|
65
|
-
EpImg: _sfc_main$
|
|
66
|
-
EpCard: _sfc_main$
|
|
67
|
-
EpBtn: _sfc_main$
|
|
68
|
-
EpChip: _sfc_main$
|
|
69
|
-
EpDivider: _sfc_main$
|
|
70
|
-
EpSection: _sfc_main$
|
|
71
|
-
EpSectionCols: _sfc_main$
|
|
72
|
-
EpSpinner: _sfc_main$
|
|
73
|
-
EpFlex: _sfc_main$
|
|
74
|
-
EpIcon: _sfc_main$
|
|
75
|
-
EpTable: _sfc_main$
|
|
76
|
-
EpStackedList: _sfc_main$
|
|
77
|
-
EpHoverCard: _sfc_main$
|
|
78
|
-
EpBarChart: _sfc_main$
|
|
79
|
-
EpLineChart: _sfc_main$
|
|
80
|
-
EpPieChart: _sfc_main$
|
|
81
|
-
EpFunnelChart: _sfc_main$
|
|
82
|
-
EpEdu: _sfc_main$
|
|
83
|
-
EpReading: _sfc_main$
|
|
84
|
-
EpResource: _sfc_main$
|
|
85
|
-
EpScope: _sfc_main$
|
|
86
|
-
EpObjective: _sfc_main$
|
|
87
|
-
EpSpecificObjective: _sfc_main$
|
|
88
|
-
EpIntroduction: _sfc_main$
|
|
89
|
-
EpSegmentedBox: _sfc_main$
|
|
90
|
-
EpInstructions: _sfc_main$
|
|
91
|
-
EpDescription: _sfc_main$
|
|
92
|
-
EpConclusion: _sfc_main$
|
|
93
|
-
EpCodeblock: _sfc_main$
|
|
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$
|
|
96
|
+
EpDocument: _sfc_main$k,
|
|
96
97
|
EpAccordeon: Comp$8,
|
|
97
|
-
EpContentSlider: _sfc_main$
|
|
98
|
-
EpModal: _sfc_main$
|
|
99
|
-
EpQuestion: _sfc_main$
|
|
98
|
+
EpContentSlider: _sfc_main$j,
|
|
99
|
+
EpModal: _sfc_main$i,
|
|
100
|
+
EpQuestion: _sfc_main$h,
|
|
100
101
|
EpTabs: Comp$7,
|
|
101
|
-
EpSummativeTable: _sfc_main$
|
|
102
|
-
EpSvgShow: _sfc_main$
|
|
103
|
-
EpAudio: _sfc_main$
|
|
104
|
-
EpCarousel: _sfc_main$
|
|
105
|
-
EpIframe: _sfc_main$
|
|
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$
|
|
108
|
-
EpLinkVersion: _sfc_main$
|
|
109
|
-
EpSoftware: _sfc_main$
|
|
110
|
-
EpSvg: _sfc_main$
|
|
111
|
-
EpTerm: _sfc_main$
|
|
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$
|
|
114
|
-
EpVideoPanopto: _sfc_main$
|
|
115
|
-
EpWordDef: _sfc_main$
|
|
116
|
-
EpCardLink: _sfc_main$
|
|
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$
|
|
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
|
|
136
|
-
_sfc_main$
|
|
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$
|
|
139
|
-
_sfc_main$
|
|
140
|
-
_sfc_main$
|
|
141
|
-
_sfc_main$
|
|
142
|
-
_sfc_main$
|
|
143
|
-
_sfc_main$
|
|
144
|
-
_sfc_main$
|
|
145
|
-
_sfc_main$
|
|
146
|
-
_sfc_main$
|
|
147
|
-
_sfc_main$
|
|
148
|
-
_sfc_main$
|
|
149
|
-
_sfc_main$
|
|
150
|
-
_sfc_main$
|
|
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$
|
|
153
|
-
_sfc_main$
|
|
155
|
+
_sfc_main$x as EpFunnelChart,
|
|
156
|
+
_sfc_main$2 as EpHeader,
|
|
154
157
|
Comp$4 as EpHierarchy,
|
|
155
|
-
_sfc_main$
|
|
156
|
-
_sfc_main$
|
|
157
|
-
_sfc_main$
|
|
158
|
-
_sfc_main$
|
|
159
|
-
_sfc_main$
|
|
160
|
-
_sfc_main$
|
|
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$
|
|
163
|
-
_sfc_main$
|
|
164
|
-
_sfc_main$
|
|
165
|
-
_sfc_main$
|
|
166
|
-
_sfc_main$
|
|
167
|
-
_sfc_main$
|
|
168
|
-
_sfc_main$
|
|
169
|
-
_sfc_main as EpQuote,
|
|
170
|
-
_sfc_main$
|
|
171
|
-
_sfc_main$
|
|
172
|
-
_sfc_main$
|
|
173
|
-
_sfc_main$
|
|
174
|
-
_sfc_main$
|
|
175
|
-
_sfc_main$
|
|
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$
|
|
179
|
-
_sfc_main$
|
|
180
|
-
_sfc_main$
|
|
181
|
-
_sfc_main$
|
|
182
|
-
_sfc_main$
|
|
183
|
-
_sfc_main$
|
|
184
|
-
_sfc_main$
|
|
185
|
-
_sfc_main$
|
|
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$
|
|
188
|
-
_sfc_main$
|
|
190
|
+
_sfc_main$7 as EpTerm,
|
|
191
|
+
_sfc_main$O as EpText,
|
|
189
192
|
Comp$5 as EpTimeLine,
|
|
190
|
-
_sfc_main$
|
|
191
|
-
_sfc_main$
|
|
192
|
-
_sfc_main$
|
|
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":"
|
|
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,31 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
pre {
|
|
3
|
-
white-space: break-spaces;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.perspective-1000[data-v-edc221ae] { perspective: 1000px
|
|
8
|
-
}
|
|
9
|
-
.preserve-3d[data-v-edc221ae] { transform-style: preserve-3d
|
|
10
|
-
}
|
|
11
|
-
.backface-hidden[data-v-edc221ae] { backface-visibility: hidden
|
|
12
|
-
}
|
|
13
|
-
.rotate-y-180[data-v-edc221ae] { transform: rotateY(180deg)
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/* simple fade for the helper badge */
|
|
17
|
-
.fade-enter-active[data-v-edc221ae], .fade-leave-active[data-v-edc221ae] { transition: opacity .3s
|
|
18
|
-
}
|
|
19
|
-
.fade-enter-from[data-v-edc221ae], .fade-leave-to[data-v-edc221ae] { opacity: 0
|
|
20
|
-
}
|
|
21
|
-
/*$vite$:1*/
|
|
22
|
-
|
|
23
|
-
.ep-accordeon-content[data-v-9a4f2570] {
|
|
24
|
-
transition: max-height 0.2s ease-out;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
}
|
|
27
|
-
/*$vite$:1*/
|
|
28
|
-
|
|
29
2
|
@keyframes fade-6f6eb558 {
|
|
30
3
|
0% {
|
|
31
4
|
opacity: 0;
|
|
@@ -65,6 +38,49 @@ pre {
|
|
|
65
38
|
.slideY[data-v-6f6eb558] {
|
|
66
39
|
animation: slideY-6f6eb558 1s;
|
|
67
40
|
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
pre {
|
|
44
|
+
white-space: break-spaces;
|
|
45
|
+
}
|
|
46
|
+
/*$vite$:1*/
|
|
47
|
+
|
|
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
|
|
61
|
+
}
|
|
62
|
+
/*$vite$:1*/
|
|
63
|
+
|
|
64
|
+
.katex[data-v-a9b6227c] {
|
|
65
|
+
font-size: 1.6em;
|
|
66
|
+
}
|
|
67
|
+
/*$vite$:1*/
|
|
68
|
+
|
|
69
|
+
.eptimeline-list-enter-active[data-v-6ad2fc60],
|
|
70
|
+
.eptimeline-list-leave-active[data-v-6ad2fc60] {
|
|
71
|
+
transition: all 0.5s ease;
|
|
72
|
+
}
|
|
73
|
+
.eptimeline-list-enter-from[data-v-6ad2fc60],
|
|
74
|
+
.eptimeline-list-leave-to[data-v-6ad2fc60] {
|
|
75
|
+
opacity: 0;
|
|
76
|
+
transform: translateX(30px);
|
|
77
|
+
}
|
|
78
|
+
/*$vite$:1*/
|
|
79
|
+
|
|
80
|
+
.ep-accordeon-content[data-v-9a4f2570] {
|
|
81
|
+
transition: max-height 0.2s ease-out;
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
}
|
|
68
84
|
/*$vite$:1*/
|
|
69
85
|
|
|
70
86
|
.ep-modal-mask {
|
|
@@ -106,19 +122,14 @@ pre {
|
|
|
106
122
|
}
|
|
107
123
|
/*$vite$:1*/
|
|
108
124
|
|
|
109
|
-
.
|
|
110
|
-
|
|
125
|
+
.ep-sensible-content[data-v-0098bf11] {
|
|
126
|
+
position: relative;
|
|
111
127
|
}
|
|
112
128
|
/*$vite$:1*/
|
|
113
129
|
|
|
114
|
-
.
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
.eptimeline-list-enter-from[data-v-6ad2fc60],
|
|
119
|
-
.eptimeline-list-leave-to[data-v-6ad2fc60] {
|
|
120
|
-
opacity: 0;
|
|
121
|
-
transform: translateX(30px);
|
|
130
|
+
.ep-info-box[data-v-cb6ebbdc] a {
|
|
131
|
+
text-decoration: underline;
|
|
132
|
+
font-weight: 500;
|
|
122
133
|
}
|
|
123
134
|
/*$vite$:1*/
|
|
124
135
|
|
|
@@ -138,17 +149,6 @@ pre {
|
|
|
138
149
|
}
|
|
139
150
|
/*$vite$:1*/
|
|
140
151
|
|
|
141
|
-
.ep-info-box[data-v-cb6ebbdc] a {
|
|
142
|
-
text-decoration: underline;
|
|
143
|
-
font-weight: 500;
|
|
144
|
-
}
|
|
145
|
-
/*$vite$:1*/
|
|
146
|
-
|
|
147
|
-
.ep-sensible-content[data-v-0098bf11] {
|
|
148
|
-
position: relative;
|
|
149
|
-
}
|
|
150
|
-
/*$vite$:1*/
|
|
151
|
-
|
|
152
152
|
/* Target the top-level KaTeX container and increase the font size */
|
|
153
153
|
.katex-block[data-v-0d66d7fc] .katex {
|
|
154
154
|
/* Increase the overall size of the math relative to the parent font size */
|
|
@@ -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.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"files": [
|
|
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/*": [
|
|
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",
|