@saooti/octopus-sdk 32.0.9 → 32.0.12

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/README.md CHANGED
@@ -640,6 +640,8 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
640
640
  * 31.0.47 Pétouilles Css multiselect
641
641
  * 31.0.48 Icones change
642
642
  * 31.0.49 Style select
643
+ * 31.0.50 Améliorations responsive
644
+ * 31.0.51 Newest
643
645
 
644
646
  * 32.0.0 Passage en 32
645
647
  * 32.0.1 Navigation clavier
@@ -650,4 +652,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
650
652
  * 32.0.6 Update icones
651
653
  * 32.0.7 Améliorations
652
654
  * 32.0.8 Navigation clavier podcastmaker
653
- * 32.0.9 Update icones
655
+ * 32.0.9 Update icones
656
+ * 32.0.10 Ajout alt
657
+ * 32.0.11 Merge 31
658
+ * 32.0.12 Merge 31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.9",
3
+ "version": "32.0.12",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -9,10 +9,11 @@
9
9
  select {
10
10
  background: white !important;
11
11
  outline-color: transparent !important;
12
- padding: 9px 40px 0 20px;
12
+ padding: 0.25rem 0.4rem;
13
13
  border: 0.1rem solid #dee2e6;
14
14
  border-radius: 0.3rem;
15
15
  height: 2rem;
16
+ padding-right: 40px;
16
17
  }
17
18
  .form-check-label {
18
19
  cursor: pointer;
@@ -24,9 +24,6 @@
24
24
  border-radius: 0.8rem 0.8rem 0 0;
25
25
  background: $octopus-primary-dark;
26
26
  color: white;
27
- @media (max-width: 450px) {
28
- padding: 1rem 0;
29
- }
30
27
  }
31
28
  .modal-body{
32
29
  overflow-x: auto;
@@ -34,9 +31,6 @@
34
31
  min-height: 200px;
35
32
  height: 200px;
36
33
  }
37
- @media (max-width: 500px){
38
- padding: 0;
39
- }
40
34
  }
41
35
  .modal-dialog, .modal-content {
42
36
  min-height: 300px;
@@ -61,7 +61,7 @@
61
61
  cursor: pointer;
62
62
  position: absolute;
63
63
  right: 10px;
64
- top: 11px;
64
+ top: 0.4rem;
65
65
  margin: 0;
66
66
  background-color: #ccc;
67
67
  border-radius: 50%;
@@ -71,9 +71,6 @@
71
71
  &:before{
72
72
  font-size: 0.8rem;
73
73
  }
74
- @media (max-width: 450px) {
75
- top: 14px;
76
- }
77
74
  }
78
75
 
79
76
 
@@ -26,6 +26,7 @@
26
26
  src="/img/certified.png"
27
27
  :data-selenium="'certified-icon-' + seleniumFormat(comment.name)"
28
28
  :title="$t('Certified account')"
29
+ :alt="$t('Certified account')"
29
30
  >
30
31
  <div class="me-2">
31
32
  {{ date }}
@@ -15,6 +15,7 @@
15
15
  v-lazy="emission.imageUrl"
16
16
  class="img-box"
17
17
  :title="$t('Emission name image', {name:emission.name})"
18
+ :alt="$t('Emission name image', {name:emission.name})"
18
19
  >
19
20
  <div class="emission-item-text">
20
21
  <div
@@ -25,6 +26,7 @@
25
26
  class="icon-caution"
26
27
  src="/img/caution.png"
27
28
  :title="$t('Emission have not podcasts')"
29
+ :alt="$t('Emission have not podcasts')"
28
30
  >{{ emission.name }}
29
31
  </div>
30
32
  <div
@@ -22,6 +22,7 @@
22
22
  <img
23
23
  v-lazy="emission.imageUrl"
24
24
  :title="$t('Emission name image', {name:emission.name})"
25
+ :alt="$t('Emission name image', {name:emission.name})"
25
26
  class="img-box rounded-0"
26
27
  >
27
28
  <div
@@ -15,6 +15,7 @@
15
15
  <img
16
16
  v-lazy="participant.imageUrl"
17
17
  :title="$t('Animator image')"
18
+ :alt="$t('Animator image')"
18
19
  class="img-box-circle"
19
20
  >
20
21
  <div class="participant-name">
@@ -23,6 +24,7 @@
23
24
  src="/img/caution.png"
24
25
  class="icon-caution"
25
26
  :title="$t('Participant have not podcasts')"
27
+ :alt="$t('Participant have not podcasts')"
26
28
  >{{ name }}
27
29
  </div>
28
30
  <div
@@ -15,6 +15,7 @@
15
15
  <img
16
16
  v-lazy="playlist.imageUrl"
17
17
  :title="$t('Playlist name image', {name:name})"
18
+ :alt="$t('Playlist name image', {name:name})"
18
19
  class="img-box"
19
20
  >
20
21
  <div class="emission-item-text">
@@ -24,6 +25,7 @@
24
25
  class="icon-caution"
25
26
  src="/img/caution.png"
26
27
  :title="$t('Playlist have not podcasts')"
28
+ :alt="$t('Playlist have not podcasts')"
27
29
  >{{ name }}
28
30
  </div>
29
31
  <div
@@ -33,6 +33,7 @@
33
33
  class="mx-2"
34
34
  />
35
35
  <div class="d-flex justify-content-between">
36
+ <div class="useless-div-for-podcastmaker" />
36
37
  <router-link
37
38
  v-if="!isPodcastmaker"
38
39
  :to="{
@@ -18,7 +18,7 @@
18
18
  <img
19
19
  v-if="isOuestFranceTag(tag)"
20
20
  class="ouest-france-logo"
21
- alt="Logo Ouest France"
21
+ alt="Ouest France Logo"
22
22
  src="/img/ouest_france_logo.svg"
23
23
  >
24
24
  {{ formateOfTag(tag) }}
@@ -8,7 +8,7 @@
8
8
  >
9
9
  <img
10
10
  src="/img/caution.png"
11
- alt="Caution"
11
+ :alt="$t('Warning')"
12
12
  class="icon-caution"
13
13
  >
14
14
  <div class="alert-text">
@@ -15,7 +15,7 @@
15
15
  >
16
16
  <img
17
17
  :src="!filterOrga || '' === imgUrl ? logoUrl : imgUrl"
18
- :alt="$t('Logo of main page')"
18
+ :alt="!filterOrga || '' === imgUrl ? $t('Logo of main page') : $t('Visual', {name: $store.state.filter?.name})"
19
19
  :class="isEducation ? 'educationLogo' : ''"
20
20
  >
21
21
  </router-link>
@@ -19,6 +19,7 @@ export const orgaFilter = defineComponent({
19
19
  this.$store.commit('filterOrga', {
20
20
  orgaId: organisationId,
21
21
  imgUrl: response.imageUrl,
22
+ name: response.name,
22
23
  rubriquageArray: data.filter((element: Rubriquage)=>{
23
24
  return element.rubriques.length;
24
25
  }),
@@ -12,6 +12,7 @@
12
12
  <img
13
13
  v-lazy="participant.imageUrl"
14
14
  :title="$t('Animator image')"
15
+ :alt="$t('Animator image')"
15
16
  class="img-box-circle mb-3"
16
17
  >
17
18
  <h2 class="text-capitalize">
package/src/locale/de.ts CHANGED
@@ -304,4 +304,6 @@ export default{
304
304
  "Oops":"Oups",
305
305
  "The page you are looking for cannot be found":"Die gesuchte Seite kann nicht gefunden werden",
306
306
  'Back to home': "Zurück zur Startseite",
307
+ "Warning":"Warnung",
308
+ "Visual":"Bild von {name}",
307
309
  }
package/src/locale/en.ts CHANGED
@@ -311,4 +311,6 @@ export default{
311
311
  "Go to last page":"Go to last page",
312
312
  "Go to next page":"Go to next page",
313
313
  "Go to previous page":"Go to previous page",
314
+ "Warning":"Warning",
315
+ "Visual":"Visual of {name}",
314
316
  };
package/src/locale/es.ts CHANGED
@@ -304,4 +304,6 @@ export default{
304
304
  "Oops":"Oups",
305
305
  "The page you are looking for cannot be found":"La página que busca no se encuentra",
306
306
  'Back to home': 'Volver a la página de inicio',
307
+ "Warning":"Advertencia",
308
+ "Visual":"Imagen de {name}",
307
309
  }
package/src/locale/fr.ts CHANGED
@@ -311,4 +311,6 @@ export default{
311
311
  "Go to last page":"Aller à la dernière page",
312
312
  "Go to next page":"Aller à la page suivante",
313
313
  "Go to previous page":"Aller à la page précédente",
314
+ "Warning":"Avertissement",
315
+ "Visual":"Visuel de {name}",
314
316
  };
package/src/locale/it.ts CHANGED
@@ -302,4 +302,6 @@ export default{
302
302
  "Oops":"Oups",
303
303
  "The page you are looking for cannot be found":"Impossibile trovare la pagina che stai cercando",
304
304
  'Back to home': "Torna alla schermata 'home'",
305
+ "Warning":"Avvertimento",
306
+ "Visual":"Visiva di {name}",
305
307
  };
package/src/locale/sl.ts CHANGED
@@ -304,4 +304,6 @@ export default{
304
304
  "Oops":"Oups",
305
305
  "The page you are looking for cannot be found":"Strani, ki jo iščete, ni mogoče najti",
306
306
  'Back to home': 'Nazaj domov',
307
+ "Warning":"Opozorilo",
308
+ "Visual":"Slika od {name}",
307
309
  }
@@ -86,6 +86,9 @@ export default createStore({
86
86
  if (filter.imgUrl || !filter.orgaId) {
87
87
  state.filter.imgUrl = filter.imgUrl;
88
88
  }
89
+ if (filter.name || !filter.orgaId) {
90
+ state.filter.name = filter.name;
91
+ }
89
92
  if(filter.rubriquageArray){
90
93
  state.filter.rubriquageArray = filter.rubriquageArray;
91
94
  }
@@ -91,6 +91,7 @@ export function emptyPodcastData(): Podcast{
91
91
  export interface Filter{
92
92
  organisationId: string | undefined;
93
93
  imgUrl: string | undefined;
94
+ name: string | undefined;
94
95
  rubriquageArray: Array<Rubriquage>;
95
96
  rubriqueFilter: Array<RubriquageFilter>;
96
97
  rubriqueDisplay: Array<Rubrique>;
@@ -304,7 +305,8 @@ export function emptyPodcastData(): Podcast{
304
305
 
305
306
  filter: {
306
307
  organisationId: undefined ,
307
- imgUrl: undefined ,
308
+ imgUrl: undefined,
309
+ name:undefined,
308
310
  rubriquageArray: [],
309
311
  rubriqueFilter: [],
310
312
  rubriqueDisplay:[],