ep-lib-ts 1.0.57 → 1.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/dist/Glossary.d.ts +10 -0
  4. package/dist/components/basics/EpBadge.vue.js +2 -20
  5. package/dist/components/basics/EpBadge.vue2.js +20 -2
  6. package/dist/components/basics/EpText.vue.js +86 -60
  7. package/dist/components/educationals/EpResource.vue.js +1 -1
  8. package/dist/components/forms/EpCheckbox.vue.js +2 -39
  9. package/dist/components/forms/EpCheckbox.vue2.js +39 -2
  10. package/dist/components/forms/EpInput.vue.js +2 -60
  11. package/dist/components/forms/EpInput.vue2.js +60 -2
  12. package/dist/components/forms/EpRadio.vue.js +2 -39
  13. package/dist/components/forms/EpRadio.vue2.js +39 -2
  14. package/dist/components/forms/EpRadioSummative.vue.js +2 -35
  15. package/dist/components/forms/EpRadioSummative.vue2.js +35 -2
  16. package/dist/components/forms/EpSelect.vue.js +2 -31
  17. package/dist/components/forms/EpSelect.vue2.js +31 -2
  18. package/dist/components/forms/EpSwitch.vue.js +2 -46
  19. package/dist/components/forms/EpSwitch.vue2.js +46 -2
  20. package/dist/components/forms/EpTextarea.vue.js +2 -33
  21. package/dist/components/forms/EpTextarea.vue2.js +33 -2
  22. package/dist/components/forms/EpToggle.vue.js +2 -36
  23. package/dist/components/forms/EpToggle.vue2.js +36 -2
  24. package/dist/components/interactions/Ep360Image.vue.js +2 -8
  25. package/dist/components/interactions/Ep360Image.vue2.js +8 -2
  26. package/dist/components/interactions/Ep360Video.vue.js +2 -8
  27. package/dist/components/interactions/Ep360Video.vue2.js +8 -2
  28. package/dist/components/interactions/EpContentSlider.vue.js +6 -6
  29. package/dist/components/interactions/{EpHotsPot.vue.js → EpHotSpot.vue.js} +7 -7
  30. package/dist/components/interactions/EpHotSpot.vue2.js +4 -0
  31. package/dist/components/interactions/EpQuestion.vue.js +12 -12
  32. package/dist/components/interactions/EpSummativeTable.vue.js +1 -1
  33. package/dist/components/medias/EpAudio.vue.js +1 -1
  34. package/dist/components/medias/EpHierarchy.vue2.js +1 -1
  35. package/dist/components/medias/EpSensibleImage.vue.js +1 -1
  36. package/dist/components/medias/EpSensibleImage.vue2.js +23 -21
  37. package/dist/components/tools/BgAudio.vue.js +2 -57
  38. package/dist/components/tools/BgAudio.vue2.js +57 -2
  39. package/dist/components/tools/TextMedia.vue2.js +5 -5
  40. package/dist/components/tools/TwoColsMedia.vue2.js +6 -6
  41. package/dist/ep-lib-ts.css +1 -1
  42. package/dist/interactions/{EpHotsPot.d.ts → EpHotSpot.d.ts} +1 -1
  43. package/dist/interactions/EpHotSpot.js +4 -0
  44. package/dist/medias/EpSensibleImage.d.ts +2 -0
  45. package/dist/testImg.jpg +0 -0
  46. package/dist/testMaria.jpg +0 -0
  47. package/dist/vite.svg +0 -0
  48. package/package.json +11 -13
  49. package/dist/basics/EpAvatar.js +0 -4
  50. package/dist/basics/EpBadge.js +0 -4
  51. package/dist/components/interactions/EpHotsPot.vue2.js +0 -4
  52. package/dist/forms/EpCheckbox.js +0 -4
  53. package/dist/forms/EpInput.js +0 -4
  54. package/dist/forms/EpRadio.js +0 -4
  55. package/dist/forms/EpRadioSummative.js +0 -4
  56. package/dist/forms/EpSelect.js +0 -4
  57. package/dist/forms/EpSwitch.js +0 -4
  58. package/dist/forms/EpTextarea.js +0 -4
  59. package/dist/forms/EpToggle.js +0 -4
  60. package/dist/interactions/Ep360Image.js +0 -4
  61. package/dist/interactions/Ep360Video.js +0 -4
  62. package/dist/interactions/EpHotsPot.js +0 -4
@@ -0,0 +1,4 @@
1
+ import f from "../components/interactions/EpHotSpot.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -8,4 +8,6 @@ export interface EpSensibleImageProps {
8
8
  bib?: string;
9
9
  title?: string;
10
10
  cols?: string | number;
11
+ noModal?:boolean;
12
+ icon?:string;
11
13
  }
package/dist/testImg.jpg CHANGED
File without changes
File without changes
package/dist/vite.svg CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep-lib-ts",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -8,36 +8,33 @@
8
8
  "exports": {
9
9
  "./entry/basics/*": {
10
10
  "types": "./dist/entry/basics/*.d.ts",
11
- "default": "./dist/basics/*.js"
11
+ "import": "./dist/basics/*.js"
12
12
  },
13
13
  "./entry/signages/*": {
14
14
  "types": "./dist/entry/signages/*.d.ts",
15
- "default": "./dist/signages/*.js"
15
+ "import": "./dist/signages/*.js"
16
16
  },
17
17
  "./entry/charts/*": {
18
18
  "types": "./dist/entry/charts/*.d.ts",
19
- "default": "./dist/charts/*.js"
20
- },
21
- "./entry/forms/*": {
22
- "types": "./dist/entry/forms/*.d.ts",
23
- "default": "./dist/forms/*.js"
19
+ "import": "./dist/charts/*.js"
24
20
  },
25
21
  "./entry/interactions/*": {
26
22
  "types": "./dist/entry/interactions/*.d.ts",
27
- "default": "./dist/interactions/*.js"
23
+ "import": "./dist/interactions/*.js"
28
24
  },
29
25
  "./entry/educationals/*": {
30
26
  "types": "./dist/entry/educationals/*.d.ts",
31
- "default": "./dist/educationals/*.js"
27
+ "import": "./dist/educationals/*.js"
32
28
  },
33
29
  "./entry/medias/*": {
34
30
  "types": "./dist/entry/medias/*.d.ts",
35
- "default": "./dist/medias/*.js"
31
+ "import": "./dist/medias/*.js"
36
32
  }
37
33
  },
34
+ "sideEffects": false,
38
35
  "typesVersions": {
39
36
  "*": {
40
- "*": [
37
+ "entry/*": [
41
38
  "dist/entry/*"
42
39
  ]
43
40
  }
@@ -82,6 +79,7 @@
82
79
  "@types/markdown-it": "14.1.2",
83
80
  "@types/node": "24.3.0",
84
81
  "@types/three": "0.179.0",
82
+ "@types/vue": "^2.0.0",
85
83
  "@vitejs/plugin-vue": "6.0.1",
86
84
  "autoprefixer": "10.4.21",
87
85
  "postcss": "8.5.6",
@@ -98,5 +96,5 @@
98
96
  "node": "20.19.0"
99
97
  },
100
98
  "license": "MIT",
101
- "packageManager": "yarn@4.9.4+sha512.7b1cb0b62abba6a537b3a2ce00811a843bea02bcf53138581a6ae5b1bf563f734872bd47de49ce32a9ca9dcaff995aa789577ffb16811da7c603dcf69e73750b"
99
+ "packageManager": "yarn@1.22.22"
102
100
  }
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpAvatar.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpBadge.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "./EpHotsPot.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpCheckbox.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpInput.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpRadio.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpRadioSummative.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpSelect.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpSwitch.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpTextarea.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/forms/EpToggle.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/Ep360Image.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/Ep360Video.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpHotsPot.vue.js";
2
- export {
3
- f as default
4
- };