ep-lib-ts 0.1.38 → 0.1.40

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 (95) hide show
  1. package/dist/{BgAudio-c72ab26e.js → BgAudio-842fb2ec.js} +1 -1
  2. package/dist/{DisplayBox-183c8fa3.js → DisplayBox-91cd3ce8.js} +1 -1
  3. package/dist/{EpAlert-dc58b9d0.js → EpAlert-528b8cca.js} +1 -1
  4. package/dist/{EpAudio-1ef1aecb.js → EpAudio-7cec685c.js} +1 -1
  5. package/dist/EpBadge-c1f78c68.js +6 -0
  6. package/dist/{EpBarChart-4a0b4379.js → EpBarChart-962af978.js} +1 -1
  7. package/dist/EpBtn-011702d8.js +6 -0
  8. package/dist/EpCard-304fa671.js +6 -0
  9. package/dist/EpChip-adc4452e.js +6 -0
  10. package/dist/EpContentSlider-9e7a31d1.js +6 -0
  11. package/dist/EpDivider-665c1f51.js +6 -0
  12. package/dist/{EpEdu-7ac81c48.js → EpEdu-21a7ee8a.js} +1 -1
  13. package/dist/EpFlex-dfa04304.js +6 -0
  14. package/dist/EpHeader-ad2402b1.js +6 -0
  15. package/dist/{EpIcon-f3d7d468.js → EpIcon-6c390e7f.js} +1 -1
  16. package/dist/EpIframe-c1ddc126.js +6 -0
  17. package/dist/EpImg-05cfa0ad.js +6 -0
  18. package/dist/{EpInput-457b39f8.js → EpInput-a01dd59b.js} +1 -1
  19. package/dist/EpLineChart-cbadbcde.js +6 -0
  20. package/dist/EpLink-652a9ccf.js +6 -0
  21. package/dist/EpLinkVersion-d6bd6af3.js +6 -0
  22. package/dist/{EpList-f4c21f26.js → EpList-8c5356af.js} +1 -1
  23. package/dist/EpModal-7311f070.js +6 -0
  24. package/dist/{EpNothing-b8e88547.js → EpNothing-2bc97780.js} +1 -1
  25. package/dist/EpPieChart-386930b8.js +6 -0
  26. package/dist/EpQuestion-0dcb3f65.js +6 -0
  27. package/dist/EpQuote-61ee0667.js +6 -0
  28. package/dist/EpRadio-4bc74a90.js +6 -0
  29. package/dist/EpReading-30eb7403.js +6 -0
  30. package/dist/EpResource-009c2731.js +6 -0
  31. package/dist/{EpScope-fb5a4efd.js → EpScope-a75e6829.js} +1 -1
  32. package/dist/EpSection-0e8728fc.js +6 -0
  33. package/dist/{EpSelect-cea4fd97.js → EpSelect-88ab32aa.js} +1 -1
  34. package/dist/EpSkeleton-0e7ae95d.js +6 -0
  35. package/dist/EpSoftware-16889441.js +6 -0
  36. package/dist/EpSpinner-86951588.js +6 -0
  37. package/dist/EpSvg-a3081cb5.js +6 -0
  38. package/dist/EpTable-50367f67.js +6 -0
  39. package/dist/EpTerm-7ea77431.js +6 -0
  40. package/dist/EpText-1b6866ea.js +6 -0
  41. package/dist/EpTimeLine-3e3bf959.js +6 -0
  42. package/dist/EpVideo-ff842a6d.js +6 -0
  43. package/dist/EpVideoPanopto-7e6b8755.js +6 -0
  44. package/dist/EpWordDef-3bd72c2e.js +6 -0
  45. package/dist/components/charts/EpBarChart.vue.d.ts +4 -0
  46. package/dist/components/charts/EpLineChart.vue.d.ts +4 -0
  47. package/dist/components/charts/EpPieChart.vue.d.ts +4 -0
  48. package/dist/components/medias/EpWordDef.vue.d.ts +29 -0
  49. package/dist/ep-lib-ts.js +23 -22
  50. package/dist/ep-lib-ts.umd.cjs +36 -36
  51. package/dist/{index-efcc4db9.js → index-430a8d16.js} +4677 -4556
  52. package/dist/index.d.ts +2 -1
  53. package/dist/types/GlossaryEntry.d.ts +10 -0
  54. package/package.json +1 -1
  55. package/src/components/basics/EpImg.vue +4 -3
  56. package/src/components/charts/EpBarChart.vue +5 -3
  57. package/src/components/charts/EpLineChart.vue +5 -3
  58. package/src/components/charts/EpPieChart.vue +6 -4
  59. package/src/components/educationals/EpResource.vue +0 -1
  60. package/src/components/interactions/EpContentSlider.vue +50 -30
  61. package/src/components/interactions/EpQuestion.vue +2 -2
  62. package/src/components/medias/EpVideo.vue +16 -3
  63. package/src/components/medias/EpWordDef.vue +116 -0
  64. package/src/components/signages/EpQuote.vue +10 -9
  65. package/dist/EpBadge-ac0af6da.js +0 -6
  66. package/dist/EpBtn-5aa83fe6.js +0 -6
  67. package/dist/EpCard-328ad09f.js +0 -6
  68. package/dist/EpChip-c52d3c21.js +0 -6
  69. package/dist/EpContentSlider-ea3ffb8d.js +0 -6
  70. package/dist/EpDivider-ac19c148.js +0 -6
  71. package/dist/EpFlex-e257d816.js +0 -6
  72. package/dist/EpHeader-90ba4918.js +0 -6
  73. package/dist/EpIframe-bc0a84ac.js +0 -6
  74. package/dist/EpImg-8a06246f.js +0 -6
  75. package/dist/EpLineChart-bb71e812.js +0 -6
  76. package/dist/EpLink-50d722ff.js +0 -6
  77. package/dist/EpLinkVersion-2c7b205f.js +0 -6
  78. package/dist/EpModal-9ac410ef.js +0 -6
  79. package/dist/EpPieChart-b45d9769.js +0 -6
  80. package/dist/EpQuestion-da7817e7.js +0 -6
  81. package/dist/EpQuote-9a0cca55.js +0 -6
  82. package/dist/EpRadio-087e5060.js +0 -6
  83. package/dist/EpReading-5c8a16ea.js +0 -6
  84. package/dist/EpResource-345ef0ae.js +0 -6
  85. package/dist/EpSection-682d2405.js +0 -6
  86. package/dist/EpSkeleton-6663cd6a.js +0 -6
  87. package/dist/EpSoftware-aadaffd5.js +0 -6
  88. package/dist/EpSpinner-b1cae366.js +0 -6
  89. package/dist/EpSvg-1ada51fc.js +0 -6
  90. package/dist/EpTable-078753c2.js +0 -6
  91. package/dist/EpTerm-ea4893ca.js +0 -6
  92. package/dist/EpText-413afc6b.js +0 -6
  93. package/dist/EpTimeLine-832b5522.js +0 -6
  94. package/dist/EpVideo-74beac1c.js +0 -6
  95. package/dist/EpVideoPanopto-faf1fd7a.js +0 -6
@@ -1,4 +1,4 @@
1
- import { M as o } from "./index-efcc4db9.js";
1
+ import { N as o } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -1,4 +1,4 @@
1
- import { N as o } from "./index-efcc4db9.js";
1
+ import { O as o } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -1,4 +1,4 @@
1
- import { I as o } from "./index-efcc4db9.js";
1
+ import { J as o } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -1,4 +1,4 @@
1
- import { z as o } from "./index-efcc4db9.js";
1
+ import { z as o } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { c as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,4 +1,4 @@
1
- import { o as m } from "./index-efcc4db9.js";
1
+ import { o as m } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { d as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { e as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { f as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { w as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { g as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,4 +1,4 @@
1
- import { r as m } from "./index-efcc4db9.js";
1
+ import { r as m } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { h as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { K as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,4 +1,4 @@
1
- import { i as m } from "./index-efcc4db9.js";
1
+ import { i as m } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { A as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { j as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { computed as N, toValue as V, unref as f, onMounted as qe, getCurrentInstance as z, watch as I, warn as Ye, provide as Xe, isRef as ue, onBeforeUnmount as Ze, inject as et, ref as re, reactive as tt, onUnmounted as rt, nextTick as nt, defineComponent as ot, toRefs as it, toRef as lt, openBlock as be, createElementBlock as ge, Fragment as at, createTextVNode as ye, toDisplayString as J, createElementVNode as P, createVNode as ut, withDirectives as st, vModelText as ct, createCommentVNode as dt } from "vue";
2
- import { c as ft, u as vt } from "./index-efcc4db9.js";
2
+ import { c as ft, u as vt } from "./index-430a8d16.js";
3
3
  import "vue-router";
4
4
  function pt() {
5
5
  return Ee().__VUE_DEVTOOLS_GLOBAL_HOOK__;
@@ -0,0 +1,6 @@
1
+ import { p as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { B as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { C as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as o, renderSlot as r } from "vue";
2
- import { a as s } from "./index-efcc4db9.js";
2
+ import { a as s } from "./index-430a8d16.js";
3
3
  import "vue-router";
4
4
  const c = {}, n = { class: "py-6 px-3 w-1/4 min-w-[180px]" };
5
5
  function p(e, a) {
@@ -0,0 +1,6 @@
1
+ import { x as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as o, createElementBlock as t } from "vue";
2
- import { a as e } from "./index-efcc4db9.js";
2
+ import { a as e } from "./index-430a8d16.js";
3
3
  import "vue-router";
4
4
  const r = {};
5
5
  function n(c, a) {
@@ -0,0 +1,6 @@
1
+ import { q as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { y as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { L as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { v as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { b as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { s as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,4 +1,4 @@
1
- import { t as m } from "./index-efcc4db9.js";
1
+ import { t as m } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { k as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, openBlock as t, createElementBlock as a, createElementVNode as e, createVNode as l, unref as n, createStaticVNode as d } from "vue";
2
- import { c as s, u as p } from "./index-efcc4db9.js";
2
+ import { c as s, u as p } from "./index-430a8d16.js";
3
3
  import "vue-router";
4
4
  const b = { class: "relative h-10 w-72 min-w-[200px]" }, f = ["disabled"], i = /* @__PURE__ */ d('<option value="option">Choisissez une option</option><option value="vanderpoel">Van Der Poel</option><option value="vanaert">Van Aert</option><option value="pogacar">Pogacar</option><option value="evenepoel">Evenepoel</option>', 5), u = [
5
5
  i
@@ -0,0 +1,6 @@
1
+ import { M as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { D as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { l as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { E as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { m as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { _ as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { n as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { F as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { G as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { H as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { I as o } from "./index-430a8d16.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -20,12 +20,16 @@ interface Props {
20
20
  type?: MediaVariants;
21
21
  mandateLevel?: string | null;
22
22
  source?: string;
23
+ width?: string;
23
24
  }
24
25
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
25
26
  center: boolean;
27
+ width: string;
26
28
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
29
  center: boolean;
30
+ width: string;
28
31
  }>>>, {
32
+ width: string;
29
33
  center: boolean;
30
34
  }, {}>;
31
35
  export default _default;
@@ -20,12 +20,16 @@ interface Props {
20
20
  type?: MediaVariants;
21
21
  mandateLevel?: string | null;
22
22
  source?: string;
23
+ width?: string;
23
24
  }
24
25
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
25
26
  center: boolean;
27
+ width: string;
26
28
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
29
  center: boolean;
30
+ width: string;
28
31
  }>>>, {
32
+ width: string;
29
33
  center: boolean;
30
34
  }, {}>;
31
35
  export default _default;
@@ -21,15 +21,19 @@ interface Props {
21
21
  type?: MediaVariants;
22
22
  mandateLevel?: string | null;
23
23
  source?: string;
24
+ width?: string;
24
25
  }
25
26
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
26
27
  center: boolean;
27
28
  type: string;
29
+ width: string;
28
30
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
29
31
  center: boolean;
30
32
  type: string;
33
+ width: string;
31
34
  }>>>, {
32
35
  type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
36
+ width: string;
33
37
  center: boolean;
34
38
  }, {}>;
35
39
  export default _default;
@@ -0,0 +1,29 @@
1
+ import { GlossaryEntry } from '../../types/GlossaryEntry';
2
+ interface Term {
3
+ term: {
4
+ id: string;
5
+ };
6
+ }
7
+ interface Props {
8
+ word: Term;
9
+ glossary: GlossaryEntry[];
10
+ }
11
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
12
+ export default _default;
13
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
package/dist/ep-lib-ts.js CHANGED
@@ -1,4 +1,4 @@
1
- import { O as e, I as o, z as r, c as i, o as t, d as n, e as d, Q as l, f as m, w as C, g as c, r as S, h as u, J as g, i as h, A as x, j as L, R as T, p as f, B as k, C as A, x as B, q as I, y as b, K as P, b as Q, s as R, t as V, k as v, L as w, D, l as F, E as H, m as K, P as j, _ as q, n as y, F as z, G, H as J } from "./index-efcc4db9.js";
1
+ import { P as e, J as o, z as r, c as i, o as t, d as n, e as d, R as l, f as m, w as C, g as S, r as c, h as u, K as f, i as g, A as h, j as x, S as L, p as T, B as k, C as A, x as B, q as I, y as b, L as D, b as P, s as Q, t as R, k as V, M as v, D as w, l as F, E as H, m as K, Q as M, _ as j, n as q, F as y, G as z, H as G, I as J } from "./index-430a8d16.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -12,34 +12,35 @@ export {
12
12
  l as EpCarousel,
13
13
  m as EpChip,
14
14
  C as EpContentSlider,
15
- c as EpDivider,
16
- S as EpEdu,
15
+ S as EpDivider,
16
+ c as EpEdu,
17
17
  u as EpFlex,
18
- g as EpHeader,
19
- h as EpIcon,
20
- x as EpIframe,
21
- L as EpImg,
22
- T as EpKatex,
23
- f as EpLineChart,
18
+ f as EpHeader,
19
+ g as EpIcon,
20
+ h as EpIframe,
21
+ x as EpImg,
22
+ L as EpKatex,
23
+ T as EpLineChart,
24
24
  k as EpLink,
25
25
  A as EpLinkVersion,
26
26
  B as EpModal,
27
27
  I as EpPieChart,
28
28
  b as EpQuestion,
29
- P as EpQuote,
30
- Q as EpReading,
31
- R as EpResource,
32
- V as EpScope,
33
- v as EpSection,
34
- w as EpSkeleton,
35
- D as EpSoftware,
29
+ D as EpQuote,
30
+ P as EpReading,
31
+ Q as EpResource,
32
+ R as EpScope,
33
+ V as EpSection,
34
+ v as EpSkeleton,
35
+ w as EpSoftware,
36
36
  F as EpSpinner,
37
37
  H as EpSvg,
38
38
  K as EpTable,
39
- j as EpTabs,
40
- q as EpTerm,
41
- y as EpText,
42
- z as EpTimeLine,
43
- G as EpVideo,
44
- J as EpVideoPanopto
39
+ M as EpTabs,
40
+ j as EpTerm,
41
+ q as EpText,
42
+ y as EpTimeLine,
43
+ z as EpVideo,
44
+ G as EpVideoPanopto,
45
+ J as EpWordDef
45
46
  };