ep-lib-ts 1.0.66 → 1.0.68
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 -54
- package/dist/components/basics/EpAvatar.vue.js.map +1 -1
- package/dist/components/basics/EpAvatar.vue2.js +54 -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/EpConclusion.vue.js +79 -29
- package/dist/components/educationals/EpConclusion.vue.js.map +1 -1
- package/dist/components/educationals/EpResource.vue.js +1 -1
- package/dist/components/educationals/EpResource.vue.js.map +1 -1
- package/dist/components/interactions/EpContentSlider.vue.js +72 -6
- 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/EpAudio.vue.js +1 -1
- package/dist/components/medias/EpHierarchy.vue2.js +1 -1
- package/dist/components/medias/EpHierarchy.vue2.js.map +1 -1
- package/dist/components/medias/EpWordDef.vue.js +141 -47
- package/dist/components/medias/EpWordDef.vue.js.map +1 -1
- package/dist/components/tools/BgAudio.vue.js +1 -52
- package/dist/components/tools/BgAudio.vue.js.map +1 -1
- package/dist/components/tools/BgAudio.vue2.js +52 -1
- package/dist/components/tools/BgAudio.vue2.js.map +1 -1
- package/dist/components/tools/Details.vue.js +1 -55
- package/dist/components/tools/Details.vue.js.map +1 -1
- package/dist/components/tools/Details.vue2.js +55 -1
- package/dist/components/tools/Details.vue2.js.map +1 -1
- package/dist/components/tools/TextMedia.vue.js +1 -49
- package/dist/components/tools/TextMedia.vue.js.map +1 -1
- package/dist/components/tools/TextMedia.vue2.js +49 -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/styles.css +58 -58
- package/dist/types/educationals/EpConclusion.d.ts +5 -0
- package/dist/types/medias/EpWordDef.d.ts +1 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -512,54 +512,9 @@ pre {
|
|
|
512
512
|
}
|
|
513
513
|
/*$vite$:1*/
|
|
514
514
|
|
|
515
|
-
|
|
516
|
-
0
|
|
517
|
-
|
|
518
|
-
}
|
|
519
|
-
100% {
|
|
520
|
-
opacity: 1;
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
@keyframes scale-c85132a3 {
|
|
524
|
-
0% {
|
|
525
|
-
transform: scale(0.5);
|
|
526
|
-
opacity: 0;
|
|
527
|
-
}
|
|
528
|
-
100% {
|
|
529
|
-
transform: scale(1);
|
|
530
|
-
opacity: 1;
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
@keyframes slideY-c85132a3 {
|
|
534
|
-
0% {
|
|
535
|
-
transform: translateY(-100%);
|
|
536
|
-
opacity: 0;
|
|
537
|
-
}
|
|
538
|
-
100% {
|
|
539
|
-
transform: translateY(0);
|
|
540
|
-
opacity: 1;
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
/* Transition animation */
|
|
545
|
-
.fade[data-v-c85132a3] {
|
|
546
|
-
animation: fade-c85132a3 1s;
|
|
547
|
-
}
|
|
548
|
-
.scale[data-v-c85132a3] {
|
|
549
|
-
animation: scale-c85132a3 1s;
|
|
550
|
-
}
|
|
551
|
-
.slideY[data-v-c85132a3] {
|
|
552
|
-
animation: slideY-c85132a3 1s;
|
|
553
|
-
}
|
|
554
|
-
/*$vite$:1*/
|
|
555
|
-
|
|
556
|
-
.ep-tree-wrapper[data-v-819ce9ba] {
|
|
557
|
-
overflow: auto;
|
|
558
|
-
border: 1px solid #ddd;
|
|
559
|
-
}
|
|
560
|
-
.ep-tree-container[data-v-819ce9ba] {
|
|
561
|
-
width: 100%;
|
|
562
|
-
overflow-x: auto;
|
|
515
|
+
.ep-accordeon-content[data-v-bceaac29] {
|
|
516
|
+
max-height: 0;
|
|
517
|
+
overflow: hidden;
|
|
563
518
|
}
|
|
564
519
|
/*$vite$:1*/
|
|
565
520
|
|
|
@@ -607,14 +562,13 @@ pre {
|
|
|
607
562
|
}
|
|
608
563
|
/*$vite$:1*/
|
|
609
564
|
|
|
610
|
-
.
|
|
611
|
-
|
|
612
|
-
|
|
565
|
+
.ep-tree-wrapper[data-v-819ce9ba] {
|
|
566
|
+
overflow: auto;
|
|
567
|
+
border: 1px solid #ddd;
|
|
613
568
|
}
|
|
614
|
-
.
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
transform: translateX(30px);
|
|
569
|
+
.ep-tree-container[data-v-819ce9ba] {
|
|
570
|
+
width: 100%;
|
|
571
|
+
overflow-x: auto;
|
|
618
572
|
}
|
|
619
573
|
/*$vite$:1*/
|
|
620
574
|
|
|
@@ -630,9 +584,55 @@ pre {
|
|
|
630
584
|
}
|
|
631
585
|
/*$vite$:1*/
|
|
632
586
|
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
587
|
+
@keyframes fade-c85132a3 {
|
|
588
|
+
0% {
|
|
589
|
+
opacity: 0;
|
|
590
|
+
}
|
|
591
|
+
100% {
|
|
592
|
+
opacity: 1;
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
@keyframes scale-c85132a3 {
|
|
596
|
+
0% {
|
|
597
|
+
transform: scale(0.5);
|
|
598
|
+
opacity: 0;
|
|
599
|
+
}
|
|
600
|
+
100% {
|
|
601
|
+
transform: scale(1);
|
|
602
|
+
opacity: 1;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
@keyframes slideY-c85132a3 {
|
|
606
|
+
0% {
|
|
607
|
+
transform: translateY(-100%);
|
|
608
|
+
opacity: 0;
|
|
609
|
+
}
|
|
610
|
+
100% {
|
|
611
|
+
transform: translateY(0);
|
|
612
|
+
opacity: 1;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/* Transition animation */
|
|
617
|
+
.fade[data-v-c85132a3] {
|
|
618
|
+
animation: fade-c85132a3 1s;
|
|
619
|
+
}
|
|
620
|
+
.scale[data-v-c85132a3] {
|
|
621
|
+
animation: scale-c85132a3 1s;
|
|
622
|
+
}
|
|
623
|
+
.slideY[data-v-c85132a3] {
|
|
624
|
+
animation: slideY-c85132a3 1s;
|
|
625
|
+
}
|
|
626
|
+
/*$vite$:1*/
|
|
627
|
+
|
|
628
|
+
.eptimeline-list-enter-active[data-v-6ad2fc60],
|
|
629
|
+
.eptimeline-list-leave-active[data-v-6ad2fc60] {
|
|
630
|
+
transition: all 0.5s ease;
|
|
631
|
+
}
|
|
632
|
+
.eptimeline-list-enter-from[data-v-6ad2fc60],
|
|
633
|
+
.eptimeline-list-leave-to[data-v-6ad2fc60] {
|
|
634
|
+
opacity: 0;
|
|
635
|
+
transform: translateX(30px);
|
|
636
636
|
}
|
|
637
637
|
/*$vite$:1*/
|
|
638
638
|
|